Opus 4.5
A model used to power v0 Max in the newsletter. For AI PMs, it signals model selection as a product differentiation and cost lever.
Key Highlights
- Opus 4.5 appears across coding, browser-agent, and prototyping products as an embedded model layer rather than a standalone tool.
- Its use in v0 Max shows how model selection can directly support product differentiation and lower-cost packaging.
- Newsletter examples suggest Opus 4.5 is especially valuable for planning, reasoning, and high-quality code generation workflows.
- Teams pair Opus 4.5 with tools like Claude Code, Cursor, and Figma MCP to accelerate design-to-code and prototype iteration.
- For AI PMs, the key lesson is to match model choice to workflow stage, reliability needs, and unit economics.
Opus 4.5
Overview
Opus 4.5 is a frontier model referenced across multiple AI product workflows in the newsletter, most notably as the model powering v0 Max and as a default or recommended choice in coding and browser-agent experiences like Claude Code, Comet, and related agentic tooling. Across these mentions, Opus 4.5 shows up less as a standalone consumer product and more as a strategic model layer embedded inside higher-level tools.For AI Product Managers, that makes Opus 4.5 important for two reasons. First, it illustrates how model selection itself becomes product differentiation: teams market faster prototyping, stronger coding quality, or better autonomous planning by choosing a specific model. Second, it highlights the economics of model-powered UX: v0’s positioning of Opus 4.5 alongside a 20% lower price signals that model choice is not just a capability decision, but also a margin, packaging, and adoption lever.
Key Developments
- 2026-01-17 — v0 announced that v0 Max became the new default for all users, powered by Opus 4.5 and priced 20% cheaper. This framed the model as both a quality enabler and a cost lever in product packaging.
- 2026-01-22 — Aravind Srinivas announced that Comet adopted Opus 4.5 as the default model for its browser agent for Max subscribers, reinforcing the model’s role in agentic browsing experiences.
- 2026-01-24 — In a workflow discussion around Claude Cowork and Claude Code, Boris recommended starting sessions in plan mode, then using Opus 4.5 for one-shot code generation, alongside a shared Cloud.md knowledge base checked into Git.
- 2026-01-31 — Dharmesh Shah highlighted a reliability pitfall with agentic coding assistants and recommended defining reusable custom “skills” to reduce mistakes and improve consistency when working with advanced models like Opus 4.5.
- 2026-02-16 — Peter Yang demonstrated using Factory’s Droid agent via Ghosty CLI with Opus 4.5 for planning and GPT-5.2 for execution to build and QA a React speed-reading app. This showcased a multi-model workflow where Opus 4.5 handled higher-level reasoning and planning.
- 2026-02-24 — Notion AI’s design team was described as using a Next.js monorepo called Prototype Playground, powered by Claude Code (Opus-4.5) and Cursor, to rapidly create production-ready prototypes with AI assistance.
- 2026-03-23 — Felix Lee showed how Claude Code (Opus 4.5) inside Cursor with Figma MCP could turn a Figma landing page into production-ready code in under 15 minutes, including UI fixes and interaction states.
Relevance to AI PMs
1. Treat model choice as a product decision, not just an engineering decision. Opus 4.5 appears in launches where the model itself shapes positioning—better coding, stronger planning, faster prototyping, or premium-agent defaults. AI PMs should evaluate whether a specific model improves win rate, quality perception, or speed enough to justify its cost.2. Use different models for different jobs in the workflow. One mention explicitly separates Opus 4.5 for planning from GPT-5.2 for execution. That is a practical pattern for PMs designing agent systems: use a stronger reasoning model where ambiguity is high, and a cheaper or faster model where deterministic execution is enough.
3. Design operating practices around model strengths and failure modes. The newsletter mentions plan mode, custom skills, and shared team context files like Cloud.md. For PMs, this means adoption depends not only on raw model quality but also on workflow design, prompt scaffolding, governance, and reusable context.
Related
- Claude Code — One of the main surfaces where Opus 4.5 appears, especially for coding, planning, and design-to-code workflows.
- Cursor — Frequently paired with Claude Code (Opus 4.5) as the IDE environment for rapid prototyping and implementation.
- Figma MCP — Used alongside Claude Code (Opus 4.5) to convert design files into production-ready front-end code.
- v0 — A major product mention where v0 Max is powered by Opus 4.5, making model selection visible in pricing and product packaging.
- Comet — Adopted Opus 4.5 as the default model for its browser agent for Max subscribers.
- Notion / Prototype Playground — Examples of teams using Opus 4.5 in internal prototype systems to speed up production-quality experimentation.
- Factory / Droid / Ghosty CLI — Illustrate how Opus 4.5 can be used as the planning layer inside multi-agent or multi-model software workflows.
- GPT-5.2 — Mentioned as a complementary execution model in a split workflow, underscoring that Opus 4.5 may be most valuable in higher-level reasoning roles.
- Dharmesh Shah, Aravind Srinivas — Related thought leaders and operators who surfaced practical usage and deployment choices involving Opus 4.5.
- Cloud.md, Claude Cowork — Associated workflow and collaboration patterns that make model-driven coding systems more reliable and team-friendly.
Newsletter Mentions (7)
“Felix Lee demonstrates using Claude Code (Opus 4.5) in the Cursor IDE with Figma MCP to convert a Figma landing page design into production-ready code in under 15 minutes.”
#1 ▶️ How to Design and Code with Claude Code and Figma MCP in 50 Min | Felix Lee Peter Yang Felix Lee demonstrates using Claude Code (Opus 4.5) in the Cursor IDE with Figma MCP to convert a Figma landing page design into production-ready code in under 15 minutes. Implemented a Figma landing page via Claude Code within Cursor and Figma MCP, adding form submit states, fixing a missing logo, and making a PDF “book” component sticky—all in just 15 minutes.
“Notion AI’s design team uses a Next.js monorepo called Prototype Playground, powered by Claude Code (Opus-4.5) and Cursor, to rapidly build production-ready prototypes with AI-assisted tooling.”
GenAI PM Daily February 24, 2026 GenAI PM Daily 🎧 Listen to this brief 3 min listen Today's top 23 insights for PM Builders, ranked by relevance from Blogs, YouTube, X, and LinkedIn. OpenAI Updates SWE-bench Verified Metrics #1 📝 OpenAI News Why SWE-bench Verified no longer measures frontier coding capabilities - OpenAI explains why the SWE-bench Verified benchmark is no longer used to measure frontier coding capabilities, outlining limitations of the metric and reasons it can misrepresent real-world model performance. The piece describes the rationale for retiring or deprioritizing the benchmark and points toward alternative evaluation approaches for assessing coding ability. Also covered by: @Sebastian Raschka #2 📝 Simon Willison Ladybird adopts Rust, with help by AI - Andreas Kling describes using coding agents (Claude Code and Codex) to port Ladybird's LibJS JavaScript engine from C++ to Rust, producing byte-for-byte identical output and completing ~25,000 lines of Rust in about two weeks.
“Peter Yang Uses Factory’s Droid agent via the Ghosty CLI in high-autonomy spec mode with Opus 4.5 for planning and GPT-5.2 for execution to build and QA a React-based speed-reading web app using Chrome DevTools for automated screenshots, linting and type-checking.”
#3 ▶️ Full Tutorial: The Most Underrated AI Agent for Coding and Product Work | Eno Reyes (Factory) Peter Yang Uses Factory’s Droid agent via the Ghosty CLI in high-autonomy spec mode with Opus 4.5 for planning and GPT-5.2 for execution to build and QA a React-based speed-reading web app using Chrome DevTools for automated screenshots, linting and type-checking.
“To mitigate this, he recommends defining custom “skills”—preconfigured instructions and context—for frequent tasks.”
From LinkedIn • Deeper Insights AI Tools & Applications Dharmesh Shah’s post highlights a common reliability pitfall with agentic coding assistants like Claude Code: when they reply “you’re absolutely right,” they may overlook errors or violate principles such as DRY (Don’t Repeat Yourself). To mitigate this, he recommends defining custom “skills”—preconfigured instructions and context—for frequent tasks. This approach helps maintain consistency and reduce surprising mistakes, even when leveraging advanced models like Opus 4.5.
“Boris recommends starting Claude Code sessions in plan mode to refine a task, then switching to auto-accept edits with Opus 4.5 for one-shot code generation, and maintaining a shared Cloud.md (checked into Git) with a GitHub action that lets you tag the Claude app on PRs to automatically update team guidance.”
I got a private lesson on Claude Cowork & Claude Code Greg Isenberg • January 23, 2026 In this episode, Boris demonstrates how Claude Cowork’s simple Mac app—powered by the same Claude Code “quad agent”—lets users mount local folders to rename receipt files, generate and format spreadsheets in Chrome, and send emails via Gmail, and shares best practices for Claude Code sessions using plan mode, Opus 4.5, and a shared Cloud.md knowledge base. Key Takeaways: Claude Cowork is a Mac-only desktop app (Windows coming soon) that uses the Claude Code “quad agent” SDK to access user-mounted folders, rename files by date with reverse elicitation, and output new files like spreadsheets. With the Cowork Chrome extension, the agent automates browser tasks—creating and formatting a Google Sheet from receipt data and composing an email in Gmail—while enforcing safety via a sandbox VM and deletion protection.
“Comet Defaults to Opus 4.5 : Aravind Srinivas @AravSrinivas announced the adoption of Opus 4.5 as the default model for the browser agent on Comet for all Max subscribers .”
Google Updates GeminiApp UX with Instant Answers From X AI Product Launches & Updates Comet Defaults to Opus 4.5 : Aravind Srinivas @AravSrinivas announced the adoption of Opus 4.5 as the default model for the browser agent on Comet for all Max subscribers . GeminiApp UX Improvement : Josh Woodward @joshwoodward fixed a papercut by adding an "Answer now" button to stop GeminiApp from thinking and deliver instant responses using the 3 Flash model . World API Launch : Fei-Fei Li @drfeifei shared that the World API is live, enabling Marble to empower user creations, products, and workflows.
“v0 Max default powered by Opus 4.5 : V0 @v0 announced v0 Max as the new default for all users, powered by Opus 4.5 and now 20% cheaper .”
AI Tools & Applications v0 Max default powered by Opus 4.5 : V0 @v0 announced v0 Max as the new default for all users, powered by Opus 4.5 and now 20% cheaper . Session renaming & connectors in research preview : Claude @claudeai shipped session renaming , connector improvements , and early feedback fixes in its macOS app research preview . AWS database integration : V0 @v0 introduced AWS databases support, enabling a prompt-to-app workflow with a production database in minutes and no manual setup .
Related
A coding environment for Claude mentioned for its keyboard shortcut that opens a full-featured editor for prompt writing. It is highlighted as making long prompts far easier to manage.
An AI coding tool mentioned as part of the hidden setup tax for non-technical staff without proper enterprise scaffolding. It is referenced alongside Claude and ChatGPT in the context of adoption friction.
A founder/executive mentioned arguing that APIs, MCPs, and CLIs need redesign for AI agents as primary users. He also praises HubSpot's agent readiness and contrasts human UX with agentic experiences.
The CEO of Perplexity, mentioned here discussing enterprise AI data scientist agents with Snowflake. For AI PMs, he represents a prominent voice on productizing AI search and enterprise workflows.
Vercel’s AI UI-building tool. The newsletter highlights new permission modes for controlling how much autonomy the agent has.
A GPT model release referenced as an impressive model by Kevin Weil. For AI PMs, it represents continued frontier-model iteration and user expectation growth.
A Claude offering for legal organizations and enterprise AI teams, mentioned as part of deploying Claude in legal workflows.
A productivity company referenced through the Notion AI agent Hot Potato. It appears here as the host context for an internal standup-prep automation.
A plugin that enables code-to-design roundtrips in Figma. It is relevant as an interoperability layer between AI-generated code and design tooling.
A standalone browser from Perplexity designed to let a personal-computer AI execute web tasks reliably.
An AI-native startup mentioned as delegating tasks to AI agents across multiple functions. Relevant to PMs as an example of an AI-first operating model.
Stay updated on Opus 4.5
Get curated AI PM insights delivered daily — covering this and 1,000+ other sources.
Subscribe Free