The Predictability Trap: Why AI Design Often Fails
Moving beyond the 'generic slop' of next-token prediction
Most people interact with AI and walk away disappointed. They prompt a model for a landing page or a UI component and receive something that feels hollow—a collection of safe, standard, and ultimately boring choices. This isn't a failure of the model's intelligence, but a direct consequence of its architecture. Large language models are designed to be next-token predictors. They look at a sequence and calculate the most statistically likely next step based on a massive dataset of human preferences. This training process, while making them incredibly useful for general tasks, creates a built-in bias toward the average. When an AI makes a design decision, it isn't trying to be bold; it is trying to be correct according to the widest possible consensus.
The Design-by-Committee Problem
This statistical tendency results in what can be called 'design-by-committee'. Because the model is trained to satisfy the median user, it avoids the edges. It avoids the friction, the unexpected colour shifts, and the unconventional layouts that define great aesthetic experiences. Great design is often an act of rebellion against the expected. It aims to trigger an emotional response, which requires breaking the very patterns that the AI is programmed to follow. If you ask an AI to design a chair, it will give you the most 'chair-like' chair in existence, which is almost certainly a boring one. To get something better, you have to force the model to abandon its most probable paths.
Great design is exactly the opposite of what an LLM does naturally, which is to make the most predictable choice at every step.
To escape this mediocrity, one must adopt a process that mirrors high-level human R&D. At Apple, designing future-facing products required moving away from what felt comfortable. The same applies to prompting. Instead of asking for a finished product, use a multi-stage approach: explore wide, define a specific identity, and then polish. You cannot simply ask for 'a beautiful website'. You must push the model to explore a variety of directions that contradict its training, then chain models together to refine a specific, non-obvious aesthetic.
- Start with broad, ambitious briefs that demand variety over correctness.
- Force the model to explore the 'fringes' of a concept rather than the centre.
- Chain multiple models together to prevent a single model's bias from dominating the output.
- Focus the final stage on polishing specific details rather than asking for a complete overhaul.
The goal is to move from being a user of AI to being a director of it. A director doesn't just accept the first take; they push for the performance that feels real, even if it's technically 'incorrect' by the script. When you stop treating the AI as an oracle of truth and start treating it as a highly capable but unimaginative intern, you begin to see the 99% of its potential that lies beyond the predictable.
AI design is a fight against statistical averages; to get excellence, you must explicitly command the model to be unpredictable.