The Next Industrial Revolution Will Feel Like Doing Science on Your Own Tools

Emil Funk Vangsgaard

Hatched by Emil Funk Vangsgaard

May 26, 2026

9 min read

84%

0

When the machine stops being a machine

What happens when the things you make start behaving like living systems, and the things you build with stop being fully legible? That is the strange frontier opening now in materials, software, and manufacturing. On one side, engineered yeast can produce silk, nylon, and recyclable biopolymers that once came from petrochemicals. On the other, coding agents and large libraries are making it less and less realistic for any one person to understand every component of the system they are assembling.

The deeper surprise is that these are not separate stories. They are two versions of the same historical shift: we are moving from an age of construction to an age of cultivation. In the old industrial mindset, success meant taking known parts and assembling them into a predictable machine. In the new one, success increasingly means learning how to work with systems that are partly opaque, partly alive, and only partly under direct control.

That is uncomfortable. It also may be the defining capability of the next decade.


The old promise: understand the parts, then build the whole

For a long time, engineering rested on a comforting assumption: the world could be broken into components, and if you understood each component well enough, you could predict the behavior of the whole. This model powered factories, operating systems, supply chains, and almost every modern institution. It also shaped the ideal of expertise. A good engineer, scientist, or programmer was someone who knew the parts deeply enough to put them together cleanly.

That model still works, but only in bounded domains. The problem is that many of the most valuable systems today are no longer bounded. They are layered, adaptive, and interacting with other complex systems. A codebase now depends on hundreds of libraries, each with its own assumptions, update cycle, and hidden edge cases. A material may be designed not by extracting and refining matter, but by persuading a biological process to produce a useful output. In both cases, the builder is no longer a sovereign planner. The builder becomes a negotiator with complexity.

This is what makes the current moment feel so disorienting. We still use the language of engineering, but we are increasingly operating inside systems that resemble ecosystems more than machines.

The modern builder is not just assembling parts. The modern builder is learning how to collaborate with systems that refuse to stay fully transparent.


The hidden commonality between biotech and code

At first glance, biological manufacturing and software agents seem unrelated. One belongs to fermentation tanks, genetically engineered yeast, and recyclable silk. The other belongs to autocomplete, coding assistants, and the uneasy feeling that a library knows more about your application than you do. But both reveal the same structural change: value is migrating from direct control to indirect orchestration.

Consider the new materials story. If a company can use engineered yeast to produce silk or nylon, the point is not merely substitution. It is a redesign of the production logic itself. Instead of cracking fossil resources into molecules, then coercing them into shape, the process starts with a living system that can be nudged into creating the material from the inside out. The result is not only a different input, but a different relationship to waste, circularity, and reuse. The material can be fully recyclable because the production logic was designed with the lifecycle in mind.

Now consider modern software development. With coding agents and vast libraries, the developer is less often writing every line from first principles and more often specifying goals, constraints, and guardrails. The system then composes behavior from existing capabilities, many of which the human operator does not fully inspect. This is not laziness. It is an adaptation to scale. The volume of available capability has outgrown the old ideal of total comprehension.

The parallel is deeper than convenience. In both domains, the central skill is shifting from making every part yourself to shaping the conditions under which useful behavior emerges.

That is a profound change in what it means to be competent.


From design to cultivation: the new mental model

To make sense of this shift, it helps to distinguish between two kinds of work.

  1. Deterministic construction: You understand the parts, predict the interactions, and assemble a system whose behavior is mostly explained by its components.
  2. Cultivated emergence: You establish constraints, incentives, and environments, then allow a more complex system to produce the outcome.

The first is like building a clock. The second is like farming.

This distinction matters because many of the most important technologies now behave more like farms than clocks. A fermentation process does not merely execute a fixed blueprint. It lives inside a feedback-rich environment where temperature, feedstock, microbial strain, and chemical conditions all affect the output. Likewise, a modern software stack is not a static artifact. It is a living dependency graph, continuously altered by updates, agents, cloud services, and external APIs. The “system” is less a thing than a relationship among things.

Once you see this, a lot of confusion clears up. The frustration people feel when they cannot fully explain the behavior of a giant software system is not just personal inadequacy. It is a sign that the old epistemology is breaking. Total understanding was always an illusion at the edge of complexity. Now the edge is everywhere.

The right response is not to abandon rigor. It is to redefine rigor for systems that cannot be grasped all at once.


Why not knowing every part can be a feature, not a bug

There is a temptation to frame this transition as decline. If we cannot understand the whole stack, have we lost something essential? Yes, but we have also gained something important: the ability to produce outcomes that would be impossible under full manual control.

A genetically engineered yeast cell can do chemical labor at a scale and selectivity that would be ruinously expensive to reproduce with conventional processes. A coding agent can search, draft, refactor, and integrate at speeds that would make purely manual programming uncompetitive in many contexts. The tradeoff is clear: we exchange some legibility for some power.

This is not a new bargain. Civilization has always run on managed opacity. You do not need to understand metallurgy at the atomic level to use a steel bridge. You do not need to understand every transistor in a smartphone to benefit from the device. But the new version is more intimate, because the systems we now rely on are not just complex, they are adaptive. They change as we use them.

That means the right question is no longer, “Do I understand everything?” The right question is, “Can I reliably shape outcomes despite partial understanding?”

That shift has consequences for education, management, and product design. We should stop pretending that mastery means omniscience. Instead, mastery should mean knowing where the system is legible, where it is not, and how to build feedback loops strong enough to compensate.

In complex systems, the goal is not perfect explanation. The goal is dependable influence.


The practical discipline of working with foreign intelligence

Gerald Sussman’s line about doing basic science on the functionality of foreign libraries captures a painful truth. The tools we depend on increasingly have a kind of alien agency. They are not conscious in the human sense, but they are dense with assumptions, hidden behaviors, and implementation details we did not write. The same feeling appears in biotech, where a microorganism must be treated as a partner with its own internal logic.

This suggests a new discipline: systems literacy under partial ignorance. That means learning to work with components that are too complex to fully internalize, while still preserving enough understanding to avoid catastrophe.

Here is what that looks like in practice:

  • Probe before you trust. Treat new libraries, agents, or bio-processes as experimental systems. Test boundaries, failure modes, and edge cases before scaling.
  • Design for observability. If you cannot inspect every internal mechanism, make outcomes visible. Log behavior, measure outputs, and monitor drift.
  • Prefer reversible commitments. Use modular architectures, rollback plans, and containment strategies so the cost of surprise stays low.
  • Separate intent from mechanism. Be explicit about what outcome you want, then allow the system to choose the path only within tight constraints.
  • Assume hidden coupling. In both code and biology, local changes often create distant effects. Build with the expectation that interactions are nonlocal.

This is a more humble form of intelligence. It accepts that the builder is not always the knower, and the knower is not always the controller.

That humility is not a retreat. It is a prerequisite for scale.


The environmental lesson hiding inside the technical one

The move from petrochemical textiles to recyclable silk biopolymers is not only a materials innovation. It is a moral clue. It shows that when you redesign the production process itself, you can reduce waste at the source rather than cleaning it up afterward. The system becomes more circular because the logic of making was changed, not just the chemistry.

Software has a parallel lesson. If we keep layering code on top of code without redesigning the way we understand and govern dependencies, we create technical debt that behaves like environmental pollution. It accumulates invisibly, spreads through the system, and becomes expensive to remove. In this sense, opaque software ecosystems are not just hard to manage. They are extractive. They consume human attention, the scarcest resource of all.

The promising counterexample is architecture that makes complexity productive rather than burdensome. A good biological process uses complexity to transform inputs efficiently. A good software system uses libraries and agents to amplify capability without burying the operator. In both cases, the highest achievement is not simplicity in the naive sense. It is legible complexity, a system that remains understandable enough to govern while being rich enough to be powerful.

This is the design challenge of our time: not eliminating complexity, but making complexity answerable.


Key Takeaways

  • Stop equating mastery with full understanding. In modern systems, mastery often means knowing how to probe, constrain, and recover from partial ignorance.
  • Shift from construction to cultivation. Instead of trying to specify every component, focus on the conditions that produce the desired behavior.
  • Build observability into every complex system. If the inside is opaque, the outside must become measurable.
  • Use reversible experiments when possible. Small, contained tests are the best defense against hidden coupling and emergent failure.
  • Treat complexity as a governance problem, not just a technical one. The real challenge is designing systems, biological or digital, that remain useful without becoming uncontrollable.

The future belongs to those who can work without total certainty

We like to tell ourselves that progress is a story of increasing control. In reality, the next phase of progress may be a story of better relationships with things we do not fully control. Engineered organisms and agentic software are early signs of a world where creation looks less like fabrication and more like stewardship.

That can feel like a loss, because it demotes the old fantasy of the all-knowing engineer. But it also opens a richer possibility: humans as designers of conditions, editors of emergence, and custodians of systems that are smarter, stranger, and more productive than any individual can fully contain.

The deepest insight here is not that complexity is growing. Complexity has always been growing. The real change is that we are finally building with it on purpose. The next industrial revolution will not reward the person who understands every gear. It will reward the person who knows how to make useful things happen inside a world of foreign intelligences.

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 🐣