SyFI TraceLab v0.0.1
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 tracesyfi_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.gzSanitized: ids pseudonymized, local paths and tool inputs stripped. Please use responsibly and do
not attempt re-identification.