Agentic Dev Tools
A primary-source reference for agentic AI development tools. Every entry cites its official source — no summaries of summaries.
All tools
5 entries, all primary-sourced. Compare side by side in the matrix ->
Claude Code
cliAnthropic
A terminal-based agentic coding tool that runs in the developer's own environment, giving Claude read/write access to the file system, shell, and browser to complete coding tasks end to end.
Cursor
ideAnysphere
An AI-first code editor built on VS Code that integrates LLMs directly into the editing workflow, enabling chat-driven code generation and multi-file edits.
Devin
agentCognition AI
An autonomous AI software engineer that accepts a task, spins up its own sandboxed environment, and works end-to-end on coding tasks with minimal human checkpointing.
GitHub Copilot
ideGitHub (Microsoft)
GitHub's AI pair programmer, deeply integrated into VS Code, JetBrains IDEs, and GitHub.com, offering inline autocomplete, chat, and code review assistance.
LangGraph
orchestratorLangChain, Inc.
A low-level Python and JavaScript framework for building stateful, multi-actor agentic applications as directed graphs, with first-class support for cycles, human-in-the-loop, and persistence.