← Back to context

Comment by kamranjon

7 days ago

DeepSeek V4 Flash with DwarfStar: https://github.com/antirez/ds4

The 2 bit quants are really good. I have a lot of memory so I can squeeze it all in at ~80gb.

But isn't it running basically 1 request at a time? This would make agentic coding difficult right? Compared to running as many sequential tests as you want via api?

  • Yea I don’t use sub-agent style workflows. I often use planning patterns and generate markdown for really complex tasks, but never got into the sub-agent thing. I am likely closer to AI-assisted, though I am heavily using pi coding agent and my editor is basically just for viewing files and changes now.