I Finished My Local AI Coding Agent After 5 Months — Eve Agent V2 Unleashed published
Jeff Green has developed Eve Agent V2, a self-hosted AI coding agent, after five months of work. This autonomous tool operates entirely on local hardware, eliminating the need for cloud services or subscriptions. The project includes a unique interface and various features designed to enhance coding efficiency and user interaction.
- ▪Eve Agent V2 is a self-hosted autonomous AI coding agent that runs on local hardware.
- ▪The agent features two layers: the Soul Layer with fine-tuned local models and the Worker Layer for heavy coding tasks.
- ▪The project has been in development for over five months and includes a cyberpunk terminal UI.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3945239) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Jeff Green Posted on May 24 I Finished My Local AI Coding Agent After 5 Months — Eve Agent V2 Unleashed published #devchallenge #githubchallenge GitHub “Finish-Up-A-Thon” Challenge Submission This is a submission for the GitHub Finish-Up-A-Thon Challenge What I Built Eve Agent V2 Unleashed is a self-hosted autonomous AI coding agent that runs entirely on your own hardware - no cloud accounts, no subscriptions, no data leaving your machine.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).