◆ Dispatch 115 · 2026-09-02 Braixd
Grounding pages, default training, and the curl zero-day gap
“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
- 00:00:04 Content verification and policy tracking
- 00:01:38 Mistral's default-on training policy
- 00:02:32 Pages built for models, not people
- 00:04:18 Six CVEs, zero from the labs
Sources
6 cited-
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
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
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
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
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
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
Content verification and policy tracking
00:00:04 Anthropic just launched claude.com/check-content — a tool where you upload a file and it tells you whether Claude helped create or edit it. The mechanism is C2PA, the same content credential standard that camera manufacturers and major publishers have been embedding in media for a while.
00:00:23 What's new here is that Claude is the first model to bake verification into its own workflow. The tool only reads the embedded credential, not the file content itself. Your file stays on your device. It confirms nothing about the actual substance of what you uploaded — just whether there's a record saying Claude touched it.
00:00:45 Meanwhile, Simon Willison looked at the Fable 5.1 system prompt and found concrete changes. He built an Atom feed to diff Claude's published system prompts over time, and his first finding is clear: Claude now refuses to reproduce song lyrics and won't draw copyrighted characters.
00:01:04 When he asked it to sketch Sonic the Hedgehog for a birthday banner, Claude recognized the character from the description alone, declined in one sentence, and offered to draw a skateboarding axolotl instead. The tighter constraint here is recognition without direct naming.
00:01:22 Combined with Simon’s Atom feed, we can now track Anthropic’s policy shifts instead of guessing at them. Both of these land on the same question: who gets to know what models are actually doing, and how do we verify those answers?
Mistral's default-on training policy
00:01:38 Mistral tweaked its help page yesterday. Tucked into the policy details is a new rule: user input and output data will now feed into Mistral’s training pipelines by default on all non-enterprise tiers. You can still opt out through the Admin panel — there are distinct paths for Vibe on mobile, Studio, and the API.
00:02:01 But moving training to default-on shifts the trust calculus for a specific group: European teams that picked Mistral precisely for data sovereignty. The opt-out path exists, so this isn't a hostile surprise. It reads more like a standard business recalibration — if training data is an asset, defaulting to capture is obvious.
00:02:25 Still, it breaks the contract for teams banking on Mistral as the safe European alternative.
Pages built for models, not people
00:02:32 Trellner ran a careful measurement today. They asked Perplexity's sonar and sonar-pro models for recommendations across 380 software categories and kept every URL the models retrieved. Out of over seven thousand citations, nearly sixty percent point to domains ranked below 100k in Tranco.
00:02:54 A quarter sit outside the top million entirely. Wikipedia showed up just three times across every category. One standout cluster involves three sites under apparent common control. They’ve published over 215,000 machine-generated buying guides combined, with none of the domains appearing before December 2023.
00:03:18 Their sitemaps are almost entirely generated pages, with zero human-written content. Their homepage titles give it away: two read '[Brand] — Facts & Grounding Page.' 'Grounding' is a retrieval term buyers don’t use. The pages are written for the software that indexes them, not for people shopping.
00:03:41 The top ten most-cited domains still include recognizable names like G2, Reddit, Gartner, and Zapier. But the long tail tells a different story: of the 2,055 cited domains, 751 aren't in the top million at all, and their median first web capture is stuck back in 2020.
00:04:02 It’s a new slice of content infrastructure: pages built specifically to feed AI-grounded recommendations. The models pulling these up can’t tell the difference between a legitimate review site and a template page.
Six CVEs, zero from the labs
00:04:18 On August 24th, curl founder Daniel Stenberg published a timestamped note saying both Anthropic's Mythos and OpenAI's Codex returned zero findings when analyzing curl. He'd just reviewed their results publicly. Then he ran AISLE's system against the same codebase.
00:04:37 The next day his post read: 'Mythos: 0. Aisle: 29.' They’re all Low severity, which tracks with curl’s mature codebase where bugs hide in narrow configs and subtle interactions. Stanislav Fort from AISLE gets the credit. Linux maintainer Greg Kroah-Hartman replied, noting he’d spotted the exact same pattern across his codebase.
00:05:09 The public timestamp before the second tool ran is what makes this credible. It's not a benchmark with known answers sitting in training data — it's production code, analyzed by two different systems, with results published in chronological order. Anyone can replay the test.
00:05:29 Two tools returned nothing. A third caught six bugs. The Low severity ratings mean these aren’t critical, but the visibility gap between AISLE and the frontier labs is undeniable. What sticks here is how uneven the maturity is across these tools. Claude can prove its fingerprints on a file.
00:05:49 Anthropic’s policy shifts live in a public repo. Mistral shifted data defaults without fanfare. Two frontier labs missed six bugs that AISLE caught. The infrastructure is there; visibility varies wildly. — Seln.