Awesome LLM Apps
100+ runnable AI agent and RAG apps you can clone, customize, and ship
About Awesome LLM Apps
Awesome LLM Apps is a curated collection of more than 100 AI agent and RAG applications you can actually run — not just links, but working code you clone, customize, and ship. Each app demonstrates a real pattern, from multi-agent teams to retrieval pipelines.
Why it is worth bookmarking
If you learn best by reading real implementations, this is one of the fastest ways to see how production-shaped agent and RAG apps are wired together. It spans models, frameworks, and use cases, so you can find a starting point close to whatever you are building.
- 100+ runnable agent and RAG apps with source code
- Covers multi-agent systems, RAG, and tool use
- A practical reference library for builders
Browse the collection on GitHub.
More Guides
A disciplined method for keeping AI coding agents on a short leash — reliable results, less drift
The Short-Leash AI Coding Method
This widely-discussed essay lays out a "short leash" method for working with AI coding agents: instead of handing a model a broad task and hoping, you constrain each step, verify frequently, and keep the agent tightly scoped so it cannot wander. The piece is a practical, opinionated playbook for builders who have felt the pain of an agent confidently producing plausible-but-wrong code. It is a useful counterweight to "vibe coding," arguing that discipline and small verified increments beat autonomy when correctness matters.

The Founder's Playbook: Building an AI-Native Startup
The Founder's Playbook is Anthropic's practical guide to building an AI-native startup from the ground up. It covers how to structure teams, products, and workflows around AI from day one, with opinionated advice on where AI creates leverage and where founders still need human judgment.

webMCP: Build Websites with MCP
A hands-on guide exploring how MCP (Model Context Protocol) can be used to build websites. Includes a live demo showing the full workflow from prompt to deployed site. 124 reactions on Dev.to this week. A great introduction for builders curious about how MCP changes the web development workflow and what it means for the future of building sites with AI.
No-code tutorial for weekend project
Fashion Try-On App in 30 Minutes with v0
Complete no-code tutorial showing how to build working fashion try-on app in 30 minutes using v0. Perfect weekend project demonstrating v0's capabilities for rapid prototyping.

AI Sales Infrastructure with Claude, n8n, and Apollo
Comprehensive step-by-step guide for automating entire sales pipeline using AI agents. Integrates Claude, n8n workflow automation, and Apollo sales tools.