Papers › TraceLab: Characterizing Coding Agent Workloads for LLM Serving

TraceLab: Characterizing Coding Agent Workloads for LLM Serving

29 Jun 2026arXiv:2606.30560added by Syntology

Kan Zhu, Mathew Jacob, Chenxi Ma, Yi Pan, Stephanie Wang, Arvind Krishnamurthy, Baris Kasikci

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Coding agents are rapidly becoming a major application of agentic LLMs, but serving them efficiently remains challenging. Progress on this challenge requires understanding real workload patterns, yet the data needed for such analysis is largely absent. Existing public traces and benchmarks do not capture real, day-to-day coding-agent usage across multiple agents and model families for serving-system analysis. To help fill this gap, we collect and release a trace of roughly 4,300 coding-agent sessions, containing about 350,000 LLM steps and 430,000 tool calls from our own day-to-day use of Claude Code and Codex. Our analysis shows that coding-agent workloads feature long autonomous loops, long contexts with short outputs, diverse and heavily-tailed tool calls, and high but imperfect prefix cache hit rates. These findings point to concrete opportunities for optimizing serving, including lower-overhead tool calling, append-length-aware prefill, semantic-aware tool-latency prediction, and improved KV-cache management around human-paced gaps. We release the dataset, trace collection pipeline, and analysis code at https://github.com/uw-syfi/TraceLab.git the project website is https://tracelab.cs.washington.edu.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.30560")

Code

Syntology Ran 27 of 29 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 27 ran with no contract checked.

By repository: found in paper text by Syntology: 29 samples from 1 repository, 27 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

uw-syfi/TraceLab found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

29 samples harvested; 27 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

27ran
2unverified

Licence: 0 of the 29 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from uw-syfi/TraceLab. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

active_bin_mask uw-syfi/TraceLab/artifacts/utils/cdf.py found in paper text by Syntology ran Apache-2.0 (permissive) · f89696f4255ece75 · report
build_command uw-syfi/TraceLab/artifacts/run_all.py found in paper text by Syntology ran Apache-2.0 (permissive) · f8ea11b6490fbb9f · report
build_command uw-syfi/TraceLab/validators/run_all.py found in paper text by Syntology ran Apache-2.0 (permissive) · 659ac4c28fac3413 · report
command_chains uw-syfi/TraceLab/artifacts/utils/command_chains.py found in paper text by Syntology ran Apache-2.0 (permissive) · 6a6fa8a2d403228a · report
dependencies uw-syfi/TraceLab/artifacts/run_all.py found in paper text by Syntology ran Apache-2.0 (permissive) · 432e86eab0bbcfe5 · report
display_command uw-syfi/TraceLab/validators/run_all.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 95f8c2a43ec9ef33 · report
extract_from_png uw-syfi/TraceLab/artifacts/utils/png_sidecar.py found in paper text by Syntology ran Apache-2.0 (permissive) · 3988633bef0e1bc5 · report
first_timing_event_type uw-syfi/TraceLab/artifacts/utils/growth.py found in paper text by Syntology ran Apache-2.0 (permissive) · 0807d947f333ba70 · report
gfm_table uw-syfi/TraceLab/artifacts/utils/md_table.py found in paper text by Syntology ran Apache-2.0 (permissive) · b520fe6c79f19122 · report
infer_first_token_tick uw-syfi/TraceLab/artifacts/utils/formatters.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · a5fdf6c5429928db · report
int_field uw-syfi/TraceLab/artifacts/utils/growth.py found in paper text by Syntology ran Apache-2.0 (permissive) · 47d806a5a37fa81e · report
matches uw-syfi/TraceLab/validators/run_all.py found in paper text by Syntology ran Apache-2.0 (permissive) · 17cd6b7a406645cf · report
numeric_sample uw-syfi/TraceLab/artifacts/utils/accumulators.py found in paper text by Syntology ran Apache-2.0 (permissive) · b6d9854904ad1b10 · report
parse_ts uw-syfi/TraceLab/artifacts/utils/timing.py found in paper text by Syntology ran Apache-2.0 (permissive) · ddcdda222f3e4008 · report
percentile uw-syfi/TraceLab/artifacts/utils/growth.py found in paper text by Syntology ran Apache-2.0 (permissive) · f5d51d90d1032ddd · report
provider_order uw-syfi/TraceLab/artifacts/utils/style.py found in paper text by Syntology ran Apache-2.0 (permissive) · d59ca54bed234a5a · report
provider_title uw-syfi/TraceLab/artifacts/utils/style.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 8087beab6af3c9a1 · report
repo_relative uw-syfi/TraceLab/artifacts/run_all.py found in paper text by Syntology ran Apache-2.0 (permissive) · bcc799a03c74e352 · report
response_trigger_user_message_timestamp uw-syfi/TraceLab/artifacts/utils/timing.py found in paper text by Syntology ran Apache-2.0 (permissive) · d2e7537203b6e692 · report
safe_float uw-syfi/TraceLab/artifacts/utils/accumulators.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 74d94aacaaaaf474 · report
sample_quantiles uw-syfi/TraceLab/artifacts/utils/accumulators.py found in paper text by Syntology ran Apache-2.0 (permissive) · 333d2218cad0f963 · report
section_tables uw-syfi/TraceLab/artifacts/utils/md_table.py found in paper text by Syntology ran Apache-2.0 (permissive) · e048aa3242805024 · report
short_label uw-syfi/TraceLab/artifacts/utils/style.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · c3e49bcc0d81abe2 · report
timestamp_string uw-syfi/TraceLab/validators/trace_rows.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · c96db2998de21954 · report
token_axis_value uw-syfi/TraceLab/artifacts/utils/formatters.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 5496a32c32b3dc87 · report
token_axis_values uw-syfi/TraceLab/artifacts/utils/formatters.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 5baecdef0ebd5f29 · report
user_message_start_timestamp uw-syfi/TraceLab/artifacts/utils/timing.py found in paper text by Syntology ran Apache-2.0 (permissive) · 6b201efab7fb49b7 · report
main uw-syfi/TraceLab/artifacts/utils/png_sidecar.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9751953fbd7bb868 · report
make_self_contained uw-syfi/TraceLab/artifacts/utils/png_sidecar.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 41a6007561832b83 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.30560, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections