If you're okay with sonnet level performance, this sounds like a straight upgrade. But I find that sonnet messes up too much, that it ends up not being worth cost optimizing down to using it or another sonnet-level model. Glad to have this as an option though
DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
131–140 of 322 posts
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#132Earlier quoted context omitted.
> I would first suggest looking into pi.dev Looked into this one. Thought it was suspicious that it only had 7 open issues on github. Turns out they have a bot that auto-closes every single issue just because. I honestly have no words.
They have a pretty decent explanation. https://github.com/badlogic/pi-mono/blob/main/CONTRIBUTING.m...
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#133Earlier quoted context omitted.
How come such slop is allowed here, what value do these vibe coded zero shot "projects" add? Why not just post the prompt?
Recruiters used to use the candidate's Github "sources" page for evaluating candidates as a kind of proof-of-work.
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#134Earlier quoted context omitted.
The more interesting part of deepclaude is the local proxy it runs to switch models mid-session and do combined cost tracking. Though these features seem quite buried in the LLM-generated readme. Looking at the history, it appears they were added later, and the readme wasn't restructured to highlight this. Also, the author checked in their apparently effective social media advertising plan: https://github.com/aattara…
How come such slop is allowed here, what value do these vibe coded zero shot "projects" add? Why not just post the prompt?
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#135If you're looking for Claude Code alternatives, I would first suggest looking into pi.dev or opencode for your harness. And then for models, you can choose from OpenCode Go (IMO most cost effect at this moment), OpenRouter, or direct from DeepSeek. Better if you go the Kimi route IMO and just buy a subscription from kimi.com
I’m going to throw my harness in the ring: https://codeberg.org/mlow/lmcli
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#136#!/bin/sh export ANTHROPIC_BASE_URL=https://api.deepseek.com/anthropic export ANTHROPIC_AUTH_TOKEN=sk-secret export ANTHROPIC_MODEL=deepseek-v4-flash export CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=1 exec claude $@
those who use deepseek v4, what level of output you get? Codex 5.3 or GPT 5.4? is flash version on level of gpt 5.4 mini
PS. mentioning amp because i used to use it and I pay directly for token. I topped up 5 usd so I will be going to use it and see how far can it take me. But my impression so far is even when model subsidization is done, those open source models are quite viable alternatives.
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#137Earlier quoted context omitted.
I’m going to throw my harness in the ring: https://codeberg.org/mlow/lmcli
Looks interesting. Does it offer anything special that pi.dev or opencode does not?
It's proven useful for me, and I figure others might appreciate how light of a shim it is between you and the models.
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#138Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#139I'm not exactly sure what the point of this is. Deepseek already has instructions to use its API with many CLI's including Claude Code directly: https://api-docs.deepseek.com/quick_start/agent_integrations...
There probably isn't a point. Someone didn't understand something, didn't research it, so they 1 shotted their first thought and sent it to the front page of HN and all of their socials. It's the future bruh
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#140I am using Claude Code with GLM 5.1, MiniMax M2.7, Kimi K2.6 and Xiaomi MiMo V2.5 Pro.