← Back to TIL
Second Gear / July 30, 2026

Retries Need Operation Identity

Aggregation

Tech

2 critical / 0 happenings

Ideation

Ideation

Idea 1 Action Ledger for Agentic Operations

Sell ops and platform teams a control plane that makes an AI agent's irreversible actions provable, replay-safe, and reversible where possible. The primitive is not agent observability; it is custody of side effects. Every refund, shipment change, CRM write, entitlement update, supplier order, or customer message gets a durable operation ID, a semantic idempotency contract, a policy gate, and a reconciliation record that can tell finance, support, and compliance exactly what happened.

Source Signals

Why Now

Agents are moving from drafting work to executing work, and the failure mode shifts from bad text to duplicate charges, wrong shipments, accidental refunds, broken entitlements, and unexplainable customer communications. At the same time, AI-assisted engineering raises change volume inside the platforms that customers depend on. The buyer now needs evidence that an autonomous system did exactly one intended business action, or a clean path to compensate when it did not.

First Wedge

Start with fintech, marketplace, and healthcare ops teams letting agents handle refunds, disputes, eligibility changes, or order exceptions. Ship a gateway plus SDK that wraps the agent's tools: reserve operation ID, check policy, execute once, cache result, reconcile downstream state, and produce an audit packet for support and compliance.

Commercial Model

The buyer is the head of platform ops, risk ops, or engineering productivity at a company already piloting agents on paid workflows. Charge a platform fee plus volume pricing per committed action, with higher tiers for regulated audit retention and reconciliation connectors. Budget exists because one duplicate refund batch, compliance incident, or customer-visible workflow failure can cost more than the annual contract.

Defensibility

The system compounds through connectors and incident data: which APIs actually honor idempotency, which side effects need compensation, what policies stop expensive mistakes, and what audit proof satisfies each buyer's compliance team. Incumbent observability tools can see traces, and workflow engines can run steps, but neither naturally owns the semantic contract between an agent's intent and the external business effect.

Technical Risk

The hard part is not storing idempotency keys. It is normalizing side effects across APIs that have weak or inconsistent idempotency support, detecting when an external system committed without returning a result, and designing compensating actions that do not create a second incident. The product needs a narrow catalog of supported actions before it earns trust.

Market Expansion

After refunds and order exceptions, expand into procurement approvals, payroll corrections, entitlement administration, claims operations, regulated customer messaging, and eventually robot or drone dispatch. The common shape is an autonomous system taking an external action where retry, delay, or ambiguity has real-world cost.

Self-Critique

This can fail if serious buyers keep agents away from irreversible actions for another year, or if Temporal, Stripe-style internal platforms, and agent frameworks absorb enough of the problem. The wedge must avoid becoming a generic middleware layer; it needs painful vertical actions, prebuilt connectors, and audit packets that a buyer cannot get by adding a retry table.

Next Experiment

In two weeks, interview ten ops or platform teams already letting agents touch refunds, tickets, orders, or entitlements. Ask for the last ambiguous action incident, map the APIs involved, and build one working wrapper for a high-risk flow such as duplicate-refund prevention with reconciliation against Stripe, Zendesk, and the internal order database.