I've used Product Hunt in the past to launch my company's AI/XR-related projects, with some success. I'm now building smart home stuff as a side project, and I wonder if people here are interested in that or not? My feeling is that everything here is about AI agent nowadays .
I don't come from a formal engineering background, but I've been experimenting with how far pure natural language prompting can push a functional full-stack app.
I recently shipped an interactive daily bidding leaderboard where users displace ranks dynamically, resetting every midnight UTC.
We build agents all day, and the thing I keep noticing is that they almost never fail in the middle. They fail at the very last step, when something has to happen in the real world. Ours kept dying in the same spot: a signup form that texts a six-digit code. Everything up to that point ran fine, and then it just sat there waiting for a human to go and read a text message. I'm curious what everyone else's version of this is. Not the thing your agent does badly - the thing it does perfectly, right up until it has to stop and hand it back to you. Verification codes? A booking that only happens by phone? A supplier who answers email once a week? Something that needs an actual human voice on the other end? Mostly I want to know whether the wall sits in the same place for everyone, or whether it moves depending on what you're building.