Live data from Hacker News

Ask HN: What are you working on? (September 2026)

news.ycombinator.com

571–580 of 601 posts

Re: Ask HN: What are you working on? (September 2026)

#573
Im working on a tool that catches silent failures in agents before you deploy them... And "NO" it is not like langsmith/langfuse etc. they tell 'which' agent failed, but my tool (Argus) tells 'why' that agent failed. https://github.com/ArgusLabs-ai/ARGUS Reviews/Feedback are much appreciated!

Re: Ask HN: What are you working on? (September 2026)

#574
I'm writing a multiplayer card game based on an idea I had during COVID. It's been in the back of my mind ever since.

It's being written entirely in Python: Kivy for the desktop and mobile game UI, and aiohttp for the server.

I've written very detailed specification documents for every technical and game-design aspect of the game, and I've implemented the core game engine myself. I'm letting an agent do the rest, incrementally and under supervision, tweaking the specs as we go along. So far, a very pleasant experience.

My goal is to reach beta by the end of the year, and publish the game on Steam by mid-2027.

Re: Ask HN: What are you working on? (September 2026)

#576
I'm building Orate, a free public speaking app:

• Users are given a prompt and have 2 minutes to answer.

• Speeches are reviewed by AI and other users.

Speaking eloquently "off the dome" is an incredibly useful skill, improving all your interactions with other people. And like a muscle, you can train it with dedicated practice until it becomes effortless.

It has been very fulfilling to listen to other people's speeches, knowing that we're helping each other pursue our shared goal of becoming excellent communicators.

If you're looking to improve your public speaking, I recommend you give it a try! https://apps.apple.com/il/app/orate-practice-speaking/id6761...

Re: Ask HN: What are you working on? (September 2026)

#577
Interactive real-time world models. I'm experimenting with different strategies to make them "feel good" to use, as opposed to walking through glue.

Also launching pinch.now (main quest) -- which provides instant real-time interpretation for any chrome tab or online meeting.

Re: Ask HN: What are you working on? (September 2026)

#578
I recently released a total rewrite of an app that's been shipping for the last couple of years, with moderate success.

The new version gives me a baseline for adding a lot more capability, while maintaining Quality, so I'm beginning to map out the way forward.

The first thing that I'm doing, though, is revisiting most of my old dependencies with an LLM, and improving the corner case handling and documentation. That will take a while.

Post reply on HN