Top
Best
New

Posted by david927 1 day ago

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

What are you working on? What have you been curious about lately?
295 points | 1042 commentspage 19
naiquevin 13 hours ago|
I'm working on my guitar practice app, Captrice[1]. Last week, I added an interactive metronome tutorial[2] in the app to help onboard beginners (quite a challenge). This week I'm planning to implement the long pending "device sync" functionality - currently it's a local-only webapp (it's all static pages; no backend server). So for the past couple of days, I've been learning and evaluating the existing sync solutions.

The app has been my long term side project for more than 2 years now. I've been playing guitar for more than 20 years, mostly as a hobbyist. It started as a personal project and I've got immense value out of it in terms of speed building and consistency of practice. I believe other guitar players can find it useful too.

A few months back I got a burst of inspiration to pursue it more seriously. After my last contract ended, I've been primarily working on it. Eventually I may go back to contract work again but for now I'm excited to spend dedicated time on it! Do give it a try, or share it with guitar players in your circle.

[1]: https://www.captrice.io/

[2]: https://app.captrice.io/metronome-101

allanmacgregor 8 hours ago||
I'm testing a bunch of Saas ideas, all micro or smaller. I got to launch the first one last week; a feedback collection widget and board so users can submit feedback anonymously. Its a simpler version of Canny or UpVote; and with an MCP and API backed in from the get go.

I got inspired by the guys behind purelymail.com so I'm keeping the pricing simple $9/mo or $90/yr per project. The free plan has every feature, capped at 50 feedback items.

I'm running a promotion for the month of August: http://shiplog.ca/fairwinds

asim 17 hours ago||
Mu - Tools for Agents. An MCP server and web app that provides real time access to news, markets, weather, video, places, search, etc. It's sort of extension of a previous idea I had to put all the key tools and services behind a single api and access token. I don't know that it's quite there yet. The idea might change. Still looking for feedback.

https://micro.mu https://github.com/micro/mu

Also have an agent harness and service framework in Go

https://github.com/micro/go-micro

brslv 6 hours ago||
Im working on a form backend app - fun little project I'm building on the side. It's pretty simple and self-explanatory - you point your HTML form to a url the app gives you and you can start accepting submissions without having to worry about backend code/infra. Would love to hear from you if you found it useful in some way or another. https://basilform.com
soontimes 21 hours ago||
I'm working on a platform that aggregates a business's operational and financial data and builds a causal model on top, deriving target metrics like FCF or EBITDA. With that model we can forecast different scenarios — what happens if we open a new shop, raise prices, take a loan. We also generate reports: weekly overviews, anomaly detection, deviations from targets. All of this is essentially a harness for an AI agent that customizes the platform for a specific business and integrates its data sources. Large companies have dedicated teams and sophisticated tooling for this; my bet is that small and medium businesses would benefit just as much, and with recent progress in AI it's finally possible to deliver it tailored to each case at very low cost.

My primary target right now is e-commerce due to rich data streams, however if you think your business would benefit from this tool, I would be happy to connect and discuss it.

jimnotgym 21 hours ago|
Good choice on ecommerce. Other planning scenarios are plauged by missing data, estimates and guesses!
pugworthy 20 hours ago||
Enjoying retirement. Amazed how fast I was able to just stop thinking about software. It's very liberating.
soupspaces 11 hours ago|
Why not mentor others with the experience?
oliwary 23 hours ago||
A daily estimation game: https://estimatle.com

Every day, players answer 5 questions that require estimating some quantity, such as distance, year, cost etc. Then you can compare against answers of other players and the real answer.

Working on finding the right balance of questions that are both fun and also help understand facts about the world.

gmmachine 23 hours ago||
This is a wonderful well thought out game, thanks!
oliwary 21 hours ago||
Thank you for trying it! :)
pkhamre 23 hours ago||
It was a really great experience. I love the idea and the UX you have provided.
oliwary 21 hours ago||
Thank you very much!
pSYoniK 21 hours ago||
I have been working on a static site generator. I've used Hugo and Jekyll before but everytime there is something you have to learn or get used to and they never map 1 to 1 to the flat structure of a simple blog for example.

It's a few classes of C# right now that parses a folder and auto generates the navigation, links, titles and summary off of the folder/file structure for the 1st level and then subsequent depth is mapped to individual items in the list view not on the nav bar (although I did that too, it looked weird with higher depth). So if you have a folder with 3 files and 2 additional folder you get 5 links in the nav bar, 3 content pages and 2 list pages. No other setup is needed. No llm written code, but I used deepseek v4 flash to ask various questions and get samples of some things.

I forgot just how much depth there is to exploring a simple problem. Loving it!

storywatch 22 hours ago||
Building the GoodReads of fanfiction and web fiction. Currently growing really quickly so dealing with scaling pains :/

https://storywatch.org

ingvay7 13 hours ago||
Small observation - some of your published blog posts are all future dated...unless its all fictional :-)
storywatch 1 hour ago||
Good catch, the content calendar revalidation code needs updating.
joshdavham 22 hours ago||
> dealing with scaling pains

That’s a great problem to have! Keep going!

absoluteunit1 1 day ago|
Building a modern typing application.

https://typequicker.com

I believe typing is probably one of the most important skills in 21st century for knowledge workers and yet one of the most neglected. Hoping to change that.

Anyone can learn to type fast, without having to think about or look down at the keyboard. We are building the best tool to help people get there quickly

vunderba 1 day ago||
Typing applications has been an extremely crowded space since all the way back in the Mavis Beacon days - good luck!

Small bit of feedback that might help it stand out more from the crowd and appeal to HN users: Add in training for Colemak, Dvorak, and maybe regional variants like AZERTY.

absoluteunit1 23 hours ago||
Thank you!

I definitely approached it from an engineering perspective - building what I thought was missing in the space that I wanted. In hindsight, it may not be the best business to quit a FAANG job for haha.

> Colemak, Dvorak...

We have these :). Have QWERTZ and British QWERTY as well. Going to add AZERTY next and a few others.

I an also exploring more uniqie/niche ones like Kinesis keyboards, etc.but no plans for this just yet.

> good luck!

Thank you!

vunderba 23 hours ago||
Haha - well hopefully coming from a FAANG you've got some financial runway at least :)

Some more feedback

I'm a fairly fast typist (~120 wpm) so I didn't dig too deep into your tool, but I did see that you seem to have a metric around highlighting for letters where people might be making mistakes.

You might already be doing this, but my back-of-the-envelope thought is that you really don’t want to think about typing in terms of individual letters; you want to think in terms of clusters. Ideally, you’d use some kind of frequency corpus or Markov model or something similar to break text into commonly occurring constituent clusters, e.g. the -ing in a gerund.

It's essentially the equivalent of "memory chunking" but applied to typing analysis. That’s not to say letter-level analysis is not useful (especially for hunt and peckers learning where the keys are) but as the person progresses, you’d want to introduce this idea of statistical feedback on common sequential clusters.

absoluteunit1 5 hours ago||
This is great feedback; something I am working on adding next actually :)
ingvay7 13 hours ago|||
Very slick and smooth. The insights pages need a link to go back to the main page. Bookmarking.
absoluteunit1 5 hours ago||
Thank you! :)
chaostheory 14 hours ago||
I feel the challenge of typing applications is boredom. It's hard to keep using them. The only ones I kind of keep going back to are games. There serveral modern adventure games and a real time strategy game (I don't remember their names) and then there's Typing of the Dead.
absoluteunit1 5 hours ago||
Definitely agree!

Something I'm working on next as well is making it more engaging!

Thank you

More comments...