Live data from Hacker News

Ask HN: What Are You Working On? (December 2025)

news.ycombinator.com

901–910 of 1001 posts

Re: Ask HN: What Are You Working On? (December 2025)

#902
I was thinking about FizzBuzz and thought it might be cool to benchmark various LLMs to see the highest number they could go before they got it wrong. FizzBuzz is cool because you can test whether the model's can generalize to any other game (divisors of 3 and 7 instead of 3 and 5 for example).

Fun, short and sweet experiment to run over the weekend, with some mildly interesting results :)

https://github.com/venkatasg/fizzbuzz-llm

Re: Ask HN: What Are You Working On? (December 2025)

#903
https://joyus.ajmoon.com

This is actually pretty much as done as it's going to be (could use some nicer UI feedback, i.e. how you actually use the app) - it is actually just a demo for an effort I undertook to mod Datastar to support nested web components. I am writing it up as we speak!

Instructions: you have to answer three questions; each one will auto-submit once your response goes over 100 characters; the answer to the third question is your "post". It's a proof of concept of a friction intervention for social media to encourage slow thinking before posting (and hopefully reframing negative experiences in the mind, it's kind of dual purpose).

Re: Ask HN: What Are You Working On? (December 2025)

#905
I’m working on a deterministic execution layer for AI systems.

The idea is to treat LLMs as constrained components inside explicitly defined workflows: strict input/output schemas, validated DAGs, clear failure modes, and replayable execution. Most “AI unreliability” I’ve seen isn’t model-related — it comes from ambiguous structure and hidden assumptions around the model.

We’re exploring this through a project called FACET, focused on making AI behavior testable, debuggable, and reproducible in the same way we expect from other parts of a system.

Still early, but the goal is simple: less magic, more contracts.

Re: Ask HN: What Are You Working On? (December 2025)

#906
a catalog for all deliverables ever made by consultants so that they can search semantically among slides from differnt projects and more effectively reuse their previous slides in new projects

https://alkemy.devdashlabs.com

It has an ingestion layer where we break apart a project, it's deck and it's slides into relationships like frameworks/visual archetypes, and then save that in a graph database plus a vector database. The user can then query "find me work we've done on geology research that might be relevant to industrial mining"

Re: Ask HN: What Are You Working On? (December 2025)

#907
Still very early stages, just put the site together a few days ago: Veform https://veform.co/

iOS/JS/Android Libraries for turning traditional inputs/forms into audio conversations.

Have everything working and am happy with how the underlying data structures came out.

It is interesting because where I ultimately landed there is just an additional "state". So there is a UI state (Browser managed DOM), your app logic state (consumers manage), and a conversation state. The library just exposes events so you can keep the conversation state in sync with your other states. I started out visualizing a direct like: as a conversation flow, but you could configure it to navigate pages, click elements, or whatever through audio conversation.

Re: Ask HN: What Are You Working On? (December 2025)

#908
https://atlasliveshere.com

A personal photography website for myself using a bunch of AI services to enable automatic tagging, color extraction, and hopefully some novel discovery methods.

I really like the color discovery features - I wanted something like this to exist when I was trying to find prints for my house with specific color harmonies.

Re: Ask HN: What Are You Working On? (December 2025)

#909
ZenBot Stock Scanner https://www.zenscans.com One-man built and maintained stock scanner that finds stocks with relative strength to the market. It grew out of my early attempts to algo-trade stocks and has a solid community following. Front end is C#/Blazor, back end is a C# console app with intense parallel processing and data aggregation.

Re: Ask HN: What Are You Working On? (December 2025)

#910
https://monofocus.lovable.app/

Yup, it's another task manager.

I made it for myself to help me focus on one task at a time, hence the name.

It implements my number one productivity hack of picking a task and setting a timer. Time spent on a task increments.

Data is stored locally in the browser although there is a sync option i wouldn't shake a stick at if I hadn't built this myself.

Plus it's a PWA! Those are lovely.

Post reply on HN