Product daily

Synthesized by Clarity (Claude) from 8 sources · May contain errors — spot one? [email protected] · Methodology →

Microsoft Down 21% YTD, AI Scorecard Is Copilot Paid Seats

Sources
8
Words
1,976
Read
10min

Topics Agentic AI AI Capital LLM Inference

◆ The signal

Your next roadmap review will import that scorecard. Instrument paid attach and retention per AI feature now — 'strategic' no longer defends a line item. The Information reports Meta is down 9.8% year to date on the same complaint, with prints landing Wednesday.

◆ INTELLIGENCE MAP

Intelligence map

  1. 01

    AI Features Get Graded on Paid Seats

    monitor

    The Information reports Meta down 9.8% year to date and Microsoft down 21%, both punished for AI spending investors cannot tie to revenue. The market's enterprise-AI scorecard is now Microsoft 365 Copilot subscriber counts — a paid seat is the one AI number an outsider can verify. Your next roadmap review inherits that question, so attach paid conversion and retention to each AI feature. Apple, up 23% with minimal AI spend, is the awkward counterexample.

    -21%
    Microsoft stock year to date
    3
    sources
    • Microsoft YTD
    • Meta YTD
    • Apple YTD
    1. Apple23%
    2. Meta-9.8%
    3. Microsoft-21%
  2. 02

    Full Autonomy Now Has a Measured Bug Tax

    monitor

    Field data from HumanLayer's Dex, surfaced by The Institute for Ethical AI & ML: teams that went fully autonomous on coding agents saw incidents and bugs per developer climb sharply, with pull requests merged without any review. The cause is that models optimize for short-term correctness rather than long-term maintainability. Two new benchmarks, SWE-Marathon and Frontier Code, are the industry conceding that gap. A mandatory review gate costs you the autonomy demo and buys back the incident rate.

    4
    sources
    • New benchmarks
    • Detection lag
  3. 03

    Cheap Inference Now Turns on the Inference Path

    monitor

    Artificial Intelligence Made Simple documented injecting two random vectors into a Qwen3-4B's embeddings: arithmetic accuracy rose from 32% to 51.6% with no training, and ten seeds with plurality voting reached 72%. Cost lands at $0.009 per query against $0.45 for GPT-5.6 Sol. Scaling that model from 4B to 14B parameters bought only 4 points, so the spend has been going to the weaker lever. The catch: it needs 8-bit quantization and it actively hurts models already above 75%.

    56x
    cheaper per query in test
    2
    sources
    • Perturbation cost
    • Frontier cost
    • Method gain
    1. Qwen3-4B + 10 seeds$0.00956x cheaper
    2. GPT-5.6 Sol$0.45
  4. 04

    Bundlers Absorb the Whole Workflow

    background

    Morning Brew reports Workday shipped an AI travel agent in May 2026 that folds trip planning, booking, approvals and expense into one system, with Amadeus and Navan pitching the same consolidation. AppZen counted more than 3.5 million AI-generated fake receipts across a handful of sites in six months, with fraud detection up roughly 30% year over year. Bundlers own breadth; the unproven check is the wedge. Single-stage products face a positioning decision, not a feature gap.

    3.5M+
    fake receipts in six months
    2
    sources
    • Bleisure 2024
    • Bleisure 2032
    • Trips extended

◆ DEEP DIVES

Deep dives

  1. 01

    Your AI Feature Needs Two Numbers Before Your Next Review

    monitor evidence: high

    Why the market picked a seat count

    An analyst opened Microsoft's earnings materials this week and reached for one number out of dozens: Microsoft 365 Copilot subscriber counts. Not because seats measure AI value well. Because a paid seat is the only AI figure an outsider can verify: a buyer chose to pay, per user, again. Usage minutes, prompt volume and "AI-assisted workflows" are constructions the vendor controls, so the market discounts them to zero. The Information's figures are pre-report; the earnings prints are the confirmation.

    That question travels downward faster than most product teams expect. It lands in a roadmap review as "what did the AI feature convert?" — and an engagement chart is not an answer to it.


    The same audit, pointed at product claims

    Two examples from very different places share one structure. The feature was marketed on the easy metric while the hard one stayed unowned. The Bear Cave surfaced Forbes reporting that Axon's AI-generated police reports get facts wrong in public records, while the product is sold on time saved. Time saved is real. It is also not the gate. Once generative output enters a system of record, the binding number is the factual error rate, and nobody had published one. Tesla's Robotaxi line is the metric version of the same failure: "scaling," against operating miles that fell from 1.05M in Q1 to 0.75M in Q2, roughly a 30% decline.

    An efficiency claim that has never been paired with an error rate is not a product metric. It is an unpriced promise.
    Claim being madeEasy metric usedHard metric nobody owned
    Enterprise AI is workingAI capex, ambitionPaid seats, retention
    AI drafting saves timeHours saved per userError rate, review policy
    Autonomous fleet is scalingThe word "scaling"Quarter-over-quarter miles

    Where the sources disagree

    The Information frames AI capital as under-returning. TheSequence shows the opposite one layer down: Google Cloud growing 82% to $24.8B on enterprise AI demand, Alphabet planning roughly $180–190B of capex, and private marks re-rating hard, with Databricks moving from $134B to $188B in five months. Both readings hold. The reconciliation is the useful part. Infrastructure demand is genuine; per-feature paid conversion is what remains unproven. Apple is the uncomfortable control group, up 23% year to date on a real iPhone upgrade cycle with minimal AI spend. Having no AI story was not punished.


    The move

    Build the internal version of the seat metric before someone hands you theirs. Four numbers per AI feature: paid attach rate, retention delta between feature users and non-users, cost per successful outcome, and a documented error rate with its review policy. Most teams can assemble the first three from existing telemetry. Almost none have the fourth, which is exactly why it is the one that decides the launch review.

    Action items

    • Instrument paid attach and 30-day retention for every shipped AI feature this sprint, and report cost per successful outcome next to usage.
    • Define a documented error-rate threshold and human-review policy for any AI output that enters a system of record, before the next launch review.
    • Pull the raw quarter-over-quarter trend behind any AI growth metric in your next exec deck before it ships.

    Sources:The Information Briefing · The Bear Cave · TheSequence

  2. 02

    The Autonomy Tax Is Now Measurable — Put the Review Gate in the Spec

    monitor evidence: high

    The mechanism behind the bug tax

    An agent produces a diff, the tests pass, it merges. That is the moment it is optimizing for. Coding agents optimize for short-term correctness: whether this diff passes, whether this test goes green. They do not optimize for whether the code stays cheap to change in six months. Remove the review gate and that bias compounds directly into the codebase. The field pattern reported by HumanLayer's Dex is specific: "more comments, longer comments, tons of PRs merged with no review," with incidents and bugs per developer climbing sharply.

    Watch the denominator. It is per developer, not per pull request. Throughput went up, which is what the autonomy demo shows. Defect load per human went up too, which is what the on-call rotation feels. Both numbers are true at once. Only one of them is in the vendor deck.


    The benchmarks are conceding the point

    Two evaluations, SWE-Marathon and Frontier Code, measure long-horizon work rather than single-shot patch correctness. That is the industry admitting its previous metric missed what production software actually needs: maintainability across many sessions. Separate the thing being pitched from the thing being done. Fable is shipping a "coach" collaboration model, where the agent proposes and the human decides, as a product pattern rather than a safety disclaimer.

    Human review is not a limitation you apologize for in the demo. It is the only feature in this category that a buyer can currently verify.

    Why buyers will ask about this in the next security review

    Two items turned agent governance from a slide into a questionnaire. Zenity disclosed AgentForger, a cross-site request forgery flaw in OpenAI's Workspace Agents that lets an attacker forge a persistent malicious agent inside a tenant, which then exfiltrates that tenant's data. The attack creates an agent identity, not just a session. Separately, Risky.Biz documents that OpenAI's own containment lapse ran for roughly six days before anyone noticed, and the vendor learned of it from the victim's public write-up rather than its own monitoring.

    Read those together and two questions land on any product in enterprise diligence: how is an agent's identity authorized, and how quickly would anyone know if one went rogue. TheSequence's framing is the right one for a PRD: least-privilege scoping, isolation and human-in-the-loop gates belong in the spec before development, not in the postmortem.


    What to build

    Three concrete additions, all cheap now and expensive later. First, a named reviewer in the flow for any agent action that writes to a shared system — coach mode, not a confirmation dialog nobody reads. Second, acceptance criteria covering agent identity, permission scoping, egress monitoring and audit-log retention, so the security answer is a document rather than a meeting. Third, track bugs and incidents per developer for agent-assisted work as a first-class quality metric, because that is the number that tells you whether the autonomy is compounding value or debt.

    Action items

    • Add a mandatory human-review gate with a named reviewer to the spec for every agentic feature on the roadmap this sprint.
    • Draft a one-page agent-governance answer covering identity, permission scoping, egress monitoring and audit-log retention before your next enterprise security review.
    • Start tracking bugs and incidents per developer for agent-assisted work as a reported quality metric this quarter.

    Sources:Alejandro Saucedo - The Institute for Ethical AI & ML · Risky.Biz · TheSequence · Simplifying AI

  3. 03

    The 56x Inference Claim That Should Not Become Your Default

    monitor evidence: medium

    Start with your own routing bill

    Picture the feature you shipped last quarter that sends arithmetic to a frontier thinking model because that was the safe default the week before launch. That is the real question here. Not research. Routing: which production features send structurally simple work — arithmetic, structured extraction, templated reasoning — to an expensive model out of habit. Rank the top three by monthly spend. That list is the only place the numbers below can pay.

    The mechanism decides where the result applies, so read it precisely. A Qwen3-4B running on a $429 GPU answers basic arithmetic correctly 32% of the time. Probe its internal states and the correct answer is present about 80% of the time. So the failure is not capability. The model locks into a formatting pattern and presents instead of answering — autoregressive lock-in, meaning it commits early to the shape of its output. Prepending two random vectors to the embedding space breaks that lock-in and accuracy rises to 51.6%. Run ten random seeds and take the plurality answer and it reaches 72%, with every task solved by at least one seed. Effects were statistically significant across two models (McNemar p < 0.001), and the code is public.


    The cost delta, and the four conditions attached to it

    DimensionQwen3-4B + 10-seed pluralityGPT-5.6 Sol
    Cost per query$0.009$0.45
    At 10K queries/day~$2,700/month~$135,000/month
    At 50K queries/day<$15,000/month>$675,000/month
    Hardware$429 GPU, ~200 tok/secVendor API

    Now the conditions, because this is where a platform decision would go wrong. It requires 8-bit quantization — 4-bit nearly kills the effect. It requires plurality, not majority voting, since majority voting underperforms baseline when per-seed accuracy sits below 50%. It hurts models already scoring above 75% (a DeepSeek-R1-Distill-1.5B fell from 76% to 74.4%). And on tasks beyond the model's actual knowledge, it fabricated legal content across all outputs. The evidence base is 25 arithmetic, 5 planning and 12 legal tasks, with a legal scorer that was non-deterministic on 9 of 12 — and this same group previously retracted a verbosity claim that turned out to be a code bug.


    The pattern across cheap-capability claims

    This is the third unverified discount on the table. TheSequence covers Poolside's Laguna S2.1, an open-weight 118B mixture-of-experts model that activates only 8B parameters per token with a 1M-token context, and Prentis's Hive-32B, which claims to beat GPT-5.4 and Claude Opus 4.6 on computer-use tasks at roughly a tenth of the cost per task. That claim is vendor-sourced. The convergence is the signal — cost per task is falling from several directions at once — but none of these numbers were produced on your task distribution.

    Before approving another frontier-model line item, ask whether the small model already knows the answer and simply cannot say it. That is a $0.009 problem, not a $0.45 one.

    So the deliverable is an eval, not an architecture. Here is the asymmetry to sit with. Scaling parameters bought 4 points; changing the inference method bought 40. That is real enough to test, and conditional enough that the guardrail ships before the prototype.

    Action items

    • Rank your top three production AI features by monthly spend that route structurally simple tasks to frontier thinking models, by the end of this sprint.
    • A/B an 8-bit, 10-seed plurality-vote pipeline against current frontier output on one workload and at least 200 real queries this sprint.
    • Write a routing guardrail into the PRD prohibiting perturbation-based cheap routing for legal, compliance, medical or financial-advice outputs before any rollout.

    Sources:Devansh from Artificial Intelligence Made Simple · TheSequence

  4. 04

    Workday Bundled the Workflow — Pick Platform or Pick the Wedge

    background evidence: medium

    Bundlers win defaults, not comparisons

    The mistake single-workflow products make is preparing for a feature bake-off. That is not the fight. When Workday folds planning, booking, approvals and expense into one system, the buyer's comparison stops being "which expense tool is best" and becomes "how many vendors do I want in this workflow." Depth loses to one login and one contract unless depth is the thing the bundle demonstrably cannot do. Amadeus and Navan are pitching near-identical consolidation stories, so the framing — not any one product — is what buyers will internalize over the next few quarters.

    The wedge is the check nobody can prove

    AppZen's number is the one to put in a PRD: more than 3.5 million AI-generated fake receipts created across a handful of sites in six months, with fraud detection up about 30% year over year. Morning Brew's read is that this is the one area where a focused player is out-executing the platforms on narrative — the bundlers ship breadth, and their fraud detection is unproven. Receipt and document authenticity rewards being demonstrably right over being adjacent, which is also what makes a focused company an attractive partner or acquisition target.

    PlayerMoveWhere they are exposed
    WorkdayAI travel agent, May 2026: booking + approvals + expenseBreadth over depth; fraud detection unproven
    AmadeusConsolidating disconnected travel systemsLegacy footprint, integration friction
    NavanAI for expense friction and complianceMust prove fraud detection actually works
    AppZenOwns the fraud-data narrativePoint solution inside someone else's platform

    The same absorption, one layer up

    This is not a travel story. Simplifying AI documents the identical move in developer tooling, where a single subscription now bundles code generation, hosting, storage, database and access controls with no deploy step and no separate hosting bill. Notably, it is absent in the EEA, UK and Switzerland at launch — a reminder that regional and regulatory coverage is one of the few gaps a bundler cannot close on its own schedule. Wherever a workflow spans three tools, expect one vendor to try to own the sequence and price the middle to zero.

    A product is either the platform that owns the sequence or the wedge nobody else can build. The middle position is the one that erodes, and the bundlers already shipped.

    The behavioral shift underneath

    The demand side is moving too, more slowly and more structurally. Mixed business-and-leisure travel was worth $685 billion in 2024 and is projected at $1.7 trillion by 2032. Two-thirds of Gen Z travelers blend the two, nine in ten want lifestyle upgrades on work trips, 42% extend trips by one to two days, 83% occasionally blend work and leisure, and 40% of corporate buyers say trips are getting longer. Rigid corporate-only flows — no split billing, no personal-day tagging, no policy edge cases — will age badly against that. It is a backlog item, not a fire drill, and the teams that treat it as roadmap rather than support tickets get the requirements right the first time.

    Action items

    • Map every workflow stage your product owns against what the bundlers now deliver natively, and publish a one-page platform-or-component positioning call this quarter.
    • Scope AI-generated document and receipt authenticity detection as either a differentiating capability or a partner integration this quarter.

    Sources:Morning Brew · Simplifying AI

◆ QUICK HITS

Quick hits

  • Actively exploited Fastjson RCE has no patch coming from Alibaba

  • Opus 5 posted a verified 30.16% on ARC-AGI-3, roughly 4x the prior best

  • Block open-sourced Buzz, giving each AI agent a cryptographic passport

  • Europe shipped a fully open sovereign model: Apertus 1.5, 70B, Apache 2.0

  • Kimi K3 trails US labs on cyber capability but its guardrails still failed

  • Palantir lost its Federal Defense SVP after 14 years to AI-lab poaching

  • Meta is converting Facebook's main timeline to fullscreen TikTok-style video

◆ Bottom line

The take.

This week, give one AI feature two numbers it must survive — paid conversion and a documented error rate — and make every cheap-inference claim prove itself on your own task data.

— Promit, reading as Product ·

Frequently asked

Why is the market counting paid Copilot seats instead of usage or engagement numbers?
Because a paid seat is the only AI figure an outsider can verify — a buyer chose to pay, per user, and renewed. Usage minutes, prompt volume, and 'AI-assisted workflows' are vendor-controlled constructions the market discounts to zero. That skepticism travels downward into roadmap reviews as 'what did the AI feature actually convert?', and an engagement chart is not an answer to it.
Which numbers should I instrument for every AI feature before my next roadmap review?
Four: paid attach rate, retention delta between feature users and non-users, cost per successful outcome, and a documented error rate paired with its human-review policy. Most teams can pull the first three from existing telemetry; almost none have the fourth, which is exactly why it tends to decide the launch review.
What will enterprise buyers ask about my AI agents during security diligence?
Two questions: how an agent's identity is authorized, and how quickly anyone would know if one went rogue. A forged-agent vulnerability in OpenAI's Workspace Agents and a roughly six-day containment lag are now public, so prepare a one-page answer covering identity, least-privilege scoping, egress monitoring, and audit-log retention before the review, not after.
Can I cut inference costs by routing simple tasks to a cheaper small model?
Possibly, but treat the reported ~56x savings as a hypothesis to A/B on your own workload, not a new default. The technique needs 8-bit quantization and plurality — not majority — voting, actually hurts models already above 75% accuracy, and fabricated content on tasks beyond the model's knowledge. Ban it for legal, medical, compliance, and financial-advice outputs.
How do I defend a single-workflow product against platform bundlers like Workday?
Stop preparing for a feature bake-off — bundlers win defaults with one login and one contract, not head-to-head comparisons. Pick a side: be the platform that owns the whole sequence, or be the wedge the bundle demonstrably cannot build, such as proven document- and receipt-fraud detection. The eroding middle is the losing position.

◆ Same day, different angle

Read this day as…

◆ Recent in product

Keep reading.

Spot an error? [email protected]