Coding & developer tools
AI in the loop with your code. Agents and IDEs collapse the gap between intent and implementation — and using them is the fastest way to develop real intuition about how LLMs work.
Claude Code
Terminal-native coding agent. Reads your repo, edits files, runs tests, and iterates until the change works.
Cursor
VS Code fork built around AI. Inline edits, chat over your codebase, and an agent mode for larger changes.
Windsurf
AI-first IDE with a strong agent (Cascade) that plans and edits across files.
GitHub Copilot
The original inline autocomplete. Now bundled with chat, PR review, and agent features inside GitHub.
v0
Generate React + Tailwind UI from a prompt. Ships components you can paste straight into a Next.js app.
Bolt.new
In-browser full-stack app generator. Prompts produce running apps with npm installs and a live preview.
Replit Agent
Builds, hosts, and deploys apps from natural language. Strong for non-developers shipping their first thing.
Claude Agent SDK
Build your own agents on top of the same harness that powers Claude Code. Tools, file edits, sub-agents.
LangChain
Popular Python/TS framework for chaining LLM calls, tools, retrieval, and memory together.
LangGraph
Stateful, graph-based orchestration for multi-step agents. Designed for production reliability.
LlamaIndex
Focused on connecting LLMs to your data. Strong retrieval, indexing, and document parsing tooling.
Model Context Protocol
Open protocol for connecting AI clients to data sources and tools. The 'USB-C for AI apps.'