Ask HN: What Are You Working On? (December 2025)
901–910 of 1001 posts
Re: Ask HN: What Are You Working On? (December 2025)
#902Fun, short and sweet experiment to run over the weekend, with some mildly interesting results :)
Re: Ask HN: What Are You Working On? (December 2025)
#903This 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)
#904Re: Ask HN: What Are You Working On? (December 2025)
#905The 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)
#906https://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)
#907iOS/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)
#908A 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)
#909Re: Ask HN: What Are You Working On? (December 2025)
#910Yup, 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.