Claude Opus 4.7
Claude Opus 4.7 is a Claude model referenced for strong resistance to prompt injection in Anthropic's safety discussion. The newsletter gives specific success-rate estimates under attack attempts.
Key Highlights
- Claude Opus 4.7 was repeatedly cited by Anthropic as a concrete benchmark for prompt-injection resistance in production-like settings.
- Anthropic reported about 0.1% prompt-injection success on single attempts and roughly 5–6% after 100 adaptive attempts.
- The model appeared across multiple product contexts including Claude Code, Cursor, and Amp, showing real deployment beyond a standalone model release.
- Its adaptive thinking improved many benchmark results over Opus 4.6 but also introduced regressions on trick questions, browsing, and OCR tasks.
- For AI PMs, Opus 4.7 is a useful case study in balancing capability, cost, latency, prompt sensitivity, and layered safety controls.
Claude Opus 4.7
Overview
Claude Opus 4.7 is an Anthropic Claude model that appeared across the newsletter as both a high-performance frontier model and a concrete reference point in Anthropic’s safety and containment discussions. It was highlighted for performance improvements over Claude Opus 4.6, expanded multimodal capabilities, and changes to how it allocates inference through adaptive thinking. It also showed up in downstream product integrations such as Claude Code, Cursor, and Amp, indicating it was being operationalized across developer tools rather than treated as a research-only release.For AI Product Managers, Claude Opus 4.7 matters because it represents the tradeoffs that increasingly define production-grade foundation models: stronger capability, more nuanced prompt sensitivity, changing latency/cost profiles, and measurable but imperfect safety under adversarial pressure. Anthropic’s cited prompt-injection numbers for Opus 4.7—about 0.1% success on single attempts and roughly 5–6% after 100 adaptive attempts—make it especially useful as a benchmark for thinking about agent risk, approval UX, sandboxing, and model selection in real products.
Key Developments
- 2026-04-17: Anthropic’s follow-up materials on Claude Opus 4.7 emphasized performance gains, stronger safety guardrails, and expanded multimodal capabilities.
- 2026-04-18: Coverage noted that Claude Opus 4.7 uses adaptive thinking, allocating less inference time to tasks it perceives as easy. This improved many benchmark results versus Opus 4.6, but also introduced regressions on trick-question evaluations, browsing tasks, and OCR-oriented tests compared with some alternatives such as Gemini 3 Flash.
- 2026-04-19: Simon Willison analyzed differences between the published system prompts for Claude Opus 4.6 and 4.7, giving the community a close look at how Anthropic evolved model behavior and instruction framing.
- 2026-04-26: Amp adopted Claude Opus 4.7 for its Smart Mode, positioning the model as better at solving harder problems, while also noting that it is less forgiving of vague prompts.
- 2026-05-13: Cursor launched a Fast mode for Claude Opus 4.7, reporting roughly 2.5× faster operation at 6× the cost, which surfaced a practical speed-versus-cost tradeoff for teams.
- 2026-05-26: Claude Opus 4.7 was compared with Codex 5.5 in a Polymarket trading challenge using identical prompts and bankroll constraints, reflecting growing interest in head-to-head agent benchmarking in realistic, tool-using environments.
- 2026-06-01: Anthropic engineering commentary cited Claude Opus 4.7 as evidence that model-layer defenses are helpful but insufficient on their own: prompt-injection succeeded about 0.1% of the time on single attempts and about 5–6% after 100 adaptive attempts.
- 2026-06-19: Anthropic reiterated the same robustness figures while describing its broader containment stack across claude.ai, Claude Code, and Claude Cowork, combining environment controls, model-layer defenses, and restrictions on external content/tool access.
- 2026-06-25: Anthropic again referenced Claude Opus 4.7’s prompt-injection resistance in a layered-defense framing, alongside telemetry showing users approved about 93% of permission prompts and Claude Code auto mode blocked about 83% of overeager actions before execution.
Relevance to AI PMs
- Use it as a model-risk benchmark for agent products. Claude Opus 4.7’s published prompt-injection success rates provide a concrete planning input for PMs designing tools with browsing, file access, shell execution, or third-party integrations. The takeaway is not that the model is “safe enough” by itself, but that product architecture must assume some residual attack success.
- Plan around prompt quality and UX guardrails. Coverage from Amp suggested Opus 4.7 is stronger on hard problems but less forgiving of vague prompts. PMs should expect prompt structure, defaults, templates, and context packaging to materially affect user outcomes.
- Treat speed, cost, and intelligence as separate knobs. Cursor’s fast mode showed materially higher speed at a steep cost premium. For PMs, that means segmentation matters: premium reasoning tiers, latency-sensitive modes, and task-based routing can be more effective than a single default model experience.
- Expect benchmark gains to hide edge-case regressions. Adaptive thinking improved broad benchmark performance but underperformed on trick questions and some browsing/OCR scenarios. PMs should validate on product-specific evals instead of relying only on vendor headline scores.
Related
- Anthropic / Claude: Claude Opus 4.7 is part of Anthropic’s Claude model family and was repeatedly referenced in Anthropic’s product safety and deployment discussions.
- Claude Code: A key downstream environment where Opus 4.7 was discussed in relation to coding workflows, auto mode containment, and best practices.
- Cursor: Added a Fast mode for Claude Opus 4.7, illustrating commercial packaging of the model around latency and cost.
- Amp: Integrated Opus 4.7 into Smart Mode to improve performance on harder engineering tasks.
- Claude Opus 4.6: The immediate predecessor used as the comparison point for performance changes, adaptive thinking behavior, and system prompt evolution.
- Claude system prompts / Simon Willison: Willison’s analysis of published system prompts made Opus 4.7 notable not just as a model release, but as a case study in transparent prompt-layer iteration.
- Amazon Bedrock, Google Cloud Vertex AI, Microsoft Foundry: Relevant platform contexts for enterprise access and deployment patterns around Claude-family models.
- LlamaIndex, v0: Part of the broader tool ecosystem frequently discussed alongside Claude-based developer workflows.
- Gemini 3 Flash: Mentioned as a comparison point where Opus 4.7 showed weaker OCR-related performance in one discussion.
- Codex 5.5 / Codex CLI 5.5 / Polymarket / All About AI: Connected through comparative agent-evaluation coverage that pitted Opus 4.7 against alternative models in a live trading setup.
- Claude Mythos Preview: Frequently mentioned in the same safety context as a model Anthropic judged too risky to ship, reinforcing why Opus 4.7’s containment metrics mattered.
Newsletter Mentions (11)
“Layered defenses—environmental sandboxes/VMs/egress controls, model-layer system prompts/classifiers/training, and limiting external content—are used across claude.ai, Claude Code, and Cowork; telemetry shows users approved roughly 93% of permission prompts, Claude Code auto mode blocks about 83% of overeager behaviors before execution, Claude Opus 4.7 holds prompt-injection success to ~0.1% on single attempts (~5–6% after 100 adaptive attempts), and Claude Mythos Preview was judged too high-risk to ship in April 2026.”
The model is cited as part of Anthropic's security and robustness evaluation. It is used to quantify how well the system handles prompt injection attempts.
“Telemetry showed users approved ~93% of permission prompts, Claude Code auto mode blocks roughly 83% of overeager behaviors before execution, and Claude Opus 4.7 resists prompt-injection with about 0.1% success on single attempts and ~5–6% after 100 adaptive attempts.”
📝 Anthropic Engineering How we contain Claude across products - Anthropic has deployed Claude across claude.ai, Claude Code, and Claude Cowork while containing blast radius via environment controls (sandboxes, VMs, filesystem/egress limits), model-layer controls (system prompts, classifiers, probes, training), and restricting external-content/tool access, noting Claude Mythos Preview was judged too risky to ship in April 2026. Telemetry showed users approved ~93% of permission prompts, Claude Code auto mode blocks roughly 83% of overeager behaviors before execution, and Claude Opus 4.7 resists prompt-injection with about 0.1% success on single attempts and ~5–6% after 100 adaptive attempts.
“They acknowledge model defenses aren’t perfect—Claude Opus 4.7 shows ≈0.1% attack success on single prompt-injection attempts and ≈5–6% after 100 adaptive attempts—cited Mythos Preview as too high a blast radius to ship in April 2026, and argue combined environment, model, and external-content controls are necessary to cap agents’ blast radius.”
Anthropic ships Claude Code auto mode #1 📝 Anthropic Engineering How we contain Claude across products - Anthropic says it has shipped claude.ai, Claude Code, and Claude Cowork and moved from human-in-the-loop approvals—which users accepted about 93% of the time, producing approval fatigue—toward containment (sandboxes, VMs, egress controls) and automated defenses like Claude Code auto mode, which catches roughly 83% of overeager behaviors. They acknowledge model defenses aren’t perfect—Claude Opus 4.7 shows ≈0.1% attack success on single prompt-injection attempts and ≈5–6% after 100 adaptive attempts—cited Mythos Preview as too high a blast radius to ship in April 2026, and argue combined environment, model, and external-content controls are necessary to cap agents’ blast radius.
“#1 ▶️ Codex 5.5 vs Claude Opus 4.7 Polymarket Trading Challenge All About AI Codex 5.5 vs Claude Opus 4.7 Polymarket Trading Challenge All About AI • May 25, 2026”
AI Updates Today #1 ▶️ Codex 5.5 vs Claude Opus 4.7 Polymarket Trading Challenge All About AI All About AI • May 25, 2026 Summary not available in expected format. Key Takeaways: Unable to extract specific content from this video. Please refer to the original video for details. The AI was unable to structure the response correctly.
“#12 ▶️ Codex 5.5 vs Claude Opus 4.7 Polymarket Trading Challenge All About AI They compared Codex CLI 5.5 and Claude Opus 4.7 (both on high-think settings) trading Polymarket’s 5-minute Bitcoin up/down market for one hour with identical prompts and a $50 starting bankroll.”
#12 ▶️ Codex 5.5 vs Claude Opus 4.7 Polymarket Trading Challenge All About AI They compared Codex CLI 5.5 and Claude Opus 4.7 (both on high-think settings) trading Polymarket’s 5-minute Bitcoin up/down market for one hour with identical prompts and a $50 starting bankroll. Each agent was funded with $50 in a Polymarket wallet (plus MATIC for gas) and ran continuous 5-minute BTC up/down trades over a 1-hour period.
“#12 𝕏 Cursor launched a Fast mode for Claude Opus 4.7 in Cursor, running 2.5× faster at 6× the cost.”
#12 𝕏 Cursor launched a Fast mode for Claude Opus 4.7 in Cursor, running 2.5× faster at 6× the cost. They recommend sticking with standard speed for most tasks.
“Claude Opus 4.7 is now powering Amp's smart mode, improving ability to solve harder problems.”
#4 📝 Ampcode Chronicle Opus 4.7 - Claude Opus 4.7 is now powering Amp's smart mode, improving ability to solve harder problems. However, it is less forgiving of vague prompts and may produce weaker results when prompts lack clarity. #5 𝕏 Google Research is demoing on-device Sensitive Content Warnings in Google Messages, an AI feature that filters unwanted content locally while keeping all processing private.
“A detailed look at how Anthropic's Claude system prompt changed between Opus 4.6 and 4.7, using their published system prompts as the basis for analysis.”
#2 📝 Simon Willison Changes in the system prompt between Claude Opus 4.6 and 4.7 - A detailed look at how Anthropic's Claude system prompt changed between Opus 4.6 and 4.7, using their published system prompts as the basis for analysis. The post highlights the value of Anthropic publishing system prompts and links to deeper notes and artifacts used in the research.
“Claude Opus 4.7 uses adaptive thinking to allocate less inference time on perceived-easy tasks, which improves its performance over Opus 4.6 on most standard benchmarks but leads to regressions on trick questions (Simple Bench), web browsing (browse_comp), and OCR tests (vs. Gemini 3 Flash).”
#17 𝕏 Claude launched the Opus 4.7 hackathon, inviting builders worldwide to collaborate with the team for a week. A $100K API-credit prize pool is up for grabs. #18 ▶️ Claude Opus 4.7 - A New Frontier, in Performance … and Drama AI Explained Claude Opus 4.7 uses adaptive thinking to allocate less inference time on perceived-easy tasks, which improves its performance over Opus 4.6 on most standard benchmarks but leads to regressions on trick questions (Simple Bench), web browsing (browse_comp), and OCR tests (vs. Gemini 3 Flash). On the Simple Bench trick-question benchmark, Claude Opus 4.7 scored lower than Opus 4.6 because it underestimates task difficulty and reduces inference compute.
“#2 𝕏 Mike Krieger directs PMs to Anthropic’s follow-up blog on Claude Opus 4.7, outlining performance boosts, enhanced safety guardrails, and expanded multimodal capabilities.”
GenAI PM Daily April 17, 2026 GenAI PM Daily 🎧 Listen to this brief 3 min listen Today's top 25 insights for PM Builders, ranked by relevance from Blogs, X, LinkedIn, and YouTube. OpenAI Launches Codex for (Almost) Everything #1 📝 OpenAI News Codex for (almost) everything - OpenAI announces Codex for a wide range of uses, positioning Codex as a versatile product for many tasks. The post highlights product-focused capabilities and availability. #2 𝕏 Mike Krieger directs PMs to Anthropic’s follow-up blog on Claude Opus 4.7, outlining performance boosts, enhanced safety guardrails, and expanded multimodal capabilities. Let us know what you think! Also covered by: @Simon Willison , @LlamaIndex 🦙 , @Cursor , @v0 , @Mike Krieger , @Dharmesh Shah #3 𝕏 Qwen launched the open-source Qwen3.6-35B-A3B, an Apache 2.0–licensed sparse MoE model with 35B total (3B active) parameters. It matches coding performance of models 10× its active size and offers strong multimodal perception, reasoning, and dual thinking modes. #4 𝕏 Demis Hassabis unveiled Gemini 3.1 Flash TTS, Google’s most expressive and steerable text-to-speech model offering granular control over AI-generated voice; it’s available in preview today via the Gemini API and Google AI Studio, with enterprise access on Vertex AI. #5 📝 OpenAI News Introducing GPT-Rosalind for life sciences research - OpenAI introduces GPT-Rosalind, a model tailored for life sciences research to support domain-specific scientific workflows. The announcement emphasizes research applications and potential benefits for scientific discovery. Also covered by: @Kevin Weil #6 in Guillermo Rauch launched Workflow SDK, a framework that brings SQS/Kafka-style durability to AI agent backends—automatically handling LLM downtime, rate limits and database hiccups without the ops complexity and with self-hosting plus multi-environment support. #7 𝕏 Google Research launched YouTube AI Search (YouTube Ask on TV), enabling users to ask complex questions and hold iterative conversations to refine video results; catch the live demo at the Google booth at 10:30 AM #CHI2026. #8 𝕏 Google DeepMind built a bridge between Gemini Robotics ER and Spot’s system, letting the AI use plain English to move the robot, take photos, and grab objects for more complex tasks. #9 𝕏 Teresa Torres highlights Doist’s new Ramble feature in Todoist: a pure-AI voice-to-task pipeline built on Gemini live audio, dynamic tool calls and automated evals, validated through user research in five languages and primed for future multimodal support. #10 in Hannah Stulberg walked through how her team at DoorDash uses a shared GitHub repo called Team OS to centralize customer call summaries, metric definitions, PRDs and research so any coding agent can assist across product, design, analytics and engineering. #11 𝕏 Philipp Schmid built a voice-enabled Telegram bot in ~400 lines of Python using the Gemini Interactions API—leveraging Gemini 3. #12 𝕏 LlamaIndex 🦙 added LiteParse—4.3K+ GitHub stars, zero-cloud parsing at 500 pages/2 s across 50+ formats—to its ecosystem, now powering agents like Claude Code and Cursor. #13 📝 Claude Code Blog Best practices for using Claude Opus 4.7 with Claude Code - Practical guidance for using the Claude Opus 4.7 model inside Claude Code, covering recommended patterns, configuration tips, and usage best practices to optimize developer workflows when coding with Claude. Also covered by: @Simon Willison , @LlamaIndex 🦙 , @Cursor , @v0 , @Mike Krieger , @Dharmesh Shah #14 ▶️ New course! Spec-Driven Development Deeplearning.ai The video announces a free spec-driven development course by Deeplearning.ai and JetBrains, taught by Paul Everitt, covering how to write markdown-based specifications for AI agents to generate code and build the Agent Clinic web application. The course is built in partnership with JetBrains, taught by Developer Advocate Paul Everitt, and available for free enrollment at https://bit.ly/4toWsIY. Spec-driven development begins with a markdown file or long prompt that precisely defines functionality for AI agents to implement, reducing hallucination and context rot. Participants will construct "Agent Clinic," a fully featured web application where AI agents can diagnose and address problems like hallucination and context rot. #15 𝕏 Google Research unveiled Simula, a framework that reframes synthetic data generation as dataset-level mechanism design, using reasoning from first principles to offer fine-grained control over coverage, complexity, and quality. #16 𝕏 Sam Altman announced major Codex improvements, including a macOS computer-use feature that lets the AI leverage all your Mac apps in parallel without disrupting your work. He also highlighted new plugin integrations to broaden its functionality. #17 📝 Simon Willison Qwen3.6-35B-A3B on my laptop drew me a better pelican than Claude Opus 4.7 - A comparison of pelican drawings produced by Qwen3.6-35B-A3B (Alibaba) and Claude Opus 4.7, with Qwen producing a markedly better pelican on the author's local machine. #18 𝕏 OpenAI launched GPT-Rosalind, its Life Sciences model series, as a research preview via ChatGPT, Codex, and the API for qualified partners including Amgen, Moderna, the Allen Institute, and Thermo Fisher Scientific. Also covered by: @Kevin Weil #19 𝕏 Kevin Weil clarifies that the Rosalind bio/drug discovery model’s enterprise and education partnerships strictly exclude their data from any training processes to ensure customer data protection. #20 𝕏 DeepLearning.AI previews AI Dev 26, where Andrew Ng outlines how AI is transforming software engineering workflows, skill sets, and future job roles. #21 𝕏 OpenAI notes that the US drug discovery-to-approval process takes 10–15 years on average. Advanced AI systems can accelerate this by boosting research efficiency, uncovering hidden connections, and helping scientists form stronger hypotheses faster. #22 𝕏 Cursor finds that as AI code generation improves, developers’ roles shift to managing that output—documentation (+62%), architecture (+52%), code review (+51%) and learning (+50%) are booming versus just 15% growth in UI/styling. #23 𝕏 Philipp Schmid breaks down bot audio costs, showing that at ~25 tokens/sec, 60 seconds of speech runs about $0.03. #24 𝕏 Google DeepMind partnered with @BostonDynamics to power Spot with Gemini Robotics embodied reasoning models. This enables the robot to better understand its surroundings, identify objects and carry out simple commands like tidying up a room. #25 𝕏 Demis Hassabis shares a dev.to prompt guide for Google AI’s new Gemini 3.1 text-to-speech model, walking through step-by-step techniques to craft prompts that maximize voice output quality. Found this valuable? Share it with another PM - they can subscribe at genaipm.com Unsubscribe • Switch to Weekly
Related
Anthropic’s coding agent used here as an example of a tool that can be paired with NVIDIA DeepStream workflows. It is also relevant to the Claude web_fetch exploit discussion.
An AI company focused on model safety and agent behavior research. The newsletter cites its research on agentic misalignment and a Claude web_fetch vulnerability fix.
Anthropic’s AI assistant and coding model family, referenced here in a security exploit and as a coding agent in developer workflows. The newsletter also mentions Claude Code specifically in another context.
A code editor and AI agent workspace that introduced Side Chats and cloud agent hooks in this newsletter. For AI PMs, it shows how copilots are evolving into persistent, context-aware agent threads.
A prominent AI tooling writer and analyst who frequently covers model and developer-tool releases. In this newsletter he is credited on posts about xAI’s Grok Build and Claude security issues.
An AI company/tooling ecosystem focused on data indexing and document workflows. Here it is cited for a desktop app that converts PDFs to Markdown and previews extracted bounding boxes.
Vercel’s AI product/design prototyping tool, referenced here for adding image generation support. Useful for PMs who prototype with multimodal UI generation.
A coding agent/product whose interface is described as a capability dial rather than named modes. The newsletter covers its model-routing and reasoning-effort configuration.
A Claude model version referenced as part of a prompt-comparison analysis. It serves as one endpoint for examining changes in Anthropic’s system prompt evolution.
A Gemini model used as a cheaper comparison point in benchmark and OCR evaluations. It is cited as outperforming Claude Opus 4.7 on OCR while costing far less per request.
AWS’s managed model hosting and inference platform. In this newsletter it hosts Grok 4.3 and Claude deployments for enterprise use.
Stay updated on Claude Opus 4.7
Get curated AI PM insights delivered daily — covering this and 1,000+ other sources.
Subscribe Free