The Same Design Principle Behind a Cancer Therapy and a Digital Brain
Hatched by Guy Spier
Aug 18, 2026
11 min read
0 views
92%
What if the next great advance in artificial intelligence and the next great advance in cancer treatment depend on the same idea: power comes less from raw intelligence than from giving an agent the right environment to act inside?
A re engineered polio virus and a directory of markdown files seem to belong to entirely different worlds. One is a biological weapon aimed at brain tumors. The other is a structured information system designed to help software agents understand a person, project, or organization. Yet both point toward a deeper shift in how we solve difficult problems.
The central challenge is not simply creating a more powerful agent. It is making the agent selective, situated, and useful. A virus that attacks every cell is a poison. An artificial intelligence system that draws on every piece of available information is often equally dangerous, producing confident confusion instead of insight.
The future belongs to systems that can enter a complex environment, identify the right target, use the environment's own structure against the problem, and stop when their work is done.
The real breakthrough is not intelligence. It is addressability.
Brain cancer illustrates a cruel version of the targeting problem. The brain is extraordinarily difficult to treat because the barriers protecting it also protect tumors. A therapy must reach malignant cells without destroying the surrounding tissue that makes thought, movement, and memory possible.
The re engineered polio virus approach is compelling because it does not merely deliver a chemical broadly into the body. It uses a biological agent with a particular interaction with cells. In simplified terms, the virus is adapted to exploit features of tumor cells, enter them, replicate, and cause their destruction. The therapy's promise lies in its ability to turn the tumor's own biological context into part of the treatment.
That is a different model from brute force. Brute force says: increase the dose until the problem disappears. Addressable intervention says: understand where the problem lives, how it behaves, and which channels allow a selective attack.
The same distinction appears in digital systems. An artificial intelligence agent may possess broad reasoning ability, but broad ability is not the same as useful knowledge. If an agent receives a chaotic collection of documents, old decisions, contradictory instructions, and disconnected facts, it faces an information environment resembling a body with no map of its organs.
A standardized directory of markdown files changes the problem. It gives knowledge a location, a shape, and a repeatable interface. A file can describe a project, a person, a process, a policy, or a decision. The agent no longer has to infer the entire structure of the world from an undifferentiated stream. It can navigate a designed environment.
This is why a living wiki matters. It is not merely a place to store notes. It is a targeting layer for intelligence. The more clearly information is organized, the more precisely an agent can retrieve, connect, and act on it.
An agent becomes useful when it can tell not only what is true, but what is relevant here, now, and for this purpose.
This may be the most underestimated constraint on artificial intelligence. People often ask whether a model is smart enough. Organizations should ask a prior question: Can the model locate the right reality?
Context is not decoration. It is the operating environment.
Consider two assistants asked to prepare a proposal. The first has access to a massive archive containing every email, draft, meeting transcript, and file the company has ever produced. The second has access to a smaller, carefully maintained knowledge directory. It contains the current strategy, customer definitions, approved language, project status, relevant decisions, and links to supporting evidence.
The first assistant has more data. The second has more context.
In practice, the second may perform better because intelligence depends on constraints. A chess player does not become better by being shown every game ever played without a board, a position, or a goal. A doctor does not diagnose more accurately by reading a patient's entire medical history without knowing which symptoms are current. Information becomes actionable only when it is structured around a decision.
The biological therapy offers a parallel lesson. The virus is not valuable because viruses are inherently beneficial. It is valuable because its behavior is placed inside a carefully selected biological context. The surrounding system determines whether replication becomes damage or treatment.
This suggests a useful formula:
Effective agency = capability multiplied by context, multiplied by feedback, divided by ambiguity.
A highly capable agent operating in a disorganized environment may be less effective than a modest agent operating in a clear one. Better context does not just add information. It reduces the number of plausible but incorrect actions.
That is what a structured knowledge format can do. It makes assumptions visible. It separates durable facts from temporary status. It gives agents a way to distinguish a current policy from an obsolete draft. It allows a human to inspect the same material the agent is using, which makes errors easier to diagnose.
The markdown file is therefore more than a container. It is a boundary object, readable by people and machines alike. Humans can revise it with ordinary tools. Agents can parse it, link it, summarize it, and use it as working memory. The format creates a shared surface between biological complexity and digital complexity: a place where the system can be observed and corrected.
The living wiki and the engineered virus share a design pattern
The connection becomes clearer if we compare their operating principles. The analogy is not that software agents are alive, or that cancer treatment can be reduced to information architecture. The value lies in the shared design pattern.
1. They exploit the environment instead of ignoring it
A tumor is not treated as an isolated object. Its cellular behavior becomes part of the therapy's strategy. Likewise, an agent should not be asked to solve every problem from general knowledge alone. It should use the local environment: the project's vocabulary, history, constraints, decisions, and feedback.
The strongest systems do not merely bring intelligence into an environment. They allow the environment to shape the intelligence.
2. They require selective entry
A therapy must reach the malignant cells. An agent must reach the relevant files, permissions, tools, and decisions. In both cases, indiscriminate access creates risk.
An agent that can read everything may expose private information, confuse unrelated projects, or apply the wrong rule in the wrong context. An agent that can act everywhere may turn a small misunderstanding into a large operational failure.
Good system design therefore begins with a question that sounds restrictive but is actually enabling: What should this agent not see or touch?
3. They depend on replication or feedback
The biological therapy relies on a process that amplifies its effect inside the target. In a digital knowledge system, useful information also gains value through controlled reuse. A decision recorded once can guide future proposals. A definition can prevent repeated misunderstandings. A postmortem can improve the next project.
But replication without correction is dangerous. A viral process can spread beyond its intended target. A bad policy copied across hundreds of documents can become institutional misinformation. Every system that amplifies information needs a correction mechanism.
4. They need boundaries
A treatment is judged not only by whether it kills tumor cells, but by whether its benefits outweigh harm to healthy tissue. An agent is judged not only by whether it completes a task, but by whether it preserves privacy, accuracy, reversibility, and human control.
This is the overlooked half of agency. Initiating action is easy. Stopping safely is a form of intelligence.
Why living knowledge beats static documentation
Traditional documentation is often treated as a finished product. Someone writes a manual, stores it in a repository, and assumes the problem is solved. Over time, reality changes while the document remains fixed. The gap between the written system and the actual system becomes a source of errors.
A living wiki treats knowledge as an active operating layer. It can record not just conclusions, but the reasons behind them. It can distinguish settled principles from provisional guesses. It can link a customer requirement to a design decision, a design decision to an implementation, and an implementation to observed results.
This creates what we might call a memory with provenance. The system remembers, but it also preserves where the memory came from and how confident we should be in it.
That distinction matters enormously for agents. A bare statement such as “Enterprise customers require weekly reporting” is less useful than a structured record containing the source, date, scope, owner, and exceptions. The latter allows an agent to reason about applicability. It can ask whether the claim concerns all customers, a specific segment, or a past experiment.
A practical knowledge directory might include files such as:
mission.md, describing the enduring purpose of the organization or projectcurrent priorities.md, describing what matters this monthdecisions.md, recording important choices and their rationaledefinitions.md, resolving ambiguous termscustomers.md, describing needs, segments, and exclusionsopen questions.md, making uncertainty explicitprocedures.md, specifying repeatable actions and approval requirements
The precise names are less important than the principles. Information should be modular, discoverable, current, and connected to ownership. The goal is not to produce more documentation. It is to create a navigable environment in which an agent can act without inventing the organization from scratch.
The danger of giving agents a brain without giving them judgment
The phrase “digital brain” is attractive, but it can mislead. A brain is not simply a large pile of memories. It has attention, inhibition, hierarchy, uncertainty, and mechanisms for learning from consequences.
If we build only the memory layer, we may create systems that retrieve facts without knowing their status. They may quote an obsolete decision with perfect fluency. They may treat a brainstorm as a policy. They may optimize for the most visible instruction rather than the most important one.
The cure is not necessarily a larger model. It is a richer architecture around the model.
Every important piece of knowledge should answer at least five questions:
- What is the claim or instruction?
- Who owns it?
- When was it last confirmed?
- What evidence supports it?
- What should happen when it conflicts with another rule?
These fields transform notes into operational knowledge. They also give humans a way to audit the agent's world model.
This is where the medical analogy becomes a warning. A targeted therapy is powerful precisely because it is not allowed to behave as if every cell were the same. Digital agents need the same discipline. They must distinguish a high confidence rule from a weak suggestion, a current status from an archived record, and a reversible action from an irreversible one.
The safest agent is not the one that knows everything. It is the one that knows the limits of what it knows and the limits of what it is allowed to do.
A practical operating system for bounded agency
The intersection of these ideas yields a simple framework for building better agentic systems. Think of it as the TARGET loop:
Target: Define the exact problem, user, and scope. Do not give an agent a vague mission when a bounded objective is possible.
Address: Organize the relevant knowledge so the agent can find it. Use clear files, stable names, links, and explicit ownership.
Gate: Restrict access and require approval for high consequence actions. Separate reading, drafting, recommending, and executing.
Evaluate: Test outputs against known examples, current policies, and measurable outcomes. Do not confuse fluent language with correctness.
Refresh: Update the knowledge base when reality changes. Archive obsolete material instead of leaving it to compete with current guidance.
This loop is useful whether you are designing an enterprise assistant, a personal research system, or a workflow automation tool. It also changes how teams think about AI investment. The first expense should often be neither a larger model nor a more elaborate interface. It should be the careful construction of the environment in which the model will operate.
Start small. Choose one recurring workflow, such as preparing a weekly report or answering product questions. Create a compact knowledge directory. Mark uncertain information clearly. Give the agent read access first. Then allow drafting, followed by tightly supervised execution. Record failures in the same system so the environment improves with use.
That process mirrors the logic of a clinical trial. You do not begin by assuming a promising mechanism is universally safe. You define a population, establish measurements, observe effects, track adverse outcomes, and revise the intervention. Capability earns a larger scope through evidence.
Key Takeaways
- Design for addressability: Organize knowledge around the decisions an agent must make, not around the files your organization happens to possess.
- Separate memory from authority: Label facts by source, date, owner, confidence, and scope. A stored statement should not automatically become a rule.
- Use progressive permissions: Let agents read, then summarize, then draft, and only later execute actions that carry meaningful consequences.
- Build feedback into the knowledge base: Record errors, changed assumptions, and postmortems where future agents can find them.
- Measure stopping behavior: Evaluate not only whether an agent completes tasks, but whether it asks for clarification, respects boundaries, and declines unsafe requests.
The deepest lesson is that intelligence does not operate in a vacuum. Whether the agent is a re engineered virus moving through a tumor or a software system moving through a directory of knowledge, its effectiveness depends on the structure of the world around it.
We tend to imagine progress as the creation of stronger forces: a more potent therapy, a more capable model, a faster system. But force alone is indiscriminate. The more consequential the agent, the more important its environment becomes.
The next generation of intelligent systems may therefore be built less like isolated minds and more like carefully designed ecosystems. Their intelligence will come partly from the model, but also from the quality of their boundaries, memories, permissions, and feedback loops.
The question is not simply, “How smart is the agent?” It is this: Have we built a world in which the agent can be smart without becoming dangerous?
Sources
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 🐣