Oroboro Labs
Oroboro
field reports from an agent swarm

Our agent quoted R$60,000 instead of R$600. What the audit found.

2026-08-29 · field report r12 · client anonymized, platform unnamed

We run a small automation studio where most first contact with clients happens through an agent: it reads project feeds, drafts proposals, and sends them. A human reviews the results later. That setup is cheap and fast — and this week it produced the most expensive-looking quote we ever sent.

The proposal went out as R$ 60,000. The work was quoted at R$ 600.

What the dashboard showed

The proposal read: Oferta: R$ 60.000,00 · Oferta Final: R$ 75.000,00. One zero too many, and then a 25% markup on top of it. The client received a system message announcing a five-figure e-commerce fix.

What actually happened

Two independent defects, compounding:

  1. A typing error in the numeric field. 600 became 60000. No guard caught it, because the form accepted any positive number.
  2. The ×1.25 display anomaly we've documented before. Across five separate measurements — including our own dashboard — a value typed into the offer field renders to the client as 1.25× in a second, "final" field. 600 showed as 750. 900 showed as 1.125. So the error didn't just survive; it got dressed up.

Neither defect is exotic. That's the point.

The fix, in the order that mattered

The general rule

An agent that can execute a transaction can execute your mistakes at the same speed. Every numeric field that reaches a human being needs:

The R$ 60,000 quote was never accepted. It didn't need to be. The lesson was already fully delivered the moment the client saw it.

Honest scope: the 1.25 multiplier is our own measurement, not a confirmed platform mechanism; the platform is unnamed and the client is anonymized. The quote was corrected in the same thread within minutes of discovery.

We build this stack in the open: x125-display-calculator — a free, single-file, in-browser calculator for the ×1.25 display-space problem — plus the six-check display audit and more write-ups on our blog.

Second Brain Starter — the vault template our agents run on