ResumeLabBlog
Matt Huggins

Matt Huggins

Web & Mobile Developer

matt.huggins@gmail.comhuggiemhugginsmatt-huggins
Projects
Codebound
Collectible card game
SVGConverter.io
Vectorize raster images
Recent Blog Posts
Structuring the GraphQL Request ContextStructuring the GraphQL Request Context
Jun 9, 2026
Building Real AI Agents with the Vercel AI SDKBuilding Real AI Agents with the Vercel AI SDK
Jun 2, 2026
Fixing TanStack Form `defaultValues` Type DiscrepanciesFixing TanStack Form `defaultValues` Type Discrepancies
Jun 2, 2026
Blog Topics
aidata fetchingform managementgraphicsgraphqljavascriptnode.jsreactrubyruby on railssecuritytanstack formtanstack querytypescriptuser experience

Blog Posts Tagged “ai”

Back to Blog

Building Real AI Agents with the Vercel AI SDK

Jun 2, 2026
typescriptnode.jsaisecurity
Building Real AI Agents with the Vercel AI SDK

The Vercel AI SDK makes it easy to call a model and stream a response, but the quickstart skips the parts that matter for a real application: forwarding the user's identity to your internal services, writing a system prompt that holds up under pressure, and building tools the model can't misuse. Here's how I approach all three.