Claude Code's Read Tool Silently Downscales Images, Causing Hallucinations

A Reddit user reports that Claude Code's read tool silently downscales images before passing them to the model. When the user sent 4.7 retina screenshots to Claude Opus 4.7 via Claude Code and asked it to extract text from them, the model returned a vague summary saying it "couldn't fully read every value." The text was clearly readable on the user's monitor at full resolution.
Upon investigation, the user discovered that the read tool downscales images before the model processes them. The model sees a degraded copy, not the original screenshot. The tool returns results that are indistinguishable from reading a text file — no warning is given that the image has been resampled. This means developers relying on Claude Code to extract UI text, error messages, or other on-screen content from screenshots may be getting confident but inaccurate answers based on blurry inputs.
The user expressed concern that many previous screenshot-based interactions may have produced hallucinations as a result. The post has generated significant discussion in the r/ClaudeAI community.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code v2.1.59 adds auto-memory, copy command, and shell improvements
Claude Code v2.1.59 introduces automatic context saving to auto-memory with /memory management, adds a /copy command for interactive code block selection, and improves prefix suggestions for compound bash commands.

Open-source Claude Code reimplementation patched for local model compatibility
A developer patched the open-source Claude Code reimplementation to work with Ollama and local models by removing hardcoded Anthropic client dependencies. The CLI now auto-detects providers from model names and environment variables.

Open-Source Tool Measures AI Coding Agent Autonomy with Local Data Analysis
Codelens-AI is an open-source CLI tool that analyzes Claude Code session files alongside git history to calculate autonomy metrics like Autopilot Ratio and Self-Heal Score. The tool runs locally with zero setup using npx claude-roi and keeps all data on your machine.

Architor: Open-Source Tool for Phase-Gated Architecture Workflows with Claude Code
Architor is an open-source tool that structures Claude Code into a phase-gated architecture assistant with persistent design memory. It organizes system design into requirement evaluation, architecture decisions, component design, and validation phases, tracking decisions in an .arch workspace.