Top
Best
New

Posted by david927 4 days ago

Ask HN: What Are You Working On? (March 2026)

What are you working on? Any new ideas that you're thinking about?
287 points | 1115 commentspage 64
ericb 4 days ago|
A prompt injection solution that seems to benchmark better than any other approach out there, while not using hard-coded filters or a lightweight LLM which adds latency.
heimann 4 days ago|
Link? Or a description of your approach? Sounds interesting!
fasteddie31003 3 days ago||
https://archigraph.ai/ An architecture-level agentic IDE.
fsiefken 3 days ago||
I am working on ways to measure cognitive performance throughout the day and the impact of supplements or activities that supposedly help
tmilard 4 days ago||
Nocode transform: From 30 photos --> FPS video game.

Example : https://shorturl.at/We3dH

alexgandy 3 days ago||
Building a tool to make test reports useful - https://gaffer.sh
yajan1010 3 days ago||
Building a privacy first subscription tracker. https://paylog.space
sailorganymede 3 days ago||
Value-study-practice-o-matic is the best name I've come up so far. It's just an automated way of practicing rendering when painting.
sunir 4 days ago||
I'm building a zork-like dungeon explorer for vibe coded projects. Ok, the zork interface is not that important, but it adds an extra layer of fun, and does reflect the reality of how I dig through a codebase to understand it. You start at the entry point and start exploring each code path to build a map of what is going on, taking notes as you go, and using tools if you're lucky to get a sense of the overall structure. You can also go up and down a level of abstraction like going up and down a dungeon.

It incorporates also complaints from a static analyzer for Python and Javascript that detects 90+ vibe slop anti-patterns using mostly ASTs, and in some cases AST + small language models. The complaints give the local class and methods a sense of how much pain they are in, so I give the code a sense of its own emotional state.

I also build data flow schematics of the entire system so I can visualize the project as a wire diagram, which is very helpful to quickly see what is going on.

mech422 2 days ago|
That sounds neat! I especially like "I give the code a sense of its own emotional state". I can just imagine a function crying "Why did they use that algorithm ?? Why so much spaghetti ?? I'm soo ugly ..Why Why Why" :-D

That would probably motivate me to fix the poor thing, just so I don't feel like I'm torturing it! :-D

snakaya 1 day ago|
Honestly, I thought that if I had an AI knowledge base instead of code, anything would work, so I created this OpenID Connect OP (IdP) that processes data in real time according to specifications using AI. Have fun! https://github.com/snakaya/GenAI-OIDC-IdP
More comments...