- Experiment ID
2026-08-user-bio-max-length- Experiment Type
- apex / user
- Analysis Summary
- Tests raising the maximum profile bio length from 190 to 300 characters.
- Why It Matters
- People can explain more about themselves or their role in a server, although the audience and rollout remain dependent on experiment assignment.
- Detailed Description
- In the default state, a profile bio above 190 characters cannot be saved.
- The treatment raises the maximum to 300.
- The current profile-settings validation compares both the pending global bio and the selected server-specific bio against the same experiment value.
- The treatment therefore supports longer text in both the main profile and server profile editing paths.
- Focus Area
- Profile bio length
- Importance
- medium
- Default Config
{
"maxLength": "r.NA2"
}- Variations
{
"0": {
"maxLength": "r.NA2"
},
"1": {
"maxLength": "r.wKD"
}
}