Hacker News Frontpage· rssEN08:40 · 07·06
→A practitioner's full-stack guide to Agentic AI, from transformer foundations to multi-agent deployment
Haggai Roitman's guide walks through the full pipeline for building autonomous AI systems. The first half covers the LLM substrate—transformer architecture, GPU systems, SFT/LoRA/MoE training, model compression, and inference optimization—then moves to alignment and reasoning: RLHF, PPO, DPO variants, GRPO, reward modeling, and RL for large reasoning models with chain-of-thought and test-time scaling. The second half focuses on agentic AI proper: trajectory-based RL training, RAG and Agentic RAG, memory systems (in-context, external, episodic, semantic), agent harness design, context management, and a taxonomy of design patterns. Inter-agent coordination gets dedicated treatment—MCP, skills and tool use, the A2A protocol, and centralized/decentralized/hierarchical multi-agent topologies. The book closes with development frameworks, agentic UI design, evaluation methodology, and production deployment. Each chapter pairs theory with implementation guidance and code examples.
#RAG#Reasoning#Haggai Roitman
editor take
Haggai Roitman's guide covers the full agentic AI stack from Transformers to multi-agent coordination—a solid desk reference.
HKR breakdown
hook —knowledge ✓resonance —