Live data from Hacker News

Ask HN: What Are You Working On? (Nov 2025)

news.ycombinator.com

811–820 of 1001 posts

Re: Ask HN: What Are You Working On? (Nov 2025)

#811
Working on AI interpretability infrastructure! Starting with hallucination/failure mode detection and causal tracing in transformer-based foundation models. It's non-SAE, domain-agnostic, and works for any kind of tokens or sequence data (e.g. not just English text - biological sequences, physics data, etc). Some of our early tests indicate that this detection setup could broadly work well for any property, but we've mostly validated on hallucinations. If you have access to self-trained or open-weight models, would love to have you try out the alpha version - running it through HuggingFace!

Re: Ask HN: What Are You Working On? (Nov 2025)

#817
Reviving a dead PHP bytecode vm for embedded systems:

https://github.com/alganet/PHL

---

Bootstrapping from an x86 image that is mostly source text (based on live-bootstrap):

https://github.com/alganet/abuild

---

Image with many shells, for testing script for portability:

https://github.com/alganet/shell-versions

Re: Ask HN: What Are You Working On? (Nov 2025)

#820
I have been building music theory/midi related vst plugins in JUCE.

It's mostly targeted at me, or others that make music, but are not piano players.

There isn't much to show currently, but I have a rhythm generator, and have been working on a chord builder. The main thing that has taken time has been trying to decide which things to add to a user interface to make it worth actually building.

Post reply on HN