#498 · Primary category: AI Coding Assistants
CodexSaver
Make Codex cheaper without making it dumber with DeepSeek.
Project last updated:05/31/26
GitHub Stars
644
Forks
48
Contributors
1
License
Other
Why we included this project
CodexSaver is an MCP server that lets Codex hand off the cheap, verifiable parts of its work to smaller models. Through a delegate_task tool, routine jobs like docstring updates, repository scans, and bounded test generation go to a local Pi Agent worker or a DeepSeek-backed provider, while Codex keeps the calls that need judgment: architecture, security, and final review. The safety rails are explicit, protected paths, allowlisted commands, and sandboxed patch application keep delegation from becoming a liability. The README's benchmarks, which show 45 to 100 percent estimated savings on bounded tasks, give teams a concrete starting point for judging whether the trade-off works for them.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.