The Hidden Bottleneck in AI and Cancer Therapy Is Not Intelligence. It Is Memory.

Emil Funk Vangsgaard

Hatched by Emil Funk Vangsgaard

Sep 06, 2026

10 min read

72%

0

What do an AI coding agent and a genetically engineered cancer treatment have in common?

At first glance, almost nothing. One lives in a terminal, where a developer can install a memory tool with npm i -g jumbo-cli. The other is a personalized cellular therapy, manufactured for patients with blood cancers and delivered through some of the most demanding processes in modern medicine.

Yet both point toward the same uncomfortable truth: a system becomes useful at scale not when it can produce an impressive result once, but when it can reliably preserve and apply what it has learned across many situations.

This is the hidden problem beneath the excitement around AI agents and CAR T therapy. Intelligence attracts attention. Memory, continuity, and operational learning determine whether that intelligence survives contact with the real world.

The Difference Between a Demonstration and a System

A coding agent can generate a brilliant function. A CAR T therapy can produce a remarkable clinical response. But isolated success is not the same as durable capability.

The important question is not, “Can this work?” It is, “Can this work repeatedly, for different people, under changing conditions, with enough reliability that an institution can build around it?”

That distinction separates a prototype from infrastructure.

An AI agent operating without durable memory is like a talented contractor who arrives at a company every morning having forgotten the codebase, the design decisions, the failed experiments, and the preferences of the team. It may still write good code. It may even solve the immediate problem. But it repeatedly pays the cost of rediscovery, and it is liable to repeat mistakes that the organization has already paid to uncover.

A cellular therapy faces a parallel challenge. The treatment may be clinically powerful, but each patient introduces a new biological and logistical context. The therapy must be selected, manufactured, transported, administered, monitored, and improved through accumulated evidence. If the system cannot preserve learning across patients, hospitals, manufacturing sites, and clinical settings, every expansion in demand multiplies complexity rather than competence.

This is why the projected growth of CD19 directed CAR T therapy matters for reasons beyond revenue. Five marketed therapies were already serving oncology markets across the eight major pharmaceutical markets, and annual treatment is expected to rise from roughly 3,100 patients with non Hodgkin lymphoma in 2021 to more than 13,000 patients annually by 2031 across the broader CD19 CAR T landscape. Growth will come from use in earlier lines of therapy, new disease subtypes, greater physician familiarity, and stronger clinical evidence.

Each of those factors is a form of institutional memory.

Physicians remember which patients benefit. Manufacturers learn how to reduce variation. Regulators and hospitals accumulate confidence. Companies use clinical data to move a therapy from a later line of treatment into an earlier one. The therapy does not become more valuable only because its underlying mechanism changes. It becomes more valuable because the surrounding system learns how to use it.

Scale is not the multiplication of output. It is the multiplication of reliable learning.

Memory Is More Than Storage

When people hear the word memory, they often imagine a database: a place where information is stored and retrieved. That is necessary, but it is not sufficient.

Useful memory has at least four properties.

First, it is selective. A coding agent does not need every line of every historical conversation. It needs the decisions, constraints, dependencies, and patterns that will improve its next action. Likewise, a therapy program cannot treat every clinical observation as equally important. It must distinguish a durable signal from noise created by a small sample, an unusual patient, or a temporary manufacturing anomaly.

Second, it is contextual. A fact without context can be actively misleading. “This treatment worked” is not enough. For whom did it work? At what stage of disease? With what prior therapies? Under what manufacturing conditions? In software, “this approach failed” is equally incomplete. Did it fail because of a dependency, a mistaken assumption, an obsolete requirement, or an unusual environment?

Third, it is actionable. Memory has value when it changes what the system does next. A coding agent that remembers an old architectural decision but cannot connect it to current work is merely carrying baggage. A clinical organization that collects outcomes but cannot alter patient selection, production, or care pathways is conducting archival activity, not learning.

Fourth, it is governable. The system must know why a memory exists, how trustworthy it is, when it was last validated, and when it should be discarded. Outdated software assumptions can lead an agent into subtle bugs. Outdated clinical assumptions can influence treatment decisions at a far higher cost.

This framework reveals a deeper similarity between an AI memory tool and an advanced therapy market. Both are attempts to convert experience into a reusable advantage. Both face the same danger: confusing accumulated information with accumulated intelligence.

A folder full of old code is not a functioning memory system. A decade of clinical data is not automatically a learning health system. In each case, value appears only when experience is compressed into better future decisions.

Why Earlier Access Raises the Memory Burden

The evolution of CD19 CAR T therapy illustrates a counterintuitive principle: moving a powerful intervention earlier in the treatment pathway increases not only its market opportunity, but also the quality threshold for the entire system around it.

A therapy used as a later option may be reserved for patients with few alternatives. The decision is shaped by urgency and limited choices. Moving that therapy into an earlier line means competing against established treatments, treating patients with different risk profiles, and persuading physicians to act before conventional options have been exhausted.

The evidence must become more robust. Manufacturing must become more predictable. Patient identification must become more precise. Hospitals must become more capable of managing the therapy. Every new use case creates a new memory problem: what did the system learn in the previous population, and which parts of that learning transfer here?

Consider the expected expansion of therapies such as Yescarta and Breyanzi into earlier lines or additional lymphoma subtypes. The strategic advantage is not merely a larger eligible population. First movers have more opportunities to accumulate the kinds of experience that later competitors cannot instantly purchase: physician familiarity, treatment protocols, operational routines, safety knowledge, and outcome data.

This resembles a coding agent that has worked inside a large codebase for months. A newly introduced agent may possess impressive general reasoning, but the incumbent system has something more valuable for the immediate environment: a map of local conventions, historical decisions, dangerous interfaces, and recurring failure modes.

That advantage compounds only if it is captured. If every physician keeps private notes, if every manufacturing site reinvents its process, or if every AI session begins from a blank context, experience remains trapped in individuals and episodes. The organization may be busy, but it is not learning as a whole.

This is the difference between experience and organizational memory.

Experience belongs to the event. Organizational memory belongs to the system.

The Capacity Trap: When Success Creates Failure

The most important warning in the CAR T outlook is not competition. It is capacity.

If manufacturing capabilities cannot withstand increased demand, the number of patients treated may be capped even when clinical demand and commercial opportunity are strong. This is a classic capacity trap: success increases demand faster than the system can convert demand into delivered outcomes.

The same trap is emerging in AI assisted software development. A company can deploy coding agents widely and see an immediate increase in generated code. But if review, testing, documentation, security, and architectural governance do not scale with generation, the organization may produce more software while reducing its ability to understand the software it owns.

Output rises. Throughput does not.

The analogy can be made precise with a simple model:

Effective capacity equals generation capacity multiplied by learning reliability.

If an organization can generate ten times more output but remembers only half of what it learns, its apparent productivity may conceal a growing coordination deficit. Every new output creates future maintenance obligations. Every exception adds cognitive debt. Every undocumented decision increases the cost of the next change.

In cellular therapy, production capacity includes more than physical manufacturing. It includes qualified personnel, collection logistics, quality control, treatment slots, clinical monitoring, and the ability to respond to complications. In AI software, capacity includes more than model access. It includes usable context, repository knowledge, test infrastructure, review bandwidth, and mechanisms for correcting repeated mistakes.

Both domains demonstrate that the bottleneck is often not the engine that creates the output. It is the system that makes the output dependable.

This explains why a later entrant can sometimes have a technically attractive product yet remain confined to later use. It lacks the accumulated evidence and operational trust needed to move upstream. In software, a new agent may generate plausible code, but without reliable memory it remains an assistant for isolated tasks rather than a trusted participant in a living codebase.

A Practical Framework: Treat Every Workflow as a Learning Loop

The useful question for leaders is not whether to adopt AI memory or collect more clinical data. It is how to design workflows in which each action improves the next action.

A durable learning loop has five stages.

1. Capture decisions, not just events

Record why a choice was made, not only what happened. In a software repository, “changed database layer” is weak memory. “Changed database layer because the previous approach failed under concurrent writes” is useful memory.

In treatment operations, the equivalent is not merely recording an outcome. It is linking the outcome to patient characteristics, manufacturing conditions, timing, interventions, and uncertainty.

2. Separate facts from interpretations

A measured result and an explanation for that result are not the same thing. Systems should preserve both, while marking the difference clearly. This prevents a provisional hypothesis from quietly becoming institutional truth.

3. Make memories retrievable at the moment of decision

Information that appears six months after the decision is often equivalent to information that does not exist. An AI agent needs relevant repository knowledge while it is planning or editing. A clinician needs relevant evidence and operational guidance while evaluating a patient, not after the treatment pathway has closed.

4. Attach confidence and expiration

Every memory should have a confidence level, an owner, and a review condition. A coding convention may expire after a major architectural migration. A clinical conclusion may require updating as label expansions, competing therapies, or new evidence change the treatment landscape.

5. Convert learning into defaults, then audit the defaults

The ultimate purpose of memory is not to make people read more. It is to make good decisions easier. Repeated lessons should become templates, checks, protocols, or agent instructions. But defaults must remain auditable, because yesterday’s solution can become tomorrow’s hidden constraint.

This framework turns memory from a passive feature into a competitive operating system.

Key Takeaways

  • Measure learning velocity, not just output volume. Ask how quickly a team converts repeated mistakes into better defaults, tests, protocols, or agent behavior.
  • Build a memory layer around high consequence workflows. Preserve decisions, rationale, context, confidence, and review dates wherever errors are expensive or repetition is common.
  • Treat capacity as an ecosystem property. More demand requires more than production. It requires quality control, trained operators, review bandwidth, logistics, monitoring, and feedback mechanisms.
  • Use early advantage to accumulate transferable knowledge. First movers benefit most when they deliberately capture physician familiarity, operational routines, clinical evidence, and failure modes rather than leaving them scattered across individuals.
  • Do not confuse access to information with reliable memory. A system is learning only when the right experience changes the next decision at the right time.

The most important strategic shift is to stop thinking of memory as a convenience. Memory is infrastructure.

An AI coding agent without memory can still be impressive. A cell therapy platform without operational learning can still be clinically powerful. But neither can automatically become dependable, scalable, and embedded in the workflows that matter most.

The future will belong less to the organizations that produce the most outputs and more to those that lose the least learning. They will know which experiences to preserve, which beliefs to revise, and which lessons to turn into repeatable practice.

That reframes the central question. The race is not simply to build smarter agents or more potent therapies. It is to build systems in which every interaction leaves the next interaction better prepared.

The deepest form of intelligence is not the ability to solve a problem once. It is the ability to make the whole system less likely to face the same problem twice.

Sources

← Back to Library

Hatch New Ideas with Glasp AI 🐣

Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)

Start Hatching 🐣