From 05b24cbbb0fe409c5e23c9791f0342f07524ffdc Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Sat, 30 May 2026 18:26:41 -0700 Subject: [PATCH] Add book recommendation to README Added a link to the book 'Crack Any Codebase with AI' in the README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6415b18..b27b853 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ This is a tutorial project of [Pocket Flow](https://github.com/The-Pocket/PocketFlow), a 100-line LLM framework. It crawls GitHub repositories and builds a knowledge base from the code. It analyzes entire codebases to identify core abstractions and how they interact, and transforms complex code into beginner-friendly tutorials with clear visualizations. + +- Check out the [book "Crack Any Codebase with AI"](https://www.manning.com/books/crack-any-codebase-with-ai) for more! + - Check out the [YouTube Development Tutorial](https://youtu.be/AFY67zOpbSo) for more! - Check out the [Substack Post Tutorial](https://zacharyhuang.substack.com/p/ai-codebase-knowledge-builder-full) for more! @@ -21,6 +24,7 @@ This is a tutorial project of [Pocket Flow](https://github.com/The-Pocket/Pocket   **🔸 🎉 Reached Hacker News Front Page** (April 2025) with >900 up‑votes: [Discussion Âť](https://news.ycombinator.com/item?id=43739456) + ## ⭐ Example Results for Popular GitHub Repositories!