This is more exciting than k3, IMO. Dsv4 models are extremely cheap to serve. Improving their capabilities has lots of downstream effects, as it becomes "good enough" for more and more tasks. DS was serving the pro version at extremely low prices for a long time, and they've had integrations with opencode & other providers, so they likely gathered a lot of data from real developers doing real tasks (on openrouter the…
Totally! This with DwarfStar delivers usable local AI (I hope!)
DeepSeek-V4-Flash Update
271–280 of 362 posts
Re: DeepSeek-V4-Flash Update
#272Earlier quoted context omitted.
Have you completed the identity verification? It's much more lenient once you have
Weird, I'm using 5.6 Sol through Chinese resellers and it reverse engineers stuff just fine
Re: DeepSeek-V4-Flash Update
#273Re: DeepSeek-V4-Flash Update
#274Earlier quoted context omitted.
Try to use DS platform directly - cheaper and better than openrouter, no subscription
Openrouter has cheaper inference than deepseek for the prior version of v4 flash, which I suspect will happen within a day or two with this version, and they don’t offer subscriptions. Are you confusing it with opencode?
Re: DeepSeek-V4-Flash Update
#275Earlier quoted context omitted.
Decades of xenophobic propaganda
No, reading Xi's speech. They aren't going to give their Mythos - presumably a few months away - to the Sinaloa cartel or Uighur hackers or the US military or etc etc
Re: DeepSeek-V4-Flash Update
#276Earlier quoted context omitted.
Can you give more info on how you use/prompt those LLMs for code review and what kind of prompts you use? I've had worse experiences doing it because the quality of answer has been quite bad, and I'm wondering if my methods are the reason.
Yes, gladly! I have not yet open-sourced my skills etc., but I can give some insight and share a couple here. Review is a skill, as in, a SKILL.md with a folder full of references: - SKILL.md: https://gist.github.com/lionkor/161525be858d1d75db4c13c0f093... - references/output-contract.md: https://gist.github.com/lionkor/8c68e33becef7a21f8408c7dc119... - references/review-lenses.md: https://gist.github.com/lionkor/0a8…
Re: DeepSeek-V4-Flash Update
#277Earlier quoted context omitted.
[flagged]
An experienced software engineer (read his profile) praises the value he's found in Deepseek, and gives some real data showing how affordable that value is. Then you, dakolli - out of generosity and minute-to-minute devotion to enlightenment - sacrifice time from your busy day to sit down (though perhaps that's been painful lately?) or stand up with your phone - and offer a profound, deeply thought-out counterpoint i…
Re: DeepSeek-V4-Flash Update
#278This is more exciting than k3, IMO. Dsv4 models are extremely cheap to serve. Improving their capabilities has lots of downstream effects, as it becomes "good enough" for more and more tasks. DS was serving the pro version at extremely low prices for a long time, and they've had integrations with opencode & other providers, so they likely gathered a lot of data from real developers doing real tasks (on openrouter the…
> Whatever capabilities they get, can be used "forever" going forward.
"Forever" gets the scare quotes because it is implied only up until the Butlerian Jihad?Re: DeepSeek-V4-Flash Update
#279Note: if you are having success with a model, then please post what you are using it for. Writing HTML/CSS is very different from writing Rust/C++ or doing maths.
c#, TypeScript, PHP, SQL, CSS, HTML.
also features, tests, fixes, refactoring and planning.
it's super fast, smart and dirt cheap.
Re: DeepSeek-V4-Flash Update
#280Essentially I'm running everything on flash now inside pi. With the correct set of MCP servers, context reducer tooling and skills it can implement any task I throw at it. Some sessions take 30+ turns, but it's fast and cheap; all this in an hour, with ~$0.5 cost. (TBH though, in my multi-subagent workflow I do use other, more expensive models for planning, reviewing, oracle-ing) I haven't used our slow opus subscrip…
Do you have any recommendations of such extensions for pi?
https://github.com/gitsense/pi-brains/tree/staging
The README is being worked on but the three videos should give you a good sense of what it can do. Pi is also what makes what I will demo in
https://github.com/gitsense/chat/tree/update-readme
possible. Since Pi exposes so much, it is very easy to build advanced tooling around it to help easily grok hundreds of tool calls to help you understand what they agent knows and what it has tried.