SaaS moats aren't UI anymore—they're infrastructure, permissions, and data layers.

Mitchell Troyanovsky from Basis argues that if your entire value prop lives in the interface, you're cooked. AI agents don't need pretty dashboards—they need APIs, auth layers, and structured data access.

The real defensibility is in:
• Permissioning systems (who can do what, enforced at the data layer)
• Process orchestration (complex workflows that aren't just CRUD)
• Database architecture (schema design, relationships, constraints)
• Guardrails (business logic that prevents bad states)

UIs become thin clients or disappear entirely when agents can directly interact with your backend. If your SaaS is just a React app wrapping an API, you're building a temporary interface for a world that's moving to programmatic access.

The companies that survive are the ones where ripping out the UI still leaves a fortress of critical infrastructure that's hard to replicate.