Build1 distinct publisher3 min readUpdated
A dev.to series argues non-deterministic, multi-step agents cannot be operated on the request-level logging most teams already have. The argument holds, and the work it implies is unglamorous.
The Engineer · Build desk
Compiled by The EngineerSomething wrong?How this is made
Follow any of these and your For You feed starts watching them — no settings page required.
The eighth installment of a dev.to series called Harness Engineering names observability as the sixth and final component of an agent harness, and separates it from the other five on a specific ground: every other component does something the agent needs, while this one does something the engineer needs [1][2][3]. That distinction is the useful part, because it explains why instrumentation keeps getting deferred, and why deferring it leaves you holding a bet you cannot check [2].
The author's definition is concrete rather than architectural: logs of each model call with inputs, outputs, latency and token cost; traces of each tool execution recording which tool ran, with what arguments, with what result, and in what order; latency and token metrics tracked over time; and evals, meaning a fixed set of tasks you run the agent against to score behavior and catch regressions [4].
The reason ordinary request logging does not cover this is arithmetic, not philosophy. The piece identifies three properties that make agents hard to operate: they are non-deterministic, so the same input can produce different outputs on different runs; they are multi-step, so a single task can involve dozens of model calls and tool invocations; and they run for minutes or hours, long enough that you cannot watch every step live [5]. Stack the second property on a per-request logging scheme and one unit of work scatters into dozens of unrelated records, which is why the series treats session-level tracing as a distinct requirement rather than a nicety [13]. Stack the first on top and the failing run may not reproduce, which makes the log of that run the only evidence that will ever exist [14].
The failure mode the author uses is worth quoting for its ordinariness: an agent burns $12 in tokens and returns a plausible-looking but wrong result, and with no logs there is no way to tell whether the cause was a bad tool call, a bad retrieval, a bad prompt, or the model simply getting it wrong [9]. Note what is missing from that list: nothing exotic. Four routine causes, indistinguishable without instrumentation.
The forward-looking argument is the stronger one. You cannot improve a harness you cannot measure, and if you change the system prompt, reshape the tools, or swap in a new model with no before-and-after comparison on a real set of tasks, you are not iterating [10]. That is the sentence most teams should test themselves against, because it turns evals from a research artifact into a change-management requirement.
Two caveats on the source. It is a single author writing a series that also sells a Udemy course and a live Maven workshop, both described as optional [11]. And the text available breaks off partway through the logging section, after establishing that model calls should be logged with full context sent, full response, latency and token counts broken out by model tier, and that tool traces need arguments, results and ordering [6][7][8][15]. So the operationally awkward questions, chiefly how long you retain full prompt-and-response payloads and what belongs in a fixed eval set, are not settled in the material at hand [15].
What to watch: whether Parts 9 and 10, on harness architecture and decomposing Claude Code, put numbers to the storage and eval overhead this design implies [12]. Full-fidelity logging of every context window is a real cost line, and a series that has been specific about mechanism so far will be judged on whether it is equally specific about that.
Ranked by verification strength, evidence, and original report placement.
"Harness Engineering - Part 8: Observability" is the eighth installment of a 10-part dev.to series described as a journey from raw language model to production-ready agentic system.
Part 7 closed on the line "I built an agent" vs "I built an agent I can actually operate"; the author says the difference between those sentences is the sixth and final component of the harness, called Observability, and that without it everything else in the series is a bet you cannot check.
The author states that every previous component in the series does something the agent needs to work, while observability does something the engineer needs: to see what happened, to know when things are going wrong, and to have any hope of making the harness better over time.
The article defines observability as instrumentation that exposes what the agent is doing, comprising: logs of each model call (what went in, what came out, how long it took, how many tokens it cost); traces of each tool execution (which tool ran, with what arguments, with what result, in what order); latency and token metrics tracked over time; and evals, a fixed set of tasks the agent is run against to score its behavior and catch regressions.
The article lists three properties that make agents hard to operate: they are non-deterministic (the same input can produce different outputs on different runs); they are multi-step (a single task can involve dozens of model calls and tool invocations); and they run for minutes or hours, long enough that you often cannot watch every step live.
The article states that three properties separate a real observability setup from an aspirational one: full-fidelity logs, session-level traces, and fixed evals.
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 self-published tutorial, no measurements or corroboration
The cluster contains a single dev.to installment by a single author. Its claims are definitional and normative (what to log, what separates real from aspirational instrumentation) and are supported internally by reasoning and one hypothetical $12 failure, with no benchmark, incident report, code, or named tooling. No independent publisher corroborates it, and the supplied text is truncated before the evals section, so part of the argument cannot be inspected at all.
No adoption signal in supplied sources
Nothing in the cluster reports a release, deployment, usage disclosure, benchmark, or pricing event. The article describes practices in the abstract and mentions no team, product, or platform that has adopted them, and no course enrollment or workshop attendance figures are given. Adoption cannot be scored without inventing facts.
Mildly overstated framing over unquantified support
The underlying argument — that non-deterministic, multi-step, long-running agents cannot be operated on request-level logging — is modest and consistent with ordinary engineering practice, and the piece explicitly avoids claiming novel results. The overstatement is rhetorical rather than factual: absolutes such as observability being the difference between an agent and an operable agent, and instrumentation being what turns agentic work into an engineering discipline, are asserted with no measured before/after, while the post simultaneously sells the author's paid course and workshop. Small positive gap, not a large one.
Author monetizes the same subject inside the article
The post is a marketing-adjacent artifact as well as a tutorial: it pitches the author's paid Udemy course "Build a Harness from Scratch" and a live cohort-based Maven workshop "Harness Engineering for AI Agents" mid-body, framing the free series as the lesser version of the "full studio-quality" paid material. The disclosure is explicit and the author concedes both are optional, which limits the discount, but the commercial interest is direct and unmediated by any editorial layer.
Low-moderate: claims clearly stated, support thin and single-sourced
What the article says is unambiguous and easy to record faithfully, and the reasoning is internally coherent, so confidence is not minimal. But there is exactly one publisher, no independent verification, no quantitative support, a direct commercial incentive, and a truncated excerpt whose eval guidance is missing — and the ledger's account of where truncation occurs is itself imprecise. That caps confidence well below the midpoint.
build
The payload is rebuilt every turn, so stop treating your prompt as a shipped artifact1 distinct publisher
build
Agents stall on tool surfaces, not models: tool design as an engineering discipline1 distinct publisher
build
Your agent's blast radius is decided by the filesystem, not the prompt1 distinct publisher
build
Agent Memory Is Two Systems, Not One Dial With Scratch On One End1 distinct publisher
Distinct publishers with included, body-backed reporting in this cluster.
dev.to
1 article · August 15, 2026