A2UI icon indicating copy to clipboard operation
A2UI copied to clipboard

Proof of concept for template-based A2UI generation

Open jacobsimionato opened this issue 1 week ago • 0 comments

  • Make the llm choose from a limited set of template screens, without needing to understand A2UI at all
  • For the restaurant search use case, bundle the tool call and template instantiation into one operation, so it's like 1. LLM inference -> 2. tool call -> 3. substitute into template screen. This way, only one LLM inference is required, and the LLM does not need to regurgitate the restaurant data from the tool call
  • Use Gemini Flash Lite, which is fine for these simple cases. Flash is still pretty fast, using the optimizations above.

jacobsimionato avatar Dec 17 '25 01:12 jacobsimionato