The Prompt Structure That Fixed Claude AI Summaries of Large PDF Reports

A Reddit user who uploads client reports to Claude AI reports near-failure after the first week: summaries were generic, key insights were just reworded section headings, and verifying output took longer than reading the PDF. The fix was changing the prompt structure to specify who is reading the output and what decision it must support.
Before vs. After: Real Prompt Examples
Instead of:
Summarize this reportUse:
I'm reviewing this 45-page vendor proposal as a procurement manager. Summarise the key commercial terms, highlight any conditions or exclusions buried in the document, and flag anything that looks non-standard or risky.Same document, drastically different output. The first yields marketing copy; the second flags three risks the user had missed on their own read-through.
Two More Templates That Work
For research papers:
What is the main argument? What evidence supports it? What limitations do the authors acknowledge? What does this mean practically for someone working in [your field]?For meeting transcripts:
List every action item, who it's assigned to, and the deadline. List every decision made. List any open questions that weren't resolved.The pattern: role + decision being made + specific extraction. Generic prompts get generic output.
Limitations Noted
- Claude paraphrases quotes — it does not reliably extract exact quotes verbatim. That remains an unsolved problem.
- It struggles with image-based charts (e.g., screenshots of tables or graphs embedded in PDFs).
The full workflow with five more prompt templates and additional limitations is linked in the source.
Who It's For
Devs and analysts using Claude AI to extract insights from dense documents (vendor proposals, research papers, meeting transcripts).
📖 Read the full source: r/ClaudeAI
👀 See Also

Workaround for Claude Mobile App Microphone Feedback Loop Error
A Reddit user shares a working workaround for the microphone feedback loop error in the Claude mobile app: installing the web version as a standalone Progressive Web App via Google Chrome, which bypasses the issue and provides access to different Claude models.

Run Claude Code in VSCode/Cursor Integrated Terminal for Better Workflow
Running Claude Code in the VSCode or Cursor integrated terminal instead of an external terminal provides immediate access to git diff panels and debuggers without switching windows, with no configuration required.

MTP Acceptance Rate: 50% Threshold Determines Speculative Decoding Benefit
MTP (Multi-Token Prediction) via speculative decoding on Gemma-4 26B shows benefit only when draft token acceptance rate exceeds 50% — based on mlx-vlm benchmarks on M4 Max Studio.

7 MCP Gateway Bugs: Session Leaks, Dead SSE, and OAuth in Gateway Mode
A Reddit post details seven real-world MCP gateway bugs — session state leaking across clients, silent SSE disconnections, OAuth failures in gateway mode, and more — with fixes based on boring infra, not better prompts.