Addyk24 commited on
Commit
e3c3fab
·
verified ·
1 Parent(s): c126b44

Update BLOG.md

Browse files
Files changed (1) hide show
  1. BLOG.md +1 -1
BLOG.md CHANGED
@@ -8,7 +8,7 @@ In the high-stakes world of Product Management, speed and precision are everythi
8
  But we didn't want a "chatty" AI. We wanted an agent that could operate under extreme bandwidth constraints—negotiating and finalized a PRD in **under 40 tokens.**
9
 
10
  ### 📉 The Initial Failure: The "Verbosity Trap"
11
- We began our journey with a powerful baseline: **Qwen-0.5B-Instruct**. However, during our first evaluation runs, we hit a wall.
12
 
13
  The baseline model suffered from what we call the **"Verbosity Trap."** It would try to be polite, providing long-winded introductions like *"Certainly! I can help you with the Finance requirements..."* **The Result was Catastrophic:**
14
  - **Token Clipping:** The agent would hit the 40-token limit mid-sentence.
 
8
  But we didn't want a "chatty" AI. We wanted an agent that could operate under extreme bandwidth constraints—negotiating and finalized a PRD in **under 40 tokens.**
9
 
10
  ### 📉 The Initial Failure: The "Verbosity Trap"
11
+ We began our journey with a powerful baseline: **Qwen2.5-1.5B-Instruct-model**. However, during our first evaluation runs, we hit a wall.
12
 
13
  The baseline model suffered from what we call the **"Verbosity Trap."** It would try to be polite, providing long-winded introductions like *"Certainly! I can help you with the Finance requirements..."* **The Result was Catastrophic:**
14
  - **Token Clipping:** The agent would hit the 40-token limit mid-sentence.