Skip to content

SyFI TraceLab v0.0.1

Choose a tag to compare

@serendipity-zk serendipity-zk released this 22 Jun 17:26
fc06157

First semantic-versioned public release of the SyFI TraceLab dataset and toolkit.

A sanitized, real-world corpus of Claude / Codex coding-agent LLM traces, plus a prebuilt DuckDB
database for immediate analysis.

Dataset

Rows (LLM rounds) 357,161
Tool records 432,510
Pseudonymous users 43
Providers claude = 140,338 · codex = 216,823

Assets

  • syfi_coding_trace.jsonl.gz — normalized JSONL trace
  • syfi_coding_trace.duckdb — prebuilt compact DuckDB database

Verify

echo "9d265eae69a31cae203848bea936f018148eed7ca8bf56050c5abe96da0b4e6b  syfi_coding_trace.jsonl.gz" | sha256sum -c -
echo "97715265367cc72376475f5d444c8e1900b88cab1482aa7b9a742894d9f15619  syfi_coding_trace.duckdb"   | sha256sum -c -
gzip -t syfi_coding_trace.jsonl.gz

Sanitized: ids pseudonymized, local paths and tool inputs stripped. Please use responsibly and do
not attempt re-identification.