Live data from Hacker News

DeepClaude – Claude Code agent loop with DeepSeek V4 Pro

github.com

81–90 of 322 posts

Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro

#83
post #55

Earlier 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.

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

#84
post #55

anthropic 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…

The performance gap will likely close as Chinese hardware improves. This is happening very rapidly.

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

#85
post #29
post #21

#!/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 $@

The AI wars have begun

This has been possible since the beginning.

Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro

#86

Earlier 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.

Yeah see the Nvidia china us gov self own. The assumption seems to be 1.4 billion people in a middle income country are dependent on 300 million for tech.

Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro

#87
post #50
post #13

I'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...

From vibe coders for vibe coders

Problem?

Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro

#88
post #17

Earlier 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.

How are you interacting with GLM 5.1? Via the Claude Code harness? I really wish they'd release a fully multimodal model already.

Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro

#89

This 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.

CC has the ability to use Ollama as well, which includes the ability for Ollama to proxy to Ollama's cloud models. It's brilliant, and works with a single Ollama command that doesn't mess with CC at all (so you can run them at the same time).

If you are interested, I've built an agentic terminal that helps manage these types of things better: https://deepbluedynamics.com/hyperia

Post reply on HN