Mission Control · API bay · §6.4
Deep Auditor
The free Seven Cardinal Sins auditor catches what regex can — opus_overuse, no_caching, prefix_poisoning, hedge_bloat, system_prompt_bloat, repeated_context, no_max_tokens. The deep auditor layers Haiku on top to suggest specific rewrites of wasteful sentences, recommend a different model for your inferred task type, and flag domain-specific anti-patterns. Costs real Anthropic spend per call — Operator+ only.
Locked — your tier: recon
Deep Auditor needs Operator or higher
Every call costs real Anthropic spend, so the gate is on a paid tier. The free heuristic auditor at /mission-control/auditor stays available to everyone.
UpgradeHow it works
- The heuristic auditor runs first (free, no Anthropic call) and finds anything regex can.
- Haiku gets the heuristic summary + your prompt body + your model / max_tokens / calls-per-day, and is told NOT to duplicate the heuristic baseline.
- It returns up to 6 deep findings in four categories:
rewrite,model,structure,domain. Each one has severity, rationale, suggestion, estimated monthly savings. - Your monthly AI budget is debited based on a conservative pre-call ceiling (~$0.005 per audit assuming ≤60k input chars).
Programmatic access: POST /api/v1/mc/audit-deep with a t2_mc_* token holding the mc:audit-deep scope. Same pipeline.