Skip to content

fix(experiments): A/A route returns components all false [EXPT-4665] - #138

Open
hsadhvani wants to merge 1 commit into
feat/experiment-hypothesis-builderfrom
harsh/expt-4665-aa-components
Open

fix(experiments): A/A route returns components all false [EXPT-4665]#138
hsadhvani wants to merge 1 commit into
feat/experiment-hypothesis-builderfrom
harsh/expt-4665-aa-components

Conversation

@hsadhvani

@hsadhvani hsadhvani commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Summary

Aligns the machine contract in the launchdarkly-experiment-hypothesis-builder skill so route: aa reports components all false (consistent with junk) instead of all true. Raised by Nam in #proj-exp-ai: an A/A test asserts no change or effect, so all-true was inconsistent and made us lean on the model routing A/A perfectly. The builder ignores components for A/A (it renders the A/A badge), so this is a contract-only change.

Kept byte-identical to the o11y experiment-hypothesis skill's contract (companion o11y PR).

Testing approaches

  • N/A (skill markdown only). The o11y companion PR adds a regression test asserting aa components are all false.

Feature flags

N/A


Note

Low Risk
Single-line skill markdown contract clarification with no code or security impact.

Overview
Updates the structured JSON contract in launchdarkly-experiment-hypothesis-builder so route: aa documents components all false, same as junk, instead of all true like rewrite.

That matches the product model (A/A asserts no change/effect; the rubric is replaced by the A/A badge) and keeps the contract aligned with the o11y experiment-hypothesis skill for shared grading. Documentation-only in this repo—no runtime behavior change in the builder beyond what callers infer from the contract.

Reviewed by Cursor Bugbot for commit 7d6f293. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions

Copy link
Copy Markdown

Skill eval results

Skill Before After Δ
agentcontrol/configs-create 100/100 (4/4) 75/100 (3/4) -25
agentcontrol/configs-update 80/100 (4/5) 80/100 (4/5) no change
agentcontrol/configs-variations 80/100 (4/5) 80/100 (4/5) no change
agentcontrol/tools 75/100 (3/4) 75/100 (3/4) no change
experiments/launchdarkly-experiment-hypothesis-builder - 0/100 (0/5) new
feature-flags/launchdarkly-flag-command - 100/100 (3/3) new
feature-flags/launchdarkly-flag-create 100/100 (3/3) 100/100 (3/3) no change

Only suites whose source actually changed since their last recorded score were re-run. Soft-failing while we stabilise the baseline.

@hsadhvani
hsadhvani marked this pull request as ready for review July 30, 2026 00:05
@hsadhvani
hsadhvani requested a review from a team as a code owner July 30, 2026 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants