Is there a way to do this directly by using claudecode CLI (which I already have installed) and openrouter??
DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
51–60 of 322 posts
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#52Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#53If 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
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#54Is there a way to do this directly by using claudecode CLI (which I already have installed) and openrouter??
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#55anthropic messed up big time harness works with any muh commodity LLM, meanwhile VCs were duped on the myth of FOOM AGI, probably not a cooincidence Anthropic is enmeshed with the scifi fan fic forum known as lesswrong. The world wants useful tools. The bay area bubble in contrast thrives on Mythos.
The American firms are not demonstrating escape velocity and as long as china offers something somewhat comparable and offers it at a very low price to compensate for any difference in quality, they will not be generating enough in cash flows to finance reinvestment. I highly doubt they’ll be able to continue raising external financing for numerous periods from here on out - they gotta start showing strong financials and that they are running away from the open source models.
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#56If 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
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#57Earlier quoted context omitted.
Like me: that’s what I do. Either Opus 4.7 or GLM 5.1 for planning, write it out to a markdown file, then farm it out to Qwen 3.6 27B on my DGX Spark-alike using Pi. Works amusingly well all things considered.
What hardware are you using to power this?
Probably wasn't clear enough if you don't know what that is already, apologies
It's an Asus Ascent GX10, which is a little mini PC with 128GB of LPDDR5X as shared memory for an Nvidia GB10 "Blackwell" (kind of, it's a long story) GPU and a MediaTek ARM CPU
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#58Is there a way to do this directly by using claudecode CLI (which I already have installed) and openrouter??
ANTHROPIC_BASE_URL="https://openrouter.ai/api" ANTHROPIC_AUTH_TOKEN="$OPENROUTER_API_KEY" ANTHROPIC_DEFAULT_SONNET_MODEL="deepseek/deepseek-v4-flash" CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=1 claudeRe: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#59Earlier quoted context omitted.
Like me: that’s what I do. Either Opus 4.7 or GLM 5.1 for planning, write it out to a markdown file, then farm it out to Qwen 3.6 27B on my DGX Spark-alike using Pi. Works amusingly well all things considered.
How is glm 5.1? I have t tried it yet but have been meaning too
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#60#!/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 $@
It seems like any project that makes fun of Claude is bound to reach the top spot on Hacker News. Even if it’s just a project consisting of four lines of code.