Hey HN
I'm a Product Designer working in AI so I spend a lot of time prototyping and tinkering with novel AI-native UIs.
My most recent prototype, called Grid Agent, explores a "declarative UI" for interacting with an agent where the user merely describes the shape of a data grid and an agent with access to tools populates cell values instantaneously. The agent respects the expected structure of each cell, so the user can easily filter, group, and search against the grid data.
This particular example uses GitHub APIs for tools to provide organization and triage of open issues in a public repository, but I believe the approach can scale to other types of tools and use cases.