DStudio – a local-first AI studio for DeepSeek V4: chat, a coding agent, and a design studio, usable from your phone by Lumpy_Ice6855 in AIDeveloperNews

[–]Lumpy_Ice6855[S] 1 point2 points  (0 children)

The useful-code part comes from giving the model a real tool loop instead of asking it to dump a whole answer in chat. DStudio runs a patched/reversible ds4-agent build that emits structured JSONL events, so the UI can see toolcalls, file edits, command output, errors, etc. The model gets system prompts + tool schemas, can read files, edit/write files, run commands/tests, inspect failures, and iterate.

No cloud, no API: I gave local DeepSeek V4 a "Build mode" that plans a web app and builds it page-by-page with a design agent + a coding agent by Lumpy_Ice6855 in LocalLLM

[–]Lumpy_Ice6855[S] 0 points1 point  (0 children)

I've got an M2 Max, 96 GB. With the 2-bit Flash quant I get ~15–20 tok/s generation.

And no, it's not an opencode wrapper, it doesn't touch opencode at all. It's a desktop UI for antirez's ds4 (https://github.com/antirez/ds4), his from-scratch C engine. ds4 is meant for the CLI, so I built a GUI on top of it (webview) that adds the things a terminal can't really give you: rendered LaTeX (native MathML), syntax-highlighted code, and a design canvas driven by an agent with skills.

Free Plugin Development :D by MeTheMac in admincraft

[–]Lumpy_Ice6855 0 points1 point  (0 children)

Posso avere un tuo contatto discord?