Live data from Hacker News

Ask HN: How to deal with UI within the agentic loop

news.ycombinator.com

1–7 of 7 posts

Re: Ask HN: How to deal with UI within the agentic loop

#4
post #2

I know two approaches. One is free-form rendering, like Anthropic's Artifacts. The other is to designate a category of tools whose output gets caught by the frontend and rendered in the chat using the corresponding components. I used the second one in several projects.

Ok, but what tech you are using second one approach? any open source, specific tech?

Re: Ask HN: How to deal with UI within the agentic loop

#5
post #2

I know two approaches. One is free-form rendering, like Anthropic's Artifacts. The other is to designate a category of tools whose output gets caught by the frontend and rendered in the chat using the corresponding components. I used the second one in several projects.

Ok, but what tech you are using second one approach? any open source, specific tech?

I built it by myself. If you want, I can share the code with you.

Re: Ask HN: How to deal with UI within the agentic loop

#7
post #5

Earlier quoted context omitted.

Ok, but what tech you are using second one approach? any open source, specific tech?

I built it by myself. If you want, I can share the code with you.

No, it is fine. Could you tell me only what langage you use to generate UI? HTML, JSON, MD? I what output you expect from AI Agent to generate UI component?