Datasets:
id stringlengths 36 36 | models listlengths 1 4 | block_size int64 64 64 | hash_id_scope stringclasses 1
value | requests listlengths 5 3.23k |
|---|---|---|---|---|
00ca01c4aaeccee751ae6285beb54dea262f | [
"claude-fable-5",
"claude-haiku-4-5-20251001"
] | 64 | local | [{"t":0.0,"model":"claude-fable-5","in":640,"out":24,"hash_ids":[0,1,2,3,4,5,6,7,8,9],"api_time":5.3(...TRUNCATED) |
03e110ac6921c2fe9ac7772a9654314a2beb | [
"claude-fable-5",
"claude-opus-4-6"
] | 64 | local | [{"t":0.0,"model":"claude-fable-5","in":704,"out":23,"hash_ids":[0,1,2,3,4,5,6,7,8,9,10],"api_time":(...TRUNCATED) |
0470d446a4514dfe0c6ad0be92853bd13287 | [
"claude-fable-5",
"claude-haiku-4-5-20251001",
"claude-opus-4-6",
"claude-opus-4-8"
] | 64 | local | [{"t":0.0,"model":"claude-fable-5","in":448,"out":24,"hash_ids":[0,1,2,3,4,5,6],"api_time":4.1370000(...TRUNCATED) |
04dba6fe621301a1d01fd63b8d02c9645c48 | [
"claude-opus-4-8"
] | 64 | local | [{"t":0.0,"model":"claude-opus-4-8","in":384,"out":29,"hash_ids":[0,1,2,3,4,5],"api_time":2.151,"typ(...TRUNCATED) |
063179eb93f4337a662e859c5a2c5638e03f | [
"claude-haiku-4-5-20251001",
"claude-opus-4-8"
] | 64 | local | [{"t":0.0,"model":"claude-opus-4-8","in":2560,"out":21,"hash_ids":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,1(...TRUNCATED) |
069d7bf5f1efb4e76e3c84510367e6af78a5 | [
"claude-opus-4-8"
] | 64 | local | [{"t":0.0,"model":"claude-opus-4-8","in":640,"out":19,"hash_ids":[0,1,2,3,4,5,6,7,8,9],"api_time":1.(...TRUNCATED) |
077ea9e6554f45bbad9c24a8462bae9a8512 | [
"claude-fable-5",
"claude-haiku-4-5-20251001"
] | 64 | local | [{"t":0.0,"model":"claude-fable-5","in":45824,"out":574,"hash_ids":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,(...TRUNCATED) |
07dd40536557a1d6440a923557c3129dc929 | [
"claude-fable-5",
"claude-sonnet-4-6"
] | 64 | local | [{"t":0.0,"model":"claude-fable-5","in":50560,"out":204,"hash_ids":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,(...TRUNCATED) |
085aacf44ac5428ad3c6b4f6cd431e083832 | [
"claude-haiku-4-5-20251001",
"claude-opus-4-8"
] | 64 | local | [{"t":0.0,"model":"claude-opus-4-8","in":52544,"out":383,"hash_ids":[0,1,2,3,4,5,6,7,8,9,10,11,12,13(...TRUNCATED) |
0a688303b1ae62a97607af8021f2130c2caf | [
"claude-sonnet-4-5"
] | 64 | local | [{"t":0.0,"model":"claude-sonnet-4-5","in":1728,"out":14,"hash_ids":[0,1,2,3,4,5,6,7,8,9,10,11,12,13(...TRUNCATED) |
semianalysisai/cc-traces-weka-061526
WekaTrace corpus derived from SemiAnalysis Claude Code proxy traces. Built 2026-06-15 19:12:24 UTC via utils/agentic/build_weka_hf_dataset.py.
Filters
- Trace version: exactly v7
- min Anthropic requests per session: 20
- Claude Code CLI ≥ 2.1.139 (every row)
- peak concurrent sub-agent groups ≤ 10
- Non-image rows only (image content excluded at source)
- Classifier calls excluded (
max_tokens<=64 AND no tools→ SUGGESTION MODE, title-gen, Security Monitor) - Exact-duplicate proxy rows deduped by
(timestamp, model, in, out, dur_ms, agent_id) - Per-request ISL cap: input ≤ 990,016 tokens (weka
in= hash-block count × 64). Drops KV-cache-block overcount artifacts that read above ~1M while preserving the surviving timeline.
ISL cap — KV-cache-block overcount note
Requests whose input length (in) exceeded 990,016 tokens (the closest multiple of 64 to 990k) were dropped from this build, while preserving the surviving timeline's relative timestamps.
Why. The weka in field is derived from the proxy's hash_token_count, which is recorded as (number of 64-token KV-cache prefix blocks) × 64 — it is always an exact multiple of 64, not a true tokenizer count. For very large agentic contexts with heavy prompt caching this block count drifts above the real prompt size: cross-checking against the billed token columns (input + cache_read + cache_write) shows it tracks ~1.00× on average but overcounts by as much as ~260k tokens in the heavy-cache-write tail. That tail pushed a small number of requests past 1M in even though no request's real prompt actually exceeds 1M. These inflated rows are the artifacts removed here.
Applied at request granularity (main-agent turns and sub-agent inner requests evaluated independently); a sub-agent group is dropped only if every inner request was over the cap.
Stats
traces: 233
main_turns: 38,529
subagent_groups: 787
subagent_inner_requests: 22,467
total_model_requests: 60,996
total_input_tokens: 12,631,145,216
total_output_tokens: 59,758,991
Distribution plots
Main-agent stream
Sub-agent fan-out
Source script
python utils/agentic/sample_proxy_traces.py --out '<workdir>/proxy' --sampling top --min-trace-version 7 --max-trace-version 7 --min-requests 20 --require-cli-min 2.1.139 --max-parallel-subagents 10
Loader plugin
Load in aiperf via:
--public-dataset semianalysis_cc_traces_weka_with_subagents
- Downloads last month
- 749



