AI Coding Agent
Devika
An open-source AI software engineer agent that breaks a high-level objective into steps, researches, writes, and debugs code toward it.
Devika emerged as an open-source answer to Devin — an agent that takes a high-level coding objective, plans the steps to get there, browses for information it needs, and writes and iterates on code with visibility into its reasoning at each step.
Why it stands out
- Fully open source, so anyone can self-host it and inspect or modify how the planning and execution loop works.
- Keeps reasoning visible, showing the plan and step-by-step actions rather than just returning a final diff.
- Model-agnostic, built to work with multiple LLM backends rather than being locked to one provider.
Good for
Developers who want a transparent, self-hostable alternative to closed autonomous coding agents.