Best-for list
Best AI Tools for Developers
Developers want AI they can pipe, compose, and version-control. These six tools integrate into your build, your CI, your local dev loop. They do not require a login to Slack or a dashboard click. They run in your terminal.
The picks
Ranked by fit, not by popularity. Each entry links to its full Directories page.
- 1A Agents
Cline
by Cline
Open-source VSCode agent; works with your API keys or self-hosted models.
Cline is MIT licensed. No vendor lock. Works with Claude, GPT, or your own LLM. Reads your whole repo, makes multi-file changes, runs tests. Open source means you can fork it.
Full entry - 2A Agents
Aider
by Paul Gauthier
Command-line pair programmer; integrates into your shell and git workflow.
Aider runs in your terminal. No IDE required. Works with git directly. Tell it what to change, it edits, commits, and pushes. Perfect for SSH sessions and remote development.
Full entry - 3S Skills
Claude API Skill
by Anthropic
Reference, examples, and cost calculators for embedding Claude into your application.
Building a feature that calls Claude? This skill covers token limits, caching, batch API, fine-tuning, and fallback patterns. Saves you from 500 error surprises in production.
Full entry - 4M MCP
GitHub MCP Server
by GitHub
Orchestrate CI, PRs, and releases from inside your AI agent.
Your agent needs to ship code. Connect it to GitHub, and it can open PRs, read CI logs, revert on failure, and tag releases. Automates the mechanical part of deployment.
Full entry - 5O OSS
LangGraph
by LangChain
Build observable, testable agentic workflows that compile to a graph.
LangGraph is graph-based not config-based. You write Python classes for nodes and edges. Works with any LLM. Deploy to serverless or run locally. Inspect and debug every decision.
Full entry - 6A Agents
Claude Code
by Anthropic
Full-project code generation; understands your architecture and style.
Claude Code reads your entire codebase, not just the file you are editing. Understands your patterns, your test style, your API conventions. Generates code that merges cleanly.
Full entry
Run every pick on one platform.
Enterprise DNA developers connect their agents to Omni-Mail for async communication, OPM for task tracking, and Postgres for data. Your agent gets context from shared surfaces, not just the code.
Get the Full Reference List
A printable card with every pick, rank, and rationale — ready to save as a PDF.
Enter your email. We send one useful update per week. Unsubscribe any time.
In the print dialog, choose "Save as PDF" as the destination.
Other lists
More curated picks across the index.
Best MCP Servers for Developers
The top MCP servers that give developers practical superpowers for code exploration, testing, debugging, and CI/CD integration without context-switching away from their editor.
See the list Best forBest AI Coding Agents
AI coding agents ranked by autonomy, repo understanding, and real-world engineering capability. Covers terminal-native agents, IDE-integrated agents, and purpose-built code builders.
See the list Best forBest RAG Frameworks
Production-ready RAG frameworks ranked for building retrieval-augmented generation systems at scale. Focus on frameworks that handle data ingestion, retrieval optimization, and evaluation without requiring manual ground truth.
See the list