Author
Nachiket Lele
Recent research
- AI & ComputingOpen access
Faithful, Query-Aware Compression of LLM Agent Tool Output
Tool outputs—web pages, JSON API responses, logs, CSV exports—are the largest andmost-ignored token sink in LLM agent loops. A single verbose tool result can dwarf the agent’sinstructions, and the standard mitigation, blind truncation, silently discards the fact the agentneeds. W...
- AI & ComputingOpen access
Faithful, Query-Aware Compression of LLM Agent Tool Output
Tool outputs—web pages, JSON API responses, logs, CSV exports—are the largest andmost-ignored token sink in LLM agent loops. A single verbose tool result can dwarf the agent’sinstructions, and the standard mitigation, blind truncation, silently discards the fact the agentneeds. W...
- AI & ComputingOpen access
Every published SQL equivalence checker — Cosette/HoTTSQL, EQUITAS, SPES, WeTune, and the current frontier QED, VeriEQL, and Polygon — decides whether two queries are equivalent by modeling numeric columns as exact mathematical integers or reals under total, error-free arithmetic...
- AI & ComputingOpen access
Every published SQL equivalence checker — Cosette/HoTTSQL, EQUITAS, SPES, WeTune, and the current frontier QED, VeriEQL, and Polygon — decides whether two queries are equivalent by modeling numeric columns as exact mathematical integers or reals under total, error-free arithmetic...
- AI & ComputingOpen access
provensql decides whether an edit to a SQL query changes its result. It returns EQUIVALENT only with a proof (canonical-form or SMT), DIFFERENT only with a concrete, executable counterexample database instance, and otherwise abstains (UNKNOWN) rather than guess — soundness (never...
- AI & ComputingOpen access
provensql decides whether an edit to a SQL query changes its result. It returns EQUIVALENT only with a proof (canonical-form or SMT), DIFFERENT only with a concrete, executable counterexample database instance, and otherwise abstains (UNKNOWN) rather than guess — soundness (never...