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 appears in the newsletter as a high-capability model embedded in products like v0 Max, Claude Code, and Comet.
  • Its usage patterns show that model selection can drive both product differentiation and pricing strategy.
  • AI PMs can apply Opus 4.5 tactically by assigning it to planning, prototyping, and ambiguous reasoning tasks.
  • The mentions also reinforce that strong models still need guardrails such as plan mode, reusable skills, and shared team context.
  • Opus 4.5 is most valuable to PMs as a workflow component inside agentic products rather than as an isolated model brand.

Opus 4.5

Overview

Opus 4.5 is a frontier model referenced across multiple AI coding and agent workflows in the newsletter, often as the reasoning or default model behind premium product experiences. It appears in tools such as v0 Max, Claude Code, Comet, and Factory’s Droid agent, where it is used for code generation, planning, browser automation, and rapid prototyping. In practice, Opus 4.5 shows up less as a standalone destination product and more as a strategic model layer embedded inside developer and product-building workflows.

For AI Product Managers, Opus 4.5 matters because it highlights a core product decision: model selection is both a user-facing differentiator and a unit-economics lever. The newsletter mentions connect Opus 4.5 to faster prototyping, premium defaults, higher-autonomy agents, and even price changes such as v0 Max becoming 20% cheaper while using it as the default. That makes Opus 4.5 relevant not just as a model capability story, but as a packaging, workflow, and margin strategy.

Key Developments

  • 2026-01-17 — v0 announced that v0 Max became the new default for all users, powered by Opus 4.5, and 20% cheaper. This is one of the clearest examples of model choice being used as both a capability signal and pricing lever.
  • 2026-01-22Comet adopted Opus 4.5 as the default model for its browser agent for all Max subscribers, showing how model defaults can shape the experience of premium AI agent products.
  • 2026-01-24 — In a Claude Cowork and Claude Code workflow demo, Boris recommended starting sessions in plan mode, then switching to auto-accept edits with Opus 4.5 for one-shot code generation, alongside a shared Cloud.md knowledge base checked into Git.
  • 2026-01-31Dharmesh Shah highlighted a reliability issue common to agentic coding assistants like Claude Code and recommended defining custom “skills” with preconfigured instructions and context to improve consistency when using 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 app, illustrating multi-model orchestration by task type.
  • 2026-02-24Notion AI’s design team used 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.
  • 2026-03-23Felix 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 UI fixes and interaction states.

Relevance to AI PMs

1. Use model choice as a product lever, not just an engineering detail. Opus 4.5 is repeatedly tied to premium defaults, better prototyping workflows, and differentiated agent experiences. AI PMs should evaluate whether changing the default model can improve perceived quality, conversion to paid tiers, or retention.

2. Match models to workflow stages. One newsletter mention explicitly separates Opus 4.5 for planning from GPT-5.2 for execution. That pattern is useful for PMs designing agentic products: use stronger reasoning models where ambiguity is high, and cheaper or faster models where tasks are repetitive and well-scoped.

3. Design guardrails around high-capability models. Mentions around Claude Code show that even powerful models benefit from plan mode, reusable skills, and shared team context files like Cloud.md. PMs should treat prompting structure, memory, and operating constraints as part of the product, not an afterthought.

Related

  • claude-code — One of the main surfaces through which Opus 4.5 appears in the newsletter; used for coding, editing, and agentic workflows.
  • cursor — Frequently paired with Claude Code (Opus 4.5) as the IDE environment for building and prototyping.
  • figma-mcp — Used with Cursor and Claude Code to translate Figma designs into production-ready code quickly.
  • notion and prototype-playground — Examples of design and product teams operationalizing Opus 4.5 in internal prototyping workflows.
  • factory, droid, and ghosty-cli — Illustrate how Opus 4.5 can be part of a multi-agent or multi-model stack, especially for planning-heavy tasks.
  • gpt-52 — Mentioned alongside Opus 4.5 in a split workflow where reasoning/planning and execution are assigned to different models.
  • claude-cowork and cloudmd — Show the operational patterns around using Opus 4.5 effectively in team settings, including shared context and workflow discipline.
  • comet and aravind-srinivas — Example of Opus 4.5 being adopted as a default model for a browser agent product.
  • v0 — A strong example of Opus 4.5 being used as a default model tied directly to product packaging and price positioning.
  • dharmesh-shah — Provides practical guidance on reducing reliability issues when using advanced coding agents powered by models like 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 .

Related

Claude Codetool

An AI coding assistant environment used for running evaluation skills and agentic workflows. In this issue it is mentioned as a runtime for ai-evals-course material and as an agent in an OpenRouter-like system.

Cursortool

An AI coding tool referenced as providing data used to evaluate Grok 4.6. It is also named later as a target environment for running AI eval skills.

Aravind Srinivasperson

Co-founder and CEO of Perplexity, quoted here on the company’s Agent API and its positioning as a developer platform. He is a prominent voice on AI product strategy and platform design.

Dharmesh Shahperson

Co-founder associated here with advocating an 'open brain' approach to machine- and human-readable organizational information. Important for PMs thinking about internal systems, APIs, and organizational memory.

v0tool

Vercel’s AI app and agent builder, mentioned here for new secure service connections through Vercel Connect. It is relevant to PMs shipping AI apps that need integrations and authentication.

Claude Coworktool

A handoff-oriented Claude workflow tool used to continue sessions and power inbox automation.

GPT-5.2tool

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.

Notiontool

A workspace and note-taking tool used here to store research outputs as cards. In this workflow it supports agent-generated content operations.

Figma MCPtool

A plugin that enables code-to-design roundtrips in Figma. It is relevant as an interoperability layer between AI-generated code and design tooling.

Comettool

A standalone browser from Perplexity designed to let a personal-computer AI execute web tasks reliably.

Factorycompany

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