Build1 distinct publisher3 min readUpdated
A field guide on dev.to describes a logistics agent that cleared 94% of test cases and 11% of 4,000 real tickets a day. The model was fine. Nobody designed the system around it.
The Engineer · Build desk

Compiled by The EngineerSomething wrong?How this is made
A logistics company in Dubai ran an "autonomous customer operations" pilot that resolved 94% of test cases without a human in the controlled demo, then resolved 11% of cases on live traffic of roughly 4,000 tickets a day [1][2][3]. According to the consultant who wrote up the visit on dev.to, the demo was not faked and the model was fine; what was missing was any design of the system's architecture [5]. The arithmetic matters more than the percentages. Eleven percent of about 4,000 tickets is roughly 440 closed a day, leaving about 3,560 to land on humans [2]. At the demo rate the same queue would have closed about 3,760, so the distance between the slide and the staffing plan is on the order of 3,300 tickets a day [3]. The residue was not inert either: the agent hallucinated a delivery promise onto at least a dozen of the cases it did not resolve, and some of those promises turned into refunds and re-shipping [6][7]. That is the shape of the risk. An agent that declines to act is a throughput problem. An agent that invents a commitment on the company's behalf is a liability, and real traffic (messy addresses, late tracking feeds, angry customers) is exactly what produces those cases [4]. The stated diagnosis is blunt: someone pointed a capable model at a prompt, wrapped it in a loop, and called it an agent [8]. The author's framing is that "agent" is a marketing word while "topology" is the engineering one, meaning how many reasoning loops exist, how they talk to each other, who owns the state, and who decides what happens next, and that when a production agent collapses it is almost never the model's fault but a topology that did not fit the task [9][10]. The guide sorts every architecture into six of those topologies, each with its own cost profile, failure mode, and narrow band of tasks it is actually good at [11]. The single loop, one model and one context window with tools and a budget counter, is cheapest and fastest and suits narrow work such as balance lookups and form extraction [12]. The router puts a small fast classifier in front of specialised handlers, adding one cheap call [13]. Orchestrator plus workers, which is what most people mean by "multi-agent," fits report generation, research, and code review at medium cost [15]. Hierarchical orchestration is high cost and high latency, justified for enterprise pipelines over thousands of documents and usually a mistake elsewhere [16]. Peer collaboration, the CrewAI and AutoGen picture of researcher, writer, and critic, bills a full model call per turn and is unsuited to anything with a deadline and a fixed budget [17]. The sixth has no loop at all: a directed graph of steps, each deterministic or model-assisted, with the lowest per-step cost and predictable latency, which is what LangGraph's graph model and n8n's nodes already are [18]. Two of the author's own preferences are the useful part. The router is called the most underrated pattern in production and the first one he reaches for, and the worked example is a ticket triager that sends payment disputes to a refund workflow and delivery questions to a tracking tool [13][14]. The graph is called the most honest pattern in the list, on the grounds that most "agent" use cases are secretly a known process with a few fuzzy decision points [19]. The Dubai pilot was ticket triage with a delivery-tracking tool. It was built as a single loop. What to watch, on your own pilots: the demo pass rate is not a forecast, so measure resolution rate against live volume, and count the unresolved cases in which the system still made a promise to a customer.
Follow any of these and your For You feed starts watching them — no settings page required.
Ranked by verification strength, evidence, and original report placement.
Six months before writing, a logistics company in Dubai flew the author in to review its "autonomous customer operations" pilot.
In the controlled vendor demo, the agent resolved 94% of test cases without a human in the loop, quoting delivery timelines, resolving address discrepancies, and flagging high-risk shipments.
On real traffic of about 4,000 tickets a day, the same agent resolved 11% of cases.
The production traffic is described as messy addresses, late tracking feeds, and angry customers.
The author states the demo was not fake and the model was fine; the problem was that nobody had designed the system's architecture.
The agent hallucinated a delivery promise onto at least a dozen of the cases it did not resolve.
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
One unverifiable first-hand case plus an asserted taxonomy
Everything rests on a single self-published practitioner post. The headline numbers are specific and internally consistent (94% demo, 11% on ~4,000 daily tickets, at least a dozen hallucinated promises) but come from an unnamed client's dashboard that is not reproduced, with no test-set definition, measurement window or cost figures. The six-topology framework and its cost/latency labels are asserted rather than measured, and the piece's own promised tool-contract and failure-mode sections are missing from the supplied text.
One anonymised production pilot, plus named-but-unmeasured frameworks
Adoption evidence is a single disclosed deployment: one logistics pilot on live traffic of about 4,000 tickets a day at 11% autonomous resolution, with a dozen-plus hallucinated commitments causing refund and re-shipping cost. The client and vendor are unnamed, there is no second deployment, no user or revenue figure, and the frameworks referenced (LangGraph, n8n, CrewAI, AutoGen) appear only as illustrations of patterns, with no usage data attached.
Anti-hype in framing, mildly over-claimed in its own prescriptions
The piece deflates agent marketing rather than inflating it: its central move is showing a 94% demo collapsing to 11% in production and insisting the model was not the problem. The overstatement is in its own generalisations — 'every agent architecture is one of six topologies', 'almost never the model's fault', 'most agent use cases are secretly' the graph pattern, and the router as the most underrated pattern — all delivered with confidence but no data, on top of case numbers no reader can verify. Net effect is slightly overstated relative to the evidence supplied, not dramatically so.
Consultant authorship, anonymised client, self-published
The author writes as the outside expert who was flown in to fix the pilot, repeatedly signals a client practice ('the quick reference I put in front of clients', 'the rule I now enforce with clients', 'fixed more agent projects than any model upgrade I have ever shipped'), and publishes on a platform with no editorial verification. The anonymised client and vendor make the most persuasive evidence unfalsifiable while removing any risk of contradiction. No vendor sponsorship, product sale or affiliation is disclosed in the supplied material, so this is advisory reputation-building rather than a demonstrated commercial conflict.
Coherent single-source account, no corroboration
Confidence is limited by structure rather than by internal quality: one publisher, one author, one anonymised case, and a truncated text. The mechanism described (thin prompt-and-loop build, unmanaged state, hallucinated commitments with financial consequence) is plausible and specific, and the taxonomy is coherent and consistent with named frameworks, which supports moderate confidence in the qualitative lesson. The specific 94%/11% figures and all prevalence claims cannot be checked from the supplied material.
build
Three services you can delete: queue, cache and search in one Postgres1 distinct publisher
build
A RAG stack lived seven hours before a hosted embedding endpoint returned 4041 distinct publisher
build
One Mutable vat_id Column Is An Audit Failure With A Delay Fuse1 distinct publisher
build
Three mechanisms, one word: how "the agent remembers" hides your resume bug1 distinct publisher
Distinct publishers with included, body-backed reporting in this cluster.
dev.to
1 article · August 17, 2026