DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
81–90 of 322 posts
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#82Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#83Earlier quoted context omitted.
I think OAI and Anthropic will be ok for a year or two. But after that If they still continue to earn revenues from selling tokens to firms/software engineers they will be in serious trouble. 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…
I wouldnt put it past the US gov to ban foreign models. they tried to ban tiktok. what is being demosrrated here is silicon valley can not withstand a competitive market.
Not only that but other countries are very unlikely to follow suit, so it is just a straight-up productivity tax on the US.
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#84anthropic 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.
I think OAI and Anthropic will be ok for a year or two. But after that If they still continue to earn revenues from selling tokens to firms/software engineers they will be in serious trouble. 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…
Already DeepSeek v4 is being hosted on Huawei Ascend 950. What do you think those cost relative to NVIDIA gear?
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#85Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#86Earlier quoted context omitted.
I wouldnt put it past the US gov to ban foreign models. they tried to ban tiktok. what is being demosrrated here is silicon valley can not withstand a competitive market.
Good luck banning Open Source models. Not only that but other countries are very unlikely to follow suit, so it is just a straight-up productivity tax on the US.
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#87Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#88Earlier quoted context omitted.
A lot of people are having good experiences doing things like using opus for designing and using locally hosted qwen3.6 for implementation. I could see a serious cost reduction story by using opus for design and deepseek for implementation. Personally I would avoid anthropic entirely. But I get why people don't.
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.
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#89This has become a problem for me. I like trying new things. But I also know that in about a week, there's going to be a better/cheaper setup. And a week after that. And ideally I'd like to get some coding done when I'm not tinkering with the tools. So I think I'll stay with CC for now.
If you are interested, I've built an agentic terminal that helps manage these types of things better: https://deepbluedynamics.com/hyperia
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#90Is there a way to do this directly by using claudecode CLI (which I already have installed) and openrouter??