GenAI PM
tool7 mentions· Updated Jan 17, 2026

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 repeatedly appears as the model layer behind coding agents, browser agents, and rapid prototyping workflows.
  • Its use in v0 Max and Comet shows that default model choice can directly influence pricing, positioning, and product experience.
  • Examples from Cursor, Figma MCP, and Notion’s Prototype Playground show how it shortens design-to-code and prototype-to-production cycles.
  • The Factory Droid workflow demonstrates a practical multi-model pattern where Opus 4.5 handles planning and another model handles execution.
  • For AI PMs, Opus 4.5 is a case study in treating model routing and defaults as strategic product levers.

Opus 4.5

Overview

Opus 4.5 is a frontier model referenced across multiple product and workflow examples in the newsletter, often as the engine behind coding agents, browser agents, and AI-powered prototyping tools. It appears under aliases such as Claude Opus 4.5 and Claude Code (Opus-4.5), and is frequently surfaced not as a standalone end-user product but as the model layer powering experiences in tools like v0, Claude Code, Comet, Cursor-based workflows, and agentic systems such as Factory’s Droid.

For AI Product Managers, Opus 4.5 matters because it illustrates how model choice itself can become a product decision with direct impact on differentiation, UX quality, autonomy, speed, and cost. In the newsletter, it is associated with production-ready prototyping, browser automation, coding workflows, and default model selection in subscription tiers. That makes it a useful case study in how PMs can treat model routing and model defaults as strategic levers rather than purely technical implementation details.

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 highlighted model selection as both a product positioning and unit-economics lever.
  • 2026-01-22: Comet adopted Opus 4.5 as the default model for its browser agent for all Max subscribers, signaling confidence in the model for agentic browsing and premium-user workflows.
  • 2026-01-24: In a walkthrough of Claude Cowork and Claude Code, Boris recommended starting sessions in plan mode, then switching to auto-accept edits with Opus 4.5 for one-shot generation. He also paired this with a shared Cloud.md knowledge base checked into Git for team guidance.
  • 2026-01-31: Dharmesh Shah highlighted a reliability pitfall with agentic coding assistants like Claude Code and recommended defining reusable custom “skills” to reduce errors and improve consistency when working with advanced models such as Opus 4.5.
  • 2026-02-16: Peter Yang used Factory’s Droid agent via 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 speed-reading web app, showing a multi-model workflow where Opus 4.5 handled higher-level planning.
  • 2026-02-24: Notion AI’s design team used a Next.js monorepo called Prototype Playground, powered by Claude Code (Opus-4.5) and Cursor, to rapidly create production-ready prototypes with AI-assisted tooling.
  • 2026-03-23: Felix Lee demonstrated using Claude Code (Opus 4.5) inside Cursor with Figma MCP to turn a Figma landing page into production-ready code in under 15 minutes, including iterative fixes and UI behavior refinements.

Relevance to AI PMs

1. Model choice can be a product feature, not just an infra choice. The v0 and Comet examples show that making Opus 4.5 the default model can change perceived product quality, support premium tiers, and even enable pricing changes.

2. Opus 4.5 is useful in end-to-end build workflows. Across Claude Code, Cursor, Figma MCP, and Prototype Playground, the model shows up in practical flows that compress design-to-code and prototype-to-product cycles. PMs can use this pattern to speed validation and internal tool building.

3. It supports model specialization in agent systems. The Factory example shows Opus 4.5 being used for planning while another model handles execution. For PMs, this is a tactical template for routing tasks by strength area to improve quality and cost efficiency.

Related

  • claude-code: One of the primary surfaces through which Opus 4.5 appears; frequently used for coding, planning, and agentic software workflows.
  • cursor: A common IDE environment where Opus 4.5-powered Claude Code workflows are demonstrated.
  • figma-mcp: Connects design context from Figma into coding workflows, helping Opus 4.5 translate UI designs into implementation.
  • notion and prototype-playground: Show how internal product and design teams can operationalize Opus 4.5 for rapid prototyping in production-like environments.
  • factory, droid, and ghosty-cli: Illustrate agentic orchestration patterns where Opus 4.5 is used for planning or high-level task decomposition.
  • gpt-52: Mentioned alongside Opus 4.5 in a split workflow, reinforcing the idea of multi-model pipelines.
  • claude-cowork and cloudmd: Related operational practices around team knowledge, session management, and consistent agent guidance when using Opus 4.5.
  • comet and v0: Clear examples of user-facing products where Opus 4.5 is used as a default model to shape experience and value.
  • dharmesh-shah and aravind-srinivas: Individuals connected to notable commentary and product decisions involving Opus 4.5.

Newsletter Mentions (7)

2026-03-23
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.

2026-02-24
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.

2026-02-16
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.

2026-01-31
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.

2026-01-24
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.

2026-01-22
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.

2026-01-17
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 .

Stay updated on Opus 4.5

Get curated AI PM insights delivered daily — covering this and 1,000+ other sources.

Subscribe Free