The Interface That Rewrites Itself Around the People Using It

preface

Most software adapts users to its interface. We experimented with the reverse: interfaces that adapt to users.

Traditional software design assumes a fixed interface that users learn. Personalization typically means themes and preferences. But what if the interface itself could observe how someone works and reorganize to match their patterns?

the static interface problem

Current interfaces force users into predetermined workflows:

  • Menu structures reflect developer logic, not user mental models
  • Features used daily sit next to features used never
  • Workflows require the same clicks for experts and novices
  • Customization requires explicit user action

We asked: could software observe usage patterns and restructure itself automatically?

building adaptive interfaces

Our prototype tracked interaction patterns and dynamically adjusted interface elements:

Technical approach:

  • Behavioral logging with privacy-preserving aggregation
  • Clustering algorithms to identify usage patterns
  • Progressive interface transformation (avoiding jarring changes)
  • Fallback mechanisms when adaptation causes confusion

what we learned

Adaptation worked well for some patterns—surfacing frequently-used features, hiding rarely-used ones, suggesting shortcuts based on sequences. Users appreciated “the software learning them.”

But adaptation also created problems:

  • Users couldn’t find features that had moved
  • Shared computers became confusing
  • Support became harder when every interface differed
  • Some users found adaptation unsettling rather than helpful

the deeper question

The experiment revealed a tension between optimization and predictability. Users want software that fits them but also want to know where things are. The optimal interface might be one that adapts slowly, transparently, and reversibly—evolution rather than revolution.

end

Teaching Consumer CCTV to Recognize Who Belongs

Builds Read Essay

A Conversion Algorithm That Writes Its Own Translation Layer for Any Format Pair

Builds Read Essay

Code Running Your Bank Was Written Before the Internet Existed

Observations Read Essay