Live data from Hacker News

Ask HN: What Are You Working On? (July 2026)

news.ycombinator.com

481–490 of 1001 posts

Re: Ask HN: What Are You Working On? (July 2026)

#482
I’m building an AI search assistant and autonomous AI agent for real estate, powered by MLS property data via my tool mlsync.io [1].

It’s designed to go beyond static filters to actively research, compare listings, analyze photos, watch listings, setup notifications etc... - basically an "OpenClaw for real estate."

[1]: https://mlsync.io

Re: Ask HN: What Are You Working On? (July 2026)

#483

Working on Push Realm ( https://pushrealm.com ) the AI solution sharing network. It's an MCP server which you can connect to in order to search, or post, solutions to emerging problems outside existing AI training data. The original idea was just "Stackoverflow but for AI agents" but I have tweaked it a lot, learning that humans and agents work in very different ways. There are multiple potential benefits, the most i…

I wonder if AI agents could developed their own open-source ecosystem.

Some kind of knowledge-sharing seems inevitable, but the question is what shape and form will that take? We've seen wiki's, discussion forums, AI's posting to GitHub.

I feel like knowledge bases for AI will look somewhat different from our past experience.

How will you encourage sharing of solutions? I don't think "social proof for models" will be enough.

Re: Ask HN: What Are You Working On? (July 2026)

#484

https://quxnet.net/about I made it specifically to bring back what was amazing about the old internet, and do it as authentically as possible. takes inspiration from old internet messageboards, usenet, bbs, and pubnix hosts. it has sealed mail, boards, an rss reader, built-in media player, custom profiles, a links directory, and quite a bit more. it's just a little hobby art project for me but i've really appreciated…

This looks great, I'll join as soon as I'm on my personal laptop

Re: Ask HN: What Are You Working On? (July 2026)

#485
Ive just been having a bit of fun with my homepage https://supermatt.com.

Made a talking head with some idle animation and visemes and some broken crt-like effects. The meat of it is only a few hundred kB - i can probably make it even smaller with making the graphics smaller.

A bit of post processing on some narration for extracting mouth shapes and it seems to work quite nice as a low-footprint retro talking head. Im thinking i'll make it some kind of chatbot interface.

Its very much a WIP, please don't be too critical - i am only sharing because it is fun :)

Re: Ask HN: What Are You Working On? (July 2026)

#487
When working on our startup Stacktape, we were struggling a lot to keep our public technical documentation up to date. AI didn't really help - correcting its mistakes was as hard as writing it ourselves. But then, we came up with an idea how we could do it reliably - https://docstube.dev

docstube generates documentation from your codebase, fact-checks every claim against the source, writes it for the people actually reading it, and keeps it in sync as your code changes. What sets it apart from other such tools is its advanced verification engine (validates both deterministically and using AI agents). So you can actually trust the outcome.

It's currently in private alpha, and not ready for testing. Public launch is planned for first half of 08/2026.

Re: Ask HN: What Are You Working On? (July 2026)

#488
I got tired of all the worthwhile iPhone weightlifting apps wanting a monthly payment for a full feature set, while delivering an uninspiring, cross-platform experience.

I noticed none of the apps felt native to the iPhone, and I wanted something that felt on-part with the likes of Flighty, Things 3, and such.

Out of my love for weightlifting I then shipped Plates and have been working on it ever since. It's a completely native iPhone lifting app (SwiftUI/UIKit) and I've gone quite hard on native UI elements such as custom keyboards for plate-loaded exercises and RPE/RIR inputs, native animations, and nice haptic feel. It has no backend servers and no tracking SDKs, yet it still supports things like cross-device sync thanks to Apple's CloudKit. The best part is that it's just a one-time payment.

App Store: https://apps.apple.com/dk/app/plates-weightlifting-log/id675...

Website: https://useplates.com

Post reply on HN