DeepClaude is sitting at 467 points and 179 comments on Hacker News today, and the GitHub repo has crossed 540 stars in a few days. The pitch is one line: keep Claude Code’s agent loop, swap Anthropic’s models for DeepSeek V4 Pro. The bill drops about 17x.
What it actually is
A self-hosted proxy. You point Claude Code at DeepClaude instead of api.anthropic.com, and your file edits, bash calls, multi-step planning, and subagent spawning all keep working — same CLI, same UX. The proxy translates the requests onto a different backend: DeepSeek V4 Pro at $0.87 per million output tokens, OpenRouter, or any Anthropic-compatible endpoint. You can switch backends mid-session if a long task starts costing real money.
Why developers care
Anthropic charges $15 per million output tokens for Sonnet-class output. A heavy Claude Code session can burn through $20 in an afternoon. DeepClaude turns that into roughly $1.20 of DeepSeek tokens with no change to the workflow. That arbitrage — same agent harness, 1/17 the cost — is exactly the trade the HN crowd is showing up for.
You Might Also Like
- Claude hud hit 5 3k Github Stars Because Developers Were Flying Blind With Claude Code
- From Claude Flow to Ruflo 22k Stars 5900 Commits and the Multi Agent Swarm Taking Over Claude Code
- Claude Code Source Leak Kairos how a 59 8 mb File Exposed Anthropics Entire Agent Playbook
- Anthropic Just Launched Code Review in Claude Code and 54 of prs now get Real Feedback
- Openviking Treats ai Agent Memory Like a File System and 9k Github Stars say its Working

Leave a comment