Live data from Hacker News

Ask HN: What Are You Working On? (March 2026)

news.ycombinator.com

841–850 of 1001 posts

Re: Ask HN: What Are You Working On? (March 2026)

#841
I made a SmallTalk inspired collaborative development environment for writing web components - https://playground.now.

A "world" is a locally stored CRDT that contains the source code and data you store.

The home page, login and world editing experience is all built from within itself.

Re: Ask HN: What Are You Working On? (March 2026)

#843

I’m building Sift, a drop-in gateway that makes LLM tool use far more reliable when tools return large JSON payloads. The usual pattern is that agents paste raw tool outputs directly into the prompt, which quickly blows up context, causes truncation/compaction, and leads to incorrect answers once earlier results disappear. Sift sits between the model and its tools (MCP, APIs, CLIs), stores the full payload locally as…

I was talking about part of this problem this morning, I keep having it with our large OpenAPI spec and the JSON parsing. But it occured to me that recently sometimes Claude will work around the context blowing problem by using a sub-agent to do the parsing. Have you seen that?

It's still a big time saver to have something like this, and stops it even taking the risk of doing it in the first place.

Re: Ask HN: What Are You Working On? (March 2026)

#844
Recently built https://entrycast.com/ - there are other products kind of like it on the market already but I had some specific use cases I wanted personally, and decided rather than making it just for me, I'd for the first time in my life make it something others could buy too. No customers so far, but I don't really mind, to be honest!

Re: Ask HN: What Are You Working On? (March 2026)

#845
I’m building a blackjack simulator/research tool called Blackjack Wonk. It started as a hobby project and turned into a deeper engineering rabbit hole than I expected. The goal is to make the simulations reproducible and trustworthy enough to test the kinds of blackjack questions that usually get answered with rules of thumb, anecdotes, or forum arguments. So a lot of the work is around deterministic runs, validation, configuration, and chasing down small discrepancies until I understand them. Very niche, but a fun mix of math, software, and curiosity.

Re: Ask HN: What Are You Working On? (March 2026)

#848
Late to the thread but I've been excited to be building crit to help reviewing plans & output from LLM agents - it has boosted my productivity a lot personally and I had a lot of nice feedback from other experienced engineers finding value in it - turns out while terminal is a nice way to chat with agents, GitHub-esque PR review wins for long markdown and diff view :)

It's MIT open source, offline first, single binary

https://github.com/tomasz-tomczyk/crit/

Re: Ask HN: What Are You Working On? (March 2026)

#849
1. flopper.io - a resource to find AI infrastructure benchmarks and soon - compare providers. Reach out if you're a provider!

2. boulderinglist.com - a catalog of climbing gyms across the world

3. livedsupport.com - AI driven support for colorectal issues

4. radiusing.uk - find where people are willing to do something to improve the social fabric of where they live

5. llmstxt.studio - AI-SEO via sitemaps, llms.txt, and AI search

6. probe.bike - tell stories with your cycling data

need to find a way to get more sleep

Re: Ask HN: What Are You Working On? (March 2026)

#850
https://hobbybot.net

I'm trying to see how far I can get using AI to help me track pre-owned items for sale, starting with watches. I started with an OpenClaw agent that was looking for specific things I wanted to buy, and then I figured might as well make a whole site for it so I can share with others.

Post reply on HN