From 84720ceebd633722b729ff256c1027841de4844e Mon Sep 17 00:00:00 2001
From: Zachary Huang <33015448+zachary62@users.noreply.github.com>
Date: Sat, 1 Mar 2025 22:42:38 -0500
Subject: [PATCH] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 71ff130..9f0e111 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ For a new development paradigmn: **Build LLM Apps by Chatting with LLM agents, N
👈 How does Pocket Flow compare to other frameworks? Pocket Flow is purpose-built for LLM Agents:
-1. **🫠 LangChain-like frameworks** overwhelm Cursor AI with *complex and outdated* abstractions.
+1. **🫠 LangChain-like frameworks** overwhelm Cursor AI with *complex* abstractions, *deprecated* functions and *irritating* dependency issues.
2. 😐 **Without a framework**, code is *ad hoc*—suitable only for immediate tasks, *not modular or maintainable*.
3. **🥰 With Pocket Flow**: (1) Minimal and expressive—easy for Cursor AI to pick up. (2) *Nodes and Flows* keep everything *modular*. (3) A *Shared Store* decouples your data structure from compute logic.