Nexus Prime is the local-first control plane that anchors your agent to reality with persistent state, orchestrated worktrees, and an immutable audit trail.
Every time an agent takes an action, it re-reads everything from scratch. It pays full price for orientation on every turn.
One developer tracked 100M tokens — 99.4% were input. The agent is not building understanding; it is stuck in an infinite orientation tax loop.
Agents form memory, but nobody configures decay. A note from six months ago outranks yesterday's critical update. The session starts heavier.
Switch from Claude Code to Codex. The repo transfers, but which files mattered? What did you already try? The context does not travel.
Collections get injected wholesale into context. Irrelevant context degrades model reasoning. Flat files like CLAUDE.md just formalize the stuffing.
The brilliant programmer who gets blackout drunk every night and wakes up not knowing what project they are working on. That is your current AI infrastructure.
Agent parses 25 untouched files to answer a question that required 3.
Direct mutation of the main working tree. High risk of breaking state.
Terminal closes. Discoveries, decisions, and context are lost forever.
Next session pays the exact same token cost to re-learn the repo.
Pre-read analysis routes only semantically relevant files to the context window.
Nexus spawns an isolated git worktree. The agent builds without touching main.
Facts are extracted, scored, and reconciled. Contradictions are pruned.
Context transfers instantly. Switch from Cursor to Cline and pick up exactly where you left off.
"We installed the global npm package and verified the CLI toolset ourselves. The MCP server handles memory and token orchestration correctly. GitHub activity shows 27 consistent releases."
Nexus Prime is not a wrapper. It is a fundamental phase transition in how agents interact with the host system.
Keep a run log of decisions, patches, and tool calls. Rebuild context from artifacts every step.
| Capability | Nexus Prime | Standard Agents | Basic MCP Servers |
|---|---|---|---|
| Cross-Agent Context Transfer | + Native DNA | - | - |
| Persistent Memory with Decay | + SQLite Fabric | - | - |
| Source-Aware Token Routing | + Local TF-IDF | - | - |
| Worktree-Backed Execution | + Isolated | - | - |
| Runtime Truth Provenance | + Ledger Log | - Ephemeral | - |
| Auto-Setup for 12+ Agents | + 1 Command | - N/A | - Partial |
$npm i -g nexus-prime