Reading up on AI SDK
6 deep · digging since dec 23, 25
- AI SDK 7 is now available - Vercel
AI SDK 7, with over 16 million weekly downloads, adds production-focused agent features like durable workflows, MCP apps, and realtime voice/video.
- GitHub - anomalyco/models.dev: An open-source database of AI models.
Models.dev is an open-source, community-contributed database of AI model specifications, pricing, and capabilities, accessible via API and TOML data files.
- A new programming model for durable execution - Vercel
Vercel Workflows is now generally available, offering a programming model for durable execution in TypeScript and Python without needing separate orchestration infrastructure.
- Introducing bash-tool for filesystem-based context retrieval - Vercel
Vercel open-sourced bash-tool, a bash execution engine for AI agents to run commands over files and retrieve context without filling the prompt.
- AI SDK 6 - Vercel
Vercel's AI SDK 6 introduces agents, human-in-the-loop tool approval, MCP support, devtools, reranking, and structured output for building AI applications.
- We removed 80% of our agent’s tools - Vercel
Vercel replaced a complex multi-tool text-to-SQL agent with a simpler file system agent using bash commands, achieving 3.5x faster execution and 100% success rate.