TL;DR: Most production agent failures are repeats: same loops, same dead ends, same wasted tokens. Your agent doesn't learn from any of them. ReasonBlocks is a new runtime that catches failures mid-run, compresses what doesn't matter, and builds a private reasoning library that grows with every run. Result: agents that get cheaper and more reliable the more they run.
👋 We're @Sajeev Magesh (ex. Stanford) and @Rohan Vij (ex. CMU). We've been building together for 11 years (since 2nd grade!).
The Problem
Production AI agents fail in patterns. The same loops, the same redundant tool calls, the same second-guessing, happening across every customer's deployment, every day. Your agent's traces have all the information needed to prevent recurrence. Almost no system captures it.
This means:
- You're paying for the same failures repeatedly. Token bills grow without agents getting better.
- Trajectories are inconsistent, your agent re-solves the same kind of task differently each time.
- No compounding improvement: your 10,000th run is no smarter than your 1st.
What We Built
ReasonBlocks sits in your agent runtime and does three things:
- Catches failures mid-run. Six monitors watch every agent call for loops, redundant work, and second-guessing. When one fires, a correction gets injected before tokens are wasted.
- Compresses what doesn't matter. Stale tool outputs and redundant context get cut from the message history automatically. Your context stays focused, your bill stays small.
- Captures every lesson into a private reasoning library. After each run, the system extracts what worked and adds it to your library. Patterns get matched and injected into future runs automatically. Your library is yours, built from your production data, growing every day.
This isn't just per-task memory. It's a runtime that turns every agent run into something the next run can use.
Integrate with one command. Works with any model, any framework.
Results
On SWE-bench Pro (75 problems, Sonnet 4.6):
- 42% accuracy gain
- 52% token reduction with combined monitor + compression stack
- 70% fewer budget cap-hits
Our Asks
- Try it out — our platform and SDK are live at reasonblocks.com.
- Intros welcome — if you or anyone you know is building vertical AI agents (legal, finance, healthcare, security, research) running at scale, we'd love to chat.
- Feedback — we're early and learning fast. Tell us what's broken, what's missing, what you'd need to deploy this in production.
DM either of us anytime!