- Experiment ID
2026-07-autoclipping-default-override- Experiment Type
- apex / user
- Analysis Summary
- Changes the effective Auto-Clip default for people who have not explicitly changed the setting.
- Why It Matters
- It decides whether first-time users begin with Auto-Clip effectively enabled while preserving choices made by existing users.
- Detailed Description
- When the Clips settings do not contain a saved Auto-Clip choice, the default state treats Auto-Clip as off and the enabled variant treats it as on.
- If the user has already turned Auto-Clip on or off, that saved choice takes priority and the experiment does not overwrite it.
- Current Canary's ClipsStore directly reads the experiment at getAutoclippingDefault.
- Clips availability and the separate Clips master state still apply, so this flag alone does not prove that recording starts for every user.
- Focus Area
- Auto-Clip default
- Importance
- high
- Default Config
{
"enabled": false
}- Variations
{
"1": {
"enabled": true
}
}