Ask HN: What are you working on? (September 2026)
451–460 of 823 posts
Re: Ask HN: What are you working on? (September 2026)
#452I’m building Hammer Labs ( https://hammer.ai ) to study when healthcare AI agents are wrong and when they should refuse to answer (judgement). It started after spending 15 years building AI for insurers, hospitals, data companies, and startups. Almost every system ended with "a human reviews the output". That person was usually a nurse, medical director, or certified coder. These are some of the hardest people to hir…
The web design (and text?) really come off as ChatGPT written, which lowers my interest in spending time to understand it.
Re: Ask HN: What are you working on? (September 2026)
#453I've been working on a voxel game engine called Bonsai for ~10 years. Probably the most interesting thing about it at the moment is the editor. The world, and most things in it, are represented as collections of SDFs. More accurately, they're density fields, but, potato-tomato. Bonsai has undergone a large rewrite over the last couple years that's nearing completion. A world edit is defined as a bunch of SDF paramete…
Re: Ask HN: What are you working on? (September 2026)
#454Re: Ask HN: What are you working on? (September 2026)
#455 {:find [?title ?director ?rating ?card ?shout]
:where [[?m :movie/title ?title]
[?m :movie/vote-average ?rating]
[(str ?rating) ?rating-str]
[(concat ?title ": ") ?title-colon]
[(concat ?title-colon ?rating-str) ?card]
[(lower ?title) ?lowered]
[(concat ?lowered "!!!") ?decorated]
[(upper ?decorated) ?shout]
;; joints
[?cr :crew/job "Director"]
[?cr :crew/movie ?m]
[?cr :crew/person ?p]
[?p :person/name ?director]]}
You can edit a movie's ?title and ?rating through the ?card column for instance. It supports arithmetics too (to the extent that it's logically feasible of course).Re: Ask HN: What are you working on? (September 2026)
#456The cheapest possible lovable alternative with all the features. Currently in alpha.
Re: Ask HN: What are you working on? (September 2026)
#457Re: Ask HN: What are you working on? (September 2026)
#458Still OnlineOrNot ( https://onlineornot.com/ ), 5.5 years on. Most recently I shipped an MCP server (w/ OAuth sign-in) recently to expose the API a bit better to agents, a TypeScript SDK and rewrote the CLI to use it. Also been reworking the terraform provider to cover the whole OpenAPI spec's surface area. Just before LLMs became a thing I took the time to rewrite from having a private GraphQL server + public REST A…
Seems I can't even selfhost your product either, which is a huge redflag in my book.