January 15th, 2025
Build Your First Agent With Vercel's AI SDK
Let's build an AI agent. Learn how LLM's can respond to the results of tool calls with Vercel's AI SDK.
Matt Pocock# Vercel AI SDKJanuary 13th, 2025
Generate Arrays With Vercel's AI SDK
Learn how to use Vercel's AI SDK to generate arrays of objects with a Zod schema for creating fake user data.
Matt Pocock# Vercel AI SDKJanuary 9th, 2025
Vercel AI SDK Tutorial
Build any LLM app in TypeScript with Vercel's AI SDK. Learn streaming, structured outputs, tool calls and agents.
Matt Pocock# Vercel AI SDKJanuary 8th, 2025
Create Embeddings With Vercel's AI SDK
Learn how to use Vercel's AI SDK to create and search embeddings for words and data.
Matt Pocock# Vercel AI SDKJanuary 8th, 2025
Extract Structured Data From PDF's With Vercel's AI SDK
Learn how to extract structured data from PDF invoices using the Vercel AI SDK and Zod schemas, enabling automated data processing and database storage.
Matt Pocock# Vercel AI SDKJanuary 8th, 2025
Build an Alt Text Generator With Vercel's AI SDK
Learn how to use Vercel's AI SDK to generate alt text for images using both local files and URLs with a simple guide.
Matt Pocock# Vercel AI SDKJanuary 8th, 2025
Generate Enums With Vercel's AI SDK
Learn how to build a sentiment analysis system using enums and the AI SDK to classify text as positive, negative, or neutral in just a few lines of code.
Matt Pocock# Vercel AI SDKJanuary 7th, 2025
Streaming Objects With Vercel's AI SDK
Learn how to stream structured outputs from an LLM using Vercel's AI SDK.
Matt Pocock# Vercel AI SDKJanuary 7th, 2025
Tool Calling With Vercel's AI SDK
Learn how to do tool calling in TypeScript with Vercel's AI SDK, using the simplest possible example.
Matt Pocock# Vercel AI SDKJanuary 5th, 2025
Structured Outputs with Vercel's AI SDK
Discover how to use Vercel's AI SDK for structured outputs with OpenAI, focusing on efficient data retrieval in predefined formats.
Matt Pocock# Vercel AI SDKJanuary 5th, 2025
Use Local Models With Vercel's AI SDK
Learn how to connect Vercel's AI SDK to local or remote models using OpenAI-compatible APIs, featuring LM Studio integration on localhost.
Matt Pocock# Vercel AI SDKJanuary 5th, 2025
Retaining Chat History With Vercel's AI SDK
Learn how to manage conversation history in AI chatbots using Vercel AI SDK's CoreMessage array. A practical guide with TypeScript examples.
Matt Pocock# Vercel AI SDKJanuary 5th, 2025
Hot-Swap AI Models With Vercel's AI SDK
Learn how to easily switch AI models using Vercel's AI SDK for flexible and decoupled application development.
Matt Pocock# Vercel AI SDKJanuary 5th, 2025
Adding System Prompts With Vercel's AI SDK
Learn how to use system prompts with Vercel's AI SDK to customise the LLM's behavior.
Matt Pocock# Vercel AI SDKJanuary 5th, 2025
Streaming Text With Vercel's AI SDK
Learn how to use Vercel's AI SDK to stream text to massively improve your user's experience.
Matt Pocock# Vercel AI SDKJanuary 3rd, 2025
Generate Text With Vercel's AI SDK
Learn how to generate AI text responses using Vercel's AI SDK with Anthropic's Claude models. Simple setup for text generation in TypeScript.
Matt Pocock# Vercel AI SDKJanuary 2nd, 2025
Vercel's AI SDK Future-proofs Your AI Stack
Future-proof your AI features with Vercel's AI SDK. Write once, run anywhere across OpenAI, Anthropic, and other LLM providers.
Matt PocockDecember 28th, 2024
Here's 2024's best resource on prompt engineering
Explore the top prompt engineering resource of 2025, featuring a detailed taxonomy and links to further research.
Matt PocockDecember 27th, 2024
Anthropic thinks you should build agents like this
Learn how agents differ from workflows and why to start AI projects with LLM APIs, not frameworks.
Matt PocockDecember 2nd, 2024
Evalite - an Early Preview
An early preview of Evalite, a local-first, TypeScript-native tool for testing LLM-powered apps, based on Vitest.
Matt Pocock# evaliteNovember 26th, 2024
The Three Types Of Evals
Learn about deterministic evals, human feedback, and LLM-as-a-judge.
Matt PocockNovember 25th, 2024
Anthropic's new Model Context Protocol In 2 Minutes
Anthropic's new Model Context Protocol is an awesome
Matt PocockNovember 21st, 2024
2025: The Year Building With GenAI's Gets Boring
The future of GenAI's is dull, workaday usefulness. For the application builder, they are a tool like any other.
Matt PocockNovember 18th, 2024
What Are Evals?
How do you know if your AI application is hallucinating? How do you ensure it's outputting what you want it to? Evals are the answer.
Matt Pocock# evalite