logoalt Hacker News

jackp96yesterday at 10:09 PM0 repliesview on HN

I mostly use it for runtime validation for API responses. Found it pretty easy to use. I try pretty hard to avoid "any" in the code, and it's helped clean things up a good bit, which is crucial as we've introduced LLMs into our workflows.

I don't love Pydantic, though. It's probably a skill issue, but it just feels messier/clunkier than Zod's parsing options.