CLAUDE LABJP
MCP — The July 28 MCP spec release candidate drops the Mcp-Session-Id header and goes stateless, so remote MCP servers no longer need sticky sessionsAPPS — The same release adds MCP Apps for server-rendered UI and a Tasks extension for long-running workMEMORY — The Python 0.116.0, TypeScript 0.110.0, and Go 1.56.0 SDKs now send agent-memory-2026-07-22 on every memory store callSPILL — Output from agent_toolset and MCP tools past 100K characters now spills to a file in the sandbox, with the model receiving a truncated preview it can expandBG — MCP tool calls running past two minutes move to the background automatically, keeping the session usable; tune it with CLAUDE_CODE_MCP_AUTO_BACKGROUND_MSRESUME — Typing /resume in the agent view opens a picker of past sessions and brings your pick back as a background sessionMCP — The July 28 MCP spec release candidate drops the Mcp-Session-Id header and goes stateless, so remote MCP servers no longer need sticky sessionsAPPS — The same release adds MCP Apps for server-rendered UI and a Tasks extension for long-running workMEMORY — The Python 0.116.0, TypeScript 0.110.0, and Go 1.56.0 SDKs now send agent-memory-2026-07-22 on every memory store callSPILL — Output from agent_toolset and MCP tools past 100K characters now spills to a file in the sandbox, with the model receiving a truncated preview it can expandBG — MCP tool calls running past two minutes move to the background automatically, keeping the session usable; tune it with CLAUDE_CODE_MCP_AUTO_BACKGROUND_MSRESUME — Typing /resume in the agent view opens a picker of past sessions and brings your pick back as a background session
Articles/Claude.ai
Claude.ai/2026-03-12Beginner

Drafting Slides with Claude in PowerPoint — From Structure to Speaker Notes

A practical look at Claude in PowerPoint. Hand the first draft of your slide structure, body text, and speaker notes to AI so you can focus on what you actually want to say.

powerpointpresentationproductivity18beginner11

You sit down to build an intro deck for your app, and thirty minutes later you are still staring at a blank first slide. As an indie developer, I have come to feel this is the most wasteful kind of time. The content is already in my head — only the order and the framing are missing, and that alone stops me from moving. What Claude in PowerPoint changed for me was exactly this friction of the very first slide.

What Claude in PowerPoint Does

Claude in PowerPoint is an add-in that brings Claude directly into Microsoft PowerPoint. It can suggest slide structure, generate body text, draft speaker notes, and rephrase existing slides — all without leaving PowerPoint.

The key is to treat it not as a tool that produces a finished deck in one shot, but as a partner that prepares a fast first draft. When a starting point appears in thirty seconds, you get to spend your own time reordering and polishing the words instead.

Installation and Setup

You install it from the Microsoft 365 add-in store.

  1. Open PowerPoint and go to "Insert" > "Get Add-ins"
  2. Search for "Claude for PowerPoint" and install it
  3. Sign in with your Anthropic account

A "Claude" tab then appears in the ribbon. If sign-in stalls, check that you are already logged into Anthropic in your browser — that usually clears it quickly.

Drafting a Whole Deck at Once (Generate Deck)

The feature that helps most is "Generate Deck," which produces a full set of slides from a topic.

  1. Select "Generate Deck" from the Claude tab
  2. Enter the topic, target audience, and slide count
  3. Claude shows a structure outline — fix the order and headings, then click "Generate"

The important habit here is not to hit Generate immediately. Reviewing the outline first — "is this the right flow?" — sharply reduces how often you have to regenerate the body text. Titles, body copy, bullets, and speaker notes all get filled in at once, so the time you spend building a foundation is simply saved.

Rephrasing Existing Slides (Improve Slide)

To tidy up a slide you already have, select it and use "Improve Slide":

  • Condense text: Trim overstuffed paragraphs down to the key points
  • Visual suggestions: Flag places that could become a table, chart, or diagram
  • Tone adjustment: Shift between boardroom and internal-share styles to fit the audience

The one I lean on is "condense text." Left to myself, I write too explanatorily and cram too many characters onto a single slide. Asking Claude to cut it down to read-aloud bullets makes the slide far easier to take in.

Building Prompts That Actually Work

The quality of the result is mostly decided by how specific your instruction is.

❌ "Make a presentation about sales"
✅ "Create a 10-slide executive report on Q4 2025 sales performance.
   Include year-over-year growth, regional breakdown, and outlook
   for next quarter."

The good example hands over three things: the audience (the executive meeting), the elements to include (growth, breakdown, outlook), and the length (10 slides). Decide those three up front and the structure comes back with far less variance.

Asking for speaker notes separately also pays off. After the body is settled, "add a supporting note to each slide, written to be spoken aloud in about a minute" gives you a presenting script at the same time. Slides stay sparse and readable; the explanation moves into the notes.

Drawing the Line: Handmade Work, AI for the Materials

Alongside app development I also keep up an art practice, and I have decided not to use AI for the creative work itself. For the materials that explain that work, though, I rely on AI fully — exhibition notices, app intro decks, activity reports. The work of conveying, not creating.

That line fits a tool like Claude in PowerPoint remarkably well. I think about the substance; AI shapes it into something that reaches people. As a division of labor that protects time for the creative work, this is where I have settled. If presentation prep has been eating into your real work, I suspect this split will help.

How to Think About Copilot

PowerPoint also offers Microsoft Copilot. The two overlap a lot, so the realistic approach is to choose by what you value.

FeatureClaude in PowerPointCopilot for PowerPoint
Auto-generate slidesYesYes
Following long instructionsReflects fine-grained conditions wellStandard
Natural JapaneseNear-nativeSupported
Custom instructionsFlexibleMore template-based

If you want to hand over detailed conditions at once and nail the structure, Claude fits; if you want something continuous with the rest of Microsoft 365, Copilot fits.

Where People Get Tripped Up

The first stumble is usually the order in which you apply a brand template. Apply the template after generating, and text can overflow its frames and break the layout. If you use a company or personal template, apply it first and then run Generate — you will do far less visual cleanup.

The second is that generated bullets, left as-is, are too dense. AI tries not to drop any element, so receive the output expecting to cut down to three or four points per slide, and your audience will thank you.

Start Here

On your next deck, before you start writing the clean version, run Generate Deck just to get a structure outline. Fix the order, fill in the body, then add speaker notes last. Working in that order, the blank-first-slide stall simply disappears. Thanks for reading.

Share

Thank You for Reading

Claude Lab is ad-free, supported entirely by members like you. We publish practical guides daily with implementation code, benchmarks, and production-ready patterns. If you've found it useful, we'd love to have you on board.

  • Copy-paste ready implementation code
  • New advanced guides published daily
  • $5/mo or $10 for lifetime access
View Membership →

If you found this article helpful, a small tip ($1.50) would mean a lot to us. Your support helps keep this site ad-free and covers server and hosting costs.

Related Articles

Claude.ai2026-07-12
Using Claude's Reflect Monthly Review to Tune a Solo Dev Rhythm
How to read Claude's new Reflect monthly review as a planning tool for the month ahead rather than a report card, grounded in the day-to-day rhythm of solo development.
Claude.ai2026-07-04
Claude in Chrome Went GA and I Stopped Babysitting the Tab — Where Background Notifications and Handoff Actually Help
Claude in Chrome's general availability adds background notifications, draft handoff, and better failover. As someone who hands browser work to it daily in solo development, here's what to notify on, what to leave running, and the settings I actually changed.
Claude.ai2026-06-29
Three Ways to Start with Claude — Browser, Desktop, and Mobile, and How to Use Each
A clear walkthrough for getting started with Claude on the browser, desktop app, and iPhone/Android — plus how to combine all three so your day flows smoothly. Written from the perspective of a solo app developer who lives across all three.
📚RECOMMENDED BOOKS
Build a Large Language Model (From Scratch)
Sebastian Raschka
LLM Dev
Prompt Engineering for LLMs
Berryman & Ziegler
Prompting
AI Engineering
Chip Huyen
AI Eng
* Contains affiliate links
See all →