|
|
|
Show HN: AI agent that runs real browser workflows
(ghostd.io)
|
|
4 points
by heavymemory
102 days ago
|
|
I’ve been experimenting with letting an AI agent execute full workflows in a browser. In this demo I gave it my CV and asked it to find matching jobs. It scans my inbox, opens the listings, extracts the details and builds a Google Sheet automatically. |
|
Executing workflows is actually the easy part. The harder problem is deciding what the agent should remember about previous interactions and how that memory should influence future behavior.
Without some form of long-term memory or learning loop, agents often end up behaving more like stateless automation scripts.
It makes me wonder whether the next interesting step for agents isn't just more tools, but systems that can gradually evolve from their interactions with a single user.