Overview
Open-source AI software engineer modeled on Devin, capable of breaking down tasks, browsing the web, and writing code with multiple LLMs.
Details
Devika is an open-source AI software engineer created as a community alternative to Devin. It accepts a high-level objective, decomposes it into steps, performs targeted web research, plans an implementation, writes and executes code, and iterates with the user. Devika supports multiple LLMs including Claude, GPT, and local Ollama models, and ships with a web UI showing the agent’s plan, browser actions, and code edits in real time. While development pace varies, it remains a well-known reference project in the OSS agent space.
Tags
coding, autonomous-agent, open-source, research