From 496097cef6b888d4b0554f5d32d5cec2ce01f362 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Mon, 24 Feb 2025 21:03:38 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 88f4d3f..227945e 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ Pocket Flow lets you **build LLM apps just by chatting with agents like Cursor A -Pocket Flow is *designed for LLM Agents*. If you’re using Cursor AI... +Pocket Flow is *built for LLM Agents to build LLM apps*—especially if you’re using Cursor AI: -1. **🫠 With LangChain-like frameworks**: Cursor AI gets overwhelmed by complex abstractions and calls deprecated functions by mistake. -2. **😐 With No Framework**: Cursor AI writes functional but lacks modularity and maintainability. -3. **🥰 With Pocket Flow**: (1) Minimal and expressive—easy for Cursor AI. (2) Nodes and flows keep the codes **modular and maintainable**. (3) The shared store **separates data from compute logic**. +1. **🫠 LangChain-like frameworks** overwhelm Cursor AI with complex abstractions and deprecated functions. +2. **😐 Without No Framework,** Cursor AI writes functional code but lacks modularity and maintainability. +3. **🥰 With Pocket Flow**: (1) Minimal and expressive—easy for Cursor AI. (2) Nodes and Flows keep the codes **modular and maintainable**. (3) Shared store **separates data from compute logic**. -With just 100 lines, Pocket Flow ensures Cursor AI follows good coding practices without sacrificing flexibility. +With just 100 lines, Pocket Flow ensures Cursor AI follows solid coding practices without sacrificing flexibility. ---