← All essays
Architecture7 minVol I · Ch 4

The Five Planes: Why Your AI Fails at the Seams, Not the Layers

Most AI failures don't happen inside a layer. They happen in the handoffs between layers — and that's exactly where most organizations aren't looking.

ShareXLinkedInFacebookEmail

A capable model gives a poor answer. The team's first instinct is to blame the model — swap it, fine-tune it, prompt it harder. But trace the failure back and you often find the model was fine. It was working from stale data the Data Plane never refreshed, or it dropped state mid-workflow because the context never reached it, or two agents deadlocked over a shared resource because the orchestration logic let them. The component was competent. The connection failed. This is the single most useful thing to understand about AI-born architecture, and it's the thing reference diagrams routinely hide: the most costly failures happen at the seams, not inside the boxes.

The mistake: stacking layers and trusting the diagram

The natural way to build an AI system is layer by layer. Get good data. Pick a good model. Define some agents. Add orchestration. Wire it to the outside world. Each layer gets its own team, its own roadmap, its own success metric. The architecture diagram shows five clean boxes stacked neatly, and progress is measured by how good each box is.

It's a sensible way to divide the work, and it isn't wrong so much as incomplete. The trouble is that the diagram trains your attention onto the boxes and away from the lines between them. You can have an excellent model and poor data governance, and every downstream consequence will reflect that gap. You can have excellent agents and poor orchestration, and the gains from specialization get eaten by coordination failures. The layers are where the capabilities live. The seams are where the system lives — and where it breaks.

The reframe: five planes, governed as one interdependent system

The Machine Core doesn't operate as a single layer. It operates across five distinct planes, from the sensory foundation up through the capacity to act in the world. Each has different characteristics, failure modes, and governance requirements — and weakness at any one propagates upward through every plane above it.

Plane 1 — The Data Plane is the sensory foundation: the governed corpora of structured and unstructured information agents perceive and reason over. Every other plane depends on it. When an agent decides poorly, the first diagnostic question is always: what data was it working from? Never glamorous. Always foundational.

Plane 2 — The Model Plane is the cognitive engine: the foundation and specialist models that reason over the data. Models aren't neutral instruments — they embed the training choices of whoever built them, and those choices interact with your objectives in ways that surface only in a decision that surprises someone. Relying on a single provider is a strategic exposure, not an engineering default.

Plane 3 — The Agent Plane is the distributed workforce: role-defined autonomous agents, each governed by a charter that sets its authority, escalation triggers, and boundaries. This is where productive capacity actually lives — and where behavioral drift accumulates over time, learning patterns that diverge from intent in ways no single decision makes visible.

Plane 4 — The Orchestration Plane is the central nervous system: the layer that routes tasks, manages handoffs, monitors for unexpected interactions, and ensures distributed activity serves the Human Cortex's intent. Without it, a collection of agents isn't an organization — it's a set of tools that happen to be running at once. This is where most implementations succeed or fail in practice.

Plane 5 — The Actuation Plane is the hands of the organism: the APIs, integrations, and channels by which agents act in the real world. A refund is issued. A contract executes. An email goes out. Governance is most acute here, because this is where agent decisions touch customers, partners, and regulators — and where errors carry real costs rather than merely computational ones.

Figure: The Five Planes are an interdependent system, not a checklist — the strength of the whole is bounded by the weakest connection between layers.

The mechanism: the seams are where interdependence becomes fragility

Here's the part the stacked diagram can't show you. The most expensive failures cluster at the handoffs between planes, not within them. Three recur often enough to name:

  • The data-to-model handoff, where stale or narrow data quietly miscalibrates an otherwise capable model. The model isn't wrong; it was fed a distorted world.
  • The model-to-agent context transfer, where an agent drops state mid-workflow because the relevant context never reached it. Each part worked; the relay dropped the baton.
  • The agent-to-orchestration routing, where two agents holding conflicting locks on a shared resource deadlock the entire pipeline. No single agent failed. The coordination did.

These seams are where the system's interdependencies become visible as fragility. And they explain a metric most leaders misread. When the [[coi-the-one-metric|Cognitive Overhead Index]] shows high handoffs or high context-fetch, the instinct is to blame the agents. But those dimensions point at the connections — the Data Plane that didn't surface context, the orchestration that didn't transfer state. The five-plane view tells you to govern the seams, because that's where the cost actually lives. As the architecture moves into production, that's exactly where governance has to concentrate its attention.

What to do about it

  1. Assign ownership to the seams, not just the planes. Every box has a team. Name who owns the data-to-model handoff and the agent-to-orchestration routing. If no one owns the connection, the connection is where you'll fail.
  2. Don't compensate for a weak plane with a strong one. You cannot fix poor data governance with an excellent model, or underspecified agents with sophisticated orchestration. Strengthen the weakest link, not the strongest box.
  3. Diagnose downward when an agent misbehaves. Poor decision → check the data it perceived → check the context it received → check the routing that fed it. The agent is usually the last suspect, not the first.
  4. Make the Actuation Plane carry your values. A commitment to transparency is theater unless every agent-generated customer communication carries the traceable rationale that makes it auditable. Values declared at the top must reach all the way to the hands.
  5. Read COI through the planes. High handoffs and context-fetch point to Data and Orchestration; high exception volume and rework point to Agent-Plane spec design. The metric tells you where; the planes tell you what.

The five-plane architecture isn't a maturity checklist you tick off plane by plane. It's an interdependent system whose strength is bounded by its weakest connection. Build five excellent layers and wire them carelessly, and you'll get a confident, well-resourced system that fails in ways no single team can see — because the failure was never in anyone's box.

Adapted from the essays accompanying AI‑Born by Mehran Granfar. Themes drawn from Volume I, "The Machine Core".

The Dispatch — N°01

Essays from
the lineage break.

New essays, framework studies, excerpts and pre‑order news. Sent rarely. Never noise.