feat(pipeline): add --experiment flag for labeling eval run conditions#802
Merged
feat(pipeline): add --experiment flag for labeling eval run conditions#802
Conversation
Add --experiment option to pipeline input and pipeline run commands. The label is written to manifest.json and propagated through pipeline bench into index.jsonl entries and benchmark.json metadata. - pipeline input: accepts --experiment, writes to manifest - pipeline run: accepts --experiment, writes to manifest - pipeline bench: reads manifest.experiment, includes in index entries - New feature example: examples/features/experiments/ - Docs: add experiment section to running-evals.mdx - Docs: add experiments workflow to skill-improvement-workflow.mdx - Tests: 2 new tests for experiment flag presence/absence Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2b7250f to
61c2c7a
Compare
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
--experimentoption topipeline inputandpipeline runcommandsmanifest.json→pipeline bench→index.jsonlentries +benchmark.jsonmetadataexamples/features/experiments/Motivation
Following the convex-evals pattern, an experiment is a run-level label that records conditions (with_skills, without_skills, web_search, etc.) while keeping eval files identical across runs. This enables dashboard filtering and structured A/B comparison.
Test plan
🤖 Generated with Claude Code