From dd2899fe7f50a936174ae8bcbe82a9b209f9dc18 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:52:52 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 200c5c7..f410920 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ A 100-line minimalist LLM framework for agents, task decomposition, RAG, etc. In the future, **LLM apps will be developed by LLMs**: users specify requirements, and LLMs design, build, and maintain on their own. Current LLMs: -1. **😀 Shine at Low-level Implementation**: +1. **👍 Shine at Low-level Implementation**: With proper docs, LLMs can handle APIs, tools, chunking, prompt wrapping, etc. These are hard to maintain and optimize for a general-purpose framework. -2. **â˜šī¸ Struggle with High-level Paradigms**: +2. **👎 Struggle with High-level Paradigms**: Paradigms like MapReduce, task decomposition, and agents are powerful for development. However, designing these elegantly remains challenging for LLMs.