Live data from Hacker News

DeepClaude – Claude Code agent loop with DeepSeek V4 Pro

github.com

161–170 of 322 posts

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

#161
post #91

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

Terminal Bench is testing agent harness.

The best two are Codex and Forge Code.

However I am using plugins and skills that are only compatible with Claude Code or work best with Claude Code.

So, for me, Claude Code with plugins like claude-meme, Context Mode, Superpowers and Get Shit Done is better than other tools.

I think everyone should test multiple models and multiple agent harness for his specific needs, codebase and way of working.

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

#162
post #8

Why wouldn't you use something open source like OpenCode, which already support DSv4 and has more features than CC?

If using something open source, I'd say Forge Code has better results than Open Code, at least according to Terminal Bench.

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

#163
> Claude Code is the best autonomous coding agent.

If you look at the terminal-bench@2.0 leaderboard, you'll quickly see it's actually one of the weakest agentic harnesses. Anthropic's own models score lower with Claude Code than with virtually any other harness.

So it's quite the opposite. Claude Code is arguably the worst harness to run models with.

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

#165

Earlier quoted context omitted.

They have a pretty decent explanation. https://github.com/badlogic/pi-mono/blob/main/CONTRIBUTING.m...

"Decent" is doing some work. This is going beyond any norms I've encountered in OSS to close issues by default via a LLM or an "issue holiday".

It was pretty well received when mitchellh copied the idea and formalized it into vouch.

- https://news.ycombinator.com/item?id=46930961 - https://github.com/mitchellh/vouch

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

#166
post #163

> Claude Code is the best autonomous coding agent. If you look at the terminal-bench@2.0 leaderboard, you'll quickly see it's actually one of the weakest agentic harnesses. Anthropic's own models score lower with Claude Code than with virtually any other harness. So it's quite the opposite. Claude Code is arguably the worst harness to run models with.

Okay, but not all results on there are valid, ForgeCode for instance has been cheating in the past:

https://debugml.github.io/cheating-agents/#sneaking-the-answ...

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

#167

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.

It's not the md files it's how you interact with their agents.

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

#169
Nice, it's quite usefull to have a project like this which streamlines the setup necessary to use other "brains" in claude code "body". I personally will give this a try, but Ijust find the message on pricing a bit disingenuous, the deepseek price of "$0.87/M output tokens" is a discount, and this setup anyways needs a calude.ai subscription offering claude code, which now is 100$/month min.

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

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

So I created https://getaivo.dev , one can use model in the coding agent directly. Just `aivo claude -m deepseek-v4-pro`

does it support aws bedrock provider support,does i can use any model in this
Post reply on HN