07
Constraint Blindness
Misses technical and organisational obstacles
The prototype looks right in the design tool. The constraints only become visible when engineering attempts implementation, by which time expectations are already set. Also your idea is completely illegal.
AI optimises for the version of the problem it can solve from its training material and its prompt context, a stylized, interpreted, often incompletely represented problem. What has to ship is a solution to the constrained problem, and the gap between the real problem, and what the model imagines, is where Constraint Blindness lives. Feasibility is not only technical: a design can be technically possible and still be unbuildable because it violates a business constraint, a regulatory requirement, an organisational capability the company doesn't have, or a political reality the model never heard about. AI has no access to constraints unless you provide them. It builds for a world where those constraints don't exist. The designer's job is to know which constraints are binding, and as early as possible.
Design transfer
- Complex micro-interactions that can't run at 60fps on target devices
- Layouts that break on real device sizes and viewport conditions
- Data visualisations requiring backend infrastructure the team doesn't have
- Designs that are technically sound but require organisational capabilities that don't exist
- Glassmorphism and complex animation effects that are technically impossible without massive performance degradation
In the wild
- Manufacturing infeasibility in industrial design: AI generates organic, complex geometries that cannot be injection-molded, 3D printed at scale, or CNC machined within budget. Designers must rebuild completely from scratch.— Taylor & Francis; GA Excellence
- Ergonomic neglect: AI prioritises visual appeal over physical usability. Power tool buttons placed where users cannot reach them while maintaining a secure grip.— Author unknown (n.d.). Enhancing Industrial Product Aesthetics, Ergonomics, and Usability with AI-Driven Generative Design. DergiPark.
- Design-to-code outputs requiring full rewrites because AI-generated code drops elements, overrides developer preferences, and produces unoptimized implementations.— LogRocket (n.d.). Overusing AI Is Ruining UX. LogRocket.
- AI exposes sloppy design systems: detached components or missing tokens cause AI tools to fail, revealing structural shortcuts that manual processes had hidden.— Cusick (n.d.). The Future of Design Systems. Substack.
Use cases
Custom Plugins
CON-026Designers automate workflows without engineering support, creating custom tooling for tasks not covered by existing plugins.
Concept·Emerging
Interaction Pattern Suggestion
CON-083Designers consider more pattern precedents during the concept stage, letting them make choices grounded in explicit trade-offs, while not missing underused options that may be better solutions.
Concept·Developing
Prompt-to-Prototype
CON-021Produces functional, interactive prototypes without manually wiring hotspots or engineering support, achieving higher fidelity faster.
Concept·Developing
Cross-Library Component Comparison
DEL-090Reduces cross-library alignment auditing from days of manual file-switching to minutes of AI-assembled side-by-side comparison, enabling governance of multi-brand architectures at scale.
Deliver·Emerging
Design Handoff Automation
DEL-046Compresses the delay between finished design and first code commit, reducing translation time and interpretation errors that accumulate when developers build from static design artifacts.
Deliver·Developing
Design Token Management
DEL-048Facilitates design tokens managements across brands and platforms, reducing manual effort and inconsistency risks that token changes introduce at scale.
Deliver·Developing
Design-to-Code
DEL-052Generates code that uses the design system reliably enough to enter the production pipeline, compressing cycle time from approved design to shipped code.
Deliver·Emerging
Designer Code Contribution
DEL-053Enables designers to make contained design-quality changes directly in the production codebase, bypassing the handoff cycle entirely for work that is within design's domain of expertise.
Deliver·Emerging
Product Primitive Documentation
DEL-102Enables AI to generate task-appropriate, adaptive interfaces rather than generic page layouts by providing the domain-level context that component documentation alone cannot supply.
Deliver·Emerging