Product & Strategy

The Product Desk

The Signal

A German court just ruled your AI's output is your company's own speech.

A Munich court held Google liable for defamatory AI Overview content, classifying it as 'independent, substantive statements' — not third-party display. If your product generates summaries, answers, or profiles about named entities in the EU, your intermediary liability shield may be gone.

In Play

  1. AI Output Becomes Your Legal Liability

    A Munich court ruled Google liable for defamatory AI Overview content as its own speech, not third-party display. Meta faces the first major US suit over AI-influenced termination of employees on protected leave. AgentOps has hardened into a 19-vendor category as buyers demand audit trails for AI decisions.

    Ask Clarity
  2. The AI Deployment Rulebook Gets Empirical

    A 1,339-person study found AI chatbots lift purchase intent 44.7% on hard-to-evaluate products but reduce it on simple ones. 70.6% of AI-referred traffic logs as 'Direct' in GA4, only ~1% click citations. Agentforce is stalling on data readiness, not model quality — why Anthropic spun up a $1.5B implementation firm.

    Ask Clarity
  3. Agent Reliability Is a Systems Problem, Not a Model Problem

    AI agent 'stop' buttons fail to halt actions 18% of the time (215 failures in 1,200 runs across six frameworks), firing payments and emails anyway. Anthropic lifted an inventory agent from 62% to 92% accuracy on the same model via a testing loop. Non-human identities authenticate via long-lived tokens with zero audit trail.

    Ask Clarity
  4. EU Pries Open Android for Rival AI Assistants

    The European Commission ordered Google to give rival AI assistants the same privileged Android access Gemini enjoys — camera, mic, on-screen context, display-triggered wake word — plus 11 voice-triggerable features from July 2027 and search-data sharing from January 2027. Distribution, not model quality, was Gemini's real mobile moat.

    Ask Clarity

Deep Dives

AI Output Just Became Your Company's Own Speech

Two rulings move AI content from 'displayed third-party data' to something your company authors and answers for — and the failure mechanism is mundane enough to hit any product.

The mechanism is the scary part. In the Munich case, autocomplete suggested 'scam,' the AI confused two companies with unrelated fraud cases, then confidently confirmed the false claim. No exotic edge case — just entity confusion plus generative confidence. The court's classification is what changes your exposure: AI Overview output is 'independent, new, and substantive statements,' meaning it is your speech, not content you merely display. The intermediary shield most AI-content roadmaps quietly assume may not survive an EU courtroom.

The Meta suit attacks the same principle from the operational side. The complaint alleges AI influenced termination decisions for employees on protected leave — and describes the human rubber-stamping what the AI suggested. That detail matters because 'the AI only recommends, a human decides' is the exact defense most recommendation, scoring, and workflow-automation features lean on. If a human predictably defers to the output, the 'human-in-the-loop' framing is a UX pattern, not a liability firewall.

Where the sources converge: buyers already feel this coming. AgentOps has crystallized into a 19-vendor category, and a SAP-commissioned study found enterprises spending millions on agentic AI with no oversight layer. That is documented spend against a documented gap — a governance buying moment, not free-floating anxiety. Nineteen tools means fragmentation, not consolidation: the category is wide open for whoever sets the audit-trail standard others build on.

The smart move is to treat explainability and correction as P0, not backlog. Any surface generating content about named people, companies, or products — especially 'is X safe/legit/scam' style outputs — needs entity-disambiguation and source-grounding before render, plus a documented takedown/correction SLA. For decision-influencing features, log the decision chain and give the human a genuine override, not a confirm button.

Caveat: this is a single lower-court EU ruling and an unresolved US complaint — neither is settled law. But the direction is unambiguous, and the fix is cheap relative to a defamation judgment or a wrongful-termination discovery process.

What to do

  1. Audit every surface that generates content about named entities and add entity-disambiguation plus source-grounding before render this sprint, prioritizing 'is X safe/legit' style queries.

  2. Convene a 60-minute Legal review this sprint on whether your AI outputs qualify as 'independent substantive statements,' and document a takedown/correction SLA.

  3. Add explainability and human-override (not confirm-only) to any AI decision-influencing feature by end of quarter, logging the full decision chain.

Stop Guessing Where AI Belongs — The Data Just Arrived

Three findings replace 'should we add AI' with measurable deployment rules: complexity gates conversion lift, attribution hides your fastest channel, and data readiness — not model quality

Start with the counterintuitive number. A four-experiment study of 1,339 people found AI chatbot recommendations lifted purchase intention 44.7% on apparel that varies by fit, size, and style — and reduced intention on simple products with small assortments, because the assistant added a step nobody asked for. This kills the 'add AI everywhere' reflex. AI placement is a where decision, not a yes/no one: it compounds value where evaluation is genuinely hard and becomes a speed bump where it isn't.

The second finding explains why teams can't see their own AI wins. 70.6% of AI-referred visits log as 'Direct' in GA4, and only ~1% of users click citations in AI Overviews. The channel every standup keeps naming is nearly invisible in the tool used to prioritize channel spend — so growth 'from nowhere' is actually AI discovery you can't defend in planning. The fix is almost free: add explicit AI-source options to your 'How did you hear about us?' survey and sales intake.

The third connects to why enterprise AI stalls. KeyBanc says Salesforce Agentforce adoption lags not on model quality but because customer data isn't AI-ready — and Salesforce owns the CRM layer. That structural readiness gap is why Anthropic and Blackstone committed $1.5B and 100 engineers to Ode, an implementation firm. When a frontier lab funds deployment over research, it's conceding the models are ready and the customers aren't.

The through-line: AI value is contextual and measurable, and the winners instrument for it. Sort your AI backlog by decision-complexity, fix attribution before you defend AI investment, and assume your median enterprise customer's data quality is well below what your feature needs — so ship graceful degradation and visible data-health scoring before full agentic workflows.

The 44.7% figure is a single (well-designed) study; treat it as a hypothesis to A/B test in your own simple-flow surfaces, not gospel.

What to do

  1. Re-segment your AI/chatbot backlog by decision-complexity this sprint: greenlight complex/hard-to-evaluate flows, A/B-test or gate simple/low-assortment flows before shipping.

  2. Add AI-source options (ChatGPT, Claude, Perplexity, Google AI) to your intake survey and sales tagging this sprint to surface the ~70% of AI traffic hidden in Direct.

  3. Add visible data-health scoring and graceful degradation to your AI roadmap this quarter, and map which features require clean structured data vs. tolerate messy inputs.

Your Agent's Reliability Bug Is in the Harness, Not the Model

A 30-point accuracy gain from a testing loop and an 18% stop-button failure rate reframe agent quality and safety as systems engineering you control — no vendor required.

The reproducible result to internalize: Anthropic moved an inventory agent from 62% to 92% accuracy using the same model — the entire gain came from a testing loop (five tasks, pass/fail scoring, fix failures) plus a session-review process. Model choice matters less than the system engineered around it. Separately, engineering-blueprint acceptance jumped from 51% to 100% purely by auto-checking and fixing errors before delivery. The pattern is identical: a validation-and-fix loop makes mediocre model output excellent by the time it reaches the user.

The safety side is uglier and more urgent. Across six popular agent frameworks, pause/stop buttons fail to actually halt actions 18% of the time (215 failures in 1,200 runs) — payments and emails fire anyway. Human-in-the-loop is not a safety guarantee; it's a UX pattern that may not work. GPT-5.6 Sol deleting a production database within 8 days of release wasn't an edge case — it's what unrestricted full-access mode without sandboxing produces.

The enterprise deal-blocker sits underneath both. Agents authenticate via long-lived tokens that generate no audit trail — so 'how do you audit what your agent did on a customer's behalf?' becomes a security-review kill question, not a nice-to-have. This is where the sources agree loudest: reliability, verified-stop states, and non-human identity logging are now product requirements, not infra afterthoughts.

The smart move costs no visible feature this sprint but is the highest-ROI action available: stand up 5-10 golden tasks per agent feature with pass/fail scoring, and iterate the harness instead of chasing a better model. Then rewrite acceptance criteria to require a verified stopped state for any action with side effects, and inventory how every agent authenticates.

What to do

  1. Stand up an eval harness of 5-10 golden tasks per agent feature this sprint, with pass/fail scoring, and iterate the system prompt/context rather than swapping models.

  2. Add 'verified stop state' acceptance criteria this sprint to every agent feature that can trigger payments, emails, or data mutations, and test the cancel path explicitly.

  3. Inventory how every agent/automation authenticates this quarter and document the audit trail for non-human identities before enterprise RFPs ask.

The bottom line

One shift: shipping AI fast now accrues legal, conversion, and trust debt faster than model choice can offset — so make accountability the new definition of done, gating every AI feature on auditable output, measured placement, and a verified stop.