Your AI writes code. ArbiterX decides if it's good enough.
The intelligent middleware that makes AI assistants write like senior engineers.
ArbiterX sits between you and your AI tool. Here's what it does.
Parses your code with tree-sitter, ranks symbols with PageRank, and sends only what the AI needs. 200K tokens → 5K tokens. That's 97% savings on every query.
Classifies tasks by complexity. Renames go to Haiku ($0.25/M). Bug fixes go to Sonnet ($3/M). Architecture goes to Opus ($15/M). Same quality, fraction of cost.
Scores every AI output 0–100. Checks security, robustness, efficiency, types, style, completeness. Rejects code scoring below 70. No more reviewing AI slop.
Three commands. You're running.
Install in seconds. Works with your existing AI tool.
$ pip install arbiterx-gate
$ arbiterx init
$ arbiterx map # Index your codebase (~30s)
# Use with Claude Code:
$ /plugin install NeelPrime/arbiterx
# Use with Codex CLI:
$ codex plugin install NeelPrime/arbiterx
# Use with Cursor, Copilot, Aider:
$ arbiterx export-rules --format cursor
$ arbiterx export-rules --format copilot
$ arbiterx export-rules --format agents # universal
Plugin install for Claude Code & Codex. Rules file for everything else.
/plugin installplugin install.cursor/rules/instructions.mdAGENTS.md.windsurf/rules/.kiro/steering/.zed/assistant/pre-commitAGENTS.mdEnforced on every piece of generated code. No exceptions.
Let ArbiterX be the gatekeeper.