SuperInstance enforces the first proven conservation law — γ + η ≤ C — that mathematically bounds waste and optimizes throughput. Works with any framework you already use.
Five agents spend 80% of their token budget on "I'll handle this" / "No, I'll handle this." More tokens talking means fewer tokens doing.
Nothing prevents Agent 4 from overwriting Agent 1's work. Nothing rate-limits the fleet. Nothing says "stop, you've done enough."
10 agents don't produce 10× output. They produce ~3× output at 10× cost. The 7× difference is pure coordination overhead.
Before every agent action, the governor checks γ + η ≤ C. If the budget is exhausted, the agent waits. No over-coordination, no wasted tokens.
The ternary PID controller drives γ toward C/2 — balanced equilibrium. It automatically scales agents up when there's budget and down when there isn't.
Fleet, Agent, and Governor classes. Import in any Node.js or TypeScript project.
@superinstance/sdkPID controller driving γ → C/2. Observes fleet state, decides throttle/release/spawn/merge.
PID · ternaryManages agents, tracks conservation, enforces budgets. Wraps OpenAI, LangGraph, CrewAI.
framework-agnosticReal-time γ/η/C visualization. Fleet health metric δ at a glance. Like Grafana for agents.
live monitoringThe total entropy of the fleet is bounded: H(X) = I(X;G) + H(X|G) where H(X) = C (total entropy), I(X;G) = η (mutual information with goal), H(X|G) = γ (conditional entropy). Full proof in the paper: 860 lines, rigorous.
The convergence rate δ(n) = (1/√n)(1 − 3/(2n)) tells you exactly how many agents you need. Bigger fleets are proportionally cheaper to coordinate.
| Agents | δ | Cancelled |
|---|---|---|
| 5 | 0.40 | 49% |
| 10 | 0.29 | 66% |
| 100 | 0.097 | 90% |
| 10,000 | 0.0097 | 99% |
Ternary math, conservation law, coordination protocols — the substrate.
Fleet dispatch, vector search, bottle routing — deployed edge infrastructure.
SHOAL semantic search — 384-dim BGE embeddings for fleet knowledge.
The conservation-entropy theorem — rigorous, not vibes.
Semantic crate search and fleet knowledge base. Always-on intelligence.
Always-on fleet management. Conservation enforcement never sleeps.