AI Coding Guides
Comprehensive guides for AI coding tools and concepts. Learn Claude Code, Copilot, Cursor, Trae, and more.
AI Agents
7Claude Code
Anthropic
A terminal-native AI coding agent from Anthropic that autonomously understands codebases, edits files, runs commands, and completes multi-step development tasks.
OpenAI Codex
OpenAI
An official command-line AI coding assistant from OpenAI, built on the GPT model family and optimized for code generation and development workflows.
Aider
Open Source
An open-source command-line AI coding assistant with deep Git integration—every change is auto-committed and can be rolled back in one step.
Devin
Cognition Labs
The world's first AI software engineer launched by Cognition Labs, capable of completing software engineering tasks end-to-end.
SWE-agent
Princeton NLP
An autonomous AI software engineer agent developed by the Princeton NLP team, focused on resolving GitHub issues.
OpenHands
All-Hands-AI
An open-source general-purpose AI software engineer agent platform, formerly known as OpenDevin.
AutoGPT
Significant Gravitas
An open-source autonomous AI agent framework capable of autonomously completing complex multi-step tasks.
AI IDEs
9Trae
ByteDance
ByteDance's AI-native IDE—the first of its kind in China—deeply integrates LLMs such as Doubao and DeepSeek, supporting natural-language interaction and multimodal collaboration.
Cursor
Anysphere
A next-generation AI code editor from Anysphere with a built-in Composer agent that can run multiple coding tasks in parallel.
Windsurf
Codeium
An AI-native IDE from Codeium with a built-in Cascade agent that deeply couples the terminal and editor.
Zed
Zed Industries
A high-performance code editor built by the Atom team, with built-in AI features and real-time collaboration.
Codeium
Exafunction
A free AI code completion tool that supports multiple IDEs and programming languages.
Tabnine
Codota
A privacy-focused AI code completion tool that supports local deployment and custom model training.
Amazon Q Developer
Amazon Web Services
AWS's AI programming assistant, deeply integrated with AWS services and best practices.
Sourcegraph Cody
Sourcegraph
An AI programming assistant from Sourcegraph, skilled at understanding large codebases.
Replit AI
Replit
AI tools built into the Replit platform, providing code completion, chat, deployment, and other features.
AI Plugins
3GitHub Copilot
GitHub / Microsoft
An AI coding assistant co-developed by GitHub and OpenAI, offering code completion, chat, and an Agent mode.
Continue
Open Source
An open-source AI coding plugin that supports VS Code and the entire JetBrains suite, connects to any model, and lets you build a private AI assistant.
Cline
Cline
An open-source VS Code AI coding agent that autonomously edits multiple files, runs terminal commands, and browses the web.
AI Concepts
4AI Agent
An AI Agent is an intelligent system that uses an LLM as its brain and can autonomously perceive, reason, plan, and call tools to complete multi-step tasks.
Large Language Model
A Large Language Model (LLM) is a deep neural network based on the Transformer architecture, containing tens of billions of parameters and trained on massive amounts of text.
AI Skill
A Skill is a capability flow, defined in Markdown, that an Agent can invoke; it builds on Function Calling and is more advanced than a single tool.
Model Context Protocol
MCP is an open standard introduced by Anthropic in November 2024 that provides a unified interface for LLM applications to connect to external data and tools.