Skip to main content

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.
The connector.json spec is identical. Only the number changes. The daemon spawns more PTY sessions. That’s it.

Dimension 2: Node Direction

How agents communicate.
Same connector.json. Different type field. The communication pattern changes, the infrastructure doesn’t.

Dimension 3: Node Network (Depth)

How deep the agent tree grows.
At depth 3, you have 8 agents across 3 levels of connector.json files. Each level is a complete, independent pipeline. The parent level only sees results, not internal structure.

Dimension 4: Node Machines

How many physical machines are involved.
Same field structure. Add "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.
An agent with Dimension 5 can check CI in a browser, merge a PR by clicking a button, send a Slack notification — all via the OS accessibility tree, not screenshots. Dimension 5 has the strongest harness: OTP-gated physical control. See OS Dimension and Physical Harnessing.

The Five Dimensions Combined

Each dimension multiplies the others:

The Cognitive Threshold

This is not a theoretical limit. It’s a practical threshold where human cognitive capacity is exceeded and AI orchestration becomes necessary — not optional.

connector.json as Control System

At every scale, the same control primitives apply:
The control system is the same whether you have 2 agents or 2,000. Whether on 1 machine or 20. Whether depth 1 or depth 10.

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