AI
AI SDK Patterns
PatternsLearnnewComposeGitHub
PatternsComposeLearnAI SDK DocsGitHub

Built with AI SDK · shadcn/ui · Next.js

© 2026 AI SDK Patterns

Reasoning Display

Show the AI's chain-of-thought reasoning in a collapsible thinking section, then display the final answer — like Claude's extended thinking.

chatintermediate

🔒 Demo mode - displays reasoning process before final answer

Install this lab

Option 1: shadcn CLI

pnpm dlx shadcn@latest add https://ai-sdk-patterns.vercel.app/r/reasoning-display

Option 2: Copy or download

Use cases

Educational Tutoring Systems

Create teaching AI that shows step-by-step problem-solving, helping students understand reasoning process.

Medical Diagnosis Assistants

Build tools that display diagnostic reasoning, symptom analysis, and treatment decision processes for medical professionals.

Related labs

Streaming Chat

Stream text responses from AI models in real-time using streamText and the useChat hook.