Has anyone been using LLM to update user interfaces of web apps? I don’t even know if there is already a coined term for this line of thinking. If anyone is wondering, I’m imagining of leveraging LLM to learn from user’s interaction with the web app and dynamically change and optimize the user interface and experience based on the user’s goals. Essentially the app and the model will update and evolve together over time, each user’s experience would also be unique and personalized.<p>The tech stack would essentially involve continuously evolving LLM generated front end code, backend code, database schema, model training and inference based on the users interactions and inputs. I’m trying to be technology agnostic as possible to not limit the possibilities here.