AILGMar 4

Agentics 2.0: Logical Transduction Algebra for Agentic Data Workflows

arXiv:2603.04241v11 citationsh-index: 30
Originality Highly original
AI Analysis

This framework aims to improve the software quality attributes of agentic AI deployments for enterprises, addressing reliability, scalability, and observability.

This paper introduces Agentics 2.0, a Python framework for building reliable, scalable, and observable agentic data workflows. It formalizes LLM inference as typed semantic transformations, achieving state-of-the-art performance on benchmarks like DiscoveryBench and Archer for NL-to-SQL semantic parsing.

Agentic AI is rapidly transitioning from research prototypes to enterprise deployments, where requirements extend to meet the software quality attributes of reliability, scalability, and observability beyond plausible text generation. We present Agentics 2.0, a lightweight, Python-native framework for building high-quality, structured, explainable, and type-safe agentic data workflows. At the core of Agentics 2.0, the logical transduction algebra formalizes a large language model inference call as a typed semantic transformation, which we call a transducible function that enforces schema validity and the locality of evidence. The transducible functions compose into larger programs via algebraically grounded operators and execute as stateless asynchronous calls in parallel in asynchronous Map-Reduce programs. The proposed framework provides semantic reliability through strong typing, semantic observability through evidence tracing between slots of the input and output types, and scalability through stateless parallel execution. We instantiate reusable design patterns and evaluate the programs in Agentics 2.0 on challenging benchmarks, including DiscoveryBench for data-driven discovery and Archer for NL-to-SQL semantic parsing, demonstrating state-of-the-art performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes