Live data from Hacker News

DeepClaude – Claude Code agent loop with DeepSeek V4 Pro

github.com

241–250 of 322 posts

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

#242
96.4% on LiveCodeBench is impressive but LiveCodeBench is single-shot. The interesting test is multi-turn agentic — has anyone benchmarked DeepSeek V4 Pro vs Opus on SWE-bench Verified or similar where the cheaper model has to be more decisive about tool use over 30+ turns? Curious if there's a cliff at higher tool-call depths.

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

#244
post #237

Earlier quoted context omitted.

I love to learn more about the system you’re building out in Elixir and your learnings if any of it is public.

Its semi public, but I probably publish it soon once its less embarrassing. Its an Elixir agent runtime with a thin Go TUI (bubble-tea). Im building it mostly to explore agent orchestration: planner/workers/finalizer flows, local file/code-edit tools, MCP tools, permission gates, run context, compaction, and eventually larger swarms. Erlang/Elixir is interesting for this because the actor/supervision model maps prett…

Thank you for the writeup, integration with a TUI sounds great. Have you played with Jido (it's built on ReqLLM)? OpenAI also has an interesting Elixir orchestration project (surprisingly).

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

#245
post #91

Is claude code the best coding harness? Anyone running evals on that?

Ironically, there are plenty of evals showing that it’s not actually that great. Even with Anthropic models, other harnesses are more efficient, both in terms of the number of problems solved and token usage.

Significant regressions also seem to be introduced from time to time after releases.

The UX is great, and if you need a kitchen sink packed with tons of features, even though you’ll probably only end up using a fraction of them, it’s fine.

But if you want something that performs well, you’re better off using something like Opencode or Swival.dev

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

#246
post #119
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 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…

[flagged]

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

#247
post #222

Earlier quoted context omitted.

I wonder why the question about data security and training comes often with DeepSeek, Kimi, Glm and never with Anthropic, OpenAI, and Google models. Why is that? IIRC, USA data protection protects data of US citizens only, foreigners data is not protected, and the companies are not even allowed to disclose when they collect those data.

> USA data protection protects data of US citizens only, foreigners data is not protected HN is an American site. If you look at the US government, it is going to fearmonger about anything China related, because they haven't had a genuine competitor for decades and they're scared and lashing out. Most US news just parrot the government line, sometimes more so than state TV would, and so it reflects here. I also feel…

Wolf Warrior diplomacy isn't even 10 years dead. The HK treaty was violated and continues to be. Taiwan gets threatened every other week.

People can have problems with America and I'm fine with that. But pretending China isn't subsidizing industry (land, education, transportation) in a predatory fashion is silly. Too many companies have gone out of business because of it. We can all have our friends in China without pretending the CCP is playing the ballgame fairly. The government doesn't need to point it out. That doesn't even get into influence operations (which are especially easy on platforms like this.)

Seriously - there may be a day in the future where Western nations and China get along but it really can't/won't happen while it's holding all the industry and trying to take the Services income as well.

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

#248
post #237

Earlier quoted context omitted.

I love to learn more about the system you’re building out in Elixir and your learnings if any of it is public.

Its semi public, but I probably publish it soon once its less embarrassing. Its an Elixir agent runtime with a thin Go TUI (bubble-tea). Im building it mostly to explore agent orchestration: planner/workers/finalizer flows, local file/code-edit tools, MCP tools, permission gates, run context, compaction, and eventually larger swarms. Erlang/Elixir is interesting for this because the actor/supervision model maps prett…

[dead]

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

#249
Using this "out-of-the-box" with an OpenRouter subscription using DeepSeekv4, I just blew through 15 dollars in 45 minutes on a moderate sized code base, just making a plan and executing a refactoring of an upload pipeline to use a state machine. Not really seeing the cost savings for real-world work tbh.

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

#250
post #237

Earlier quoted context omitted.

Its semi public, but I probably publish it soon once its less embarrassing. Its an Elixir agent runtime with a thin Go TUI (bubble-tea). Im building it mostly to explore agent orchestration: planner/workers/finalizer flows, local file/code-edit tools, MCP tools, permission gates, run context, compaction, and eventually larger swarms. Erlang/Elixir is interesting for this because the actor/supervision model maps prett…

Thank you for the writeup, integration with a TUI sounds great. Have you played with Jido (it's built on ReqLLM)? OpenAI also has an interesting Elixir orchestration project (surprisingly).

Thanks! I wasn't aware of Jido or ReqLLM before. ReqLLM looks especially promising, and I will likely use it. At the moment, I'm only integrated with OpenRouter.
Post reply on HN