Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yesterday was a realization point for me. I gave a simple extraction task to Claude code with a local LLM and it "whirred" and "purred" for 10 minutes. Then I submitted the same data and prompt directly to model via llama_cpp chat UI and the model single-shotted it in under a minute. So obviously something wrong with coding agent or the way it is talking to LLM.

Now I'm looking for an extremely simple open-source coding agent. Nanocoder doesn't seem install on my Mac and it brings node-modules bloat, so no. Opencode seems not quite open-source. For now, I'm doing the work of coding agent and using llama_cpp web UI. Chugging it along fine.



https://pi.dev/ seems popular, whats not open source about opencode? The repo has an MIT License.


Been LOVING Pi so far!


Some people believe only copyleft licenses are open source. They're right on principle, wrong in (legal) practice.


They're not even right on principle: https://www.gnu.org/licenses/license-list.html

Even the FSF recognizes that non-copyleft licenses still follow the Freedoms, and therefore are still Free Software.


+1 for pi. I used claude and opencode but pi is the first agent tool that made me excited about the whole thing.


Maybe it's just my feeling. It asks to update/upgrade continuously.


It's completely open source, but is under heavy continual development (likely a lot of AI coding).

On launch, it checks for updates and autoupdates.


It doesn't auto update. Maybe you have an extension?



Probably a silly idea, but I'll throw it into the mix - have your current AI build one for you. You can have exactly the coding agent you want, especially if you're looking for "extremely simple".

I got annoyed enough with Anthropic's weird behavior this week to actually try this, and got something workable up & running in a few days. My case was unique: there's no Claude Code for BeOS, or my older / ancient Macs, so it was easier to bootstrap & stitch something together if I really wanted an agentic coding agent on those platforms. You'll learn a lot about how models actually work in the process too, and how much crazy ridiculous bandaid patching is happening Claude Code. Though you might also appreciate some of the difficulties that the agent / harnesses have to solve too. (And to be clear, I'm still using CC when I'm on a platform that supports it.)

As for the llama_cpp vs Claude Code delays - I've run into that too. My theory is API is prioritized over Claude Code subscription traffic. API certainly feels way faster. But you're also paying significantly more.


Just in case it didn't occur to you already, you can just build whatever coding agent you want. They're pretty simple


Swival is not bloated and was specifically made for local agents: https://swival.dev


pi.dev as well


I use both Cursor and Claude Code, and yes, the latter is noticeably slower with the same model at the same settings.

However, it's hard to justify Cursor's cost. My bill was $1,500/mo at one point, which is what encouraged me to give CC a try.


You'd figure by now we would have something between a TUI and an IDE.


You can run CC with local models, it's pretty straightforward. I've done this with vLLM + a thin shim to change the endpoint syntax.


what model you used with llama_cpp?


Qwen3.6-35B quant-4 gguf




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: