Top
Best
New

Posted by david927 3 days ago

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

What are you working on? Any new ideas that you're thinking about?
279 points | 1066 commentspage 64
EMAIL36245 2 days ago|
EMAIL - email.riamu.io
electrovir 2 days ago||
A TypeScript in-browser game engine where everything is a mod.
kalx 2 days ago||
I’m making a top down RPG. 16x16 pixel art. Loving it. In Godot.
hugoib 2 days ago||
An app to bring science to curious minds.

Science is full of discoveries that could change how you think, eat, train, sleep, work.

Most people never hear about them because papers are dense, paywalled, and written for specialists.

I built SciCrumb to fix that. One paper a day, simplified to 3 minutes. I curate what's actually worth your time.

I personally really like it. I Get new idea and learn something new every day.

https://apps.apple.com/us/app/scicrumb/id6758953292 Product feedback or support is highly appreciated. Would love to make more people aware of it.

yu3zhou4 2 days ago||
Just learning math and trying myself in ml research
theaniketmaurya 1 day ago||
Building the execution layer for AI agents.

https://docs.celesto.ai

palguna26 2 days ago||
Im building termyte, the runtime safety layer for ai agents.
seky 2 days ago||
also https://www.gluee.com/ - Text Styling for Social Networks, Slack, Teams etc...
seky 2 days ago||
hosting comparison tool https://www.punycoder.com/hosting/
anuramat 2 days ago|
vicode -- TUI coding agent written in Rust, with tabs/subagents running in worktrees on top of fuse-overlayfs: create/fork tabs to work on multiple features/implementations, while subagents work in parallel without conflicts; additional lowerdir with bindfs mounts lets agents share the compilation cache, so that `cargo check` doesn't take minutes

since it's all just mounts, vicode works as a worktree manager as well: select a vicode tab (which sets cwd to the corresponding worktree with OSC7), open a new terminal tab/window, and run claude/codex inside

disclaimer: unstable, linux-only (mac build WIP, no overlayfs), some modules were vibecoded (grep for `SLOP`)

https://github.com/anuramat/vicode

More comments...