Live data from Hacker News

DeepClaude – Claude Code agent loop with DeepSeek V4 Pro

github.com

311–320 of 322 posts

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

#311
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 $@

You mean `exec claude "$@"`

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

#312
post #205
post #96

Earlier quoted context omitted.

ANTHROPIC_MODEL=deepseek-v4-pro[1m] ANTHROPIC_SUBAGENT_MODEL=deepseek-v4-flash This is what I’ve been using for non-confidential projects for about a week now (soon after v4 came out). I honestly can’t tell the difference, but I’m not doing anything crazy with it either. Worth noting that I don’t think DeepSeek‘s API lets you opt out of training. Once this is up on other providers though… (OpenRouter is just proxying…

For those that don't want their data trained on, OpenRouter allows you to have account-wide or per-request routing with either provider.data_collection: "deny" or zdr: true (zero data retention). Also, you can use HuggingFace Inference for DeepSeek V4 or Kimi K2.6, both of which work quite well and route through providers that you can enable/disable (like Together AI, DeepInfra, etc) - you'll have to check their poli…

[dead]

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

#313

Earlier quoted context omitted.

does it support aws bedrock provider support,does i can use any model in this

Ah, for aws bedrock, just use `aivo keys add` add baseurl and apikey, everything is ready, `aivo models` to see models

will check

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

#315
post #254

Tried DeepSeek V4 Pro and Flash on Open Router and they worked fine - flash might have actually produced a better result, but also the same prompt across different inference providers produced the same result. Then tried DS4 Pro again via tinfoil.sh and got the same design but littered with random Chinese characters in the code. Tinfoil pegs prompt data as private / not trained on. Do know know DS4 providers that are…

i'm confused. how does this prove, or even insinuate, that they're training on your data? and if they were, there's no way it would appear that soon

There is no insinuation. I am looking for both private and quality inference. I am not sure why Tinfoil had the characters. I will keep trying them, but it’s an issue if not resolved.

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

#316
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...

It's really getting a lot of upvotes so it's nearly as if people were feeling locked-in and wanted a way out but... Why would you keep using CC CLI if you want to use the much cheaper DeepSeek v4 models (Flash and Pro): isn't it the opportunity to kiss CC CLI goodbye and use something not controlled by Anthropic? Anyone here successfully moved from CC CLI to a fully open-source project? I'm asking this as a Claude Co…

CC can use the Flash model for sub-agents and other tasks but keep using the Pro model for the main thread and thinking there. It also has a decent permission system and commands that people are quite used to.

Personally I’d say that the closest alternative you’d get is OpenCode.

They are TUI focused and also do have a web/desktop version, though that’s not quite as good as Claude’s Desktop app (and Claude Code functionality within it) yet. The TUI itself is solid though and they support a lot of different providers and models (/connect and /models).

For GUI driven stuff, I’ve personally had good experiences with KiloCode (in Visual Studio Code, personally I also liked RooCode of which KiloCode is a fork, but that stopped development) or just using the Zed editor with their built in agent.

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

#317
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...

I'm curious how well it actually works. I tried Deepseek with Hermes and Opencode and it seemed extremely bad about using some of the basic tools given, like the Hermes holographic memory tools, even with system prompt instructions strongly pointing them out.

I'm working with Deepseek for a few weeks with opencode, and there are no desires left. claude remote maybe, but opencode web is good enough.

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

#318
post #96

Earlier quoted context omitted.

ANTHROPIC_MODEL=deepseek-v4-pro[1m] ANTHROPIC_SUBAGENT_MODEL=deepseek-v4-flash This is what I’ve been using for non-confidential projects for about a week now (soon after v4 came out). I honestly can’t tell the difference, but I’m not doing anything crazy with it either. Worth noting that I don’t think DeepSeek‘s API lets you opt out of training. Once this is up on other providers though… (OpenRouter is just proxying…

As of now, OpenRouter offers multiple providers for DeepSeek with ZDR (not sure if they respect it but still).

[deleted]

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

#320

Earlier quoted context omitted.

I don't always copy paste vibe coded project readme mds into Claude code and ask them to rewrite it but when I do... actually that's all I do now because my goal in life is to make wealthy overvalued companies wealthier.

Anthropic is the opposite of wealthy, the more you use their service, the more money they lose. Unless you think your precious MDs being used for training data is gonna make them rich eventually.

By that logic Amazon wasn't "wealthy" for first 9 years. That year they got "wealthy" they had $5.26 billion in revenue.
Post reply on HN