Blog — Feb 2025 till Jan 2025
Updates, tutorials, and engineering deep-dives on building AI agents, workflows, and TypeScript tooling with Mastra.
Using Vercel's AI SDK with Mastra
How Mastra enhances Vercel's AI SDK with agent primitives, RAG pipelines, and evaluation capabilities
Mastra Changelog 2025-02-10
Major updates including AI SDK integration, optimized bundle size through subpath imports, and enhanced storage layer with tracing capabilities
Using Mastra's Agent Memory API
A technical guide to implementing agent memory in Mastra, covering storage, vector search, and context management
Mastra Changelog 2025-01-31
New Memory API, speech providers, vector store integrations, and core improvements
Baby steps towards AI Ops
How do we apply the lessons learned from the last decade of DevOps to manage, deploy, and operate AI agents at scale?
Multi-Agent AI Travel Planning with Mastra
A demo using Mastra to show how multiple AI agents can work together to plan travel itineraries.
Every API needs a natural language endpoint
Building a world where every API has a chat endpoint
Mastra Changelog 2025-01-24
New `mastra build` command, evals in dev playground, new model support, and an abstracted deployer package
Introducing Evals in Mastra
A guide to Mastra's evaluation metrics suite, demonstrating how to measure and validate AI model outputs across dimensions including answer relevancy, completeness, content similarity, context usage, and tone consistency.
Introducing TTS in Mastra
Use Mastra's TTS system with OpenAI's speech models to create text-to-speech applications, covering voice selection, audio generation, streaming capabilities
Mastra Changelog 2025-01-17
Mastra's changelog for Jan 10th, 2025 through Jan 17th, 2025
Building a NotebookLM clone with an agent orchestrator
A technical guide showing how to build a NotebookLM clone that transforms documents into AI-generated podcasts using Mastra's agent orchestration, Pgvector vector storage, and LlamaIndex for content processing.