All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

deepclaude: Open-source tool runs Claude Code's agent loop with cheaper AI backends like DeepSeek

By

alattaran

28d ago· 4 min readenCode

Summary

deepclaude is an open-source tool that replaces the Claude Code autonomous coding agent's underlying AI model (Anthropic's Claude) with cheaper alternatives like DeepSeek V4 Pro or OpenRouter-compatible backends. It maintains the same user experience and autonomous agent capabilities (file editing, bash execution, subagent spawning) while reducing costs by approximately 17x — from $200/month to roughly $0.87/M output tokens. The project provides a quick 2-minute setup guide and aims to make advanced autonomous coding agents more accessible.

Key quotes

· 4 pulled
Claude Code is the best autonomous coding agent — but it costs $200/month with usage caps.
DeepSeek V4 Pro scores 96.4% on LiveCodeBench and costs $0.87/M output tokens.
deepclaude swaps the brain while keeping the body
Everything works: file reading, editing, bash execution, subagent spawning, autonomous multi-step coding loops. The only difference is which model thinks.
Snippet from the RSS feed
Use Claude Code's autonomous agent loop with DeepSeek V4 Pro, OpenRouter, or any Anthropic-compatible backend. Same UX, 17x cheaper. - aattaran/deepclaude

You might also wanna read