frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Is a hands-off, family-friendly, de-Googled "home lab" feasible?

6•strix_varius•4h ago•7 comments

Can anyone point me to a ShowHN first post policy documentation?

5•upwindchange•3h ago•11 comments

I'm Peter Roberts, immigration attorney who does work for YC and startups. AMA

205•proberts•3d ago•247 comments

Ask HN: Who wants to be hired? (May 2026)

144•whoishiring•3d ago•403 comments

Ask HN: Who is hiring? (May 2026)

295•whoishiring•3d ago•389 comments

Ask HN: Is the Job Market Actually Bad?

119•idontwantthis•2d ago•192 comments

Ask HN: What's the best way to handle large file P2P transfer in the browser?

3•feixiangfly•5h ago•1 comments

Ask HN: Those building Swift apps without touching Xcode, what is your workflow?

15•p5v•1d ago•8 comments

Tell HN: An update from the new Tindie team

83•altairprime•5d ago•49 comments

Building a Web Framework from Scratch

4•NewSmoke38•21h ago•1 comments

Tell HN: An app is silently installing itself on my iPhone every day

592•_-x-_•1w ago•188 comments

Making Postman load 60% Faster

3•vedkribhu•1d ago•3 comments

Claude Code dies with ANTHROPIC_API_KEY in cloud environment

14•sroussey•4d ago•2 comments

Ask HN: What's your favorite HN post?

7•chistev•7h ago•2 comments

SlothDB a 5X Faster Alternative to DuckDB, ClickHouse DB

12•souravroy78•3d ago•8 comments

Tell HN: Happy May Day

11•chrishill89•3d ago•5 comments

Ask HN: Why hasn't someone built a decentralized compute network?

8•buffer_overlord•1d ago•7 comments

Tell HN: VS Code v1.117.0 automatically adds GitHub Copilot as your co author

111•adithyassekhar•4d ago•40 comments

Tell HN: Claude 4.7 is ignoring stop hooks

109•LatencyKills•1w ago•89 comments

You've reached the end!

Open in hackernews

Can anyone point me to a ShowHN first post policy documentation?

5•upwindchange•3h ago
edit: project link is https://github.com/upwindchange/Autai

I had an open source project launching but I found out that I cannot make ShowHN post, the explanation given to me is very vague, I am not sure what should I do to get myself qualified? Is there some quantized instruction like "how many days the account should be registered" or "how many posts/comments/upvotes" the account should get qualified? Thank you for your guidance.

Comments

LatencyKills•2h ago
You can send an email to hn@ycombinator.com. They tend to respond promptly.
upwindchange•1h ago
Thank you for the tip, I will send them my project.
ColinWright•2h ago
Can you tell us what the actual message is?
upwindchange•1h ago
The project is located at: https://github.com/upwindchange/Autai
ColinWright•1h ago
That's not telling me what the message is that HN is giving you when you try to submit the project.
reconnecting•1h ago
https://news.ycombinator.com/showhn.html

https://news.ycombinator.com/item?id=22336638

upwindchange•1h ago
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.
DetroitThrow•1h ago
>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.

upwindchange•1h ago
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
DetroitThrow•56m ago
Looks cool! Want me to post it for you? If you have a message I can attach, I'd be happy to.
upwindchange•35m ago
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.