Tosijs-schema is a super lightweight schema-first LLM-native JSON schema library npmjs.com 7 points by podperson 37 minutes ago
podperson 37 minutes ago I wrote this library this weekend after realizing that Zod was really not designed for the use-cases I want JSON schemas for: 1) defining response formats for LLMs and 2) as a single source of truth for data structures. 7thpower 13 minutes ago What led you to that conclusion? nerdponx 11 minutes ago And what makes this different? What makes it LLM-native?
7thpower 13 minutes ago What led you to that conclusion? nerdponx 11 minutes ago And what makes this different? What makes it LLM-native?
I wrote this library this weekend after realizing that Zod was really not designed for the use-cases I want JSON schemas for: 1) defining response formats for LLMs and 2) as a single source of truth for data structures.
What led you to that conclusion?
And what makes this different? What makes it LLM-native?