Product & Strategy

The Product Desk

The Signal

MiniMax M3 ships near-Opus coding capability at $0.12/M tokens

The inference cost map just bifurcated: frontier agentic use is exploding budgets while routine tasks can now route to models 40x cheaper. Per-call model routing is no longer an optimization — it's survival math.

In Play

  1. The 40x Inference Price Gap Demands Per-Call Routing Now

    MiniMax M3 ($0.12/M tokens), xAI Grok Build ($1/$2/M), DeepSeek V4, and Kimi K2.6 all shipped in one quarter — while Uber burned its 2026 budget in 4 months and Microsoft yanked Claude Code licenses. The cost model splits: frontier for high-stakes, cheap for everything else. Route or bleed.

    Ask Clarity
  2. Agent Platforms Commoditize Your Features — Conway, DeployCo, Copilot Super-App

    Anthropic's leaked Conway platform (Orbit for cross-app, Operon for data, BugCrawl for debugging), OpenAI's DeployCo with 150 FDEs, and Microsoft consolidating Copilot into a super-app all signal the same thing: generic agent orchestration is going platform-native. Features that don't own unique data or workflow context get absorbed within 12 months.

    Ask Clarity
  3. Organic Search Collapse: 58% CTR Drop, 73% of Brands Invisible to AI

    AI Overviews now appear in 25%+ of searches and cut organic CTR by 58%. In 83% of AI Overview results, users never click. 73% of page-one brands don't appear in AI answers at all — SERP rank is decoupled from AI visibility. Gartner projects 50% of organic traffic gone by 2028. Zapier's LLM-optimization playbook is the actionable counter.

    Ask Clarity
  4. On-Device AI: 128GB PCs Ship Fall 2026 — Cloud-Only Has a Shelf Life

    Nvidia RTX Spark ships Fall 2026 with 128GB unified memory on TSMC 3nm — enough to run 70B models locally. Dell, HP, Microsoft are launch partners across 30+ laptops and 10 desktops. Any AI feature where latency or data residency drives churn needs a local-first architecture review this quarter, before hardware reaches customers.

    Ask Clarity
  5. AI Security: 4 New Attack Vectors in One Week — MCP Is the Next Log4j

    LLMReaper (Chrome extension scrapes all AI chats), Flowise CVSS 9.9 RCE via MCP adapter, SEO-poisoned 'Claude Code install' pages delivering infostealers, and ChatGPT Markdown rendering enabling phishing — all disclosed this week. MCP implementations are being adopted without security audits. The pattern matches early Log4j: widely deployed, unaudited, root-level access.

    Ask Clarity

Deep Dives

The 40x Inference Gap: Per-Call Routing Just Became a Product Decision, Not an Optimization

The Two-Front War on Your Cost Model

An engineering manager at Uber opened the AI spend dashboard in month four and watched the 2026 budget hit zero. Her engineers had not done anything wrong. They used Claude Code exactly as pitched, at $500–$2,000 per user per month, and the meter ran. Microsoft drew the same conclusion in blunter form: revoke Claude Code licenses across Experiences and Devices, push everyone back to Copilot CLI. That is one side of the squeeze. The other side showed up the same week. MiniMax M3 landed at $0.12 per million input tokens with coding scores reportedly near Opus 4.7. DeepSeek V4, Moonshot's Kimi K2.6, and xAI's Grok Build at $1/$2 per million all shipped in the quarter. The gap between the two sides is 40x.

The unit economics deck written against Q1 pricing now describes a product that doesn't exist anymore. Features killed 18 months ago because the inference math didn't work should be re-evaluated at 50–70% lower costs for non-critical paths.

Why Usage-Based Pricing Is Failing

What teams tell themselves users do: make one thoughtful call, get an answer, move on. What users actually do: chain summarize-then-act, retrieve-then-generate, code-then-test until the context window fills. That is agentic AI with logarithmic value and super-linear costs. Per-user cost grows with tenure because the power users get better at extracting work from the tool. Netflix did not solve this with a cheaper model. They shipped the open-source Headroom proxy to compress redundant tokens between agent code and LLM APIs and recovered $700K. The fix was cutting calls that were not producing value.

The Routing Decision Framework

The error teams keep making is treating model choice as a vendor decision ("we use Anthropic") instead of a per-call decision ("this call routes to X based on the failure mode"). With three Chinese labs shipping competitive models in one quarter, the menu is at least five options wide. A diagnostic you can run on Monday:

  • Pull your three highest-volume API calls.
  • For each, write down what actually happens when the model gets it wrong.
  • If the failure mode is "user retries," route it to the $0.12 tier.
  • If the failure mode is "contract breaks or customer churns," keep it at $5 and stop apologizing for the bill.

Anthropic's new Effort Control dial is the vendor admitting the split exists. Teams will package "Quick Answer" against "Deep Research" and price them separately. That is a pricing surface, not an infrastructure feature.


The Capex Signal Says This Isn't a Blip

SoftBank committed €75B for 5GW of French AI data center capacity. Nvidia's Vera Rubin supply chain is running 2x larger than Grace Blackwell. Goldman projects $1T annual AI capex by 2027. Industry capex of $157.7B per quarter against $25B in revenue is a 6.3:1 ratio, which means inference is subsidized today. Features that work at current pricing and break at 2.5x are landmines on a known timer. Features that miss the ROI bar today will clear it at 50–70% lower cost, but only for teams that architected the routing decision before they needed it.

What to do

  1. Map your top 10 AI API calls by volume and classify each by failure-mode severity (retry vs. churn vs. contract breach) to determine routing tier

  2. Evaluate Netflix's Headroom proxy for your agent architecture and run a cost projection comparing current spend vs. compressed redundant tokens

  3. Stress-test AI feature unit economics at 2.5x current inference pricing to identify which features go underwater when subsidies end

  4. Implement per-agent-run cost ceilings and circuit breakers before expanding any agentic feature beyond pilot

Conway + Platform Absorption: Your Agent Features Have a 12-Month Window Before They're Free

The Conway Leak Is a Roadmap Preview, Not a Product Announcement

Anthropic's leaked agent platform — codenamed Conway — reveals a full persistent-agent stack that directly threatens any product positioning itself as 'AI workflow automation.' The architecture includes three specialized subsystems: Orbit (cross-app automation for Slack, Gmail, and similar), Operon (data pipeline management), and BugCrawl (autonomous debugging). Agents run in isolated containers with persistent file-based memory and trigger via webhooks. The .cnw.zip extension standard suggests a deployable, packageable agent format — not a research demo.

If Anthropic ships a general-purpose agent that orchestrates across Slack, Gmail, codebases, and data pipelines, what happens to every SaaS product that positioned itself as 'AI-powered workflow automation'?

Three Platform Plays Converging on the Same Territory

Conway isn't isolated. OpenAI's DeployCo launched with $4B backing and 150 Forward Deployed Engineers from the Tomoro acquisition, taking equity stakes in PE vehicles buying traditional businesses. Microsoft is consolidating scattered Copilot tools into a unified super-app with GitHub Copilot, Cowork, and Scout (always-on agent) tabs — explicitly to address 'weak adoption' from fragmented touchpoints. Cognition's Devin now runs more sessions asynchronously than interactively, with engineers running 10-20 instances in parallel. The direction is unanimous: generic agent orchestration becomes platform-native.

The Survivability Test

The diagnostic is one sentence: which measurable outcome does your customer get that no generic agent can replicate? Three sources converge on what survives:

  1. Proprietary workflow data — Legacy SaaS is being acquired specifically for behavioral/usage patterns to train agents, not for revenue multiples
  2. Domain-specific verification — Claude Opus 4.8 deployed to 105 agents introduced a bug it couldn't fix after 8 attempts, requiring full rollback. Capability ≠ reliability.
  3. Distribution and integration depth — APIs are commoditized endpoints swappable in an afternoon; deep workflow embedding creates quarters of switching cost

Dynamic Workflows: The Pattern to Steal

Claude Code's Dynamic Workflows (1,000 agents, 16 concurrent, crash-resume via JavaScript orchestration) aren't useful because of scale — they're useful because of the adversarial verification pattern. Agents attack a problem independently, then cross-check until convergence. That pattern, at modest scale (2-3 parallel generations checking each other), improves output quality without waiting for a better base model. It's implementable this sprint.

Enterprise governance is the forcing function: Dynamic Workflows ship off by default on Enterprise plans, requiring admin enablement. That's the sales pattern to copy. Admin-gated rollout gives security teams a defensible answer and produces usage data before broad rollout.

What to do

  1. Conduct a build-vs-buy assessment for any AI workflow automation on your roadmap against Conway's leaked capabilities — document which planned features would be commoditized

  2. Audit your product for the survivability test: for each AI feature, write the measurable customer outcome AND the distribution surface that strengthens when the feature ships — kill any row where both columns are empty

  3. Prototype adversarial verification (2-3 parallel agent generations cross-checking each other) on your highest-error-rate AI output surface

  4. Ship AI agent features as admin-gated by default for enterprise accounts, matching the procurement expectations Anthropic is setting

Organic Search Is Dying: 58% CTR Drop, and Your Growth Model Has 18 Months

The Numbers Are No Longer Projections

Google AI Overviews now appear in 25%+ of searches and reduce organic click-through by 58%. In 83% of AI Overview results, users never click anything at all. The mobile picture is worse: 77% of mobile searches end without a click (60% on desktop). But the most dangerous number for product teams is this: 73% of page-one ranking brands are NOT mentioned in AI-generated answers. Your SERP rankings — the thing you invested years building — have essentially zero correlation with AI-era visibility. The scoreboard reset without a notification.

Gartner projects 50% of organic traffic disappears by 2028. Given current trajectories, that's conservative.

SEO Rankings and AI Visibility Are Now Decoupled

This is the critical insight most teams haven't internalized. The old game was: rank on page one → get clicks → convert. The new game is: get cited by the AI answer → you exist to users. These are different games with different scoring. Domain Authority doesn't matter to LLMs. Authoritativeness, comprehensiveness, and freshness are what LLMs weight when selecting citation sources. Your SEO team's KPIs are measuring a dying paradigm.

Zapier's Playbook Is Your Blueprint

Zapier is demonstrating what works in the new regime:

  • Only publish content that answers ICP questions more thoroughly than any alternative
  • Refresh content frequently with visible 'last updated' metadata (signals recency to crawlers and LLMs)
  • Optimize for depth over breadth — LLMs want the definitive answer, not the 15th article on a topic
  • Programmatic SEO adapted for LLM consumption patterns

Additionally, Reddit and YouTube mentions are disproportionately influencing AI-driven discovery. These platforms are becoming the new 'backlinks' for LLM citation. Community presence is now a growth investment, not just brand building.

The Amazon Counter-Signal

While organic search decays, Amazon's AI shopping assistant demonstrates what works on the other side: 3.5x conversion over keyword search by collapsing the distance between intent and purchase. Amazon is now platformizing this for all retailers, AWS-style. The diagnostic for any PM touching commerce or discovery: does the buying intent in your category get resolved inside someone else's AI surface, or inside yours? If users start elsewhere and the AI resolves the purchase, you're a supplier. If users start on your surface and you resolve it, you have a product.


First-Party Data Is the Survival Strategy

Disney built an in-house ad stack with owned data. Taco Bell gates exclusives through its app to capture data. The pattern: companies treating first-party user relationships as their primary strategic asset. In a world where AI intermediates discovery and third-party cookies are dead, direct user relationships with rich behavioral data create insurmountable advantage. Every feature that creates a direct user relationship — accounts, preferences, saved states, notifications — is strategic infrastructure. The question: 'If AI Overviews completely eliminate our organic discovery, can we still reach our users through owned channels?'

What to do

  1. Audit your acquisition channel mix this week — quantify what % of signups originate from organic search and model impact of 30-50% decline over 24 months

  2. Implement AI discoverability tracking: monitor whether your brand appears in AI Overview answers for your top 50 target keywords

  3. Develop Reddit and YouTube community presence strategy specifically aimed at AI citation influence

  4. Evaluate Zapier's LLM-optimization playbook: depth-first publishing, visible freshness signals, ICP question-matching as a publishing gate

AI Security: Four Attack Vectors This Week Mean Your AI Features Need a Threat Model by Friday

Four AI-Specific CVEs in One Week, All Targeting Dev Tools

A backend engineer installed a Chrome extension last Tuesday to summarize Jira tickets. She also pastes connection strings into a browser-based AI assistant about six times a day. This week, four separate disclosures made that combination materially worse. The pattern is not coincidence. It is what happens when agent tooling ships faster than the audit cycle that normally catches this class of bug.

VectorSeverityImpactFix
LLMReaperHighChrome extension scrapes ChatGPT/Claude/Gemini conversations including API keys, AWS credentials, Stripe secretsPolicy: no credentials in browser LLMs
Flowise MCP RCECVSS 9.9Unsafe stdio command serialization in MCP adapter gives root-level access in containersDisable MCP adapters immediately
Claude Code SEO poisoningHighFake install pages deliver fileless infostealers via polyglot filesOfficial channels only, signed binaries
ChatGPhishMediumMarkdown rendering in AI output enables phishing links and IP leakageSanitize all AI-rendered Markdown

MCP Is an Unaudited Dependency in Every Agent Framework

The Flowise vulnerability exploits unsafe stdio command serialization in its MCP adapter. MCP, the Model Context Protocol Anthropic introduced, was adopted across the ecosystem at a speed that outran review, which is why most implementations have not been security-audited. The exploit pattern that worked against Flowise will be hunted across every other implementation this quarter. Teams shipping agents that call tools via MCP are choosing between auditing those integrations now or accepting that the audit will happen in production on someone else's timeline.

AI agent traffic exploded 7,851% in one year. Automated traffic is growing 8x faster than human traffic. The attack surface is expanding faster than defenses.

The Developer Workflow Is the Vulnerability

The LLMReaper PoC requires zero special permissions. It uses the same Manifest V3 'read and change all your data' grant that thousands of Chrome extensions already hold, plus a MutationObserver scraping conversations off the DOM in real time. The thing being pitched is 'AI in the developer workflow'; the thing being done is developers pasting credentials, connection strings, and proprietary prompts into a tab any installed extension can read. Meanwhile a malicious npm package (codexui-android) is harvesting Codex authentication tokens from dev environments.

The 2x2 for This Sprint

Enterprise buyers will be asking about AI security posture in procurement conversations within 90 days. Flowise's critical RCE creates a concrete displacement window: teams forced off Flowise need alternatives this week. The diagnostic is straightforward. One axis: whether the team can articulate its security model concretely (sandboxed rendering, validated MCP implementations, secure install paths). Other axis: whether the nearest competitor has done the same hardening. The cell where you have and they have not is where displacement deals close, which is why pulling security hardening of AI features ahead of new feature development is the call this sprint rather than next quarter.

What to do

  1. Implement policy today prohibiting pasting of API keys, credentials, or sensitive data into browser-based LLM interfaces — communicate to engineering team

  2. Audit all MCP adapter implementations in your stack for unsafe stdio command serialization — disable any using Flowise patterns

  3. Add AI-rendered content sanitization to your PRD template as a mandatory security requirement for any feature displaying LLM output

  4. Run a threat model exercise against your AI feature stack using the SANS SEC545 taxonomy: prompt injection, MCP attacks, and RAG exploits as formal risk categories

The bottom line

The AI inference cost map bifurcated this week: Uber burned its 2026 budget in four months at $500–$2K per engineer on frontier models while MiniMax shipped comparable coding performance at $0.12/M tokens — a 40x gap that makes per-call routing an immediate P0, not a future optimization. Simultaneously, Anthropic's leaked Conway platform and Microsoft's Copilot super-app consolidation signal that generic agent orchestration goes platform-native within 12 months, organic search lost 58% of its CTR to AI Overviews with 73% of page-one brands invisible to AI answers, and four critical AI security vulnerabilities (including a CVSS 9.9 MCP exploit) proved the AI toolchain is now a primary attack surface. The teams that route inference by failure mode, defend features with proprietary data and distribution, diversify acquisition beyond organic search, and threat-model their AI stack this quarter survive the next four. The teams that don't will discover all four problems simultaneously at renewal.