← Reddit

Corrupted PowerPoint files generated by Claude

Reddit · Ok-Photograph2418 · June 3, 2026
Users report experiencing corruption issues when opening PowerPoint presentations generated by Claude through the chat interface. The error message indicates file corruption, and while some files can be recovered by opening them in PowerPoint's web version and removing problematic slides, this workaround does not resolve all instances of the problem.

Detailed Analysis

Users of Anthropic's Claude AI assistant have reported a recurring technical problem in which PowerPoint files generated directly through the Claude chat interface are frequently corrupted and unreadable upon download. The issue, surfaced in community forums, describes a pattern where slide decks produced by Claude cannot be opened in standard desktop versions of Microsoft PowerPoint, with the application flagging the files as corrupted. The affected user notes that the problem is widespread enough to affect "most" of the slide decks produced, not merely isolated instances, suggesting a systematic rather than occasional failure in the file generation process.

The workaround identified by the user — opening corrupted files through the web-based version of Microsoft PowerPoint (PowerPoint Online) and manually removing problematic slides — reveals that the corruption is often localized rather than total, meaning portions of the generated file conform to valid formatting standards while other elements do not. This partial corruption pattern points toward a code generation issue within Claude's output, likely stemming from how the model constructs the underlying Open XML structure that PowerPoint's .pptx format relies upon. Even minor malformations in XML schema, improper element nesting, or unsupported attribute values can cause desktop applications to reject a file entirely while more lenient web parsers manage to render at least part of the content.

This problem is consistent with a broader class of challenges faced by large language models when tasked with generating structured binary or markup-based file formats. Unlike plain text or even HTML, the .pptx format is a compressed archive containing multiple interrelated XML files with strict schema requirements. LLMs generating such files must produce syntactically and semantically valid XML across multiple components simultaneously, a task that is particularly error-prone when the model produces code token-by-token without the ability to validate the full document structure before output. Other AI coding and generation tools have encountered similar issues with Excel (.xlsx) and Word (.docx) file generation for the same underlying reasons.

The distinction the user draws between "chat" and "work" versions of Claude — referring to Claude.ai's consumer interface versus enterprise or API-based deployments — may be significant. It suggests that file generation pipelines or code execution environments differ between product tiers, and that whatever tooling or sandboxed execution environment underlies the consumer chat interface may have less robust validation or post-processing for generated binary files. In enterprise or API contexts, developers typically implement their own validation layers around Claude's outputs, which could explain why the problem appears more pronounced in the direct consumer product.

The community nature of the report, including the user's explicit question about whether others share the experience, underscores a gap in user-facing transparency around Claude's file generation capabilities and their known limitations. As AI assistants are increasingly used for productivity tasks such as presentation creation, the reliability of generated file formats becomes a critical usability concern. Anthropic and competing AI providers face growing pressure to either improve structural file generation accuracy or clearly communicate to users the conditions under which such outputs may be unreliable, potentially steering users toward alternative workflows such as generating presentation content in editable text formats and importing it manually into presentation software.

Article image Read original article →