TL;DR

Nếu bạn đang build AI Agent, Awesome LLM Apps là repo nên bookmark ngay. 111k stars, 100+ template chạy được thật, 13 danh mục từ RAG đến Voice AI và MCP - tất cả miễn phí, Apache-2.0, không paywall, không signup. Chạy được trong 30 giây từ khi clone.

Vấn đề mà repo này giải quyết

Mỗi lần bắt đầu một dự án LLM mới, developer thường phải viết lại từ đầu: RAG pipeline, agent loop, MCP integration, memory layer... Đó là lý do Shubham Saboo - Senior AI PM tại Google Cloud - tạo ra Awesome LLM Apps. Triết lý rất đơn giản:

"You shouldn't have to rebuild the same RAG pipeline, agent loop, or MCP integration from scratch every time you start a new LLM project."

Khác với hầu hết "awesome list" chỉ thu thập link từ nơi khác, repo này là code gốc - hand-built, not curated. Mọi template đều được test end-to-end trước khi ship, chạy bằng đúng 3 lệnh, không cần fix requirements.txt vỡ hay "figure it out yourself" scaffolding.

Cấu trúc 13 danh mục

LLM app categories architecture diagram

Repo tổ chức theo 13 nhóm phủ toàn bộ AI stack hiện đại:

  • Starter AI Agents - Single-file agents chạy chỉ cần API key: Travel Agent, Medical Imaging Agent, Meme Generator, Music Generator

  • Advanced AI Agents - Production-style agents với tools, memory, multi-step reasoning: VC Due Diligence, Earnings Call Analyst, Fraud Investigation, Self-Evolving Agent

  • Multi-agent Teams - Nhiều agent cộng tác: Competitor Intelligence, Legal Agent Team, Real Estate Team, Finance Agent Team

  • Voice AI Agents - Pipeline speech-in/speech-out real-time: Customer Support Voice Agent, Insurance Claim Live Agent (Gemini Live + ADK)

  • MCP AI Agents - Kết nối external tools qua Model Context Protocol: Browser MCP Agent, GitHub MCP Agent, Notion MCP Agent

  • RAG Tutorials - Từ basic chain đến agentic RAG: Corrective RAG (CRAG), Knowledge Graph RAG, Vision RAG, Hybrid Search RAG

  • Agent Skills - 19 skill module plug-and-play: Code Reviewer, Deep Research, Data Analyst, Fact Checker, UX Designer...

  • LLM Apps with Memory - Stateful chat, personalized memory systems

  • Chat with X - Chat với PDF, GitHub, Gmail, YouTube, research papers

  • LLM Optimization Tools - Giảm token và context cost

  • Fine-tuning Tutorials - Gemma 3, Llama 3.2

  • Framework Crash Courses - Google ADK, OpenAI Agents SDK

  • Autonomous Game Agents - Chess Agent, Tic-Tac-Toe Agent, 3D Pygame Agent

Số liệu kỹ thuật đáng chú ý

Một số con số cụ thể từ repo:

  • 111,000 stars, 16,400 forks, 79+ contributors - tăng từ 33k lên 60k rồi vọt lên 111k trong vòng chưa đầy 1 năm

  • 30 giây để chạy agent đầu tiên sau khi clone

  • Toonify Token Optimization giảm chi phí LLM API 30-60% bằng định dạng TOON

  • Headroom Context Optimization giảm chi phí context 50-90%

  • 19 agent skill module sẵn sàng plug vào bất kỳ workflow nào

  • Codebase: Python 67.7%, JavaScript 21.4%, TypeScript 8.2%

  • Provider-agnostic: Claude, Gemini, GPT, Llama, Qwen, xAI - đổi provider chỉ bằng thay đổi config

Ai nên dùng ngay

Unwind AI - LLMs, RAG, AI Agents tutorials

Repo này phù hợp nhất với ba nhóm người:

  1. Developer / Engineer: Clone template, customize, ship production app - bỏ qua hoàn toàn giai đoạn viết boilerplate. Đặc biệt hữu ích khi cần prototype nhanh hoặc học agentic pattern.

  2. Technical PM / RFP Manager: Dùng repo như benchmark kiểm tra vendor claims, xây dựng RFP requirements dựa trên kiến trúc thực tế, ước tính độ phức tạp của từng loại AI system.

  3. Enterprise AI team: Prototype và evaluate nhiều approach (single agent vs multi-agent vs RAG) với code đã chạy được, trước khi đưa ra quyết định về kiến trúc sản phẩm.

Lưu ý trước khi dùng

Repo rất tốt nhưng cần biết một vài điều trước khi deploy:

  • Một số app vẫn ở dạng prototype - bắt buộc code review trước khi đưa lên production

  • RAG templates: cần tự implement data governance và access control riêng

  • Multi-agent teams tăng operational overhead và debugging complexity đáng kể so với single agent

  • Cần verify licensing của các ML model riêng lẻ khi integrate - không chỉ dựa vào Apache-2.0 của repo

Kết

Awesome LLM Apps là một trong những tài nguyên thực tế nhất cho developer muốn làm việc với AI Agent và RAG trong năm 2025-2026. 111k stars không phải ngẫu nhiên - đây là hệ quả của việc ưu tiên "runnable code" thay vì "demo đẹp nhưng không chạy được".

Nếu bạn đang bắt đầu với AI Agent hoặc cần reference architecture cho dự án enterprise, đây là nơi đáng để bắt đầu hơn bất kỳ tutorial nào trên Medium hay YouTube.

via Shubhamsaboo/awesome-llm-apps