cd /news/ai-agents/symbolic-temporal-supervision-of-llm… · home topics ai-agents article
[ARTICLE · art-132262] src=machinebrief.com ↗ pub= topic=ai-agents verified=true sentiment=↑ positive

Symbolic Temporal Supervision of LLM Agents Using Contracts

Researchers introduced ContrAgent, a contract-based framework that uses assume-guarantee contracts in linear temporal logic over finite traces (LTLf) to supervise LLM agents, compiling each contract into a deterministic finite automaton (DFA) that both gates agent actions online and evaluates recorded traces offline. In tests on four benchmarks, ContrAgent matched state-of-the-art LLM-judge and rule-based guardrail baselines while producing deterministic, reproducible verdicts and, in online mode, orders-of-magnitude lower per-call latency, according to the arXiv paper 2609.18128v1. The framework's contract library is maintained independently of the agent's model and can be reused across different agents within the same task domain.

by read1 min views1 publishedSep 17, 2026

arXiv:2609.18128v1 Announce Type: new Abstract: Large language model (LLM) agents augmented by tools can automate complex, multi-step tasks, such as web navigation, code generation, and workflow orchestration, by acting on external systems through tool calls. However, hallucinations, distributional instability, and adversarial manipulations in LLMs, and the irreversible consequences of certain tool calls can lead to harmful outcomes. Existing safeguards either grade recorded trajectories post hoc with stochastic LLM judges or block unsafe actions one call at a time, and no single deterministic artifact supports both roles. We present ContrAgent, a contract-based framework for symbolic temporal supervision of LLM agents. ContrAgent captures an agent's behavior as a sequence of tool calls and formalizes it as a trace over a fixed set of checkable predicates. It then specifies required behaviors using assume-guarantee contracts in linear temporal logic over finite traces (LTLf). Each contract is compiled to a deterministic finite automaton (DFA) that serves two roles: gating agent actions online and evaluating recorded traces offline. A contract library, acting as a reusable knowledge base, is maintained independently of the agent's model and can be applied across different agents within the same task domain. We show the effectiveness of our approach on four benchmarks spanning both roles, where ContrAgent matches state-of-the-art LLM-judge and rule-based guardrail baselines while producing deterministic, reproducible verdicts and, in the online mode, orders-of-magnitude lower per-call latency.

── more in #ai-agents 4 stories · sorted by recency
── more on @contragent 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/symbolic-temporal-su…] indexed:0 read:1min 2026-09-17 ·