Huzzah turns persistent pseudocode into code — no more chat prompts
The experimental .hz editor regenerates only what your pseudocode changed; HN is split on whether it's a real leap. Plus: a tool to de-bloat Claude 5's output.

Copy markdown
Pseudocode in, source out
Huzzah (hz) is an experimental open-source editor: write intent as a persistent `.hz` pseudocode file, save, and it generates real source. Edit the pseudocode and it captures the diff to regenerate only the affected code — no chat thread to babysit.
Intent becomes the source of truth
The pitch: pseudocode doubles as living documentation of what you actually wanted, and diffs replace re-sending full prompts to cut tokens. It hit the HN front page, but critics call it spec-driven development rebranded and doubt it scales past small, single-file changes.
Meanwhile, a tool to mop up token vomit
Trending the same day: `vomit` pipes Claude 5's verbose replies through a second, cheaper LLM to strip filler before it eats your context — the author's blunt pitch is "save your tokens." Same theme as Huzzah: builders bolting on tooling to tame frontier-model chattiness.