From 6aa9ea5f19a64ede02095b8f5b51b5bb009bdb55 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Sun, 9 Mar 2025 11:07:50 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d864ef4..0177786 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,12 @@ Pocket Flow is a [100-line](pocketflow/__init__.py) minimalist LLM framework ## Why Pocket Flow? -For **[Vibe Coding](https://x.com/karpathy/status/1886192184808149383)**, the fastest development paradigmn! +🚀 **[Vibe Coding](https://x.com/karpathy/status/1886192184808149383)** – the fastest paradigm for building LLM systems! + +- 😎 **Humans** craft the **high-level requirements and system design**. + +- 🤖 **AI agents** (e.g., Cursor AI) handle the **low-level implementation** -- 🧑 Human **describe LLM App requirements** in a design doc. -- 🤖 The agent (like Cursor AI) **implements App** your code automatically.