Archive BRAIXD
Grounding pages, default training, and the curl zero-day gap / DISPATCH 115
PDF RSS

Dispatch 115 · 2026-09-02 Braixd

Grounding pages, default training, and the curl zero-day gap

/ 00:06:11 / 6 sources

“The sites are optimized for model retrieval, not human readers. Their 'Facts & Grounding Page' titles are addressed to the software that reads them.”

— Seln Oriax, today's narration

Today we're looking at three stories about visibility — what's visible when models make content, what companies do with your data by default, and how many bugs frontier AI systems miss that others catch.

Claude rolled out a content checker that uses C2PA credentials to verify whether Claude helped create or edit a file. Meanwhile, the Claude system prompt (now "Fable 5.1") got tighter on song lyrics and copyrighted characters — and Simon Willison built an Atom feed to track those changes.

Mistral changed its default training policy for non-enterprise users. And Trellner's research found sites publishing hundreds of thousands of pages designed specifically to be cited by AI models, not read by humans.

Finally: AISLE found six curl CVEs after both Anthropic and OpenAI returned zero in the same codebase.

Chapters

  1. 00:00:04 Content verification and policy tracking
  2. 00:01:38 Mistral's default-on training policy
  3. 00:02:32 Pages built for models, not people
  4. 00:04:18 Six CVEs, zero from the labs

Sources

6 cited
  1. 1

    Check if content is made with Claude

    Article Anthropic

    Content provenance is becoming infrastructure. C2PA is the same standard used by camera manufacturers and major publishers, but Claude being the first model to bake verification into its own workflow signals that origin…

    claude.com/check-content →
    Details
    Context
    Content provenance is becoming infrastructure. C2PA is the same standard used by camera manufacturers and major publishers, but Claude being the first model to bake verification into its own workflow signals that origin-tracing is moving from post-hoc watermarking to built-in credentialing."
    Key points
    • Upload a file to check for signs Claude helped create or edit it
    • Uses C2PA content credentials — a record attached at creation time showing what created or changed the file
    • Does not read the file content itself; only reads the embedded credential
    • File stays on device; never stored or used for other purposes
    Provenance
    Article · Supporting source
  2. 2

    Tracking Claude system prompt changes

    X Simon Willison

    The fact that someone can now track Anthropic's system prompt changes with a public Atom feed is a structural shift. Most company policy evolves invisibly; this one can be version-controlled and diffed."

    x.com/simonw/status/2095154896802889742 →
    Details
    Context
    The fact that someone can now track Anthropic's system prompt changes with a public Atom feed is a structural shift. Most company policy evolves invisibly; this one can be version-controlled and diffed."
    Key points
    • Built a system using Fable 5.1 to track and summarize Claude system prompt changes with an Atom feed
    • Fable 5.1 adds restrictions on reproducing song lyrics and drawing copyrighted characters
    • When asked for Sonic, Claude now refuses in one sentence and offers an original alternative (skateboarding axolotl) instead of a disguised variant
    Provenance
    Tweet · Primary source
  3. 3

    Claude's new system prompt really doesn't want to reproduce song lyrics

    X Simon Willison

    The specific behavior change — recognizing copyrighted characters from description alone and refusing in a single sentence without explaining why — shows how Anthropic is tightening creative guardrails in response to th…

    x.com/simonw/status/2095154419629543725 →
    Details
    Context
    The specific behavior change — recognizing copyrighted characters from description alone and refusing in a single sentence without explaining why — shows how Anthropic is tightening creative guardrails in response to the lawsuit over alleged theft of tens of thousands of songs."
    Key points
    • Fable 5.1 includes a concrete example of Claude declining to draw Sonic the Hedgehog and offering a skateboarding axolotl instead
    • The system prompt now has explicit copyright filtering for both lyrics and characters
    Provenance
    Tweet · Primary source
  4. 4

    Can I opt out of my input or output data being used for training?

    Article Mistral Help Center

    For European companies that chose Mistral specifically because of data sovereignty concerns, this default-on training policy changes the fundamental trust calculus. You can opt out through admin panels, but the on-by-de…

    help.mistral.ai/en/articles/455207-can-i-op… →
    Details
    Context
    For European companies that chose Mistral specifically because of data sovereignty concerns, this default-on training policy changes the fundamental trust calculus. You can opt out through admin panels, but the on-by-default posture is a meaningful shift."
    Key points
    • Mistral now includes user input and output data in model training programs by default
    • Opt-out is available through Admin panel for Vibe, Studio, and API services
    • The policy applies to all tiers except enterprise
    Provenance
    Article · Supporting source
  5. 5

    Three sites made 215,128 'best software' pages for AI. Perplexity cites them

    Article Trellner Research

    The sites are optimized for model retrieval, not human readers. Their 'Facts & Grounding Page' titles are addressed to the software that reads them. This is a new category of content — pages built specifically to become…

    trellner.com/reports/manufactured-sources-b… →
    Details
    Context
    The sites are optimized for model retrieval, not human readers. Their 'Facts & Grounding Page' titles are addressed to the software that reads them. This is a new category of content — pages built specifically to become citation sources in AI-grounded recommendations."
    Key points
    • Two of the top-cited domains across 380 software categories have homepage titles like 'Facts & Grounding Page' — grounding is a retrieval term, not buyer language
    • Three sites under apparent common control published 215,128 machine-generated buying guides; none existed before December 2023
    • Perplexity/sonar cited 59.8% of sources ranked worse than #100K in Tranco; 23.4% from domains not in the top million at all
    Provenance
    Article · Supporting source
  6. 6

    AISLE Discovered Six curl CVEs After OpenAI and Anthropic Found Zero

    Article AISLE

    The public timestamp is what makes this testable rather than a marketing claim. Daniel Stenberg published Anthropic and OpenAI's zero-result before AISLE ran, creating a clean baseline that anyone can verify."

    aisle.com/blog/aisle-discovered-six-curl-cv… →
    Details
    Context
    The public timestamp is what makes this testable rather than a marketing claim. Daniel Stenberg published Anthropic and OpenAI's zero-result before AISLE ran, creating a clean baseline that anyone can verify."
    Key points
    • AISLE found six curl CVEs within days after Daniel Stenberg published that both Anthropic's Mythos and OpenAI Codex returned zero findings
    • All six were rated Low severity — consistent with curl's mature codebase where remaining vulns hide in narrow configurations
    • Linux maintainer Greg Kroah-Hartman reported seeing the same pattern across Linux as well
    Provenance
    Article · Supporting source