The important question in an AI system is not “can the model do it?”

It is “what path must the output pass through before it changes the world?”

That is the design question behind Governed Robot Shell and Metis Head.

In the robot shell, text is not action. Text becomes intent. Intent maps to one finite action. That action passes a safety check. Only then does a body backend receive anything.

The bad path is:

LLM -> actuator

The better path is:

language -> intent -> action proposal -> safety gate -> bounded execution -> log

Metis uses a related pattern for voice and tools. Voice trace events are redacted. Tool use stays mediated by review state. The dashboard makes the boundary visible instead of hiding it behind a friendly interface.

That matters because assistants are persuasive surfaces. A smooth interaction can make an unsafe architecture feel stable.

The work I want to show is the opposite: the architecture should keep reminding the operator what is simulated, what is proposed, what is approved, and what cannot happen from the current path.