| ▲ | alyxya 4 hours ago |
| Once they have their own coding agent which they seem to be working towards, I may start predominantly using their models. They seem to be doing all the "right" things, open sourcing models, publishing research, and keeping prices low for everyone. |
|
| ▲ | ammar_x 3 hours ago | parent | next [-] |
| You can use V4 Pro with Claude Code [1]. I tried it and it's impressive. [1]: https://api-docs.deepseek.com/quick_start/agent_integrations... |
| |
| ▲ | maxdo 23 minutes ago | parent | next [-] | | I'm not curious what tasks you tested it for. Im working on coding agent writing code dynamically on request for customers. i'd say code itself very simple and aggressively cached, and patternalized, e.g. we adding lots of hints to the system. the only real family models that work were claude and openai, surprisingly, for tasks that needs faster speed, gpt 5.4 is very impressive. Deep seek was very average , doing things somewhere in gemini flash 3.0 domain. | |
| ▲ | KronisLV 2 hours ago | parent | prev | next [-] | | I'm working on a custom launcher for hooking up Claude Code with various providers (groups env variables in profiles) cause DeepSeek doesn't have vision and sometimes I need browser use with screenshots or Opus reasoning, for other tasks it's fine: https://ccode.kronis.dev/ # After installed (or when run portably with ./ccode)
ccode init-config
ccode edit-config
# Run with default profile
ccode
# Run with named profile
ccode --deepseek
# Set default profile
ccode set-default-profile deepseek
Also turns out that with a local proxy you can get Remote Control working and see the DeepSeek sessions in the desktop app, screenshots on the page. Other than that, I'm happy that it works pretty well and the discount is enough to make me consider going from Anthropic's Max subscription to Pro and using it only where DeepSeek is insufficient. With that proxy I eventually hope to be able to transparently switch models mid-task, if I need Opus for like 5 turns or something.Overall though I'm not sure exactly how well Claude Code would stack up against OpenCode, since the latter overall feels a bit less hacky with 3rd party models and is even getting niche but nice features like a locally runnable web version: https://opencode.ai/docs/web/ | |
| ▲ | rjh29 an hour ago | parent | prev | next [-] | | How does the cost compare using the API vs the $20/month plans with other providers? I did some back of the envelope calculations and it seems like you would pay $5/month using DeepSeek directly or $15-20 with OpenRouter or similar. But would be interested to hear real world usage. | |
| ▲ | thisisit 3 hours ago | parent | prev | next [-] | | I am curious - Is there a way to switch between models depending on the task? Because I believe Deepseek V4 is not multimodal and it will be good to switch back to Claude if vision or other capabilities are required. | | |
| ▲ | mewse-hn an hour ago | parent | next [-] | | I was looking into something similar because I wanted to test a local model for doing basic coding and smart model (deepseek) for planning. It's basically not possible with claude code, the api endpoint is a single environment variable and whatever models are on that endpoint are what's available. HOWEVER, if you run a proxy like LiteLLM, you can configure it to send requests to different api endpoints on the back end and expose them as different "models" on the front end, then configure claude code to switch between those virtual models. | | | |
| ▲ | maxdo 20 minutes ago | parent | prev [-] | | i've been trying that, in reality every time you try to save it, it's not worth it, the cost of mistake is so high , you can spent 2-3h on just wrong assumption, you lost your time and all the burned tokens. |
| |
| ▲ | wiradikusuma 3 hours ago | parent | prev | next [-] | | That's interesting. I thought Claude Code is not as good, therefore people want to use Claude model with other alternatives. This is the other way around. Which begs the question, regardless of the model, which Claude Code alternative is better? (I keep saying "Claude Code alternative" because I don't know the term... LLM CLI?) | | |
| ▲ | flexagoon 2 hours ago | parent | next [-] | | AFAIK the two most popular open source harnesses right now are OpenCode and Pi. They take a pretty different approach, OpenCode includes a lot of features while Pi is very minimal by design and focused on extensibility, to the point where many people are just asking Pi to write a plugin for itself whenever they want it to have a new feature. I personally like Pi's philosophy more and I think its developer justified the choices really well in his blog post: https://mariozechner.at/posts/2025-11-30-pi-coding-agent/#to... (the pi-coding-agent section) | | |
| ▲ | rjh29 an hour ago | parent [-] | | Author blocks referrals from HN, weirdly dramatic, especially considering they have 1086 karma here. I wonder what we did to them. |
| |
| ▲ | g023 7 minutes ago | parent | prev | next [-] | | I use DeepSeek v4 flash with CoPilot and it works pretty good. | |
| ▲ | wrs 2 hours ago | parent | prev | next [-] | | The common term for a tool that wraps an LLM with a workflow is “harness”. | |
| ▲ | copperx 26 minutes ago | parent | prev | next [-] | | I love oh-my-pi, but I'm not sure if it's "better". Maybe just as good. | |
| ▲ | 2 hours ago | parent | prev [-] | | [deleted] |
| |
| ▲ | Scarbutt 3 hours ago | parent | prev [-] | | Surprised Anthropic hasn't done anything to restrict Claude Code from using other providers. | | |
| ▲ | HWR_14 3 minutes ago | parent | next [-] | | It went the other way, you can't use other harnesses to connect to the cheaper versions of Claude. So clearly they think their current moat is Claude Code use, not the LLM itself. | |
| ▲ | wolttam 3 hours ago | parent | prev | next [-] | | The value of Claude Code the harness isn't that great. There's a lot of other good harnesses out there. | | |
| ▲ | chandureddyvari 2 hours ago | parent | next [-] | | What’s your favourite harness? Is there any benchmarks for harness like LLMs have for swe verified? | | |
| ▲ | wolttam an hour ago | parent [-] | | You can check my profile for which one I like most :) I do think there have been efforts to benchmark different harnesses. Personally I'm not going to choose one harness or another based on +/- a few percentage points in a benchmark. I'm going to use one the one that I find the most ergonomic, that isn't too bloated, etc. The models are the primary lever, not the harness. |
| |
| ▲ | rane 2 hours ago | parent | prev | next [-] | | I thought so, and then I tried Opencode and Codex and started to appreciate Claude Code a lot more. They've actually done great work with the small details. | |
| ▲ | koolba 3 hours ago | parent | prev | next [-] | | Good or better? Curious which would be in either bucket. | | |
| ▲ | wolttam 2 hours ago | parent [-] | | Probably a matter of taste. I prefer the harness I wrote, I don't want to go near Anthropic's bloated mess of a harness with a 10-meter pole. |
| |
| ▲ | crooked-v 2 hours ago | parent | prev [-] | | And it gets dragged down by Anthropic actively injecting unhelpful things into prompts without telling users about them (https://github.com/anthropics/claude-code/issues/58262). |
| |
| ▲ | cortesoft 3 hours ago | parent | prev [-] | | At this point in the AI wars, it is probably better to have more users of Claude code rather than restrict which LLMs it can connect to. Claude code is probably (currently at least) stickier than the LLM model itself. Getting people into the Claude code ecosystem is worth it. Later, they can always lock it down more or add Claude LLM only features to it. |
|
|
|
| ▲ | smoe an hour ago | parent | prev | next [-] |
| Earlier this week I started testing Chinese models on my codebase. I haven’t really looked at interactive coding yet, but more at issue triage, bug auto-fixing, log analytics, etc. I used DeepSeek, Kimi, GLM, Qwen, and MiMO against GPT-5.5 high as reference, all running in Pi harness without anything installed. So far, Kimi and MiMO look the most promising to me. I haven’t tested them rigorously enough to make a strong statement, but my first impression is that, in practice, all those models may be less behind on typical daily tasks than people think. They are a bit “work hard, not smart". Getting to same-ish results more slowly and using more tokens, but at a fraction of the price |
| |
| ▲ | comboy 19 minutes ago | parent | next [-] | | I'm doing Chinese learning website I've tested all Chinese-first top tier models for a range of different tasks. Your selection seems good, I'd drop MIMO, while promising it can't compare to deepseek v4pro, GLM 5+ or kimi 2.6 thinking. But I'm writing with a word of advice - I've been using openrouter and for some models (especially kimi) it can be so subtly yet deeply worse through OR than when using directly that I've cut myself twice, even using quality-first providers, specific quantizations etc. It's not a feels-like-it result but doing hundreds/thousands queries where I have some objective metrics to evaluate the results and testing OR and direct on the exact same inputs. Plus kimi swarm available through their website is quite impressive for some researchy stuff. | |
| ▲ | maxdo 17 minutes ago | parent | prev | next [-] | | maybe i need to give it second chance, surprisingly Kimi 2.6 consistently fail even to generate valid json plan, where gemma 4 was doing really good, but slow. | |
| ▲ | c0rruptbytes an hour ago | parent | prev [-] | | I personally really like DS4 Flash - it's the largest I can run locally with decent speeds and I feel like it's good enough to maintain a codebase with less effort |
|
|
| ▲ | LaurensBER 2 hours ago | parent | prev | next [-] |
| It works very well with OpenCode. My team keeps hitting the 5h limits on other subscriptions and it's pretty good to have Deepseek as a backup. I just put 50 bucks on there and it feels like it'll never run out. It's not good enough to fully replace any of the frontier models yet but it's definitely great to have as a backup! |
|
| ▲ | lambda 4 hours ago | parent | prev | next [-] |
| Why do you need them to provide a coding agent? Just use their model with any off the shelf coding agent. I happen to prefer Pi, but use whatever works for you. |
| |
| ▲ | alyxya 3 hours ago | parent | next [-] | | I probably have an unfounded assumption that whatever coding agent they make will work really well with their models, better than external harnesses. I don't have a good sense for how all the model + harness combinations compare, nor any good way to compare them myself, but generally believe model companies train their models to work best with their own harness. | | |
| ▲ | wolttam 3 hours ago | parent [-] | | I've noticed that models have gotten less finicky with this over time. Harnesses don't need to be complex to get good coding performance from models, they just need to implement some sane primitives for code exploration and editing. |
| |
| ▲ | hootz 4 hours ago | parent | prev | next [-] | | Yeah, I'm using Pi with their models through an OpenCode Go subscription and it works pretty well. 10 bucks and V4-Flash is virtually infinite. | |
| ▲ | satvikpendem 3 hours ago | parent | prev | next [-] | | RL with the harness inputs and outputs of users is one of the primary improvers of model performance, a self perpetuating flywheel. | |
| ▲ | apitman 3 hours ago | parent | prev [-] | | What's the best way to use it with Pi, OpenRouter? | | |
| ▲ | schaefer an hour ago | parent | next [-] | | > What's the best way to use it with Pi, OpenRouter? I can't claim it's "the best"... But the Pi.dev and OpenRouter combo is what I'm doing at home, and I love it.
Setup was easy, I can use /model to switch between any of the openrouter models and whatever I'm hosting locally via VLLM. | |
| ▲ | lambda an hour ago | parent | prev [-] | | I only use local models myself personally. But yeah, OpenRouter would probably be a good option. |
|
|
|
| ▲ | jack_pp 15 minutes ago | parent | prev | next [-] |
| i have done some amazing things for 5 dollars, using opencode. give it a shot, it is incredibly cheap |
|
| ▲ | minimaxir 43 minutes ago | parent | prev | next [-] |
| Zed's Agent natively supports a DeepSeek API key now. (do not use it through OpenRouter if you want to save the most cost) |
|
| ▲ | tequila_shot 3 hours ago | parent | prev | next [-] |
| You no longer need "their coding agent". You can hook up claude code to use Deepseek. Works perfectly. |
|
| ▲ | potsandpans an hour ago | parent | prev | next [-] |
| Give pi a try if you haven't already. Avoid vendor harness lock-in. |
|
| ▲ | raincole 2 hours ago | parent | prev | next [-] |
| All the major coding agents already support DeepSeek. |
|
| ▲ | zozbot234 3 hours ago | parent | prev | next [-] |
| antirez's ds4-agent works quite fine. It runs on any Apple Silicon device with 96GB RAM or more. |
| |
| ▲ | rjh29 an hour ago | parent [-] | | I wonder how many years it'll take for the API token cost to exceed the money spent on ram. |
|
|
| ▲ | cultofmetatron 3 hours ago | parent | prev | next [-] |
| open code works with them today. I've been using it fulltime for 2 weeks so far. |
| |
| ▲ | sunaookami 3 hours ago | parent [-] | | Using it with Pi and can only report good thing so far. I'm very impressed by how good it is (also it's way slower than Claude Sonnet and GPT-5.5 and often thinks "too much" before starting). |
|
|
| ▲ | ReptileMan an hour ago | parent | prev [-] |
| Both pi, opencode and zed work amazing with deepseek. |
| |
| ▲ | Guillaume86 5 minutes ago | parent [-] | | You seem to have tried a few things, if you don't mind I have a few questions as someone currently on Claude Code but would prefer to not lock myself in a commercial ecosystem (and their pricing change regarding headless usage is annoying me): - how do/would you add the WebSearch tool to your harness? pay for a separate service or does deepseek offer something with their subscriptions? - do pi/opencode support pasting images in prompts? - how do you handle reading images? deepseek is not multi modal IIRC? do you pay for another model and route to it? Any of these missing would really annoy me in day to day use... |
|