[experiments] Daily Experiment Report — 2026-05-03 #29903
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by daily-experiment-report. A newer discussion is available at Discussion #30107. |
Beta Was this translation helpful? Give feedback.
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.
-
🧪 Daily Experiment Report — 2026-05-03
2 experiments analysed across 2 workflows; 0 reached significance (p < 0.05). Both experiments are in early stages with insufficient data — EXTEND recommended for all.
caveman·smoke-copilotHypothesis: (not specified)
yesvariant. This is because eachsmoke-copilotrun targets a different PR branch, and GitHub Actions cache is branch-scoped — the experiment state (cumulative variant counts) cannot be shared across branches, causing every run to start fresh with counts{yes:0, no:0}and always select the first-listed variant (yes).Recommendation: EXTEND — The
novariant has received 0 runs due to branch-scoped cache isolation. The experiment state must be refactored to use a persistent store (e.g., a repository variable or a dedicated cache key on the default branch) to achieve proper round-robin assignment across runs on different branches.prompt_style·daily-community-attributionHypothesis: (not specified)
Recommendation: EXTEND — The experiment was added recently (May 2, 2026). Both runs went to
concisebecause the cache was not found (fresh start). Theverbosevariant has 0 samples. Continue gathering data — approximately 40+ more runs needed (20 per variant).📊 Summary
cavemansmoke-copilotyes(n=16, 81.2%)no(n=0)prompt_styledaily-community-attributionconcise(n=2, 100%)verbose(n=0)Warning
Firewall blocked 3 domains
The following domains were blocked by the firewall during workflow execution:
productionresultssa19.blob.core.windows.netproductionresultssa8.blob.core.windows.netresultsreceiver.actions.githubusercontent.comSee Network Configuration for more information.
Beta Was this translation helpful? Give feedback.
All reactions