Hi HN, sharing a project I'm working on to replace forms with an 'AI agent' which can parse structured data from responses.<p>The advantage I see is making it easier to respond to forms - either by lowering the barrier to submitting a response, or by enabling new ways to 'fill out forms' (e.g. via email, text, Slack, etc).<p>You can try some examples here: <a href="https://www.semiform.ai/examples" rel="nofollow noreferrer">https://www.semiform.ai/examples</a><p>I'm using OpenAI's new function calling API to get structured data and using htmx for the front-end. Happy to answer any questions!