Locode, a local first CLI that routes tasks to local LLMs or Claude
Author admits it's early alpha and a learning experiment—routing logic is the only differentiator.
Send non-urgent work to the Anthropic Batch API at 50% cost — directly from Claude Code
Route Claude Code work to Batch API; saves money if you don't need instant replies.
Claude users with high API bills, engineers doing code review and documentation work
Anthropic Batch API (raw)
I use Claude Code daily for software design and infra work (terraform, code reviews, docs). Many Terminal tabs, many questions. I realised some questions are ok to wait on and with that comes some cost savings. So here is a small MCP that lets you send work directly to Anthropic's Batch API from inside Claude Code, for the same quality responses just 50% cheaper, results come back in ~30min-1hr.
How it works: you type /batch review this codebase for security issues, Claude gathers all the context, builds a self-contained prompt, ships it to the Batch API via an MCP server, and you get notified in the status bar when it's done (optional).
The README has installation instructions, which were mainly generated by claude. I removed the curl | bash setup and at this stage of the project i feel more confident sharing the manual setup instructions.
My main hope with this project is to monetize it. Not by asking for money, rather I am hoping others have ideas or improvements to add and use those to save more on cost.
Author admits it's early alpha and a learning experiment—routing logic is the only differentiator.
Telegram-based remote control for Claude Code queues—useful, but Foolery does orchestration better.
Wrapper scripts around Claude API; no novel approach, and $19 paywall gates most features behind PURCHASE.md.
Philosopher personas for AI routing when CrewAI and AutoGen already do agent orchestration.
MCP-based dashboard for Claude Code agents, but agent management tools are multiplying weekly.
Cloud-synced MCP configs beat hand-editing JSON across multiple machines.