Search papers, labs, and topics across Lattice.
The paper introduces TabAgent, a framework that replaces generative decision-making components in agentic systems with a compact textual-tabular classifier trained on execution traces to improve efficiency. TabAgent extracts structured features from trajectories, augments data with schema-aligned synthetic supervision, and uses a lightweight classifier for candidate scoring. Experiments on the AppWorld benchmark demonstrate that TabAgent maintains task success while significantly reducing latency (95%) and inference cost (85-91%) by eliminating LLM calls during shortlisting.
Ditch slow, expensive LLM calls in your agentic systems: TabAgent slashes latency by 95% and cost by up to 91% by swapping generative decision-making for a compact, trained classifier.
Agentic systems, AI architectures that autonomously execute multi-step workflows to achieve complex goals, are often built using repeated large language model (LLM) calls for closed-set decision tasks such as routing, shortlisting, gating, and verification. While convenient, this design makes deployments slow and expensive due to cumulative latency and token usage. We propose TabAgent, a framework for replacing generative decision components in closed-set selection tasks with a compact textual-tabular classifier trained on execution traces. TabAgent (i) extracts structured schema, state, and dependency features from trajectories (TabSchema), (ii) augments coverage with schema-aligned synthetic supervision (TabSynth), and (iii) scores candidates with a lightweight classifier (TabHead). On the long-horizon AppWorld benchmark, TabAgent maintains task-level success while eliminating shortlist-time LLM calls, reducing latency by approximately 95% and inference cost by 85-91%. Beyond tool shortlisting, TabAgent generalizes to other agentic decision heads, establishing a paradigm for learned discriminative replacements of generative bottlenecks in production agent architectures.