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.
# Install
$ pip install arbiterx-gate
# Or with pip3 / virtual environment:
$ pip3 install arbiterx-gate
$ python3 -m venv venv && source venv/bin/activate && pip install arbiterx-gate
# Initialize (once per project)
$ arbiterx init
$ arbiterx map # Index your codebase (~30s)
# Use
$ arbiterx route "task" # See model routing
$ arbiterx gate --file f.py # Score any file 0-100
# Plugin install for AI tools:
$ /plugin install NeelPrime/arbiterx # Claude Code
$ codex plugin install NeelPrime/arbiterx # Codex CLI
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.