transduction: A transformation from one typed object to another, realized here as a schema-constrained LLM inference call
transducible function: A typed semantic transformation that satisfies four properties: typed output, explainability, local evidence, and provenance
provenance: A mapping that records which specific slots of the input were used as evidence to compute a specific slot of the output
local evidence: A non-empty subset of input slots that are strictly necessary to compute a value, used to prevent hallucinations
Map-Reduce: A programming model where 'Map' processes items in parallel and 'Reduce' aggregates them; here applied to batches of LLM transductions
Pydantic: A Python library for data validation and settings management using Python type annotations
ReAct: Reasoning and Actingโa paradigm where agents generate reasoning traces and task-specific actions in an interleaved manner