Profiling an agent harness with jq: latency per turn and byte-level request composition

arthurcolle · x · 2026-09-27

The author shares a set of jq commands to analyze a harness audit report (profile.), apparently for a model dubbed gpt-daybreak-blue-latest:

The takeaway: once agent harness request profiles are dumped as JSON, plain jq is enough to attribute latency — distinguishing slow transport from bloated request bodies (e.g., oversized tool outputs or reasoning payloads).

Original post →

More from coding & agent

coding & agent channel →