AIDBApr 15

Credo: Declarative Control of LLM Pipelines via Beliefs and Policies

arXiv:2604.1440122.8h-index: 1
AI Analysis

For developers of agentic AI systems, Credo addresses the brittleness and opacity of imperative control loops by providing a declarative, verifiable approach to managing stateful decision-making.

Credo introduces a declarative framework for controlling LLM pipelines by representing semantic state as beliefs and regulating behavior with policies, enabling adaptive and auditable execution without modifying pipeline code.

Agentic AI systems are becoming commonplace in domains that require long-lived, stateful decision-making in continuously evolving conditions. As such, correctness depends not only on the output of individual model calls, but also on how to best adapt when incorporating new evidence or revising prior conclusions. However, existing frameworks rely on imperative control loops, ephemeral memory, and prompt-embedded logic, making agent behavior opaque, brittle, and difficult to verify. This paper introduces Credo, which represents semantic state as beliefs and regulates behavior using declarative policies defined over these beliefs. This design supports adaptive, auditable, and composable execution through a database-backed semantic control plane. We showcase these concepts in a decision-control scenario, where beliefs and policies declaratively guide critical execution choices (e.g., model selection, retrieval, corrective re-execution), enabling dynamic behavior without requiring any changes to the underlying pipeline code.

Foundations

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

Your Notes