DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
241–250 of 322 posts
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#242Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#243Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#244Earlier 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…
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#245Is claude code the best coding harness? Anyone running evals on that?
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#!/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…
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#247Earlier 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…
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
#248Earlier 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…
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#249Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#250Earlier 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).