Runtype
Blog

From the Runtype team

Product updates, engineering insights, and best practices for building AI products.

Nathan BookerNathan Booker
EngineeringMarch 27, 2026

Diffusion LLMs & performance: what happens when the model is no longer the bottleneck?

Mercury 2 is an early signal of what changes when model latency drops fast: the bottleneck moves, and suddenly the rest of your stack matters.

Nathan BookerNathan Booker
EngineeringMarch 26, 2026

Context Windows Don't Tell The Whole Story: What Product Builders Need to Know

Frontier models advertise million-token context windows, but performance degrades well before you hit the limit. Here's what actually works — and how to build AI products that stay sharp.

Nate StewartNate Stewart
PersonaMarch 25, 2026

Ship an AI Chat Agent in Minutes, Not Months

Persona is an open-source chat widget that drops into any site with one script tag. No framework lock-in, no months of infrastructure work.

Runtype TeamRuntype Team
PersonaMarch 17, 2026

Your AI Agent Can See What Your Users See

Persona supports local tool calling, letting your AI agent read the DOM, call browser APIs, and interact with what's on screen. No server round-trips required.

Runtype TeamRuntype Team
PersonaMarch 13, 2026

Extend Persona Beyond Chat With Hooks

Persona has 13 render hooks that let you replace the message renderer, input composer, header, or launcher without forking. Build experiences that go far beyond a typical chat UI.

Runtype TeamRuntype Team
PersonaMarch 8, 2026

Track Everything Your AI Does: Feedback, Analytics, and Conversations

Persona has built-in feedback collection, conversation logging, and analytics integration. See what's working, what's not, and iterate on your AI product with real data.

Runtype TeamRuntype Team
PersonaMarch 4, 2026

Files, Tool Calls, and Thinking: Rich AI Interactions in Persona

Persona handles file uploads, tool call visualization, and reasoning display natively. Build AI features that go beyond plain text responses.

Runtype TeamRuntype Team
PersonaFebruary 28, 2026

From Script Tag to Production: Deploying AI Chat Into Any Stack

Whether you're embedding into an existing product or building something new, Persona deploys with a script tag, an npm install, or an AI-generated codebase.

Runtype TeamRuntype Team
SurfacesFebruary 19, 2026

Expose Your AI as a REST API in 60 Seconds

Turn any Runtype flow or agent into a production REST API endpoint. Authenticated, documented, streaming-capable, and ready for integration.

Runtype TeamRuntype Team
SurfacesFebruary 15, 2026

Turn Your AI Into a Tool for Cursor, Claude Code, and Windsurf

Runtype's MCP surface lets you expose your flows and agents as tools that AI coding assistants can call directly. Your AI inside their AI.