top | item 42956066

Ask HN: GraphQL will enable generative UI's?

1 points| talksik | 1 year ago |graphql.org

1 comment

order

talksik|1 year ago

I was studying more about graphql, having used it for years. There has been many phases of critiques towards the technology/paradigm; however, there is something interesting about it's role in a world of agentic AI.

If queries can be dynamically written on the fly, we wouldn't need automation/agent to interact with the UI (as is the case with chatGPT operator or anthropic computer use). Instead, an intelligence layer for the frontend could dynamically query based on a graphQL schema and render with some basic html elements.

Thoughts?