Live data from Hacker News

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

news.ycombinator.com

951–960 of 1001 posts

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

#952
I built Loomavi. It decodes the pattern underneath what you are feeling and gives you the insight as a personal letter using psychology and philosophy.

I am a data scientist by background. Took a career break to become a mom and built this because I kept looking for something like it and could not find it anywhere.

8 days live. Still figuring a lot out but the product feels real. https://loomavi.com/ if curious.

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

#957
I work at a small security startup on a project im pretty passionate about.

We are building open source tools to reduce how much sensitive stuff and power apps keep in one place.

One project is TideCloak, a Keycloak fork that keeps the familiar dx but changes the security model underneath: https://tide.org/tidecloak

Another is KeyleSSH, a keyless SSH/PAM prototype where there is no private key file sitting around as one thing to steal: https://github.com/sashyo/keylessh

Most of what I'm thinking about now is dx. Security tools dont matter much if normal devs cant understand, debug, or actually want to use them.

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

#959
I'm continuing to expand my own deep learning library [1] (PyTorch-clone built with Python and Numpy) to support LLM post-training techniques like supervised fine-tuning (SFT) [2] and reinforcement learning with GRPO [3] . It's a good learning experience to work without all the high-level abstractions to "build a wheel" and "use that wheel to build a car". Post-training results are still cooking, since training on my MacBookPro is quite slow with "unoptimized PyTorch" :)

1. https://github.com/workofart/ml-by-hand

2. https://github.com/workofart/ml-by-hand/blob/main/examples/s...

3. https://github.com/workofart/ml-by-hand/blob/main/examples/g...

Post reply on HN