Working heavily right now on Customer Personas to use in validating/invalidating , which are configured with viewpoints, biases, and tendencies. Coming very soon will be Persona Journeys, in which you can get live, goal-oriented evaluation of your web app by a Persona.
Ask HN: What Are You Working On? (December 2025)
141–150 of 1001 posts
Re: Ask HN: What Are You Working On? (December 2025)
#142Re: Ask HN: What Are You Working On? (December 2025)
#143If you've ever tried to use Google Analytics (GA4) and Google Search Console (GSC) to figure out what's working with your marketing, and what to do next to grow, you have probably got frustrated at some point.
It acts as a Marketing Strategist. You can ask questions like "why is my SEO traffic down this week" and it will give you a clear answer based on your site's performance data, as well as a checklist to improve.
Re: Ask HN: What Are You Working On? (December 2025)
#144Re: Ask HN: What Are You Working On? (December 2025)
#145Currently building out support for multi-agent evals, better tracing, voice, and static code analysis for AI security use cases. So many fun sub-problems in this space - LLM testing is deceptively hard.
If you end up checking it out and pick up an issue, I'll happily send swag. We're also hiring if you want to work on this stuff full-time.
Re: Ask HN: What Are You Working On? (December 2025)
#146- Just finished forking an nvim keycast script for TUI demos: https://github.com/wong-justin/showkeys-noplug
- Started making a Roku app (https://wonger.dev/nuggets#n299)
- Drafting a year-in-review post for my website
- Drafting a book review for "Programmers at Work"
Re: Ask HN: What Are You Working On? (December 2025)
#147You can think of it as a data source, or a knowledgeable companion that can provide comprehensive book information for online booksellers, libraries, book-related startups, bookworms, and more.
I got a pre-alpha build running for those that want to test it out and the code is out on SourceHut[1].
Been really tough to find time to work on it because I have a baby that only sleeps in my lap, but I’m making progress very slowly.
I recently hired someone to rewrite the entire database layer, as that was written with the help of an LLM for the prototype, which should improve things too.
Feedback is very welcome :)
Re: Ask HN: What Are You Working On? (December 2025)
#148Re: Ask HN: What Are You Working On? (December 2025)
#149Re: Ask HN: What Are You Working On? (December 2025)
#150I'm working on "Cargo but for C". It started out as something marginally more useful than vendoring your dependencies as submodules + baking in the knowledge of how to build a bunch of common projects. I realized, though, that there was somehow a huge gap in the insane world of C build tools. There's nothing that: - Lets you pin really precisely and builds everything from source (i.e. no binary repository) - Does not…