Earlier quoted context omitted.
The value of Claude Code the harness isn't that great. There's a lot of other good harnesses out there.
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.
DeepSeek makes the V4 Pro price discount permanent
171–180 of 586 posts
Re: DeepSeek makes the V4 Pro price discount permanent
#172If you have not tried DeepdeekV4 you're missing out. The pricing makes it unbelievably good. The chains of thought for Deepseek are very very interesting reads. Open code won't show them but do read them and you'll be surprised at how underrated the model is. My model usage is very low but I still do pay directly to Deepseek regularly as my tribute and contribution to them open sourcing their models as my gratitude a…
Re: DeepSeek makes the V4 Pro price discount permanent
#173Earlier quoted context omitted.
It’s good and cheap, but don’t talk about politics to it or it might trigger some sort of censorship rule. You can see it think, then suddenly erase everything and suggest to switch to another subject, without explaining anything. I also had it output some sort of generic message about how the news outlets are in the service of the people. Both times I was surprised because I didn’t make any sensitive requests, neith…
The base model doesn't have these problems FWIW
Re: DeepSeek makes the V4 Pro price discount permanent
#174Re: DeepSeek makes the V4 Pro price discount permanent
#175Earlier quoted context omitted.
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...
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?)
Re: DeepSeek makes the V4 Pro price discount permanent
#176Re: DeepSeek makes the V4 Pro price discount permanent
#177Earlier quoted context omitted.
The base model doesn't have these problems FWIW
How are you running the base model?
Re: DeepSeek makes the V4 Pro price discount permanent
#178Earlier quoted context omitted.
What's the best way to use it with Pi, OpenRouter?
> 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.
Re: DeepSeek makes the V4 Pro price discount permanent
#179Once 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.
Re: DeepSeek makes the V4 Pro price discount permanent
#180Earlier quoted context omitted.
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.
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 en…