The Freedom to Move Fast Needs a Shape

Emil Funk Vangsgaard

Hatched by Emil Funk Vangsgaard

Aug 13, 2026

12 min read

88%

0

What if the real enemy of innovation is not bureaucracy, but unstructured freedom?

A research team can move faster when it does not need formal approval before beginning every experiment. An engineer can move faster when an artificial intelligence system can produce structured output without a long cleanup process. A project team can move faster when its software removes unnecessary features and leaves people alone to do the work.

These examples appear to belong to different worlds: cellular medicine, machine learning, and project management. Yet they reveal the same underlying problem. Speed creates value only when it is enclosed by structures that make the resulting work usable, comparable, and trustworthy.

Without those structures, freedom produces motion but not necessarily progress. With too many structures, it produces compliance but not discovery. The difficult task is designing the boundary between the two.

The Difference Between Moving Fast and Learning Fast

Consider the development of CAR T cell therapy. In blood and lymphatic cancers, the treatment has produced encouraging results, with many studies reporting response rates of 70 percent or higher. In solid tumors, however, performance has been far less reliable. The contrast is not simply a matter of one disease being easier than another. It exposes a broader principle about innovation: a promising intervention works best when the environment makes its effects legible.

In blood cancers, the target cells are comparatively accessible. Researchers can identify antigens shared by malignant cells, engineer immune cells to recognize them, and observe a relatively direct interaction. Solid tumors are more like fortified cities. Their relevant antigens are less uniform, their physical environment can suppress immune activity, and the target may also appear on healthy tissue. A powerful intervention becomes difficult to evaluate because the system around it is noisy and resistant.

The same distinction appears in the organization of research. One national research ecosystem initiated more CAR T cell trials, partly because investigators could begin certain forms of cell therapy research without the same level of prior regulatory authorization required elsewhere. That flexibility increased the number of experiments. But the larger number of trials did not automatically produce stronger evidence. Studies with larger participant groups, more cautious designs, and more established dosing could generate conclusions that were more dependable even when the overall trial count was lower.

This is the first important distinction:

An experiment is not valuable merely because it happens. It is valuable when its result can change what happens next.

A loosely designed trial may create activity without creating knowledge. A carefully designed trial may create less visible activity while reducing uncertainty much more efficiently. The relevant metric is therefore not only the rate of experimentation, but the rate of reliable learning.

That idea offers a useful lens for technology. A language model that produces an answer quickly is not necessarily useful. If the answer must be manually repaired, reformatted, checked, and inserted into another system, the apparent speed was an illusion. The work was merely displaced downstream.

This is why structured output tools matter. Defining an output through a schema, a typed model, an enumeration, or a grammar does not make the model more intelligent. It gives the model a boundary within which its intelligence can become operational. The result can be validated, passed to another program, stored, and compared without a human acting as a permanent translation layer.

The same logic explains the appeal of minimal project management software. A tool that includes every possible workflow may appear powerful, but each extra feature adds choices, maintenance, training, and opportunities for the team to manage the tool instead of the project. A fast, self hosted system with a clean interface can be more useful because it reduces the distance between intention and action.

In all three cases, the central question is not, “How can we remove constraints?” It is:

Which constraints remove waste, and which constraints merely slow discovery?

The Productive Boundary

A useful system has two zones. The first is an exploration zone, where people are allowed to test hypotheses, try unusual approaches, and move before every detail is settled. The second is a commitment zone, where outputs must satisfy standards because they will affect patients, software systems, budgets, or other people.

Many organizations fail because they apply the same level of control to both zones. They demand final formality before exploration has begun, or they allow experimental looseness to persist after a decision should have become reliable.

Structured language model output illustrates the transition clearly. Early in a conversation, a user may want brainstorming, analogy, speculation, and incomplete ideas. A rigid schema at that stage could suppress useful possibilities. But once the model must produce a list of customer records, a database query, or a set of actions for another system, free form prose becomes a liability. The appropriate structure changes as the work moves from discovery to execution.

CAR T cell research has a similar progression. Early experiments require room to explore different targets, cell designs, patient populations, and combinations. Later stages require stronger control of dose, sample size, endpoints, and patient selection. Exploration benefits from variation. Validation benefits from comparability.

A simple mental model is to treat innovation as a funnel with two opposing forces:

  • Divergence: increase the number and variety of possible approaches.
  • Convergence: reduce ambiguity until one approach can be trusted and repeated.

The mistake is to praise divergence as innovation itself. Divergence is only the first half of innovation. The second half is convergence, and convergence requires interfaces, standards, and evidence.

This also explains why different research ecosystems can appear to outperform one another depending on the metric. One may produce more trials, more targets, and more combinations. Another may produce fewer but more interpretable studies. These are not necessarily contradictory outcomes. They reflect different positions in the innovation funnel.

A healthy ecosystem needs both. Too much divergence creates a graveyard of incomparable experiments. Too much convergence prevents new ideas from entering the system. The challenge is not choosing one side, but connecting a wide experimental front end to a disciplined learning back end.

Freedom should be widest where the cost of being wrong is low and the value of discovering something new is high. Structure should be strongest where errors compound.

That principle applies to software design as much as to medicine. A small project tool can leave teams free to organize their work in ways that fit their context, while still providing enough shared structure to make tasks visible. A schema can let a model generate content flexibly inside a defined format, while preventing malformed output from contaminating the next system.

The boundary is not a cage. It is an interface.

Interfaces Turn Intelligence Into Infrastructure

The deepest connection among these examples is the role of the interface. An interface is a promise about how one component can interact with another. It turns private capability into public usefulness.

A CAR T cell may possess extraordinary cytotoxic potential, but it must recognize an appropriate antigen, reach the malignant cell, survive the tumor environment, and avoid unacceptable damage to healthy tissue. The biological capability is only one part of the system. The interface between the engineered cell and the disease determines whether that capability matters.

An artificial intelligence model has a similar problem. It may be able to reason, summarize, classify, or generate code, but its output must connect to a human workflow or a software system. A schema acts as an interface between probabilistic generation and deterministic execution. It says, in effect: “You may be flexible in how you arrive at the answer, but the answer must arrive in a form the next component can understand.”

Project management software performs the same function at the social level. It is an interface between individual intention and collective coordination. If the tool is overloaded with features, the interface becomes expensive to use. If it is too vague, people cannot see dependencies or commitments. The best tool may therefore be the one that makes the minimum necessary structure almost invisible.

This suggests a broader design principle: the best systems do not maximize capability at every layer. They minimize friction at the points where layers meet.

Imagine a small clinic using an AI assistant to help process patient intake. An unstructured model might produce a thoughtful paragraph, but a staff member would still need to identify the diagnosis, medication list, urgency level, and missing information. A structured model can return those fields in a known format. The model has not eliminated judgment. It has concentrated judgment where humans are actually needed.

Now imagine a research group testing several CAR designs. If every experiment uses different endpoints, dosing conventions, and patient categories, the group may accumulate results that cannot be cleanly compared. A common measurement framework would not eliminate creativity. It would make creativity cumulative.

This is the difference between local optimization and system progress. A team can optimize its own speed while making the overall process slower. Researchers can launch studies rapidly while generating evidence that cannot guide the next study. Engineers can generate code quickly while increasing debugging work. Project teams can adopt a feature rich platform while spending their attention on configuration.

An interface is successful when it allows one unit of work to become input for the next unit without expensive reinterpretation.

That is why schemas, established dosing, cautious study design, and minimal interfaces belong in the same conversation. They are all forms of lossless handoff. They preserve enough meaning as work moves from one person, phase, or system to another.

The Hidden Cost of Unstructured Speed

Unstructured speed is attractive because its costs arrive later. At the moment of action, it feels liberating. A researcher can begin immediately. A model can answer immediately. A team can add another feature immediately. The consequences appear only when someone tries to compare, integrate, verify, or scale what was produced.

There are at least four hidden costs.

First, ambiguity compounds. If a model returns inconsistent fields, every downstream integration must account for exceptions. If clinical studies use incompatible measures, each later review must reconstruct what the results mean. If a project tool allows every team to represent work differently, coordination becomes a translation exercise.

Second, errors become difficult to localize. A defined schema can reveal that an output is invalid at the moment it is generated. A standardized trial design can show whether a result is due to the treatment or to differences in patient selection. Without boundaries, failures travel silently through the system.

Third, repetition becomes expensive. A workflow that depends on a skilled person manually cleaning every result may work for ten cases and collapse at ten thousand. A research program that cannot reproduce its comparisons may generate papers but not a platform for cumulative knowledge.

Fourth, confidence becomes detached from evidence. High trial volume can create the appearance of momentum. Fast model responses can create the appearance of competence. A busy project dashboard can create the appearance of control. Structure does not guarantee truth, but its absence makes it much easier to confuse activity with progress.

The remedy is not to standardize everything. Standardization itself can become a form of waste when it freezes assumptions that should remain open. The remedy is to identify the irreversible points in a workflow.

Before an experiment is launched, some choices may remain flexible. After patients are enrolled, changing the design becomes costly. Before an AI response is shown to a user as a draft, its form can be loose. Before it triggers an external action, its output must be validated. Before a project team tries a new process, the tool can be simple. Once commitments, dependencies, and deadlines become shared, some common representation becomes necessary.

The practical question is therefore: Where does an error become expensive to undo? Place the strongest guardrails immediately before that point, not everywhere upstream.

A Practical Operating System for Better Innovation

Organizations can apply this principle through a four part operating system.

1. Separate discovery from delivery

Label work explicitly as exploratory or committed. Exploratory work should optimize for learning and variety. Committed work should optimize for reliability, repeatability, and safe handoff. Do not force a brainstorming artifact to meet production standards, and do not allow production artifacts to remain in brainstorming form.

2. Define the smallest useful contract

A contract is the minimum structure required for the next person or system to use the output. For an AI workflow, it might be five required fields and two allowed values. For a clinical study, it might be a consistent endpoint and dosing record. For a team, it might be a shared definition of what “done” means.

The contract should be small enough that people can follow it without constant administrative effort. A bloated contract is simply bureaucracy wearing technical clothing.

3. Measure learning, not visible activity

Track how many decisions an experiment informs, how often an AI output can pass directly into the next step, or how much time a project tool saves in coordination. Trial count, response rate, model speed, and feature count can be useful indicators, but they are not the destination.

A stronger question is: What uncertainty did this work remove?

4. Tighten structure at the point of consequence

Use flexible methods while the cost of revision is low. Introduce validation before the output affects patients, production systems, customers, or irreversible commitments. This creates a graduated control system rather than a universal permission system.

Key Takeaways

  • Distinguish movement from learning. More experiments or faster outputs matter only when they produce knowledge or action that can be used next.
  • Design for lossless handoffs. Use schemas, shared measures, and simple interfaces so work can move between people and systems without manual translation.
  • Keep exploration loose and commitment disciplined. The same artifact should not be governed identically at every stage.
  • Find the irreversible points. Put validation immediately before errors become expensive to undo.
  • Choose the smallest useful constraint. Structure should reduce ambiguity, not display organizational seriousness.

The most innovative system is not the one with the fewest rules. Nor is it the one with the most sophisticated machinery. It is the one that allows people to experiment freely while ensuring that successful experiments can become reliable practice.

That is the hidden relationship between a cell therapy trial, a language model schema, and a minimal project tool. Each asks a powerful capability to cross a boundary. The capability alone is not enough. Progress depends on whether the boundary is designed well.

We often imagine constraints as the opposite of speed. A better view is that the right constraints are what allow speed to survive contact with reality. They convert isolated acts of brilliance into cumulative systems of learning.

The future belongs neither to unrestricted experimentation nor to total control. It belongs to systems that know exactly where freedom ends and trust begins.

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 🐣