Ask HN: What are you working on? (June 2026)
581–590 of 1001 posts
Re: Ask HN: What are you working on? (June 2026)
#582One test stack on the platform been running entirely automated for months now to research, author, code, ship, and promote https//ainews.personastack.ai completely on its own. Many more things are possible like automatically identifying fixing, and shipping in response to 500 errors, personal assistants, or whatever you can come up with. I'm working on moving both my other open source projects over to be run by AI teams right now.
I plan to have a catalog of easy to deploy stack templates: https://personastack.ai/catalog/
Please register for an invite if you're interested!
Re: Ask HN: What are you working on? (June 2026)
#583Drift (https://github.com/Scope-Creep-Labs/drift) - a prompt driven control plane for time-series systems and edge fleets.
Re: Ask HN: What are you working on? (June 2026)
#584I’m working on a web app called Pitch coach. It has vocal exercises and shows you in real time whether you are flat or sharp. Everything is saved in browser so there’s no account creation. Coolest part is that you can upload a song and it will split the vocals, recognize all the vocal pitches and then you can sing along. Crazy how much you can do in the browser these days! https://pitch-coach.pages.dev
Re: Ask HN: What are you working on? (June 2026)
#585New in the latest release: you can print your personalized Playbook at home (print, cut, fold, staple).
I've been playing on a national amateur golf tour for over ten years. Before each event, I'd spend hours on Google Earth — figuring out where to aim on every hole and which club to hit. It got very cumbersome very soon. I wanted a tool that did the spatial reasoning for me. Take my dispersion, the wind, the elevation, the hazards — and just show me the right line on a flyover. Visually, not in numbers.
So I built Golf Playbook (iOS).
Free, no subscription. Built our course data from OpenStreetMap instead of licensing an expensive commercial database. Different cost structure, different price.
Tech: SwiftUI, Apple Foundation Models, OpenStreetMap data. Many nights and weekends. Always looking for feedback.
App: https://apps.apple.com/us/app/golf-playbook-strategy-gps/id1...
Website: https://playbook.golf
Re: Ask HN: What are you working on? (June 2026)
#586Re: Ask HN: What are you working on? (June 2026)
#587I have a mailing list for when I launch and some local makers in Portland are interested so I'm hopeful.
Re: Ask HN: What are you working on? (June 2026)
#588I'm also building a modern HTTPS-only transport utility called curb. It's an alternative to curl and wget. It's written in Go using only the standard library. curb can stream output or download files and picks the right behavior based on what the server returns and whether the output is going to a human or a pipe. It also has a '--vet' mode that runs the body through security sieves; this is meant to add some protection and friction for the 'curl | sh' use-case. https://gocurb.dev
Re: Ask HN: What are you working on? (June 2026)
#589I’ve been building a Prolog and WASM based LLM/Agent framework [0] , where reusable skills and core harness functionality is encoded in a logic programming language. Recently added a small TUI with a Borland Turbo Vision style design. My goal is to build a completely hackable harness that works well with smaller models and to further promote the combination of logic programming and LLMs. [0] https://github.com/deepcl…