Live data from Hacker News

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

news.ycombinator.com

731–740 of 1001 posts

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

#732

I left my fulltime faculty position at the university. I'm only teaching two modules this semester and I'll probably fade out even more in the future. I've also paused recording any new lectures at pikuma.com for now. I'm still taking some time to decide what's next for the website. I'm currently focusing on reviewing math & physics to help homeschool my son. Other than that, I just improved the roof of my chicken co…

Hey I'd really love your input based on your academic background on an app I'm building if you have the time. It's learning focused.

I'm a Dad homeschooling a son and have a dog in the race of making parental guided education easier.

https://chunkker.com

I have an Alpha user who's a PhD and makes courses but I still want diverse feedback.

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

#733
I'm working on an Alpha with a tester group for a learning product. A personal research extended to curriculum building and team training SaaS. I'd like to open source it and work on federation but those don't pay the bills yet. https://chunkker.com

Coop I'm trying to bootstrap. Interested in building tooling and experimenting to make Sociocracy viable. No VC, No external investment, other than mulling Coop bonds for capital raising capability. https://kinkoda.com

Feel free to contact me via the web forms if you have experience launching apps or platforms like this or you're just interested in discussing the product.

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

#734
[Vaava](https://www.vaava.app/) is a baby tracking/logging app I originally built for myself, now available on both app stores. All the user generated data is stored only on device and is transferred in local network to users who you have paired the app with. There is 0 behavioural analytics, even the crashlytics are 100% optional.

There is a couple of semi-unique features; you can use your voice to dictate and generate events (feeding, sleep etc), you can also scan documents for growth measurements.

You don't need user account to use it, there is no subscription, the paid features are available behind a single purchase for lifetime. Still like 90% of the features are available for free.

Also https://www.athilio.com/ , which originally was also purely for my own use. Most sports and fitness wearable manufacturers own software and 3rd party software make it incredibly hard to do "how does my this months metric x compare to same month last year", athilio attempts to make those queries easier. Many of the ideas are basically copied from software observability concepts. Also I have used the app to implement and learn agentic workflows.

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

#736

I built a maintenance tracking app that I can use for household/garden tasks. I had a problem where things like replacing a battery for a chicken coop, I'd be a month late on replacing it and I had it in my calendar to replace every august, so I'd be replacing it early every year. And I also had in my calendar to fertilize my hop plants every 2 weeks, which meant in January I'd get a calendar event to fertilize my ho…

I have paid for to do apps to try and tackle this by using the NLP "every 3 months" etc to basically accomplish this.

I think you're smart to spin it out to its own thing because I tend to use them differently batching my chores into a time gate and then using my "chore list" to know what needs to be done. And also the notifications for chores tend to distract from "Important one time task you don't want to forget".

I'd consider paying for this if the app was well done and reasonably priced.

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

#737

I've been working on RVW, my adaptation of the standard transformer model that is capable of online continual learning without catastrophic forgetting. I finally published the first pre-print of my early experiments: https://doi.org/10.5281/zenodo.20064617 Now I'm working on expanding the work into more parameters and improving performance. I just finished an extremely harsh test of a Nemotron-flavored RVW that consi…

Super interesting. I'm also super into the idea of always online continual learning.

I'll check it out. Thanks for sharing.

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

#738
A tool to simulate and benchmarks MPC protocols in your local machine with your desired network parameters, without need to spawn real distributed servers. The simulator uses math formulas to compute the delays to send the messages.

The tool simulates MPC protocols but also allow you to write them using traditional networking as usual.

I expect this tool to be useful for protocol researchers and cryptography engineers.

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

#739

A better permissions layer for coding agents. The tool works like auto-mode for Claude Code, so you can stay in the flow and only get prompted to allow or deny tool calls when it truly matters, but it is fully deterministic. My benchmarks surfaced that most Bash calls don’t need an LLM to be classified as safe, ambiguous, or dangerous. A deterministic classifier can auto-allow or block 95% of Bash tool calls as safe…

You know I'd love an ability to a "lock" a file from being read by agents.

Casual browsing of a .env is probably my top pet peeve of coding agents.

Everytime a secret gets slurped into an API I have to go roll secrets.

Does this tool solve that use case?

Post reply on HN