Live data from Hacker News

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

news.ycombinator.com

421–430 of 1001 posts

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

#423
This is the first year I made more money selling art than I did freelancing web dev. I just incorporated and formalized my web dev business (https://lcdbmg.com). A couple of weeks later I got a booth at an art festival and ended up selling many prints (https://lucidbeaming.com). I think the universe is telling me something.

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

#424
I'm working on https://engine.build , releasing early next week (OSS and Free)

It's a durable orchestration loop for implementing code with LLMs that forces review and verification gates until the code matches exactly what you asked for.

It's complementary to any existing harness or tools you use, you investigate and plan your work and simply have your agent hand off the implementation to the engine.

You can have Opus 4.8 implementing, GPT 5.5 and DeepSeek reviewing in different roles etc, mix and match however you like.

It also supports sandboxing out of the box, starting with the YC backed Microsandbox.

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

#425
A web app (PWA) for logging tinnitus episodes - Mimi Memo: https://mimimemo.com/

Developed for my personal use but publicly available and open source. I’m pretty happy with the current state so don’t expect a lot of updates and features, but hopefully others might find it helpful.

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

#429
Working on exocomp [1] and gooey [2]. The former being an agentic environment for pentesting and reverse engineering and the latter being a UI framework in Go.

Currently working on some networking parts, because I want multiple exocomp instances to be able to cooperate in terms of knowledge sharing and workforce sharing. So I'm experimenting with websockets combined with multicast DNS-SD via UDP sockets. Might be kinda nice if I can make all services discoverable and plug and play. Also using DNS-SD for my llama.cpp wrapper already, which allows local model and inference service discovery quite nicely already.

[1] https://github.com/cookiengineer/exocomp

[2] https://github.com/cookiengineer/gooey

Post reply on HN