paper-with-me

홈 › Papers

Trustworthy AI in the Agentic Lakehouse: from Concurrency to Governance

2025-11-20 · Jacopo Tagliabue, Federico Bianchi, Ciro Greco arxiv

Even as AI capabilities improve, most enterprises do not consider agents trustworthy enough to work on production data. In this paper, we argue that the path to trustworthy agentic workflows begins with solving the infrastructure problem first: traditional lakehouses are not suited for agent access patterns, but if we design one around transactions, governance follows. In particular, we draw an operational analogy to MVCC in databases and show why a direct transplant fails in a decoupled, multi-language setting. We then propose an agent-first design, Bauplan, that reimplements data and compute isolation in the lakehouse. We conclude by sharing a reference implementation of a self-healing pipeline in Bauplan, which seamlessly couples agent reasoning with all the desired guarantees for correctness and trust.

📄 PDF Abstract BibTeX arXiv:2511.16402

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Safe, Untrusted, "Proof-Carrying" AI Agents: toward the agentic lakehouse

2025-10-10 · Jacopo Tagliabue, Ciro Greco arxiv

Data lakehouses run sensitive workloads, where AI-driven automation raises concerns about trust, correctness, and governance. We argue that API-first, programmable lakehouses provide the right abstractions for safe-by-de…

GitLake: Git-for-data for the agentic lakehouse

2026-07-09 · Weiming Sheng, Jinlang Wang, Manuel Barros, Aldrin Montana 외 arxiv

We present GitLake, a Git-for-data design for an agent-first lakehouse. The system lifts single-table Iceberg snapshots into lakehouse-wide commits, branches, and merges, letting agents work on isolated branches while hu…

Querying Everything Everywhere All at Once: Supervaluationism for the Agentic Lakehouse

2026-03-11 · Jacopo Tagliabue arxiv

Agentic analytics is turning the lakehouse into a multi-version system: swarms of (human or AI) producers materialize competing pipelines in data branches, while (human or AI) consumers need answers without knowing the u…

Distributed Legal Infrastructure for a Trustworthy Agentic Web

2026-03-06 · Tomer Jordi Chaffer, Victor Jiawei Zhang, Sante Dino Facchini, Botao Amber Hu 외 arxiv

The agentic web marks a structural transition from a human-centered information network to a digital environment populated by artificial intelligence (AI) agents that perceive, decide, and act autonomously. As delegated …

TRACE: A Metrologically-Grounded Engineering Framework for Trustworthy Agentic AI Systems in Operationally Critical Domains

2026-05-05 · Serhii Zabolotnii arxiv

We introduce TRACE, a cross-domain engineering framework for trustworthy agentic AI in operationally critical domains. TRACE combines a four-layer reference architecture with an explicit classical-ML vs. LLM-validator sp…