[experiments] Daily Experiment Report — 2026-09-07 #59166
Closed
Replies: 1 comment
|
This discussion has been marked as outdated by daily-experiment-report. A newer discussion is available at Discussion #59398. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Across all 48 workflows with active
experiments:declarations (51 individual experiment analyses), zero experiments currently have decision-quality evidence. Every analysis returned eitherEXTEND(37) orINCONCLUSIVE(14) — noPROMOTEorREJECTdecisions were possible today. The dominant blocker is a data-pipeline gap: guardrail/outcome metrics (run_success_rate,empty_output_rate, etc.) are declared in frontmatter but not yet wired into the core analysis engine as observable per-run data, and 14 experiments use 3+ variants, which the current two-variant decision engine cannot statistically resolve.⚡ Quick Stats
📋 Reason code breakdown
insufficient_observationsmin_samplesbut per-run outcome/guardrail metrics aren't yet captured, so the engine can't compute an effectunsupported_multi_variantinsufficient_samplesmin_samples(default 20) in at least one armguardrail_unsupported🟢 READY experiments (22) — sample size met, but no evidence yet
🟡 COLLECTING experiments (29) — still building sample size
29 experiments are below
min_samplesin at least one arm, or have only just started assigning variants (n=0–1). These include several freshmodel_sizeA/B rollouts (dailycachestrategyanalyzer,dailyfunctionnamer,testqualitysentinel,smokeproject,smoketemporaryid,dailyrenderingscriptsverifier,prsouschef) that have logged only 0–1 usable observation so far, plus 8 two-variant experiments approaching but not yet at threshold (architectureguardian,auditworkflows,blogauditor,breakingchangechecker,dailyarchitecturediagram,dataflowprdiscussiondataset,dependabotcampaign,weeklyblogpostwriter), plus 13 multi-variant (3–5 arm) experiments awaiting native decision support (copilotagentanalysis,dailycavemanoptimizer,dailycodemetrics,dailycompilerquality,dailydochealer,dailydocupdater,dailyissuesreport,dailysemgrepscan,dailysubagentoptimizer,deepreport,dependabotgochecker,plan,smokecopilotsubagents).📊 Summary
View Full Experiments Table (all 51 analyses)
🔧 Self-Tuning Continuation Plan
Top 3 experiment actions
run_success_rate,empty_output_rate,ai_credits_total) into the analysis pipeline so the 26insufficient_observationsand 3guardrail_unsupportedexperiments (29 of 51 analyses, all at/above sample threshold) can finally produce PROMOTE/REJECT decisions instead of perpetually EXTENDing.unsupported_multi_variant, including several high-volumeoutput_format/model_sizetests with 80–260 total runs each) — this is the single largest unblocking change available.insufficient_samplesexperiments still belowmin_samples=20per arm, no action needed yet beyond continued collection; re-check in ~1–2 weeks given current run cadence (daily/weekly triggers).Top 3 eval actions
experiments analyzein this run — evals are not yet correlated with experiment variant assignments. Recommend adding an eval-to-experiment join key so grader scores can serve as the "observation" layer the decision engine is missing.prompt_style/tone_variant/reasoning_depthexperiments (10 workflows) since these are qualitative-output changes best assessed by graders rather than raw success/duration metrics.model_sizeexperiments (6 workflows, mostlyCOLLECTING), pair cost (ai_credits_total) evals with quality graders so PROMOTE decisions can weigh both cost and quality guardrails once wired up.Decision-pipeline gaps for next PR
guardrail_unsupported/insufficient_observations: the majority failure mode (29/51 analyses) — no native metric source is feeding guardrail thresholds likerun_success_rate >=0.90even though runs clearly complete with a conclusion. This is the top-priority pipeline gap.unsupported_multi_variant: 14/51 analyses (27%) are blocked purely because the decision engine doesn't yet generalize beyond 2 arms — a multi-arm (e.g. ANOVA / pairwise-with-correction) path would unblock a large share of experiments immediately.All reactions