A data-agent team says hardcoded capabilities made its LLM worse at complex queries

Tired40s · reddit · 2026-07-23

A team built an LLM data agent for Excel-style questions and found that a simple ReAct loop in V1 handled complex queries better than a heavily decomposed V2.

What went wrong in V2

The takeaway

The authors think the real failure was removing the model’s feedback loop: once the decision tree is pre-baked, complexity stops scaling and only accumulates.

Current redesign

They are moving back toward:

They also ask for real-world patterns on structured params vs free-form SQL, and for techniques that catch logic errors, not just hallucinations.

Original post →

More from coding & agent

coding & agent channel →