From 6fa08156be39ac39b7ccb1534e598bd5ecf696aa Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Tue, 25 Feb 2025 12:59:20 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adc4bfb..6cf621e 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,12 @@ A [100-line](pocketflow/__init__.py) minimalist LLM framework for ([Multi-](http ## Why only 100 lines? -Pocket Flow lets you **build LLM apps simply by chatting with LLM agents** (like Cursor AI)—no need for *any* manual coding. +Pocket Flow is for a new development paradigmn: -1. 📝 You **describe your requirements** in conversation or a design doc. -2. 🤖 The agent **writes and refines** your code automatically. +> **Build LLM apps Simply by Chatting with LLM agents** —no need for *any* manual coding! + +1. 📝 You **describe your app requirements** in conversation or a design doc. +2. 🤖 The agent (like Cursor AI) **writes and refines** your code automatically. 3. 💬 You **stay in the loop** just by chatting—*never* by writing boilerplate code or wrestling with complex libraries.