Live data from Hacker News

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

news.ycombinator.com

881–890 of 1001 posts

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

#881
1. Underscore - https://underscore.audio

i've spent the last couple years experimenting with LLMs that write procedural, ambient music: instead of generating an audio file, we're using systems that write actual source code (supercollider synths) so the music runs live and can be embedded in and controlled in real time by software like games. a surprising amount of the work is taste -- prompt engineering and curating an aesthetic so the generated code reliably compiles and sounds good, with a compiler and automatic repair in the agent loop when it doesn't build. today, it produces single-synth musical systems, but I'm researching how to orchestrate multiple synths into fuller, evolving compositions with deep musical form and structure. LLMs make algorithmic music far more accessible to artists, and I'm eager to hear the new kinds of music that come out of it. hit me up if you're an audiophile interested in collaborating.

listen (or remix!) a couple examples:

https://underscore.audio/s/cmp_3d4ee881-1ec/elegy_lattice

https://underscore.audio/s/cmp_a2baeae6-3f2/supreme_ember

-----

2. Makespell - https://makespell.com/

a little suite of word games I've been building as the testbed for Underscore. every puzzle is generative: crosswords with LLM-written clues, a word ladder, a guess-as-it-draws game, and a deduction game scored on how few clues you need. the crossword grids come out of a Rust constraint-satisfaction solver — backtracking fill over a bitmask-indexed word list, enforcing 180-degree rotational symmetry and slot intersections. each generated puzzle gets its own generated, continuously-evolving soundtrack with no audio files involved. right now, the music is generated per puzzle, but it needs some work. it's currently too drone-y, and needs to be more magical/whimsical. where I want to take it is having it respond to the gameplay itself — which is really the whole point of Underscore

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

#883
Still working on https://radius.to/ - a Meetup.com alternative of sorts - with fairer organiser pricing for smaller groups.

I posted a Show HN [1] here a while back, got tons of great feedback, and have been slowly improving it since, with no real marketing. Another Show HN is probably overdue!

More recently, I've been working on adding features around meeting individuals/smaller impromptu groups over activities you're doing - i.e. "I'm going for a cycle today - who wants to join", so I'm excited to see how that goes. There are some UI examples from that on the landing page.

[1] https://news.ycombinator.com/item?id=40717398

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

#886
I'm working on Fluxmail, an AI-native email app for people who get a lot of email. It has an AI agent, automatic prioritization and categorization, automatic follow-up reminders, drafting with AI, and a bunch of other stuff.

There's a couple of other ideas I'm integrating right now, like a kanban view for your emails

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

#887
I'm working on https://soonpatch.com - to paste a slack report message about your code (bug/improvement) in Claude Code and get the fix in the proper repo/worktree right away (you can call it in any CC instance and it'll find the way, no need to navigate through your directories manually)

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

#888
I'm working on https://hallucinate.site - an MMO Rave - doing little things every day and trying to improve experience for everyone. We've had some spikes of users over the past two weeks but it's still very low. Thinking of ways to make it more engaging so that people return for more things other than the music.

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

#889
I've been working on https://skaldmaps.com/ for a while.

Lets you explore, filter, and rank locations (ZIP/counties/tracts) in the US to find places to move to and/or invest in. ~470 attributes with tons of customization (e.g., distance to work or the nearest hospital) and a ton of custom attributes (so it's not just an ACS viewer :-) ).

Based on a prototype/real need I had when I purchased my current house. Generic "Top 10 ZIP codes" aren't all that helpful (unless you fit that exact niche) and existing tools were either hyper focused on institutional investors (that want to build a subdivison whether it makes sense to live there or not), unaffordable, or both.

Since it's HN, stack is React/MapLibre/go backend + tile cache, data work is done largely in DuckDB.

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

#890
I built a multi-agent framework and coding harness that I'm using as my primary coding tool now, mostly with DeepSeek and GLM. I've been having a lot of fun working on it and improving it in my spare time. I'm thinking about open-sourcing it but right now the deployment and sandboxing model is fairly dependent on nix.
Post reply on HN