Show HN: Agenti – Free Browser Based Workflow Automation

2 sinanuozdemir 2 7/24/2025, 1:07:01 PM app.useagenti.com ↗

Comments (2)

therealbilliam · 17m ago
Damn this is pretty cool. I noticed it halts when it needs information from me. Does it remember my info if I run the workflow again?
sinanuozdemir · 48m ago
My name is Sinan Ozdemir and I was in YCF15 with Kylie.ai (an early AI agent company building voice and text chatbots for the enterprise). Since that company was acquired, I've been writing books and making online AI content for O'Reilly and Pearson.

As part of my upcoming AI applications book, I was working on a computer-use system using reasoning models, visual parsing models, and LangGraph, and I figured hey, why not vibe-code a quick UI on top, add in some bells and whistles, and just let people try it out for free? So here it is!

Is it perfect? No.

Is it going to work 100% of the time? Of course not, it's computer use.

Is it free? Heck yeah it is. For now at least lol, I'm footing this bill for a bit.

Features of Agenti:

1. Step-by-step browser-based workflow automation with a natural language–to–workflow generator

2. Not using any SDKs like browser-use, it's all a homegrown framework + foundation LLMs

3. Markdown/PDF deliverables (and the option to send them to your email when the workflow is done)

4. Schedule workflows (and deliver results to your inbox using #3)

5. Session-based login (if you log in somewhere like LinkedIn on a browser session, the next time you run a workflow, you'll already be logged in)

I'm using Anchor Browser for the browser (their API was so easy to set up so kudos to them!) and Anthropic for the LLM (frankly, I had some credits to burn that expire in early August anyway). On that note, images/text of the browser will be sent to Anthropic when you use this, but I have absolutely no plans or desire to use any of this data for my own benefit. I just wanted to build something, is all.

Have fun! If you all like it, I have plans to add:

1. Variables and secrets (the backend is already done, just need to make the UI for it)

2. REST APIs to kick off workflows, so you can give the workflows to your own agents to kick workflows off

Let me know what else you'd want to see!