5 ms·
What have you been using?
by RALaBarge 2mo ago
What have you been using?
- kamranjon 2mo agoDeepSeek V4 Flash with DwarfStar: https://github.com/antirez/ds4 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.
- pylotlight 2mo agoBut 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?
- kamranjon 2mo agoYea 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.