I changed gears and moved into the video games industry at the end of 2021. I started developing a city builder called Metropolis 1998 [1], but wanted to take the genre in new directions, building on top of what modern games have to offer: - Watch what's happening inside buildings and design your own (optional) - Change demand to a per-business level - Bring the pixel art 3D render aesthetic back from the dead (e.g R…
Ask HN: What Are You Working On? (March 2026)
901–910 of 1001 posts
Re: Ask HN: What Are You Working On? (March 2026)
#902To accomplish this, I built a snow metamorphosis model that forecasts what the snow surface skis like, a dataset of resort "topography", and an optimizer that gives skiers an idea of how to best structure their day.
You can check it out at snowsignals.com
Re: Ask HN: What Are You Working On? (March 2026)
#903I was spending way too much time staring at logs and web dashboards trying to figure out why my multi-agent setups kept failing.
You just point it at your traces (LangSmith, Langfuse, OpenTelemetry, or a JSON file). It pulls the system prompts directly from the logs, extracts the behavioral rules, and uses an LLM-as-a-judge to replay each conversation step-by-step.
It flags exactly which turn broke things, which agent caused it, and traces cascading failures across routing, handoffs, and retrieval.
It aggregates root causes across all of them: "24 out of 51 failures are missing escalations." You know exactly what to fix first.
Runs locally. Only LLM API calls leave your machine. You can try it without installing anything.
Re: Ask HN: What Are You Working On? (March 2026)
#904As long as I don't let it control the pod bay doors, I should be fine.
Re: Ask HN: What Are You Working On? (March 2026)
#905Re: Ask HN: What Are You Working On? (March 2026)
#906Re: Ask HN: What Are You Working On? (March 2026)
#907Invariant: UNTRUSTED input + CRITICAL sink → BLOCK
Just hit PyPI this week. https://github.com/mvar-security/mvar
Re: Ask HN: What Are You Working On? (March 2026)
#908Re: Ask HN: What Are You Working On? (March 2026)
#909It handles inventory, work orders (MRP), purchasing, sales orders, accounting, everything we need. After a couple failed attempts earlier on, I rebuilt it with a much simpler stack and it’s now running the company day to day.
Still learning a lot about manufacturing workflows and how much unnecessary complexity most ERP systems accumulate. Now I'm trying to focus on ways that the software can help other companies in a similar ERP boat that we were some years ago.