Live data from Hacker News

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

news.ycombinator.com

121–130 of 1001 posts

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

#121
I'm working on Ito.ai : https://www.ito.ai/

It's Agentic QA + auto-provisioning sandboxes. Makes it plug and play to do code reviews that actually run your code instead of looking at it really hard. B/c the agents control all of the environment (ie running all of the services), it's able to collect runtime evidence about pretty much everything.

A couple open source examples: (Excalidraw) https://app.ito.ai/share/d1cb1475-fbe5-4c71-901b-409ba2aa6d6... & (n8n) https://app.ito.ai/share/bb7d73aa-fd08-482d-9938-87938e2a232...

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

#123
Im currently working solo on the only autopilot agent and thinking partner for android. Its called twent.xyz . Wait. I got more to show you. Im also building signupdoggy.pages.dev which is an API based service that blocks fake signups. Could be temp emails, could be temp phone numbers, we block it all.

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

#124
I’ve been considering new features on Book Bounce for my use cases. I’m pretty hesitant to start anything new on it while I’m waiting for approval for Google Play…

https://bedtimebookhelper.com/

In the mean time, I’m working on a recipe application I’ve had countless false starts on. It’s centered around iterations and version on recipes, tracking changes to ingredients and directions to build new a new recipe from an existing one.

I’m starting with a go Bubbletea tui this time and I’ve been having a lot of fun with it compared to the React SPAs I’ve tried before. Not feeling compelled to style anything while working on the UX has been nice.

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

#125
I'm working on a system-wide desktop ad-blocker and privacy guard called Zen (for almost 2.5 years now): https://github.com/irbis-sh/zen-desktop

Working on it has been a joy as ad-blocking tech touches so many aspects of software engineering - from systems and security to the intricacies of JS environments in browsers.

Benefits-wise, system-wide filtering disables ads and tracking not just in browsers, but desktop apps as well (which you'll be amazed how much they do). It's especially relevant now as Google is re-activating their efforts to hinder ad-blockers by killing Manifest V2 in Chrome. So much of tech is actively bleeding cash on AI right now, which means the efforts to screw over users will only accelerate. This makes something that sits at the network level indispensable imo.

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

#126
I am working on a navigation app to handle road trips with friends.

https://toge.app

The idea is to handle the whole thing, from meeting up at the start point, to multi-day trips, gas stops automagically planned in where you need them.

iOS only right now, Android support is planned but not a priority.

It's a bit of a passion project, as it solves a bit of a "personal" problem, I realize its niche.

I am also not a software engineer, but a DevOps engineer, so it's _entirely_ written by Claude in Swift + Swift UI, Typescript for the backend.

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

#128
Agent harness for durable workflows, starting with Temporal.

Most agents for durable workflows feel like toy examples. There is no "Codex" or "Claude Code" for, say, Temporal. So I'm building full-featured agent for these runtimes. Why? Because it makes long-running agents easier to operate and scale. Currently, all frontier harnesses need to run inside a guest OS and need a dedicated process, this is quite challenging to orchestrate and maintain.

To make it work, I had to figure out what part to run as deterministic workflow code, and what part to run as I/O or side effects (aka activities). I'm using a CAS for most of the payloads to maintain a lightweight footprint in the workflow code.

Currently supporting skills, MCP, prompts, a virtual file systems, and soon sandboxes.

https://github.com/smartcomputer-ai/lightspeed

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

#130
I'm working on https://xingolak.pages.dev/

I've been learning Basque and wanted to see a visualization of how the semantics move into different grammatical structures when translating between Basque and English/Spanish.

Under the hood it's using Stanford NLP to analyze the input then that analysis is given to Claude to generate the data structure needed to visualize the translation. It's really cool and maybe my favorite of the itch-scratchers I've built for myself over the years.

(Xingolak is Basque for "ribbons," a nod to the visualizing metaphor used in the UI.)

Post reply on HN