Full-Stack AI Resource Directory
·
一、Course
LLM
- CS224n:系统讲解词向量、Transformer、大模型训练微调、LLM 应用落地全流程
- CS336: Language Modeling from Scratch (Stanford / Spring 2026)
- 从 tokenizer、Transformer 到分布式训练、数据处理和 RLHF 对齐,5 个assignment 覆盖 LLM 全链路
- CSCI 1390, Spring 2025: Systems for Machine Learning:高效训练和推理、理解如何构建硬件 ML 算法、理解 ML 算法性能、GPU 编程和 CUDA、Transformer 架构、高效检索…
Agent
- 从零开始理解 Agent:基于极简开源项目 nanoAgent,拆解 OpenClaw / Claude Code 等 AI Agent 核心概念
- Learn Claude Code:从零到一构建类 Claude Code AI Agent,12 节渐进课程,含 Agent Loop、工具调用、子代理、上下文压缩、任务系统、多代理协作、Worktree 隔离等机制
2、Paper
底座
微调
-
对齐微调: InstructGPT (RLHF),Constitutional AI,Self-Instruct,Direct Preference Optimization (DPO),ORPO,GRPO
Attention 优化
- FlashAttention
- FlashAttention-2
- RoPE (Rotary Position Embeddings)
- ALiBi
- Multi-Query Attention (MQA)
- Grouped-Query Attention (GQA)
推测解码
- Speculative Decoding
- Medusa: Simple LLM Inference Acceleration Framework with Multiple Decoding Heads
- Fast Inference from Transformers via Speculative Decoding
- Break the Sequential Dependency of LLM Inference Using Lookahead Decoding
- Accelerating Large Language Model Decoding with Speculative Sampling
KV Cache & 推理存储
- PagedAttention (vLLM)
- Efficient Memory Management for Large Language Model Serving with PagedAttention
- KV Cache Compression & Optimization
PD 分离
- Mooncake: A KVCache-centric Disaggregated Architecture for LLM Serving
- Splitwise: Efficient Generative LLM Inference Using Phase Splitting
- DualPath: Breaking the Storage Bandwidth Bottleneck in Agentic LLM Inference
- DistServe: Disaggregating Prefill and Decoding for Goodput-optimized Large Language Model Serving
- MemServe: Context Caching for Disaggregated LLM Serving with Elastic Memory Pool
- TetriInfer: Inference without Interference: Disaggregate LLM Inference for Mixed Downstream Workloads
LLM 应用与提示工程
- Retrieval-Augmented Generation (RAG)
- METIS: Fast Quality-Aware RAG Systems with Configuration Adaptation
- CacheBlend: Fast Large Language Model Serving for RAG with Cached Knowledge Fusion
- Parrot: Efficient Serving of LLM-based Applications with Semantic Variable
- Towards End-to-End Optimization of LLM-based Applications with Ayo
- Chain-of-Thought Prompting
- Tree of Thoughts
- ReAct
MoE 混合专家
调度与批处理
- DeepSpeed-FastGen: High-throughput Text Generation for LLMs
- SARATHI: Efficient LLM Inference by Piggybacking Decodes with Chunked Prefills
- Taming Throughput-Latency Tradeoff in LLM Inference with Sarathi-Serve
训练优化与缩放
3、Blog
FlashAttention
- ELI5: FlashAttention
- FlashAttention from First Principles
- Flash Attention 2.0 with Tri Dao (author)!
- FlashAttention学习过程【详】解
- FlashAttention — Visually and Exhaustively Explained
- Designing Hardware-Aware Algorithms: FlashAttention
- FlashAttention: Fast and Memory-Efficient Exact Attention With IO-Awareness
Harness Engineering
设计环境、规则、测试反馈系统,让 AI Agent 自动生成并改进代码
- Minions: Stripe’s one-shot, end-to-end coding agents—Part 2
- Effective harnesses for long-running agents
- Minions: Stripe’s one-shot, end-to-end coding agents
- Harness engineering: leveraging Codex in an agent-first world
- Vibe Coding AReaL:零手打代码开发分布式 RL 训练框架
Triton
- Deep Dive into Triton Internals (Part 3)
- Deep Dive into Triton Internals (Part 1)
- Deep Dive into Triton Internals (Part 2)
vLLM
GPU
CUTLASS
量化
推测解码
CUDA
4、Book
- Build a Large Language Model (From Scratch)
- AI Systems Performance Engineering:GPU CUDA Kernel 调优、PyTorch 算法优化、多节点训练推理系统调优…
更多推荐





所有评论(0)