Product & Strategy

The Product Desk

The Signal

A user opens Settings once this fall, picks a model provider for iOS 27

That's one choice, across a billion devices, sitting next to Bluetooth. If a product's AI story is "we use the good model," that story now lives in someone else's menu. The work this quarter is showing the product holds up when the model underneath is swappable.

In Play

  1. iOS 27 Model Marketplace Ships Fall 2026 — The Biggest Distribution Shift Since the App Store

    Apple is opening iOS 27, iPadOS 27, and macOS 27 to multiple third-party AI providers. Users pick once; that choice routes all system-wide AI queries. Apple paid $250M in Siri settlement because it couldn't build competitive AI — so it's becoming the selector layer instead. Model wrappers die; workflow owners survive.

    Ask Clarity
  2. AI Platform Layer Splits Into Three Incompatible Business Models

    OpenAI is an ad network ($100M ARR in 6 weeks, targeting $100B by 2030). Anthropic is a vertical services company ($1.5B finance JV, 10 agents for Wall Street). Google is the infrastructure layer ($200B cloud commitment from Anthropic alone). These aren't competitors — they're three different ecosystems with different incentive structures for your product.

    Ask Clarity
  3. Architecture Economics Reset: 12M-Token Context at 1/1000th Cost, Vision Agents at 45x Premium

    SubQ launched a 12M-token context window at $8 per benchmark run vs ~$2,600 for Opus — potentially eliminating 40% of RAG pipeline work. Simultaneously, vision agents cost 45x structured API paths and better models don't close the gap. MTP drafters deliver 3x throughput at 78M parameters. Your cost assumptions from Q1 are stale in both directions.

    Ask Clarity
  4. Dynamic Pricing Bans: 33+ States, Hard Oct 1 Deadline

    Maryland's Protection From Predatory Pricing Act takes effect Oct 1, 2026 — first state-level ban on AI-powered dynamic pricing. ~33 states have similar legislation in draft. Governor explicitly named 'predictive AI that determines when we'll pay more.' Any pricing logic using individual user signals is the target. Four quarters of engineering work, starting now.

    Ask Clarity
  5. The Reliability Gap: 18 Months of Capability Gains, Minimal Trust Improvement

    Research across 14 frontier models over 18 months shows capability surged while reliability barely moved. Best-in-class still hallucinates ~30% in multi-turn. Power users use AI 'thinking' 7x more than median. 90% of firms report zero AI impact over 3 years. The upgrade from one model to the next doesn't fix the edge cases — orchestration engineering does.

    Ask Clarity

Deep Dives

iOS 27 Is the New Default — Your Model-Wrapper Product Has Two Quarters to Evolve or Die

The Distribution Event

A user upgrades to iOS 27, iPadOS 27, or macOS 27 and is asked to pick an AI provider. She picks once. From that moment, every system-wide AI request — summarize this, draft a reply, generate this image — routes to whichever third-party AI model she selected for text generation, image generation, and editing. The named beneficiaries are Google and Anthropic, which tells you the bar is foundation-model scale. Every system-wide AI query goes through one chosen provider.

There is no browsing. Users pick once. Whoever is in the default slot on day one gets the query volume. Whoever is not, does not.

Why This Is Different From Previous Platform Shifts

The $250M Siri settlement is the backstory. Apple promoted AI features "that did not exist at the time, do not exist now, and will not exist for two or more years." It could not ship competitive AI fast enough, so it became the selector layer instead. This is the App Store playbook applied to AI: control distribution, extract rents, let others compete on capability.

OpenAI is running the same play from the opposite direction — a dedicated AI phone with dual-NPU architecture targeting 30M units in 2027-2028. Google's Remy agent is in internal dogfood, potentially debuting at I/O May 19-20. Meta has an agentic assistant targeting pre-Q4 2026. Four companies are building the next interaction layer simultaneously.

The Three-Cell Diagnostic

If the product is a model: integration work starts now. Latency budgets on-device, Apple's review process, being on the partner list before it goes public. That is a real distribution win at billion-device scale.

If the product is a model wrapper: the default-assistant slot is where distribution goes to die. The user picks the underlying model. The wrapper layer disappears.

If the product is an application built on a model: the pricing conversation with the model vendor changes in two quarters, because their marginal query cost is about to drop. The core product is safe only if it owns data or workflow the assistant cannot replicate.

The Forcing Function

Pull the last 30 days of session data. Separate sessions where user intent formed elsewhere (the user arrives with a question) from sessions where intent forms inside the product (the user discovers what to do next). If the first bucket is larger, the iOS 27 moves hit the roadmap this quarter. If the second is larger, the product has a workflow moat the selector layer cannot intermediate.

What to do

  1. Map every AI-powered feature in your product against the question: 'Can a user accomplish this by asking their default iOS assistant instead?'

  2. Evaluate whether your product could register as a selectable AI provider on Apple's platform — draft partnership proposal if domain-specific AI is your core value

  3. Audit all public AI feature marketing for capability claims exceeding delivery — Apple's $250M sets legal precedent at $25-$95 per eligible device

The Architecture Economics Just Flipped: 12M Tokens for $8, Vision Agents at 45x, and What to Rebuild

Three Cost Curves Moving Simultaneously

Three infrastructure developments landed this week that collectively invalidate Q1 cost assumptions for AI features:

  1. SubQ's 12M-token context window at 1/1000th the compute of frontier models — $8 per benchmark run versus ~$2,600 on Opus. RULER 128K score of 95%, competitive with Opus 4.6 and DeepSeek V4 Pro.
  2. Vision agents cost 45x structured API paths — and better models don't close the gap because screenshot volume (not accuracy) drives token consumption.
  3. Multi-Token Prediction drafters at 78M parameters deliver 3x throughput with no quality degradation, with day-0 support across vLLM, SGLang, Ollama, and llama.cpp.
A feature that cost $0.03 per interaction six months ago now costs $0.012 on optimized routing. At volume, that's the line between a product and a subsidy.

What the Context Cost Cliff Means for RAG

SubQ's numbers are self-reported and need independent validation. But the useful question isn't whether these specific numbers hold — it's what happens to chunking strategies, multi-hop retrieval, summarization chains, and progressive document disclosure when context drops 100x in price. All of those patterns exist because context was scarce. About 40% of most RAG roadmaps becomes unnecessary if the pricing holds. That is not the same as RAG being dead — retrieval still solves freshness and access control — but it's a different product with a different cost profile.

The Vision Agent Trap

Teams built vision-first because prototyping was easier. The cost curve is flat against model improvements — a model that is 50% more accurate still sends thousands of input tokens per screenshot. The forcing function is a simple tag on your automation backlog:

CellSchemaLatencyPath
SafeStableTightStructured-first always
DefensibleVariableFlexibleVision earns its 45x
Judgment callMixedMixedMeasure both paths

The Inference Router Opportunity

DigitalOcean's Inference Router delivered 61% cost reduction through intelligent model routing (selecting optimal models by cost, latency, and quality per request). Combined with MTP drafters and the SubQ context breakthrough, the features shelved because 'inference is too expensive at scale' deserve a re-run through current economics. Some are shippable now.

What to do

  1. Pull the list of features shelved for cost reasons in Q4 2025 or Q1 2026 and rebuild unit economics with current routing/MTP pricing — flag newly viable candidates for sprint planning

  2. Tag every item in the automation backlog with 'stable schema/API exists' vs 'variable/no API' — move anything in the first category off vision-agent paths immediately

  3. Sign up for SubQ private beta and run your top 3 RAG use cases against 12M-token context — determine which parts of your chunking pipeline are solving a real problem vs a constraint that just disappeared

33 States, One Deadline: The Dynamic Pricing Regulatory Wave You Have Four Quarters to Solve

The Specific Threat

A pricing PM at a retail company opened her model's feature importance dashboard this week and saw that device type and browsing history were two of the top five signals. That is the problem. Maryland's Protection From Predatory Pricing Act takes effect October 1, 2026, the first US state-level ban on AI-powered dynamic pricing. Governor Wes Moore named the target directly: "predictive AI that determines what we need, when we need it, when we'll pay for it and when we'll pay more for it." That language describes every modern pricing optimization system that uses individual user signals.

Per the New York Times, roughly 33 additional states have similar bills in motion. Some target surveillance pricing. Some target surge pricing on essentials. A few cover any algorithm that varies price by user attribute. The drafts do not agree with each other, which makes a patchwork harder to comply with than a single ban.

The strictest state's rules become your de facto national standard because building 50 state-specific pricing engines is impractical. This is GDPR-for-pricing.

What's Banned vs. What Survives

The pitch is usually "personalization." What the pricing engine is actually doing is price discrimination using individual user signals: purchase history, device type, behavioral patterns that move the price person-to-person for the same product. The law does not touch contextual and temporal signals: store location, time of day, inventory levels, demand tiers applied uniformly.

Revenue optimization does not have to die. It has to become transparent and non-discriminatory:

  • Time-based pricing (happy hour, early bird) likely survives
  • Volume-based pricing and membership tiers likely survive
  • Per-user price discrimination from behavioral signals does not survive

The Audit Framework

The 2x2 a pricing PM can run on Monday: on one axis, label every input as individual, contextual, or temporal. On the other, measure the revenue lift attributable to each group. Pull the individual signals out and rerun the model. If the lift collapses when those signals come out, the product was extracting, not personalizing. That is worth knowing before a regulator tells you.

Why This Is a PM Problem, Not a Legal Problem

Compliance work slips because nothing breaks on the demo. But re-architecting a pricing engine to be scoped by jurisdiction, category, and customer segment, with decision logs a regulator will accept, is roughly four quarters of engineering. Starting the work after October 1, 2026 means operating illegally during the build.

What to do

  1. Audit every dynamic pricing feature for individual user signals (purchase history, device type, browsing behavior) vs. contextual signals (time, location, inventory) — document all instances and the signals used

  2. Draft a 'compliant pricing alternatives' spec that replaces per-user discrimination with uniform mechanisms (time-based tiers, volume discounts, membership pricing) that achieve similar optimization

  3. Build jurisdictional scoping into the pricing engine architecture: can it be turned off per state without a code change? Can each price decision be explained in one sentence to a non-technical auditor?

The bottom line

The AI platform layer split into three incompatible business models this week — OpenAI is building a $100B ad network, Anthropic is building vertical services companies for Wall Street, and Apple is letting a billion users pick their AI provider once and forget about it — while dynamic pricing bans in 33+ states create the first hard regulatory deadline (Oct 1, 2026) any pricing PM needs on their wall. The model you picked is no longer a moat; the workflow you own, the data you hold, and the compliance architecture you ship this quarter are the only things left that survive all three platform shifts simultaneously.