This is a curated list of autonomous AI Agents designed specifically to handle software development tasks traditionally performed by human developers. These tools accept natural language as input and produce executable software as output.
An AI Software Development Agent is a system that can autonomously or semi-autonomously execute meaningful parts of the Software Development Lifecycle (SDLC).
Unlike simple code assistants, these agents can operate on real repositories, environments, or deployment targets, not just generate text suggestions.
Typical capabilities include:
- Planning tasks and breaking down requirements
- Designing features or system architecture
- Writing and modifying executable code
- Running commands and using developer tools
- Debugging and testing
- Managing multi-file changes
- Optionally deploying or integrating with cloud infrastructure
Agents may operate in:
- CLI environments
- IDEs
- Cloud sandboxes or dedicated VMs
- Autonomous or multi-agent workflows
The defining characteristic: these systems act on software projects, not just suggest code snippets.
This list does NOT include:
- General-purpose AI chatbots that do not operate directly on codebases or dev environments
- Pure AI code-completion tools (e.g., autocomplete assistants)
- Primarily visual no-code / low-code platforms where drag-and-drop UI is the main interaction model
Some tools may include builder-style features, but only if they provide agent-driven development capabilities.
| Tool | Link | Interface | Category | Description | Pricing |
|---|---|---|---|---|---|
| Aider | https://github.com/Aider-AI/aider | CLI | CLI Agent | Terminal agent that edits/refactors codebases and iterates fast with LLMs | Free |
| AppWizzy | https://appwizzy.com/ | Cloud | Agent Platform | Professional vibe-coding platform for SaaS, CRM, ERP, and other web apps and sites | Free + Premium |
| Base44 | https://base44.com/ | Cloud | App Builder | Build fully-functional apps with AI (builder-first workflow) | Free |
| Bolt.new | https://bolt.new/ | Cloud | IDE Agent | Full-stack browser-based IDE with conversational AI coding & deployment | Free |
| Claude Code | https://www.claude.com/claude-code | CLI | CLI Agent | Agentic coding tool for terminal/IDE; manages large codebases and automates routine dev tasks | Premium |
| Cline | https://github.com/cline/cline | IDE | IDE Agent | VS Code agent that plans, runs commands, and makes multi-file edits | Free + Premium |
| Co.dev | https://co.dev/ | Cloud | App Builder | AI-generated Next.js & Supabase apps from text prompts | Free + Premium |
| Codex (OpenAI) | https://openai.com/codex | CLI + Cloud | Agent | Cloud software-engineering agent (in ChatGPT) with companion Codex CLI for terminal-first work | Premium |
| Continue | https://www.continue.dev/ | IDE + CI | IDE Agent | Configurable IDE agent plus agents-on-PR / review workflows | Free + Premium |
| Create.xyz | https://create.xyz/ | Cloud | App Builder | No-code web app builder using AI from text/images | Free + Premium |
| Cursor (Agent) | https://cursor.com/ | IDE | IDE Agent | Agent mode in IDE: edits repo, runs terminal commands, searches codebase | Premium |
| Databutton | https://databutton.com/ | Cloud | App Builder | Full-cycle AI app developer (planning, coding, deployment) | Premium |
| Devika | https://github.com/stitionai/devika | Cloud / OSS | Autonomous Agent | Devin-style agent: plans, browses, and codes toward a goal | Free |
| Devin AI | https://devin.ai/ | Cloud | Autonomous Agent | Autonomous AI software engineer handling complete tasks | Premium |
| Floot | https://floot.com/ | Cloud | App Builder | Platform for non-coders to build apps and websites using AI | Free + Premium |
| Gemini CLI | https://codeassist.google/ | CLI | CLI Agent | Terminal AI agent (tools, MCP-style extensions); fixes bugs, builds features, improves tests | Free + Premium |
| GPT-Engineer | https://github.com/AntonOsika/gpt-engineer | CLI | CLI Agent | Minimalist AI generating complete codebases from a prompt | Free |
| GPT-Pilot | https://github.com/Pythagora-io/gpt-pilot | CLI | Multi-Agent System | Multi-agent workflow simulating a fuller SDLC (planning → implementation) | Free |
| HeyBoss | https://heyboss.ai/ | Cloud | App Builder | AI conversational web-app/site/game generator | Premium |
| Leap.new | https://leap.new/ | Cloud | Agent Platform | AI developer agent that builds production-grade apps and deploys them to your own cloud | Free + Premium |
| Lovable.dev | https://lovable.dev/ | Cloud | App Builder | Conversational AI quickly building full-stack web apps | Premium |
| Magically | https://trymagically.com/ | Cloud | App Builder | AI mobile app generator (iOS/Android) | Premium |
| Memex | https://memex.tech/ | Desktop | Desktop Agent | Build across stacks using natural language on your desktop | Free + Premium |
| Mocha | https://getmocha.com/ | Cloud | App Builder | Front-end-only React app builder | Free + Premium |
| OpenCode | https://github.com/opencode-ai/opencode | CLI | CLI Agent | Open-source coding agent (TUI) with repo workflows/integrations | Free |
| OpenDevin | https://github.com/AI-App/OpenDevin.OpenDevin | Cloud / OSS | Autonomous Agent | Open-source “Devin-like” autonomous engineer project | Free |
| OpenHands | https://github.com/OpenHands/OpenHands | SDK / CLI | Agent Framework | Framework/ecosystem for building and running software engineering agents | Free |
| Probz AI | https://probz.ai/ | Cloud | App Builder | No-code AI builder for CRUD apps and internal tools | Premium |
| Replit (Agent) | https://replit.com/ | Cloud | IDE Agent | Online IDE with conversational AI agent | Free + Premium |
| Smol Developer | https://github.com/smol-ai/developer | CLI | CLI Agent | Minimalist agent for rapid code generation and iteration | Free |
| SWE-agent | https://github.com/SWE-agent/SWE-agent | CLI | Autonomous Agent | Autonomous agent that fixes real GitHub issues/repos (SWE-bench oriented) | Free |
| ToolJet | https://tooljet.com/ | Cloud | Low-Code Platform | AI-enhanced low-code platform for internal tools | Free + Premium |
| Windsurf | https://windsurf.com/editor | IDE | IDE Agent | Agentic IDE focused on fast iterate/build loop | Free + Premium |
- Fork the repository.
- Add your AI software development agent, maintaining the current format.
- Submit a pull request with a clear description of your changes.
MIT License – Use freely, and contribute often!
