Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    JSONDecodeError
Message:      Expecting property name enclosed in double quotes: line 1 column 2 (char 1)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                File "/src/services/worker/src/worker/utils.py", line 127, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 483, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2840, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 179, in _generate_tables
                  training_examples = convert_traces_to_training_data(trace_file)
                File "/usr/local/lib/python3.14/site-packages/teich/converter.py", line 3635, in convert_traces_to_training_data
                  rows.extend(_convert_jsonl_file_to_training_rows(path))
                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
                File "/usr/local/lib/python3.14/site-packages/teich/converter.py", line 3596, in _convert_jsonl_file_to_training_rows
                  rows = load_trace_file(jsonl_file)
                File "/usr/local/lib/python3.14/site-packages/teich/converter.py", line 3029, in load_trace_file
                  events.append(json.loads(line))
                                ~~~~~~~~~~^^^^^^
                File "/usr/local/lib/python3.14/json/__init__.py", line 352, in loads
                  return _default_decoder.decode(s)
                         ~~~~~~~~~~~~~~~~~~~~~~~^^^
                File "/usr/local/lib/python3.14/json/decoder.py", line 345, in decode
                  obj, end = self.raw_decode(s, idx=_w(s, 0).end())
                             ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/json/decoder.py", line 361, in raw_decode
                  obj, end = self.scan_once(s, idx)
                             ~~~~~~~~~~~~~~^^^^^^^^
              json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 2 (char 1)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Pareto Rail benchmark rollouts

Full agent transcripts for every published run of the Pareto Rail level-generation benchmark: models one-shot a browser rail-shooter level from a written theme, and visitors rank the results blind on the public site. The benchmark's methodology, per-run provenance manifests (rendered prompt, sealed commits, gate results, measured cost), and the level source produced by each of these transcripts live in the main repository: github.com/paulbatum/pareto-rail.

Layout

runs/<run-id>/assignment.md                               # the rendered prompt the agent received
runs/<run-id>/stages/<stage>/<harness>/rollout.jsonl      # the harness-native session, opens in the trace viewer
runs/<run-id>/stages/<stage>/<harness>/events.jsonl.gz    # the harness's emitted event stream
runs/<run-id>/stages/<stage>/<harness>/final-message.md   # the agent's closing message

Each rollout.jsonl is a raw Claude Code, Codex, or Pi session file, so it opens directly in the Hub's agent trace viewer; assignment.md and final-message.md are plain markdown. Transcripts are exactly as captured: agent screenshots taken during the run are embedded as base64. rollouts.json here (also committed in the main repository under benchmark/manifests/) maps each run to its level, theme, and configuration and records the size and sha256 of every transcript's uncompressed bytes, so a download can be verified (after gunzip, for the gzipped event streams).

Runs

run theme configuration transcript MB
fable-b20-broadside-b9mn broadside claude-fable-5-high-b20 4.7
fable-b20-mdd-m6vt mass-driver-detailed claude-fable-5-high-b20 4.0
fable-b20-strandline-s2bq strandline claude-fable-5-high-b20 7.2
fable-high-broadside-b4kd broadside claude-fable-5-high 22.6
fable-high-mdd-k4wz mass-driver-detailed claude-fable-5-high 16.2
fable-high-mdd-m3rp mass-driver-detailed claude-fable-5-high (retired) 10.9
fable-high-solve-q7ld speedsolve claude-fable-5-high 15.6
fable-high-strandline-s7ah strandline claude-fable-5-high 13.4
inkling-high-strandline-de7d strandline pi-openrouter-inkling-high (retired) 2.4
kimi-k3-max-strandline-sk9q strandline pi-openrouter-kimi-k3-max 110.7
kimi-k3-sub-broadside-b2o2 broadside pi-kimi-k3-max 25.1
opus-b20-broadside-ob4d broadside claude-opus-4-8-high-b20 4.2
opus-b20-mdd-om6f mass-driver-detailed claude-opus-4-8-high-b20 11.3
opus-b20-strandline-os2b strandline claude-opus-4-8-high-b20 10.5
opus-high-broadside-ob3c broadside claude-opus-4-8-high 22.3
opus-high-mdd-om5e mass-driver-detailed claude-opus-4-8-high 22.2
opus-high-purse-svok purse-pursuit claude-opus-4-8-high 23.0
opus-high-solve-zq4n speedsolve claude-opus-4-8-high 29.0
opus-high-strandline-os1a strandline claude-opus-4-8-high 16.3
opus5-high-broadside-b7tm broadside claude-opus-5-high 26.7
opus5-high-massdriver-d8qz mass-driver claude-opus-5-high 17.0
opus5-high-skyhook-k5rw skyhook claude-opus-5-high 41.6
opus5-high-solve-p4tn speedsolve claude-opus-5-high 24.3
opus5-high-strandline-s3vn strandline claude-opus-5-high 25.9
run-0035ce280d skyhook codex-sol-max 3.6
run-0cafsiuauv6e mass-driver claude-fable-5-high 9.3
run-0d447ea718 broadside codex-luna-max 9.2
run-13d8958740 broadside codex-gpt-6-astra-high 8.7
run-2dzleoxfhatr mass-driver claude-opus-4-8-high-b20 5.4
run-3b834a0b56 skyhook codex-gpt-6-astra-high 6.5
run-3ge34otdha broadside claude-fable-5-1-high 9.9
run-3wx1zsc87lp9 skyhook claude-fable-5-high-b20 3.6
run-4xhnb8cp9u broadside agy-gemini-3-7-flash-high 0.7
run-5d1aac1gjbuv skyhook claude-fable-5-opus-delegation (retired) 26.5
run-5m77cl6rn5kd mass-driver codex-sol-terra-delegation (retired) 1.3
run-61bbc0cd9b skyhook codex-luna-max 11.2
run-6e06255f1b broadside codex-sol-max 7.7
run-6eb31f58cc thermal-ink codex-luna-max 8.1
run-6m3dhz1loblr skyhook codex-sol-high 1.1
run-75d4db88d9 tinker-ball codex-luna-max 8.6
run-770j1pokdphe skyhook claude-opus-4-8-high-b20 9.7
run-8swex50r9h tinker-ball claude-fable-5-1-high 18.3
run-8wimjyn2xr vespers pi-openrouter-muse-spark-1-3-high 61.2
run-9lv57gw08h strandline pi-openrouter-muse-spark-1-3-high 47.2
run-a7pqr4gm2o speedsolve pi-openrouter-ox-alpha-high 40.3
run-aoefz3t98p strandline pi-openrouter-ox-alpha-high 39.3
run-c340azfgk0vd mass-driver codex-sol-high-b20 3.0
run-c5675ccd91 tinker-ball codex-gpt-6-astra-high 6.7
run-cc9f4ac46f mass-driver codex-sol-max 4.4
run-cfdddf9471 strandline codex-sol-max 14.2
run-d3ae0a81fc vespers codex-luna-max 7.0
run-d6k9piovin speedsolve claude-fable-5-1-high 8.7
run-eee6tklrqf strandline claude-fable-5-1-high 20.9
run-eztdwig5twea mass-driver claude-fable-5-opus-delegation (retired) 15.2
run-f9ea692d4b strandline codex-gpt-6-astra-high 12.4
run-gucf476jvkqr mass-driver claude-fable-5-high-b20 3.0
run-iz2agir3l4 thermal-ink pi-openrouter-ox-alpha-high 26.9
run-n0i508zstz tinker-ball pi-openrouter-muse-spark-1-3-high 86.0
run-ng3zrmdjo4 broadside pi-openrouter-muse-spark-1-3-high 50.8
run-pnpwjrxhz8uu skyhook codex-sol-high-b20 12.8
run-qlsus317qo skyhook claude-fable-5-1-high 12.8
run-qsgvgteqxgn0 mass-driver codex-sol-high 1.2
run-rah3o96wxqcw hull-run codex-sol-high 0.8
run-rghm80o45h strandline agy-gemini-3-8-flash-high 0.6
run-rgtrifyd32 broadside agy-gemini-3-8-flash-high 0.7
run-uitiw02p99w9 skyhook claude-opus-4-8-high 15.6
run-v31izg5mbm vespers pi-openrouter-ox-alpha-high 22.8
run-v34xmh17pb thermal-ink claude-opus-5-high 40.0
run-v36fh9mj5e tinker-ball claude-fable-5-high 33.0
run-v37umhrqn6 tinker-ball agy-gemini-3-7-flash-high 0.7
run-v3c8vrhdys vespers agy-gemini-3-6-flash-high 0.4
run-v3gnffufye tinker-ball pi-openrouter-ox-alpha-high 31.8
run-v3j7xpm8d7 vespers agy-gemini-3-7-flash-high 0.7
run-v3nirzkxjv tinker-ball claude-opus-5-high 16.2
run-v3p6btkzrn vespers claude-opus-5-high 23.3
run-v3q1cid4ze tinker-ball codex-sol-max 11.5
run-v3r4wjp8ce vespers codex-sol-max 10.3
run-v3sxomzehc thermal-ink codex-sol-max 5.7
run-v3t5xwqebm vespers claude-fable-5-high 9.2
run-v3t6nvtrtz thermal-ink agy-gemini-3-6-flash-high 0.3
run-v3xa2fxuvx tinker-ball agy-gemini-3-6-flash-high 0.3
run-v3yk97g5q3 thermal-ink claude-fable-5-high 11.0
run-vbovdxbaxq9v skyhook codex-sol-terra-delegation (retired) 1.4
run-x58xikqvx62i hull-run codex-sol-terra-delegation 1.7
run-x5xhv2p06h strandline agy-gemini-3-7-flash-high 0.7
run-xbd3e4ho3x7d mass-driver claude-opus-4-8-high 11.6
run-xixwfev1c60s skyhook claude-fable-5-high 21.6
run-y5zd577spu broadside pi-openrouter-ox-alpha-high 7.4
sol-b20-broadside-b3fk broadside codex-sol-high-b20 21.9
sol-b20-mdd-m7hq mass-driver-detailed codex-sol-high-b20 (retired) 20.5
sol-b20-mdd-p8jn mass-driver-detailed codex-sol-high-b20 16.0
sol-b20-strandline-s8dw strandline codex-sol-high-b20 18.3
sol-high-broadside-b6ej broadside codex-sol-high 4.3
sol-high-mdd-m4gp mass-driver-detailed codex-sol-high (retired) 6.7
sol-high-mdd-uk78 mass-driver-detailed codex-sol-high 7.3
sol-high-purse-tahr purse-pursuit codex-sol-high 6.2
sol-high-solve-wvdv speedsolve codex-sol-high 4.5
sol-high-strandline-s5cx strandline codex-sol-high 8.8

Rehearsal runs (never ranked; kept as failure examples)

run theme configuration transcript MB
smoke-inkling-free-h7ra strandline pi-openrouter-inkling-free-smoke 3.1
smoke-inkling-free-k2se strandline pi-openrouter-inkling-free-smoke 3.0
smoke-inkling-free-m9tw strandline pi-openrouter-inkling-free-smoke 2.9

Rehearsal runs are unattended generation attempts that were never part of the ranked pool. They are published exactly as captured, including the gate failures that ended them.

Diagnostics (not benchmark runs)

id model status reason
inkling-high-strandline-n7vw thinkingmachines/inkling incomplete Degenerate repetitive output; forcibly terminated before sealing

Diagnostics are preserved agent sessions that were stopped or otherwise invalid before producing a benchmark result. They are not ranked evidence.

Downloads last month
237