Product & Strategy

The Product Desk

The Signal

A banker I spoke with last month pasted the model's draft into a client memo

That is the texture behind the survey: five hundred bankers say AI output is unusable for client work, and twenty-two percent of non-tech jurors in San Francisco say it makes them slower.

In Play

  1. The Ship-Ready Output Bar: AI's Biggest Product Gap Is Now Quantified

    500 bankers say AI outputs are unusable for client work. 22% of non-tech jurors say AI slows them down. Replit's $1B ARR proves the fix: own the full workflow from draft to deployed artifact. Platform giants agree — Google and Microsoft are embedding AI directly into artifact-producing surfaces.

    Ask Clarity
  2. Open Weights Cross 90% of Frontier — Build-vs-Buy Flips

    Three open-weight trillion-param models (DeepSeek V4 Pro, Kimi K2.6, MiMo V2.5 Pro) score 52-54 vs 57-60 for closed frontier on the Intelligence Index. The 3-6 point gap is closeable with harness work for most production tasks. OpenAI's Microsoft exclusivity ended — GPT-5.5 now on AWS Bedrock alongside Claude.

    Ask Clarity
  3. Your Platform's Next User Isn't Human — Agent-First Design Arrives

    Hugging Face is redesigning for agent users — CLIs, agents.md files, token-efficient APIs — expecting agents to outnumber its 15M human users by end 2026. Agent infrastructure is converging fast: LangChain shipped RBAC, Cloudflare launched durable execution, Flue launched as a programmable headless framework. MCP vs Skills is now the architecture decision of the quarter.

    Ask Clarity
  4. AI Monetization Fragments: Usage Pricing, Safety Fees, and Ad Subsidies

    GitHub will charge heavy Copilot users more starting June 2026. xAI introduced $0.05 per safety-filter-blocked request. Grok 4.3 is 40-60% cheaper but only excels in legal/finance — 11% on math. Nadella frames AI as a 'usage business.' Each model creates a different cost structure and platform risk profile.

    Ask Clarity
  5. Government AI Consolidates to 7 Vendors — Anthropic Locked Out

    Pentagon signed classified AI deals with 7 vendors: OpenAI, Google, Microsoft, Amazon, Nvidia, xAI, and Reflection. Anthropic was explicitly labeled a 'supply chain risk.' Separately, Roblox lost 18% in one session after child-safety measures slowed growth. Compliance is a line item, not an afterthought.

    Ask Clarity

Deep Dives

The Ship-Ready Output Bar — 500 Bankers, 22% Jury Skepticism, and the $1B Proof That Owning the Loop Is Everything

The Quality Gap Nobody Measured

A relationship manager at a bank opens a chat window, types a prompt about a client portfolio, gets a paragraph back, and rewrites it before sending. She does this four times a day. She is not a skeptic. She is doing the work the model did not finish. A survey of 500 banking professionals this week found AI outputs consistently unusable for client-facing communication. Jury selection in the Musk v. OpenAI trial surfaced the same pattern from the other end of the labor market: 22% of non-tech workers in San Francisco — nurses, caretakers, painters — say AI makes their work slower because they have to double-check output. Platform analytics are still counting sessions. The metric that matters is whether the output shipped without a human rewrite.

The bottleneck in AI product adoption has shifted from model capability to the distance between model output and a send-ready artifact.

Who Solved It and Who Didn't

Replit went from $2.8M to ~$1B ARR in 18 months with 300% net revenue retention. A user types a prompt, sees a working prototype, edits the parts that are wrong, and deploys. All of that happens on one surface. Cursor, pitched into the same category, reportedly runs -23% gross margins and is exploring a $60B exit to SpaceX. The model is not the difference. The loop is. Replit owns compute, deployment, collaboration, and the AI layer. Cursor is an AI panel over VS Code. When the product is a thin interface on someone else's foundation model, inference cost is the P&L.

The platform giants reached the same conclusion. Google Gemini now produces documents, spreadsheets, and presentations inside the chat interface. Microsoft embedded AI contract agents into Word that surface clauses, risks, and changes at a glance. Mistral launched Workflows to connect models to business processes. Standalone AI chat is a dead-end UX. The teams that are winning are shipping finished artifacts inside the tools where work already happens.

The Reddit Counter-Example

Reddit posted $663M revenue, beat estimates by $53.2M, and reported a 30% YoY jump in weekly search users driven by Reddit Answers. The feature summarizes human forum posts. This works because the output is the artifact. The user reads the summary and leaves. There is no draft to rewrite. Search DAUs, WAUs, and queries are up meaningfully, which is what "ship-ready AI output" looks like when the artifact is small enough to fit in the answer.

The Diagnostic

Draw a 2x2. One axis: does the AI output ship to the next person without a human rewriting it. Other axis: does the user come back next week. The cell with revenue in it is "ships without rewrite, user returns." A product sitting in "needs rewriting, user returns" is a tolerated workflow, not a moat, and it collapses the week a competitor crosses into the top-right. The 500 bankers are not a verdict on AI in finance. They are a verdict on which teams decided the quality bar was someone else's problem.

What to do

  1. Audit every AI feature that requires copy-paste, reformat, or human rewrite before the output is usable. Tag the top 3 by usage volume by end of this sprint.

  2. Redesign the highest-usage AI feature to produce an inline, editable artifact rather than chat output. Ship a prototype within two sprints.

  3. Replace 'sessions per user' and 'prompts per week' with 'time-to-usable-output' and 'output acceptance rate' as primary AI feature metrics. Instrument by end of June.

Open Weights at 90% of Frontier + Multi-Cloud = Your Single-Provider Lock-In Has a Shelf Life

The Gap Collapsed to 3-6 Points

A PM evaluating a coding copilot this quarter can now run three open-weight models that score within striking distance of the closed frontier: DeepSeek V4 Pro (1.6T total/49B active), Kimi K2.6 (1T/32B active), and MiMo V2.5 Pro (1T/42B active), all landing at 52-54 on the Artificial Analysis Intelligence Index. The closed tier sits at 57-60: GPT-5.5 at 60, Gemini 3.1 Pro and Opus 4.7 at 57. That 3-6 point gap is concentrated in the hardest, most esoteric benchmarks: HLE, TerminalBench Hard, CritPt, and hallucination-heavy tasks. For coding, customer support, content generation, and workflow automation, the open tier is functionally equivalent.

DeepSeek V4 Pro is described as 'the first open-weight model that genuinely feels comparable to Codex or Claude Code for multi-turn agentic coding.'

The Cache Economics Nobody's Optimizing

DeepSeek V4's dashboard shows $1,051 in actual spend against $3,351 in cache savings, a 3.2x cost multiplier from disk-based KV caching that persists for hours versus the 5-minute windows typical of most providers. The architecture also reduces KV cache to 10% with 4x lower inference FLOPs at long context. For multi-turn agents, the highest-leverage cost move is not switching models. It is redesigning agent architecture for cache reuse: stable system prompts, ordered tool calls, session continuity, warm-start guarantees.

OpenAI on Bedrock Ends the Exclusivity Era

OpenAI's Microsoft exclusivity ended. GPT-5.5, Codex, and a joint agent platform now run on AWS Bedrock alongside Anthropic's Claude. AWS hosts both. Separately, Alibaba's Qwen3.6-27B beats its predecessor that was 15x larger on coding benchmarks, which collapses the 'route to specialized model per task' architecture a lot of teams built last year. Hugging Face CEO Clem Delangue predicts AI workloads will invert from 99% proprietary API to 95% local or specialized, a number worth discounting but not ignoring. Local model downloads on Hugging Face are climbing, and Nebius acquired Eigen AI for $615M specifically to boost inference performance.

Where Sources Disagree

The tension worth naming: Delangue predicts 95% local. Capital flows say otherwise, with $725B in Big Four AI investment this year, mostly directed at centralized compute. The likely resolution is that undifferentiated workloads migrate to local and open, while frontier-dependent tasks stay proprietary. The PM decision this sprint is which category each feature in the roadmap falls into, and the honest answer is usually not the one the deck claims.

What to do

  1. Benchmark DeepSeek V4 Pro, Kimi K2.6, and your current closed-API model inside your actual production harness on your top 5 user workflows. Measure hallucination rate, latency (TTFT/TPS), and cache hit rate. Complete by mid-June.

  2. Add cache hit rate and session persistence to your LLM provider evaluation criteria. Negotiate cache SLAs with current providers this quarter.

  3. Evaluate AWS Bedrock as a multi-model routing layer now that OpenAI and Anthropic models both live there. Document a 90-day migration path for your primary AI workload.

Your Platform's Next User Isn't Human — And It Won't Read Your Docs

Hugging Face Is Rebuilding for Agents

A developer pushed a model to Hugging Face this week and never opened the web UI. She used the CLI, read an agents.md file, and her script parsed a token-efficient JSON response. Clem Delangue expects autonomous agents to outnumber the platform's 15 million human users by end of 2026, on a site creating a new repository every 8 seconds. The infrastructure is following the behavior: CLIs instead of GUIs, headless interfaces, agents.md files, token-efficient API responses. The agents.md file is the tell. It is a machine-readable contract replacing the README.md humans used to skim. Any product with an API surface is in the same conversation.

An agent hit the endpoint, parsed the error, retried with a correction, cached the schema, and moved on. It did not render your docs page. Your analytics pipeline recorded nothing because it assumes sessions start with pageviews.

Agent Infrastructure Is Converging Fast

Four launches, same shape. LangChain shipped multi-user RBAC with data isolation. Cloudflare announced Dynamic Workflows for durable agent execution. Hermes added supervisor-forced goal loops. Flue launched as a programmable headless agent framework. The primitives everyone converges on are durable execution, human-in-the-loop, auth boundaries, subagent orchestration, memory, and feedback loops. A Recursive Multi-Agent Systems paper reports 8.3% accuracy improvement with 34.6-75.6% token reduction across nine benchmarks. These primitives are commoditizing faster than most roadmaps assume.

MCP vs Skills: The Architecture Decision This Quarter

Teams pitch this as a feature comparison. What they are actually doing is a job classification. MCP (Model Context Protocol) connects agents to live systems via JSON-RPC in separate containers with schema validation and isolation. Skills give agents reusable instructions via a SKILL.md directory with zero infrastructure overhead, but they execute arbitrary commands in the agent's own process with no isolation. The forcing function fits on a napkin: if the agent needs a fresh read from a live system, use MCP. For everything else, default to Skills. Teams that refuse to classify each backlog item ship both patterns and pay the security tax twice.

The Security Layer You're Missing

Prompt injection sits at #1 on the OWASP LLM Top 10. The minimum viable defense is a Planner/Executor Split. One LLM decides what to do and never sees untrusted content. A separate LLM with narrower permissions carries it out. Gmail runs this in production. Inference cost on sensitive flows roughly doubles. For enterprise customers, shipping agents without this architecture is shipping an exploit with a UI on top.

What to do

  1. Audit your API's machine-readability this sprint: Can an autonomous agent discover, authenticate, and consume your API without a human in the loop? Create an agents.md file and test with an LLM agent.

  2. Classify every item on your agent feature backlog as an 'integration story' (→ MCP) or 'knowledge story' (→ Skills). Share classification with eng lead before committing to either architecture pattern.

  3. Budget for a Planner/Executor prompt injection defense in any agent feature touching enterprise customers. Scope the ~2x inference cost increase into your margin model.

The bottom line

The AI product bottleneck has moved from 'can the model do the task' to 'can the user ship the output without rewriting it' — 500 bankers say no, 22% of mainstream workers say AI slows them down, and Replit proved the fix is worth $1B ARR by owning the full draft-to-deploy loop while Cursor bleeds at -23% margins owning only the AI layer. Simultaneously, open-weight models crossed 90% of frontier capability, OpenAI's Microsoft exclusivity ended with GPT-5.5 landing on AWS Bedrock, and Hugging Face is redesigning its platform for agent users it expects will outnumber humans by year-end. The model layer is commoditizing from both directions — the teams that win this quarter own the workflow surface where AI output becomes a finished artifact.