Dimensional Growth
connector.json grows across five dimensions. Each dimension preserves the same structure — the pattern is fractal. What works for 2 agents works for 200. What works on 1 machine works on 20.Dimension 1: Node Count
How many AI agents exist.Dimension 2: Node Direction
How agents communicate.type field. The communication pattern changes, the infrastructure doesn’t.
Dimension 3: Node Network (Depth)
How deep the agent tree grows.Dimension 4: Node Machines
How many physical machines are involved."machine" and it crosses the machine boundary.
niia remote handles the transport. The agent doesn’t know it’s remote.
Dimension 5: OS Access
What the agent can see and touch beyond the terminal.The Five Dimensions Combined
Each dimension multiplies the others:The Cognitive Threshold
connector.json as Control System
At every scale, the same control primitives apply:What This Is
This is not a multi-agent framework. This is not a workflow engine. This is not a deployment tool. This is the control system for emergent AI complexity. When AI networks grow beyond human cognition — and they will — the question becomes: what controls them? Not at the model level (that’s alignment). At the infrastructure level. Which sessions run where. Who talks to whom. What’s sandboxed. What’s allowed. What’s physically locked. connector.json is the answer to that infrastructure question. PTY-for-AI is the execution layer. niia daemon is the runtime. niia remote is the machine expansion. Kernel CLI is the OS capability. OTP is the physical harness. One spec. Five dimensions. Unlimited scale.The Full Series
| Page | What it covers |
|---|---|
| Introducing connector.json | Entry point — the problem and the solution |
| Spec Reference | Core schema: session, models, pipeline |
| Examples | 6 practical pipeline examples |
| vs MCP | MCP connects AI→tools, connector.json connects AI↔AI |
| Infinite Chains | Unlimited pipeline depth, fan-out/fan-in |
| Bidirectional | Two-agent dialogue, debate, peer review |
| Meeting Protocol | Multi-agent conference with agenda |
| N-to-N Topology | Full mesh, any agent to any agent |
| Recursive Teams | Agents that spawn sub-teams |
| Use Cases | 9 real deployment patterns |
| Machine Expansion | Cross-machine orchestration |
| ASURA & SENJU Model | The recursive execution model |
| OS Dimension | Dimension 5 — AI controls the OS |
| Physical Harnessing | OTP beats YAML policy |
| The Literacy of AI Era | Why understanding this pattern matters |
| Dimensional Growth | This page — all five dimensions |