Ask HN: What Are You Working On? (Nov 2025)
811–820 of 1001 posts
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)
#812As part of my CS grad research, I launched a website reporting on public cloud availability and performance.
Re: Ask HN: What Are You Working On? (Nov 2025)
#813Figuring out the semi-documented method of doing varargs on the Mac AArch64.
Re: Ask HN: What Are You Working On? (Nov 2025)
#814I'm trying to improve the UX of my time-zone converter. I started with my dedicated converter pages, like /est-to-ist. The goal was to make it easier to identify which times are best for scheduling meetings:
Re: Ask HN: What Are You Working On? (Nov 2025)
#815I am currently working in a big Italian company that makes 90% of the glasses, and recently it’s collaborating with Meta to make smart glasses!
Re: Ask HN: What Are You Working On? (Nov 2025)
#816https://injee.codeberg.page/
Injee - The no configuration instant Database for front end developers.
Re: Ask HN: What Are You Working On? (Nov 2025)
#817Reviving 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:
Re: Ask HN: What Are You Working On? (Nov 2025)
#818Trying to get Clippy (_that_ Microsoft Agent Character) to run on mac so I can make it notify me about github/jira/CLI status changes. https://github.com/tkfoss/MSAgentUtils
Re: Ask HN: What Are You Working On? (Nov 2025)
#819a bloomberg terminal for prediction markets
Re: Ask HN: What Are You Working On? (Nov 2025)
#820I 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.