Intelligence plane
Local and cloud providers share one authority model; the newer provider gateway isn't yet the dispatch path for every call.
OpenAI · Anthropic
Groq · Gemini
Ollama · localSYSTEM ARCHITECTURE
Yana separates intelligence, authority, execution, continuity, evidence and interface into independent planes joined by explicit contracts.
THE STACK
Authority and system state live outside the model, so switching provider or agent never costs you the boundary.
Local and cloud providers share one authority model; the newer provider gateway isn't yet the dispatch path for every call.
OpenAI · Anthropic
Groq · Gemini
Ollama · localThe Rust TurnEngine manages typed turns, streaming, cancellation and canonical capability.
turn → stream
→ tool loop
→ cancel
→ partial outputGiám Thị, YanaAuthorityChain, approval, leases and HALT keep authority outside inference.
human
↓
Giám Thị
↓
Yana control planeSYSTEM MAP
The human keeps the final decision. Giám Thị is the root safety authority — it can HALT the entire session when it detects an unreviewed change. Studio and the Runtime CLI go through the same Yana control plane into the Rust TurnEngine (yana-rt); Wheelbot is a separate hardware branch with its own WebSocket/MCP device bridge — this site does not claim Wheelbot's path has been verified end-to-end through the same TurnEngine.
CONTROL + CONTINUITY
Task graph, missions, L1/L2 memory and project memory create durable state; a complete Continuity Engine is still roadmap.
See ContinuityCAPABILITY + EVIDENCE
Manifest lookup, risk, approval, atomic file write, TOCTOU re-diff and the audit chain turn a tool call into a verifiable action.
See GovernanceINTERFACE BOUNDARIES
Yana doesn't assume every harness is equally capable.
The only chat path with approval-continuation for mutating capability today.
interactive
approval continuation
mutating capabilityUses the headless stdin/NDJSON contract; headless mode doesn't expose mutation capability today.
typed turn
local process
no headless mutationMCP is opt-in and doesn't create approval on its own; harness adapters enforce it unevenly.
MCP experimental
approval external
adapters unequalDEEPEST PRINCIPLE
That's why Yana is a control plane and a personal agent operating system, not just a model wrapper.