Ask HN: What are you working on? (January 2026)
41–50 of 914 posts
Re: Ask HN: What are you working on? (January 2026)
#42Re: Ask HN: What are you working on? (January 2026)
#43Not as impressive, but - making my website weirder. Not a frontend dev at work. Top of my ideas now: add "ask your LLM" buttons to my email submission form that opens ChatGPT/Perp/Claude and auto-fills a query asking it why you should be friends with me. Sample links (I hope it says nice things about me!): Claude: https://claude.ai/new?q=Do+deep+research+on+a+person%2C+dvsj... . ChatGPT: https://chat.openai.com/?q=Do…
Re: Ask HN: What are you working on? (January 2026)
#44Also, a dramatic anime intro (complete with cheesy AI generated theme song and video) starring our foster kittens. It's been interesting to learn about some of the techniques needed for consistency, how to storyboard, etc.
Re: Ask HN: What are you working on? (January 2026)
#45Built my own Spotify recommendation egnine after getting tired of Spotify’s repetitive recommendations. You get to choose the genres you're interested in, and it creates playlists from the music in your library. They get updated every day - think a better, curated by you version of the Daily Mixes. You can add some advanced filters as well, if you really want to customise what music you'll get. It works best if you f…
Re: Ask HN: What are you working on? (January 2026)
#46I am devoting 2026 to focus on my rpg. The one differentiator here is something I am still not seeing: proper use of LLMs in games. The current batch is all lazy asset generation, maybe logic coding and what not, but not anything that could make the world actually feel alive. Obviously, it all comes with its own sets of issues, but I am working through those as they come. But it is still a slow move solo.
Re: Ask HN: What are you working on? (January 2026)
#47I'm still working on my PDF search engine for desktop: https://www.docgoblin.com/ I'm implementing a bookmark utility right now and hope to add support multiple E-books format in the near future.
Re: Ask HN: What are you working on? (January 2026)
#48Most of my work so far has been on the actual music-making interface, but I'm beginning work on the backend now. I've only worked with Django before (for a school project at Georgia Tech), so I'll be deep in the `sqlx` documentation for a while.
There's no manual, so use at your own risk (it's similar to tracker programs like FastTracker and OpenMPT): https://mondobe.com/tracker
Re: Ask HN: What are you working on? (January 2026)
#49I recently added better backend support for deployments, converted everything to async Rust, and setup Nix/Docker releases. I'm planning to build out some better example apps and workflows next, but everything will stay pre-alpha/unstable for now so that I can avoid getting locked in to any foundational issues. There are still a number of low-hanging breaking issues blocking the end-to-end usage which I'll need to address.
Re: Ask HN: What are you working on? (January 2026)
#50- https://github.com/rcarmo/gotel (an OpenTelemetry tracing collector/UI, under heavy refactoring)
- https://github.com/rcarmo/toadbox (a simple Docker-based agent sandbox to run Toad/OpenCode/Mistral inside, which I've been cleaning up for general use)