Svelte Hacker News logo
  • top
  • new
  • show
  • ask
  • jobs
  • about

Show HN: Token-efficient zod-like schema definition library for LLMs

github.com

3 points by lunarcave 13 hours ago

nbbaier 12 hours ago

Interesting, but why wouldn't I just use zod here?

  • lunarcave 12 hours 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