AIToday
AI Safety & AlignmentArs Technica AIPublished: Aug 13, 2026, 10:01 JST5 min read

ShieldFont: New typeface poisons AI training data while keeping pages readable

ShieldFont: New typeface poisons AI training data while keeping pages readable

Key takeaway

  • Designers have created ShieldFont, a font that replaces words with semantically similar but contextually different words to poison AI training data while keeping pages readable for humans.

  • The font replaces about 24.5 percent of words on a page, and testing showed over 90 percent of pages are rejected by scraper quality filters after processing.

  • While not foolproof—scrapers could render pages as images and use optical character recognition—doing so would cost five to 13 times more than downloading raw HTML, raising the cost and effort required for large-scale scraping operations.

3 Key Points

  1. What happened

    Designers Isaque Seneda and Gabriel Abrucio created ShieldFont, a font that uses ligatures to replace common words with semantically similar but contextually unrelated words (like "horse" with "potato") when displaying web pages. The substitution occurs only in the rendered font display; the underlying HTML source code sent to scrapers contains the altered, nonsensical version. The font replaces an average of 24.5 percent of all words on a page, including 45.8 percent of "content words."

  2. Why it matters

    AI companies have been scraping the public web for training data, prompting lawsuits and technical countermeasures. ShieldFont offers publishers a way to opt out of unauthorized AI training by making pages unreadable to AI while remaining clear to humans. In testing on six publicly available scraper pipelines, over 90 percent of pages that would normally be accepted were rejected after ShieldFont processing. The creators argue that even pages that slip through contain "training-time garbage"—real English words that assert nothing true—which poisons the training data.

  3. What to watch

    ShieldFont is not foolproof; scrapers could theoretically render full webpages and use optical character recognition to read the altered display, though that would cost five to 13 times more than downloading raw HTML. The creators note that side effects include potential confusion for search engines, screen readers, copy/paste tools, and translation software. They hope other developers will build additional implementations of the same concept, making it harder for scrapers to bypass all methods at scale.

In Depth

Read the full story

Designers Isaque Seneda and Gabriel Abrucio have introduced ShieldFont, a new typeface designed to disrupt AI training data collection while preserving readability for human users. The core innovation exploits ligatures—a traditional typographic feature that automatically substitutes certain letter combinations with single glyphs for better visual flow. With ShieldFont, ligatures instead replace entire words with semantically similar but contextually unrelated alternatives. The word "horse," for example, becomes "potato"; the result is a sentence that maintains grammatical coherence and uses correctly spelled English words but conveys scrambled meaning. Critically, this substitution happens only when the font renders on screen. Scrapers that download the raw HTML source code—the standard practice for web-scale data collection—receive the altered version with word replacements intact, while human readers see the intended text rendered normally. To avoid easy reversal by sophisticated scrapers, the creators chose replacement words carefully. Simple synonyms or antonyms would be trivial for an AI system to reverse-engineer, and completely unrelated gibberish would be too conspicuous for a scraper's quality filter. By replacing words with different parts of speech in entirely alien informational contexts, ShieldFont creates pages that read correctly at a surface level but convey false information—poisoning training datasets while appearing plausible. Over three months of refinement, the ShieldFont authors built a word-swapping dictionary containing nearly 12,000 common words. To complicate detection further, the font offers publishers three different potential mappings for each word replacement, with the option to rotate mappings from paragraph to paragraph or introduce custom substitutions. Testing showed the font replaces an average of 24.5 percent of all words on a page, climbing to 45.8 percent for "content words." Across six publicly available scraper pipelines, the approach caused over 90 percent of pages that would normally pass quality filters to be rejected. Of the small subset of pages that still survived the scraper's quality filter, nearly 20 percent of component words were what the authors term "training-time garbage"—real, correctly spelled English that asserts nothing true—meaning even "successful" scrapes contained corrupted training material. The creators acknowledge ShieldFont is not impenetrable. Any page readable by a human could theoretically be interpreted by an AI scraper that renders the full webpage and applies optical character recognition to an image of the output. However, that approach demands substantially more computational effort: industry estimates suggest such pre-rendering would cost five to 13 times as much as simply downloading raw HTML at scale, imposing prohibitive expense on indiscriminate, large-volume scraping operations. Practical side effects exist: search engines, screen readers, copy/paste tools, and translation software can all be confused by the altered HTML underlying ShieldFont pages, reducing their utility to intended audiences. Despite these limitations, the creators frame ShieldFont as a tool to assert creator consent. They argue that discoverability does not equal consent to AI training and that technical design can make unauthorized data extraction "less useful and more costly." The designers invite other developers to implement alternative versions of the same concept—showing one thing to humans and something different to machines—betting that a proliferation of different obfuscation methods will make it economically and technically infeasible for scrapers to learn and bypass them all.

Context & Analysis

ShieldFont represents a technical response to a growing conflict over AI training data. AI companies have widely scraped the public web without explicit consent from creators, spurring lawsuits and technical countermeasures. The font leverages an existing, standard typographic feature—ligatures—to create a divide between what humans see and what machines extract. By replacing words with similar parts of speech in completely different informational contexts (potato for horse, for instance), the font creates text that appears structurally sound but is semantically corrupted. This matters because modern AI scrapers typically pull raw HTML as plaintext without rendering or visual interpretation, making them vulnerable to this form of text substitution. The creators tested their approach against six publicly available scraper pipelines and found it effective at blocking or degrading most attempted training data collection. However, the approach is not a complete barrier; any sufficiently determined scraper could render pages as images and apply optical character recognition to bypass the font-based obfuscation. What makes ShieldFont pragmatic rather than theoretical is the economic calculation: doing so would multiply the cost of scraping by five to 13 times, making large-scale indiscriminate scraping significantly more expensive. The creators hope that a proliferation of similar techniques will further raise the cost and complexity of circumvention.

FAQ

How does ShieldFont work without making pages unreadable?
ShieldFont uses ligatures—a long-standing font feature—to replace entire words with others only when the font engine draws the page on screen. Scrapers that download the plaintext HTML source code get the altered version with substitutions like "horse" becoming "potato," while human readers see the original text rendered normally through the font.
How effective is ShieldFont against AI scrapers?
In testing on six publicly available scraper pipelines, over 90 percent of pages that would otherwise be accepted by scrapers are rejected after ShieldFont word replacements. Of the small subset that still get accepted, nearly 20 percent of the component words are "training-time garbage"—real English, correctly spelled, but asserting nothing true.
Can AI scrapers still defeat ShieldFont?
Yes, but it would be expensive. A scraper could render full webpages and use optical character recognition to read the altered display, but that process would cost five to 13 times as much as simply scraping raw HTML, which would lead to heavy increases in time and expense for scrapers operating at scale.
Ars Technica AIRead Original Article

Get the latest AI Safety & Alignment news every morning

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytime

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleWhite House to expand AI oversight to open-source models

The AI news that matters, in one minute each morning.

Sign up free