Add YC Bench baseline rollout data for can-ai-agents-improve-ai-agents starter#1
Merged
Merged
Conversation
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Hosts the baseline rollout traces consumed by the
can-ai-agents-improve-ai-agentsstarter — the companion code for the Can AI Agents Improve AI Agents? TensorZero blog post.The starter ships in
tensorzero/tensorzero, but the inference traces (98 MiB) are too large to live there — pre-commit blocks at 1 MiB and that repo doesn't use Git LFS. The starter'sbaseline_data/fetch.shwill download these jsonls from this repo's LFS-backed media URLs.Tracked through Git LFS —
*.jsonl filter=lfs ...added to.gitattributes(next to the existing*.csvLFS rule).Files
can-ai-agents-improve-ai-agents/baseline_data/inferences.jsonl9bac777bcedd790146ed082252ad77d41496f19f1beaecc8acac12cffe55d176can-ai-agents-improve-ai-agents/baseline_data/feedback.jsonle59685147aea4679d6e617e39e12cd8474e052649f0eb48ccca9f6b2a6fe319dProvenance
Real baseline rollout of
yc_bench_tutorial_v0::yc_bench_actagainst theinitialvariant onopenai::gpt-5.4-mini: 80 unique train tasks + 20 unique test tasks (Codex YC Bench seed 0, 2026-04-23). Matches the artifacts the autopilot-evals harness dumps to<run_dir>/claude_code/baseline_data/before invoking the optimizer agent.Raw URLs (post-merge)
(LFS-backed files use
media.githubusercontent.com/media/...to fetch actual content rather than the LFS pointer thatraw.githubusercontent.comreturns.)Test plan
bash baseline_data/fetch.shdownloads + verifies both files.