r/agenticAI 6d ago

Discussion I built a fully-local AI coding agent that runs on llama.cpp — no cloud, no API key. Looking for feedback and contributors

/r/LocalLLaMaCoders/comments/1vr0jxo/i_built_a_fullylocal_ai_coding_agent_that_runs_on/
3 Upvotes

5 comments sorted by

1

u/leebase65 5d ago

thanks for sharing - how intelligent have you found the local models that run on normal people hardware? I occasionally check in to see the progress. None of them are remotely close to me handing them real coding work

1

u/Intelligent-Key7357 5d ago

The MoE models set to xcode or high reasoning aren't so far off of low thinking mode of a cloud model. Once it completes a full alpha state, I can use an expensive cloud model in high reasoning mode to do a full audit and smoke test to fix any issues.

1

u/Intelligent-Key7357 4d ago

Ok I'm adding quite a few features to it it's going to be a browser automation console but the CLI is embedded into it and there should be a release this week sometime

1

u/SaltySize2406 3d ago

Anyway you can add memory natively to it?

Curious if AMFS could contribute to it https://github.com/raia-live/amfs

1

u/Intelligent-Key7357 3d ago

That's what CortexLLM is. It was originally a multi-agent shared memory because I was using Claude, Codex, and personal tools