From 52c0a522525715f1ddb37ef5c4ae557f5fd870b6 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Mon, 10 Mar 2025 21:33:08 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fb8945..e62c72b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Pocket Flow is a [100-line](pocketflow/__init__.py) minimalist LLM framework - **Expressive**: Everything you love from larger frameworksโ€”([Multi-](https://the-pocket.github.io/PocketFlow/design_pattern/multi_agent.html))[Agents](https://the-pocket.github.io/PocketFlow/design_pattern/agent.html), [Workflow](https://the-pocket.github.io/PocketFlow/design_pattern/workflow.html), [RAG](https://the-pocket.github.io/PocketFlow/design_pattern/rag.html), and more. -- **AI-Friendly**: Intuitive enough for AI agents (e.g., Cursor AI) to help humans code. +- **AI-Friendly**: Intuitive enough for AI agents (e.g., Cursor AI) to build agents! - **Principled**: Built with modularity and clear separation of concerns at its heart for maintainable codes. @@ -47,7 +47,7 @@ Pocket Flow is a [100-line](pocketflow/__init__.py) minimalist LLM framework ## Why Pocket Flow? -๐Ÿš€ **[Vibe Coding](https://x.com/karpathy/status/1886192184808149383)** โ€“ the fastest paradigm for building LLM systems! +๐Ÿš€ **Agents build Agents** โ€“ the fastest paradigm for building LLM systems! - ๐Ÿ˜Ž **Humans** craft the **high-level requirements and system design**.