
devtools.fm: Developer Tools, Open Source, Software Development Alem Tuzlak - Tanstack Dev Tools and Tanstack AI
12 snips
Apr 6, 2026 Alem Tuzlak, creator of TanStack DevTools and co-maintainer of TanStack AI, is an open-source dev focused on observability and type-safe AI integrations. He discusses building TanStack DevTools from scratch, why TanStack AI was started, provider-agnostic adapters, TypeScript-driven safety, client vs server tradeoffs, observability for AI flows, and modular adapter design.
AI Snips
Chapters
Transcript
Episode notes
Quick Alpha Build Fueled By GPT 4.5 Momentum
- Alem joined TanStack recently and co-built TanStack AI in about a month alongside Jack Harrington, splitting responsibilities (typesafety/devtools vs communication).
- The project rode GPT-4.5's jump in capability, enabling rapid alpha progress and sudden popularity.
Adapters Map Provider Capabilities To Unified Methods
- TanStack AI is a provider-agnostic middle layer mapping adapters (provider+capability) to unified methods like chat or generateImage.
- You pick adapters for chat, images, video, etc., and call the matching TanStack AI method to use that provider's models.
Type Safety Prevents Invalid Model Usage
- TanStack differentiates by strong TypeScript type safety: models map to supported options so compile-time errors prevent sending unsupported features to a chosen model.
- They plan structured output and tool-compatibility typing so code warns if a model doesn't support a tool (e.g., web search) at compile time.
