
Clark is a general-purpose autonomous web agent — not a chatbot, but an AI that actually does things on the web. Give it a goal in plain language (e.g., "find and fill out this registration form," "check the exchange rate," "log into my account and download an invoice"), and it opens a real Chromium browser, reasons through the task one step at a time using a ReAct loop, and executes actions like clicking, typing, searching, and form-filling. It pauses for explicit human approval at every sensitive step (logins, OTPs, CAPTCHAs, payments) and provides a fully transparent, replayable trace of everything it did. Built with a Python/FastAPI backend, Next.js 14 frontend, Playwright browser automation, and Fireworks AI (on AMD Instinct GPUs) as the primary LLM provider with Google Gemma 4 as a fallback. Designed for the AMD Developer Hackathon ACT II (Unicorn Track).
13 Jul 2026