The Last OSArticle
Article / The demo is not the system
Article 03InfrastructureJune 2026

The Plumbing Before the Last OS

The model can already produce the compelling answer and the polished interface. Dependable delegation requires a less glamorous achievement: systems that make autonomous action accountable.

The limiting work is moving from model capability to identity, authorization, provenance, durable data contracts, and institutional permission.

Part I
The demo is not the system
A successful interaction proves possibility. It does not prove that an organization can safely depend on it.

An agent demo is easy to understand. State an outcome, connect a few tools, and watch the system do in seconds what previously required a morning of application switching. The loop collapses. The future becomes visible.

Production is where the invisible questions arrive. Which identity performed the action? Which permissions did it inherit? What information did it read? Which transformation produced the number? Who is accountable when the result is wrong? Can the action be reversed? Can another system reconstruct why it happened six months later?

These questions are not peripheral safety features. They are the operating system.

The implementation gapThe honest version of the vision lives between the impressive outcome and the plumbing required to trust it.
Figure 1 — The barriers, and how close each one is
Blocker
Accountability & provenance. When an agent gets it wrong, who is responsible? Every action must carry why it happened and what it ruled out — infrastructural, not bolted on.
In progress
Agent identity & auth. OAuth was built for a person clicking "allow," not an autonomous actor across forty systems. MCP is an opening move; the security model is still young.
Blocker
Data contracts. The whole thesis rests on clean, well-described data. Most real data is a swamp of undocumented schemas. Someone has to do the thankless work first.
In progress
Inference latency. Generation takes time, and the surgeon's incision can't wait on a render. Needs real work on speed, caching, and graceful fallback.
Blocker
Regulatory frameworks. Finance, healthcare, and law mandate human sign-off for legal reasons. Rewriting the rules is a political process measured in years.
In progress
Ecosystem / cold start. A new paradigm must be familiar enough to adopt and different enough to be worth the switch. The trap that killed Humane and stalled Rabbit.
BLOCKER IN PROGRESS Accountability & provenance 20% Agent identity & auth 45% Data contracts 25% Inference latency 55% Regulatory frameworks 15% Ecosystem / cold start 40% 0%50%100% solved

Illustrative, qualitative read of how close each prerequisite is to "solved." Red = hard blocker, amber = in progress. None is close to done — which is precisely where the work, and the opportunity, sit.

Authorization was designed for people

Most enterprise permission systems assume a person is present. A user signs in, clicks allow, and performs actions inside a known application boundary. An agent breaks that model. It may act across dozens of systems, continue after the original conversation ends, and make intermediate decisions no person explicitly approved.

Giving the agent the user's full authority is convenient and dangerous. Restricting every action to a new approval recreates the workflow the agent was meant to remove. The real problem is designing delegated authority: permission that is specific enough to be safe, broad enough to be useful, observable while active, and revocable when conditions change.

Data contracts decide whether answers mean anything

Generated interfaces and autonomous analysis depend on systems knowing what information exists and what it means. Most organizations do not have that substrate. They have undocumented schemas, duplicated metrics, spreadsheet exceptions, stale fields, and business definitions that live inside particular people's heads.

A fluent model can conceal this disorder. It can produce a coherent answer from incoherent foundations. That makes durable data contracts more important, not less: definitions, ownership, freshness, lineage, and the limits under which a value can be compared.

Figure 2 — One contract, three surfaces
Data contract — what information existssource of truth
↓  rendered on demand, per person  ↓
Executive
a sentence + one chart
Analyst
a sortable table
Engineer
a diff + stack trace
- timeout = 30
+ timeout = 5
 retry(req)
at pool.js:42
at exec:11
Part II
Trust must travel with the action
Provenance and accountability cannot be reconstructed after the fact.

Traditional software often treats the audit trail as a record of events: who clicked what and when. Agentic systems require something richer. A useful record must carry the purpose of the action, the evidence used, the alternatives considered, the assumptions made, and the authority under which the system proceeded.

That provenance has to survive the journey. It must travel from source to analysis, from analysis to generated interface, and from recommendation to action. Otherwise the surface may tell a convincing story that the underlying systems cannot verify.

Accountability also has to be designed before deployment. A model provider, application vendor, organization, operator, and approving human may all contribute to one outcome. If responsibility is left ambiguous, every party can plausibly claim that the consequential choice occurred somewhere else.

Graceful failure matters more than perfect autonomy

Agents will encounter missing permissions, conflicting data, latency, unavailable services, and decisions outside their competence. The trustworthy system is not the one that never fails. It is the one that fails visibly, preserves context, narrows its authority, and hands the problem back without disguising the break.

A generated interface should therefore communicate the state of delegation: what the system completed, what remains unresolved, where confidence fell, and what action now requires a person.

Part III
The opportunity is the trust substrate
The organizations that make delegation dependable will define the practical shape of agentic computing.
01Delegated identity

Agents need scoped, revocable authority that remains distinct from the person who invoked them.

02Durable contracts

Systems need explicit definitions, ownership, lineage, and freshness before models can reason dependably.

03Traveling provenance

Evidence, transformations, assumptions, and authority must remain attached to every outcome.

04Meaningful fallback

Failure states must preserve context and return control before uncertainty becomes action.

Capability will continue to improve, and interfaces will become easier to generate. Those advances are visible and reward fast iteration. Trust infrastructure advances differently. It requires agreement across systems, organizations, regulators, and professions whose incentives do not naturally align.

That slower work will determine where agents become dependable rather than merely impressive. The last operating system will not be built from a model alone. It will be built from the contracts that decide what the model may know, do, explain, and be held responsible for.

The interface is the visible promise. The plumbing determines whether the promise can survive contact with reality.