Start with the shift.

Agentic systems matter because actions can change external state. RESONANCE follows that shift from capability to consequence and asks what evidence is required before an action should be trusted.

01

The Agentic TurnWhy AI is moving from chat toward execution, tools and persistent workflows.

02

The Missing Trust LayerA verification model spanning state, causality, phase, transition, time, recovery, verification and evidence.

03

When Agents FailAn eight-axis failure taxonomy paired with a reproducible benchmark seed.

Verified research.

The verified-report series turns abstract trust claims into bounded, reproducible tests. The sequence now runs from framework checks into real PostgreSQL concurrency, transactional outbox, HTTP acknowledgement ambiguity, execution-memory durability across restart, time-bounded retention, clock authority and monotonic temporal history.

001SDK baseline

Structural verification against a pinned OpenAI Agents SDK revision.

002Containment

Tests of filesystem, workspace and Docker control-plane boundaries.

003Recovery

Reconcile-before-retry under timeout-after-commit ambiguity.

004Ambiguous reconciliation

Preserving UNKNOWN instead of treating uncertainty as retry permission.

005Conflicting evidence

Authority and freshness when sources disagree.

006Evidence authority

Why claimed authority is not verified authority.

007Revoked authority

Why formerly valid authority can become invalid before action.

008Stale trust registry

Why fresh evidence evaluated against stale trust state is not trusted evidence.

009Revocation race

Execution-bound authorization and trust-epoch TOCTOU protection.

010Distributed commit race

Two readers, one version-bound writer through an atomic transition.

011TTP end-to-end

Eight protocol stages across a compounded adversarial trajectory.

012PostgreSQL adapter

The state-version invariant moved from model to a real PostgreSQL service.

013Isolation matrix

0-row conflicts and SQLSTATE 40001 mapped into one business recovery law.

014Transactional outbox

Durable delivery intent, stable idempotency and reconciliation across an external-effect boundary.

015HTTP idempotency boundary

A separate service commits remotely, drops the response, then proves same-key redelivery and remote-status reconciliation.

016Idempotency state durability

A durable effect survives service restart while volatile dedupe memory disappears; persistent safety memory or reconciliation prevents replay.

017Idempotency TTL / replay after expiry

A durable dedupe record can expire before delayed recovery. Short retention duplicated a same-key replay; sufficient retention or authoritative reconciliation preserved one effect.

018Clock skew / expiry disagreement

One record can be ACTIVE for one clock and EXPIRED for another; authority time or bounded uncertainty prevents local-clock replay from becoming permission.

019Clock rollback / Temporal ABA

A reversible wall-clock value can make an expired record look active again. Temporal epoch fencing or a monotonic time watermark prevents retired execution state from being resurrected.

The research question.

intentstateactioneffectmemorytimehistoryevidence

The central question is not simply whether an agent produced the desired final output. It is whether the trajectory can be independently inspected: what caused the action, whether the transition was allowed, what survived failure or restart, whether safety memory remains valid at recovery time, whose time decides that validity, whether execution history has advanced beyond a reversible clock value, and whether the surviving evidence deserves trust.

Read Issue 001 · The Age of Agents