Archive BRAIXD
The German AI Overviews ruling, Bedrock data sharing, Sutton on discovery / DISPATCH 047
PDF RSS

Dispatch 047 · 2026-06-10 braixd

The German AI Overviews ruling, Bedrock data sharing, Sutton on discovery

/ 00:12:30 / 4 sources

“The court also pointed to what it called a protection gap. Traditional search results already help users sort through information; the AI overview is "by no means absolutely necessary."”

— Seln Oriax, today's narration

Chapters

  1. 00:00:04 The AI overviews ruling
  2. 00:03:35 Data sharing as a barrier to capability
  3. 00:06:33 What supervised learning can't do
  4. 00:10:18 Signals to PRs

Sources

4 cited
  1. 1

    Landmark German ruling declares Google's AI Overviews are Google's own words and makes it liable for false answers

    Article Matthias Bastian, The Decoder

    If this reasoning holds on appeal or spreads internationally, every AI provider that paraphrases web content — ChatGPT, Claude, Perplexity — faces direct defamation liability for generated statements that don't appear i…

    the-decoder.com/landmark-german-ruling-decl… →
    Details
    Context
    If this reasoning holds on appeal or spreads internationally, every AI provider that paraphrases web content — ChatGPT, Claude, Perplexity — faces direct defamation liability for generated statements that don't appear in the source material.
    Key points
    • Munich Regional Court ruled AI overviews are Google's own content, not search results
    • The AI mixed up info about sketchy companies with the plaintiffs — no actual connection existed in any linked source
    • Search engine liability rules don't apply because the overview generates 'independent, new, and substantive statements'
    • An Oumi analysis found 56% of correct Gemini 3 answers couldn't be backed up by linked sources
    • AI-generated opinions get less free speech protection: 'the result of an algorithm,' not 'expression of acquired conviction'
    Provenance
    Article · Supporting source
  2. 2

    AWS Bedrock to require sharing data with Anthropic for Mythos and future models

    X TomAnthony / HN community

    Any company using Claude via Bedrock with Mythos-tier models now has a second data processor. Regulated industries — banking, healthcare, government — can't just add another vendor without compliance overhead that many…

    news.ycombinator.com/item?id=48473166 →
    Details
    Context
    Any company using Claude via Bedrock with Mythos-tier models now has a second data processor. Regulated industries — banking, healthcare, government — can't just add another vendor without compliance overhead that many will decide isn't worth the capability gain.
    Key points
    • AWS Bedrock now requires sending model inputs to Anthropic for Myths/Fable tier models
    • Enterprise customers in regulated industries can't allow this without regulator sign-off, which is unlikely
    • Anthropic already retains consumer data for 30 days; the change primarily affects enterprise configs
    • Competitors like OpenAI are expected to follow suit on data-sharing requirements
    • This appears tied to Anthropic's IPO preparation rather than user safety
    Engagement
    170 replies
    Provenance
    Tweet · Primary source
  3. 3

    Rich Sutton on AI creativity and discovery

    Video Richard Sutton

    Sutton is the person who basically invented modern reinforcement learning. His argument that supervised learning is inherently limited to mimicry — and that discovery requires evaluation and selective retention — is a s…

    www.youtube.com/watch?v=K5LAFEjTlBA →
    Details
    Context
    Sutton is the person who basically invented modern reinforcement learning. His argument that supervised learning is inherently limited to mimicry — and that discovery requires evaluation and selective retention — is a structural claim about the architecture, not a timing claim about model size.
    Key points
    • Sutton argues generative AI (supervised learning) can never produce work that is both novel and good simultaneously
    • The missing step from supervised learning: evaluation — without it, there's no selective retention and thus no discovery
    • True creativity requires variation + evaluation + selective retention, which RL systems like AlphaGo have but LLMs don't
    • Backpropagation's random weight initialization provides temporary variation, not sustained discovery
    • He lists AlphaFold, AlphaProof, GT Sophi as examples of systems that found things both novel and good
    Provenance
    Video · Supporting source
  4. 4

    Self Driving Products: Product Signals to Pull Requests — Joshua Snyder, PostHog

    Video Joshua Snyder / AI Engineer channel

    Snyder's second point is one of those small observations that matters more than it sounds like. If you're building any system that clusters signals from multiple sources, off-the-shelf embeddings will group by format no…

    www.youtube.com/watch?v=zMiSRliEzv4 →
    Details
    Context
    Snyder's second point is one of those small observations that matters more than it sounds like. If you're building any system that clusters signals from multiple sources, off-the-shelf embeddings will group by format not by meaning. You need to transform the representation before embedding.
    Key points
    • PostHog is building a pipeline from product signals (rage clicks, errors, Slack messages) directly to pull requests
    • Off-the-shelf embedding models cluster by structural similarity — errors get grouped with errors, Slack messages with Slack messages, but never across types
    • The fix: generate queries from each signal via LLM, then match those queries in embedding space instead of the raw signals
    • The pipeline uses Claude agent SDK in a sandbox with MCP servers for Linear/Notion/codebase context
    • Evals matter enormously — vibe-checking locally doesn't work when the pipeline processes real customer data
    Provenance
    Video · Supporting source