From 34cf3ab8b4aa5d6d56aec1f99e500da110da2433 Mon Sep 17 00:00:00 2001 From: Siddhant Khare Date: Sat, 14 Mar 2026 04:00:20 +0000 Subject: [PATCH] docs: add Agentic Engineering Guide reference to README Link to the book that covers the context engineering concepts Distill implements (Ch. 05: The Context Engineering Stack). Co-authored-by: Ona --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 59586fa..f5955b5 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Less redundant data. Lower costs. Faster responses. Deterministic results. **[Learn more →](https://distill.siddhantkhare.com)** +> 📖 Distill implements the 4-layer context engineering stack (Cluster → Select → Rerank → Compress) described in **[The Agentic Engineering Guide](https://agents.siddhantkhare.com/05-context-engineering-stack/)** — a free, open book on AI agent infrastructure. + ``` Context sources → Distill → LLM (RAG, tools, memory, docs) (reliable outputs) @@ -819,6 +821,7 @@ For commercial licensing, contact: siddhantkhare2694@gmail.com - [Website](https://distill.siddhantkhare.com) - [Playground](https://distill.siddhantkhare.com/playground) +- [The Agentic Engineering Guide](https://agents.siddhantkhare.com) — the book behind the concepts Distill implements - [FAQ](FAQ.md) - [Blog Post](https://dev.to/siddhantkcode/the-engineering-guide-to-context-window-efficiency-202b) - [MCP Configuration](mcp/README.md)