Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
LLM Browser Agents Auto-fill Forms
Demo of a Chrome extension where an LLM-driven browser agent navigates sites, finds job application forms, parses DOM, and auto-fills fields using code and prompts.
I’ll demonstrate a Chrome extension that uses an LLM driven ‘browser agent’ to navigate to a website, locate a job application form, and automatically fill out the fields with high accuracy. During the live demo, I’ll type a command like ‘Navigate to Macy’s careers page and apply for a software engineering job,’ and the browser agent will programmatically follow links, parse the relevant form, and fill out the details in real time. I’ll walk through the core technical components, including some of the code and prompts behind the automated navigation and form-filling logic, and show how the AI integrates with the extension.