

S10 E4 | Validation Via ArkType | David Blass
Sep 24, 2025
David Blass, the creator of ArkType, discusses how his open-source TypeScript validation library revolutionizes data validation by using native type syntax instead of cumbersome schemas. He dives into the efficiency of ArkType's parsing method and its impressive performance benchmarks, showcasing a fivefold speed increase compared to alternatives like Zod. Blass also shares insights on integrating AI with development tools, the benefits of the Standard Schema project, and offers valuable advice for aspiring creators in the open-source community.
AI Snips
Chapters
Transcript
Episode notes
From College Dropout To Tooling Creator
- David dropped out of Tufts after securing a summer internship that became a full-time job.
- That real-world work gave him the autonomy to dive deep into developer tooling and open source.
Which Animal To Save On The Ark
- David prefers vultures (California condor) as his chosen ark animal and imagines an ethical role in the ecosystem.
- The hosts joked about picking dogs for comfort and practicality on a stormy 40-day voyage.
Native Types At Runtime
- ArkType brings TypeScript types to runtime by parsing native TypeScript-like strings into runtime validators.
- This approach gives editor-quality type errors and lets developers write concise, familiar schemas.