Search papers, labs, and topics across Lattice.
This paper introduces TabClaw, an interactive AI agent designed for enhanced spreadsheet manipulation and table reasoning, addressing the limitations of existing LLM agents in transparency, adaptability, and multi-table analysis. By allowing users to upload files and issue natural-language requests, TabClaw clarifies user intent, provides editable execution plans, and employs a ReAct-style analysis loop with specialist agents for complex reasoning tasks. Experimental results demonstrate that TabClaw significantly improves task completion and reasoning performance while maintaining an inspectable workflow, ultimately personalizing itself to user preferences over time.
TabClaw transforms spreadsheet analysis from a manual, opaque process into an interactive, self-evolving workflow that adapts to user needs and preferences.
Spreadsheets and tables are widely used representations for structured data analysis, but effective analysis still requires substantial manual effort and domain expertise. Recent large language model (LLM) agents can automate parts of this process, but they often provide limited transparency into intermediate decisions, rely on implicit assumptions, struggle with multi-table comparison, and repeat similar workflows without adapting to a user's preferences. This paper presents TabClaw, an open-source interactive AI agent for spreadsheet manipulation and table reasoning. Users upload CSV or Excel files and issue natural-language requests; TabClaw clarifies ambiguous intent, exposes an editable execution plan, streams a ReAct-style tool-using analysis loop, dispatches specialist agents for parallel multi-table reasoning, and synthesizes findings with explicit consensus and uncertainty markers. Beyond one-off analysis, TabClaw records completed workflows, extracts persistent user memory, distills reusable skills from repeated tool-use patterns, supports package-style skill import, and upgrades skills from negative feedback. Experiments on spreadsheet manipulation and table reasoning benchmarks show that TabClaw improves executable task completion and reasoning performance while preserving an inspectable user workflow. This paper shows how TabClaw turns spreadsheets and tables into inspectable analytical workflows while gradually personalizing itself to recurring data-analysis tasks. Our code is available.