| ▲ | alehlopeh 5 days ago |
| Who maintains that UI library? Or does the AI create it on the fly too? Why even bother with a library at that point? Just do a bespoke implementation. |
|
| ▲ | CuriouslyC 5 days ago | parent [-] |
| The library will exist to maintain high quality/consistency and reduce load times. Also, it's faster to generate a page with parameterized components than to recreate all the components. It's a win all around from an engineering perspective, and nobody has to maintain them, there could be an artifact registry where people publish their components and you or AI can just select nice ones for the given use case. |
| |
| ▲ | alehlopeh 5 days ago | parent | next [-] | | Why are people publishing their components when the UI problem is over and no one builds UIs anymore? | | |
| ▲ | CuriouslyC 5 days ago | parent [-] | | A widget != a UI. I don't need a stripe app, but things like visualizations are still useful. I want to be able to pull up a graph of my sales on stripe over the last 72 hours using a specific type of plot, cross referenced with my promotions in a dashboard side by side with consistent colors so it's easy to scan. The agent will be able to pull high quality plots of the right type that theme according to my preferences and slot into my dashboard neatly, and I won't have to hassle with stripe or my adtech or analytics or any of that except to configure the agent. |
| |
| ▲ | tomrod 5 days ago | parent | prev [-] | | Contrary to my other comment, I 100% agree to this. |
|