All articles

Article

The approval is the product

Every agentic system eventually reaches the same design question: what does the human actually approve? The answer to that question is the product.

The most common mistake in agentic system design is treating human-in-the-loop approval as a safety mechanism. It is not a guardrail. It is the product.

When you design an approval interface, you are designing the moment where machine intelligence and human judgement meet. That moment is not a formality to be minimised — it is the entire interaction model.

What you are actually approving

In TX-1, the analyst does not approve an action. They approve a proposal: a specific change, the reasoning behind it, the constraint proof, and the cost delta. The approval is informed because the system has done the work to make it informed.

Most enterprise AI tools get this backwards. They surface a recommendation and ask the human to verify it. But verification is not decision-making. The human becomes a rubber stamp on a decision the system has already made.

The approval as interface

Think about what the approval interface communicates. In TX-1’s High-Density Action Card: the specific change proposed, the data that supports it, the constraints it satisfies, and the consequence of both approval and dismissal. The human has everything they need to make a genuine decision.

This is hard to design. It requires knowing exactly what information the human needs, presenting it at the right level of abstraction, and making the decision feel consequential rather than routine.

Why it matters for trust

An agentic system that proposes well-reasoned actions builds trust over time. Each approval is a data point: the system understood the situation, proposed the right fix, and the human confirmed it. After enough of these, the human begins to extend the benefit of the doubt.

An agentic system that asks for approval on poorly-reasoned proposals destroys trust equally quickly. The human learns that approval is meaningless — and starts either rubber-stamping everything or overriding everything.

Design the approval first. The rest of the system exists to make that moment good.