Devin — Summary
Devin is Cognition AI's fully autonomous, cloud-hosted AI software engineer — not a plugin or CLI add-on, but a complete remote agent that operates in its own cloud microVM with a shell, browser, IDE, and long-horizon planning loop. It accepts tasks via a web UI, Slack, API, or CLI (devin binary), executes them in persistent "sessions" with computer-use tools (terminal, browser, file editor), and optionally opens pull requests when complete. The knowledge/skills/playbook system lets teams encode reusable procedures (SKILL.md files, knowledge entries, playbooks) so Devin behaves consistently across sessions without re-prompting.
Key distinguishing characteristics: fully remote execution (no local compute required), parallel session dispatch (run many Devin instances simultaneously), computer-use-level tool access (not just code generation but actual browser automation and terminal execution), enterprise-grade isolation (microVM per session), and integrations with GitHub/GitLab/Jira/Linear/Slack. Pricing is consumption-based (ACUs), not open source.
Closest seed: kiro — both are closed-source "Archetype 5" products with proprietary primitives and a spec/knowledge system. Devin differs by being fully cloud-hosted with no local-IDE requirement, by offering parallel agent dispatch at scale, and by using computer-use (browser + terminal) rather than an IDE hook system.