I built a local-first autonomous coding agent with a cyberpunk soul — Eve Agent V2 Unleashed (open source)

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering, Robotics & Autonomous Systems · Depth: Intermediate, quick

Summary

Eve Agent V2 Unleashed is an open-source, local-first autonomous coding agent designed to run on a user's local GPU via Ollama, offering optional cloud escalation for complex tasks. This agent can autonomously plan, write, test, debug, and verify code for tasks like building a FastAPI server with JWT auth and a PostgreSQL backend. It features a 40-round agentic loop utilizing 112 specialized sub-agents and 273 composable skill modules, with tools including bash, file I/O, grep, git, web search, multi-edit, and computer vision via OpenClaw. The agent demonstrated 9/9 tests passing on its first attempt with zero intervention using "qwen3-coder:480b-cloud" and a local 8B Q4_K_M model. It includes 111 slash commands, an RPG progression system, a Telegram bridge, and Windows native support, emphasizing no accounts or telemetry. Fine-tuned models like "jeffgreen311/Eve-V2-Unleashed-Qwen3.5-8B-Liberated-4K-4B-Merged" (3.4 GB) are available on Ollama Hub for quick setup.

Key takeaway

For AI Engineers or Software Developers seeking to automate coding tasks, Eve Agent V2 Unleashed offers a robust, local-first solution. You can deploy this open-source agent on your local GPU using Ollama to handle complex development cycles from planning to debugging. This approach minimizes reliance on cloud services and ensures data privacy. Consider integrating Eve Agent V2 into your workflow to offload repetitive coding, leveraging its extensive toolset and autonomous capabilities.

Key insights

Eve Agent V2 is an open-source, local-first autonomous coding agent that uses a multi-round agentic loop and diverse tools for complex software development tasks.

Principles

Method

Eve Agent V2 employs a 40-round agentic loop, planning, writing, testing, and debugging code using 112 sub-agents and 273 skill modules, integrating tools like bash, Git, web search, and computer vision.

In practice

Topics

Code references

Best for: Computer Vision Engineer, AI Engineer, Machine Learning Engineer, Software Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.