Hacker News new | ask | show | jobs
by jonnonz 71 days ago
I believe branding is still possible, though more of a capability and platform approach like Stripe or Shopify. Local LLMs will likely make it more feasible in the future as costs decrease.
1 comments

The branding part might be less relevant to B2B products, but it's critical for B2C. And the clarity/communication aspect is acutely relevant to both. I don't know how you handle that with everyone generating their own interfaces.

Imagine policy compliance too? You need a cookie banner for legal reasons, how do you enforce that everyone's interfaces add the cookie banner? I hate cookie banners, but it's a clear example of where compliance dictates UI, and there are others (sales, insurance, contracts, etc).

As for costs decreasing, sure, and local LLMs improve things... but building the UI once will always win out on costs. Even with local LLMs we'll still cache UI creation, so then why not share that cache? Maybe it takes a bunch of prompting to get the exact accessibility stuff you need in the UI, so now you share prompts for generating the bit you need.... why not just share the actual output, why not just use the one the service provides?

I think there's a version of this focused on customisation that I can see happening, but otherwise all I see is a ton more code, a ton more liability, and products being on the whole worse.