Pi-Rogue
My command-plane for deliberate AI execution.
Pi-Rogue is where I prototype the missing control layer around agents: advisor checks, model routing telemetry, context brokerage, Fusion-style model panels, and explicit goal/loop orchestration — in plain English, fewer wasted tokens and less blind agent wandering.
The rule is simple: do not send every token to the smartest model; do not let every agent run blind; do not treat context as infinite.
- Route cheap work to cheap models, escalate when the decision deserves it.
- Compress and broker context with
ctx://handles instead of shoving the whole session back into the prompt. - Compare models in panels, extract consensus and contradictions, then synthesize deliberately.
- Let longer flows run with goals, review gates, stop conditions, and an audit trail.