Briefly
- DeepClaude is a wrapper script that redirects Claude Code’s API calls to cheaper Anthropic-compatible backends like DeepSeek V4 Professional.
- The repo claims roughly 17x value financial savings versus Anthropic’s $200-per-month Max plan.
- It launched weeks after Anthropic by chance leaked Claude Code’s full supply code, fueling a wave of open clones and modifications.
A brand new open-source device referred to as DeepClaude lets builders run Claude Code—Anthropic’s autonomous coding agent—with DeepSeek’s mannequin underneath the hood.
Pushed to GitHub by a developer going by aattaran, the venture payments itself as the identical Claude Code expertise at “17x cheaper.” It is a easy bash and PowerShell script — nothing fancy, no fork, no rewrite.
Utilizing the device, you may as well run Claude Code with different backends like OpenRouter, or Fireworks AI—not simply DeepSeek, although that’s apparently the principle draw.
The trick is atmosphere variables. Claude Code reads a handful of them to determine the place to ship API calls. DeepClaude rewrites these in the course of a session, factors them at a less expensive backend, then restores the originals once you exit.
The command line device itself does not change. File studying, modifying, bash execution, multi-step device loops, subagent spawning, all of it nonetheless works. Solely the mannequin doing the pondering is totally different.
However the “device loop” is the entire level of Claude Code. Whenever you ask Claude to repair a bug, it does not reply in a single shot. It reads recordsdata, runs instructions, sees the output, decides what to do subsequent, edits one thing, runs your assessments, reads the failures, tries once more. So it’s a course of that entails pondering, performing, observing, pondering once more, dozens of instances, till the job is completed.
That cycle is what individuals imply by “autonomous agent loop.” You give one instruction, the mannequin takes thirty steps. It is also the half that burns via tokens—and thru your Anthropic finances.
DeepClaude retains the loop intact and simply swaps which mannequin is making the choices inside it.
The mathematics is easy. Anthropic’s Max 20x plan, which provides heavy customers full Claude Code entry, runs $200 a month. DeepSeek V4 Professional via OpenRouter at present prices $0.435 per million enter tokens and $0.87 per million output—a promotional charge that expires Could 31, 2026, after which it doubles. Even at full value, it is drastically cheaper than Anthropic’s API.
By default, DeepClaude routes visitors to DeepSeek V4 Pro, the 1.6 trillion-parameter open-weight AI behemoth mannequin that Hangzhou-based DeepSeek launched on April 24. (Parameters, for the uninitiated, are what decide a mannequin’s capability—the extra parameters, the broader the mannequin’s breadth of information.)
DeepSeek V4 Professional scores 93.5% on LiveCodeBench—a benchmark that runs fashions on recent aggressive programming issues, which means DeepSeek solved 93.5% of the duties—putting it forward of each Gemini 3.1 Professional and Claude Opus 4.6.
Some issues are nonetheless a bit tough across the edges. Picture enter does not work. DeepSeek’s Anthropic-compatible endpoint does not help imaginative and prescient. Parallel device calls are disabled. MCP server integrations do not cross via. And on laborious reasoning duties, the “readme” file itself concedes Claude Opus continues to be stronger.
That stated, for reasoning, coding, and inventive duties, this implementation is a really highly effective and environment friendly answer to make use of.
A little bit of context for why this exists: On March 31, Anthropic accidentally shipped Claude Code’s full source map to npm, exposing 512,000 strains of TypeScript. The leak triggered a wave of clones, Python rewrites, and instruments that hook into Claude Code’s now well-documented internals.
DeepClaude is the pure subsequent step. It does not fork the code, nevertheless it exploits the truth that Claude Code’s backend is, by design, swappable.
There’s additionally a “distant management” mode that opens a Claude Code session in any browser through a claude.ai/code/session_… URL, with DeepSeek nonetheless doing the mannequin work. That one requires a Claude.ai subscription, since Anthropic’s WebSocket bridge is hardcoded.
Whether or not Anthropic will care is one other query. Claude Code is a paid product, however the API endpoints are open by design, the corporate constructed them to be Anthropic-compatible for third-party adoption. DeepClaude turns that compatibility outward.
The repo at present sits at nearly a thousand stars and two forks. DeepSeek’s promotional pricing ends Could 31.
Day by day Debrief Publication
Begin daily with the highest information tales proper now, plus authentic options, a podcast, movies and extra.
You might also like
More from Web3
Coinbase Files to List Single-Stock Perps on Apple, Tesla and Nvidia
Briefly Coinbase filed with the CFTC by means of Coinbase Derivatives to record single-stock perpetual futures within the US, searching …
Zcash Is Running—Devs Want to Make It Faster
In short Zcash builders are focusing on Nov. 5 to activate NU7, an improve that cuts block time—the interval between …
OpenAI Models Are Writing Their Own Jailbreak Instructions—And Sometimes Obeying Them
In short OpenAI revealed a brand new misalignment reporting framework alongside six experiences documenting regarding mannequin habits it discovered over …





