Discussion about this post

User's avatar
Daniel Kim's avatar

Persistent-state services - What happens when that state becomes portable?

I think for many of these state-driven services, both UX and state are the product (e.g., SNS provides a specific interface pattern (e.g., infinite scroll) for users to consume the state they own), and integrating the execution into the consierge interface is possible but would most likely provide a suboptimal experience. I imagine a pattern in which a user expresses an intent, launches a service to fulfill it, and then returns to the concierge for the next to-do.

With that, what would motivate these services to expose their internal state voluntarily? Without state sharing, the above UX pattern provides little value; the concierge is merely an app launcher. Exporting data from service -> consierge makes sense from the user's perspective; however, I can't think of a compelling reason yet why services would want to willingly give up their moat - unless it enables/gives them a competitive advantage. I guess enabling this UX pattern by sharing state makes the service more appealing from the concierge ecosystem's point of view; they might need it just to be discoverable (similar to SEO/ASO).

Curious to hear what you think.

No posts

Ready for more?