Enough AI copilots, we need AI HUDs (geoffreylitt.com)
570 points by walterbell 14h ago 188 comments
Multiplex: Command-Line Process Mutliplexer (github.com)
27 points by todsacerdoti 8h ago 6 comments
Show HN: Token-efficient zod-like schema definition library for LLMs
3 lunarcave 2 7/28/2025, 1:34:00 AM github.com ↗
Comments (2)
nbbaier · 11h ago
Interesting, but why wouldn't I just use zod here?
lunarcave · 10h ago
Zod doesn't give you the ability to serialize or de-serialize schemas, unless you convert to JSON schema, which is verbose. See: https://github.com/colinhacks/zod/discussions/2030