AI & LLM Developer Tools
AI & LLM coding tools, prompts, techniques, and curated resources for developers.
Getting Started
Browse all →Prompts, techniques, and resources that apply to any AI coding tool.
Awesome AI Coding Lists
Twelve community-maintained GitHub awesome lists for AI/LLM coding in 2026 — tools, prompt collections, MCP servers, frameworks, and learning resources, with named maintainers.
LLM Coding TechniquesAgentic Coding Levels (Shapiro Five Levels)
Dan Shapiro's five-level autonomy ladder for AI coding, from spicy autocomplete to the dark software factory — modeled on NHTSA's driving levels.
LLM Coding TechniquesHarness Engineering for AI Coding Agents
Build everything around the LLM — tools, MCP, hooks, evaluators, memory, sandboxes — so an agent ships code instead of just generating it.
LLM Coding TechniquesAgentic Coding Workflows
Design effective workflows for autonomous LLM coding agents. Planning, execution, and verification patterns.
AI Prompts & TemplatesSystem Prompts for Agentic Coding
Effective system prompts for LLM coding agents. Structure, constraints, and output formatting for reliable code generation.
LLM Coding TechniquesContext Management for AI Coding
Manage LLM context windows for AI coding — token budgets, file pruning, summarization, and retrieval patterns that keep Claude, GPT-4, and Gemini focused on the task.
The AI Dark Factory Playbook
A 5-part series on AI-driven development — from manual coding to autonomous agents.
Start here · Primer
AI Dark Factory: Autonomous Coding Explained
AI dark factory: autonomous coding where agents write, test, and ship without human review. Coined by Dan Shapiro, Glowforge, January 2026.
Or jump straight to a part
AI Tools
Editors, builders, and coding assistants — each with dedicated guides, setup instructions, and related resources.
Cursor
AI-native VS Code fork. Cursor 3 ships an Agents Window for parallel agents across local, worktrees, SSH, and cloud VMs. Composer 2 is the default model.
AI Editors & Coding AssistantsWindsurf
AI-powered IDE by Codeium with Cascade, an agentic LLM coding assistant that understands your full codebase.
AI Editors & Coding AssistantsGitHub Copilot
AI pair programmer by GitHub. LLM-powered autocomplete, chat, and agent mode integrated into VS Code and JetBrains.
AI Editors & Coding AssistantsClaude Code
Anthropic's CLI-based agentic LLM coding tool. Terminal-first AI assistant for complex multi-file tasks.
AI Editors & Coding AssistantsOpenCode
Open-source MIT-licensed terminal AI coding agent. BYO-model, MCP-native, signs in with your GitHub Copilot subscription.
AI Editors & Coding AssistantsCodeium
Free AI code completion tool. Fast LLM-powered autocomplete for 70+ languages across all major editors.
AI Editors & Coding AssistantsAmazon Q Developer
AWS AI coding assistant. LLM-powered code completion, chat, and autonomous agent for AWS-integrated development.
AI App BuildersLovable
AI-powered full-stack web app builder. Describe your app in plain English and get a deployable LLM-generated project.
AI App Buildersv0 by Vercel
AI UI generator by Vercel. Generate React components and full pages from text prompts or images using LLMs.
AI App BuildersBolt.new
AI full-stack app builder by StackBlitz. Build, edit, and deploy LLM-generated web apps entirely in the browser.
AI App BuildersReplit AI Agent
AI coding agent that builds and deploys LLM-generated apps from natural language. Integrated cloud IDE with hosting.
AI App BuildersCloudflare Workers AI
Run LLM and AI models at the edge with Cloudflare Workers. Serverless inference for text, image, and speech models.
AI App BuildersEmergent (E2B)
E2B (Emergent) gives AI agents secure cloud sandboxes — isolated Firecracker microVMs that boot in 200ms for running LLM-generated code, package installs, and tool calls.
Local AI RuntimesOllama
Local LLM runtime that wraps llama.cpp in a daemon and exposes an OpenAI-compatible API at localhost:11434. Pull a model, point a client.
Local AI RuntimesOpen WebUI
Self-hosted ChatGPT-style UI for local models. Pairs with Ollama, takes any OpenAI-compatible endpoint, ships RAG, RBAC, and SSO without paid tiers.