#context-engineering
2 posts tagged with "context-engineering".
-
Context Engineering: The Discipline That Makes AI Agents Actually Work
(updated) • 16 min readA deep dive into context engineering — the techniques that separate toy demos from production AI agents. Covers compaction, offloading, isolation, caching, and prioritization with real examples from Manus, Claude Code, and Devin.
-
Tool Selection at Scale: When Your Agent Has 200 Tools
• 9 min readPast ~30 tools, agent reliability falls off a cliff. Past ~100, it's chaos. Here's the actual engineering — RAG-over-tools, semantic routing, dynamic loading, and namespacing — that production teams ship to stay sane.