ya it's a bit confusing. I do see in recent days there are Show HN posts being posted by new accounts with quite low karma but their submissions went through.
>I had an open source project launching but I found out that I cannot make ShowHN post
FYI, this is because a lot of ShowHN had turned into low quality slop. Not suggesting that it is, but if you do think your project could be slop, consider not posting it here.
This is not just the first stop in promoting your resume project or whatever random open source library. This is for showing _interesting_ projects to the community to get feedback.
I've been working on this project for close to one year and reached the first POC, which is a significant devote of engineering time for me. Though it is still a POC release, I am still proud that I can pull this off:
https://github.com/upwindchange/Autai
I've been working on *Autai* — an open-source desktop app (Electron) that uses AI agents to automate your browser. You just type what you want, and the AI opens a real browser and does it for you.
Beyond that, this software can be used as a normal LLM chat interface, similar to cherry-studio.
*Why this project:*
When I saw the Browser-Use project (the python one), I had a "Wow" moment and tell myself, this would be the future of AI helping people doing everyday task. But when I tried it, it feels very geek to me: you have to use chrome browser via CDP debug mode and the python code runs in a terminal. I was thinking if it is possible to build something that can provide the user an easy to use version of "browser-use" with a nice interface and a nice human in the loop interaction?
I went through a lot of exploration, e.g. build upon cheery studio or lm studio, integrate the python runtime and the whole browser-use project into it. At the very end, every shortcut takes a tradeoff and I decided to write my own from scratch.
So here I am after close to one year of engineering and trials: the first POC release. I wrote the front-end using assistant-ui, back-end using ai sdk. A ton of other packages are used, you can have a look at the package.json file in the project.
Relationship to Browser-Use: You can treat this project as a Typescript rewrite with its own agent, own front-end, etc. More precisely speaking, the CDP tool of browser-use project is rewritten into the Typescript CDP tool in this project. I wrote everything else.
This is THE project in which you won't call an ELECTRON app bloated: because I am using it as a browser, making full usage of its blink + node + CDP debugger engines.
*What it can do:*
- *Browser Automation* — "Add these items to my Target cart", "Book a flight from NYC to SF on Friday", "Fill out this form" — the AI plans the steps and executes them in a real browser session
- *Research Mode* — Ask a question and it searches the web, reads multiple sources, and gives you a synthesized answer. No more 20-tab skimming
- *Multi-session* — Run multiple browser tasks in parallel
- *100+ AI providers, 4,000+ models* — Works with OpenAI, Anthropic, Google, DeepSeek, xAI, Ollama (local), and many more. Bring your own API key
*You stay in control:*
The AI pauses for CAPTCHAs, logins, and payments and hands control back to you. There's a split-view so you can watch everything the AI does in real time.
*Other nice touches:*
- Auto-tagged conversations with search and filtering
- Syntax highlighting, math rendering, Mermaid diagrams in AI responses
- Image and file attachments
- Dark/light mode
- English and Chinese UI
*Project status:*
Autai is in *active alpha development* and evolving fast. I'm heads-down building right now, so issues and feature requests are closed for the alpha phase — they'll open up once it reaches beta. That said, feedback and thoughts are always welcome here in the comments.
MIT licensed. Happy to answer questions about how it works or what's coming next.
I've encountered a similar situation, so this post was very helpful. When I tried to post, I encountered the following message:
"We're temporarily restricting Show HNs because of a massive influx, mostly by users who aren't yet familiar with the site or its culture. You're welcome on HN! Take some time to get to know the community, become a good contributor, and then it will be fine to post an occasional Show HN. Here are some links to get you started: https://news.ycombinator.com/newsguidelines.html https://news.ycombinator.com/newswelcome.html https://news.ycombinator.com/showhn.html"
Based on the suggestions in this series of posts, I'm considering sending an email to hn@ycombinator.com.
Thank you.
https://news.ycombinator.com/showhn.html
https://news.ycombinator.com/item?id=22336638
Thank you, the second link is very helpful. I've read the first link before, not finding answer to my question, that is why I wrote my post and asked.
ya it's a bit confusing. I do see in recent days there are Show HN posts being posted by new accounts with quite low karma but their submissions went through.
You can send an email to hn@ycombinator.com. They tend to respond promptly.
Thank you for the tip, I will send them my project.
Can you tell us what the actual message is?
>I had an open source project launching but I found out that I cannot make ShowHN post
FYI, this is because a lot of ShowHN had turned into low quality slop. Not suggesting that it is, but if you do think your project could be slop, consider not posting it here.
This is not just the first stop in promoting your resume project or whatever random open source library. This is for showing _interesting_ projects to the community to get feedback.
I've been working on this project for close to one year and reached the first POC, which is a significant devote of engineering time for me. Though it is still a POC release, I am still proud that I can pull this off: https://github.com/upwindchange/Autai
Looks cool! Want me to post it for you? If you have a message I can attach, I'd be happy to.
Thank you. It will be great if you can post it for me:
Title: Show HN: A Desktop App That Lets AI Control Your Browser For You
link: https://github.com/upwindchange/Autai
Hey everyone,
I've been working on *Autai* — an open-source desktop app (Electron) that uses AI agents to automate your browser. You just type what you want, and the AI opens a real browser and does it for you.
Beyond that, this software can be used as a normal LLM chat interface, similar to cherry-studio.
*Links:*
GitHub: [https://github.com/upwindchange/autai](https://github.com/upwindchange/autai)
Downloads: [https://github.com/upwindchange/autai/releases](https://github.com/upwindchange/autai/releases)
*Why this project:* When I saw the Browser-Use project (the python one), I had a "Wow" moment and tell myself, this would be the future of AI helping people doing everyday task. But when I tried it, it feels very geek to me: you have to use chrome browser via CDP debug mode and the python code runs in a terminal. I was thinking if it is possible to build something that can provide the user an easy to use version of "browser-use" with a nice interface and a nice human in the loop interaction?
I went through a lot of exploration, e.g. build upon cheery studio or lm studio, integrate the python runtime and the whole browser-use project into it. At the very end, every shortcut takes a tradeoff and I decided to write my own from scratch.
So here I am after close to one year of engineering and trials: the first POC release. I wrote the front-end using assistant-ui, back-end using ai sdk. A ton of other packages are used, you can have a look at the package.json file in the project.
Relationship to Browser-Use: You can treat this project as a Typescript rewrite with its own agent, own front-end, etc. More precisely speaking, the CDP tool of browser-use project is rewritten into the Typescript CDP tool in this project. I wrote everything else.
This is THE project in which you won't call an ELECTRON app bloated: because I am using it as a browser, making full usage of its blink + node + CDP debugger engines.
*What it can do:*
- *Browser Automation* — "Add these items to my Target cart", "Book a flight from NYC to SF on Friday", "Fill out this form" — the AI plans the steps and executes them in a real browser session - *Research Mode* — Ask a question and it searches the web, reads multiple sources, and gives you a synthesized answer. No more 20-tab skimming - *Multi-session* — Run multiple browser tasks in parallel - *100+ AI providers, 4,000+ models* — Works with OpenAI, Anthropic, Google, DeepSeek, xAI, Ollama (local), and many more. Bring your own API key
*You stay in control:*
The AI pauses for CAPTCHAs, logins, and payments and hands control back to you. There's a split-view so you can watch everything the AI does in real time.
*Other nice touches:*
- Auto-tagged conversations with search and filtering - Syntax highlighting, math rendering, Mermaid diagrams in AI responses - Image and file attachments - Dark/light mode - English and Chinese UI
*Project status:*
Autai is in *active alpha development* and evolving fast. I'm heads-down building right now, so issues and feature requests are closed for the alpha phase — they'll open up once it reaches beta. That said, feedback and thoughts are always welcome here in the comments.
MIT licensed. Happy to answer questions about how it works or what's coming next.