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

Feb 13, 2025
Shane Thomas
# foundations

Mastra Changelog 2025-02-10

Major updates including AI SDK integration, optimized bundle size through subpath imports, and enhanced storage layer with tracing capabilities

Feb 11, 2025
Sam Bhagwat
# changelogs

Using Mastra's Agent Memory API

A technical guide to implementing agent memory in Mastra, covering storage, vector search, and context management

Feb 4, 2025
Tyler Barnes
# foundations

Mastra Changelog 2025-01-31

New Memory API, speech providers, vector store integrations, and core improvements

Jan 31, 2025
Sam Bhagwat
# changelogs

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?

Jan 30, 2025
Abhi Aiyer
# foundations

Multi-Agent AI Travel Planning with Mastra

A demo using Mastra to show how multiple AI agents can work together to plan travel itineraries.

Jan 28, 2025
Sam Bhagwat
# examples

Every API needs a natural language endpoint

Building a world where every API has a chat endpoint

Jan 25, 2025
Shane Thomas
# foundations

Mastra Changelog 2025-01-24

New `mastra build` command, evals in dev playground, new model support, and an abstracted deployer package

Jan 24, 2025
Sam Bhagwat
# changelogs

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.

Jan 20, 2025
Nik Aiyer
# features

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

Jan 20, 2025
Sam Bhagwat
# features

Mastra Changelog 2025-01-17

Mastra's changelog for Jan 10th, 2025 through Jan 17th, 2025

Jan 17, 2025
Sam Bhagwat
# changelogs

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.

Jan 16, 2025
Sam Bhagwat
# examples

Ship better agents