The massive image: Placing your writing on the open internet used to imply folks might learn it. Now, it additionally means dozens of crawlers can copy it into coaching datasets. Certain, anti-scraping instruments corresponding to robots.txt exist, however they solely work if the bots themselves agree to remain away, which does not all the time occur. Stricter measures had been clearly wanted, and now they’ve arrived in an progressive new type.
A Brazilian inventive studio known as Seneda & Abrucio has teamed up with Playtype, a Copenhagen-based sort foundry, to construct one thing that does not depend on asking properly to maintain crawlers away. They name it ShieldFont, and it is primarily a free, open-source internet font with a twist. It really works by exhibiting you one sentence whereas presenting an AI scraper with a totally totally different one.
The factor is, you see rendered pixels on a display. Most mass scrapers, then again, merely seize the uncooked HTML beneath. ShieldFont exploits this distinction via an automatic course of known as OpenType glyph substitution. This know-how is often used to switch a number of typed characters with alternate glyphs that enhance how textual content is rendered. On this case, nevertheless, complete phrases are swapped out, which means a scraper can choose up solely gibberish from the webpage.
These swapped phrases are usually not picked at random, nevertheless. The studio’s dictionary pairs each phrase with one other of the identical grammatical sort, so nouns get nouns and past-tense verbs get past-tense verbs. The phrases are sorted into roughly 250 swimming pools that account for components corresponding to whether or not a noun is summary or plural. A few quarter of the phrases in any given block are swapped this fashion.
Maintaining the grammar clear issues as a result of AI corporations run scraped textual content via high quality filters that discard something that reads like nonsense. Seneda & Abrucio ran shielded textual content via FineWeb-Edu, a high quality filter used to assemble a big public coaching dataset, and located that about one in 10 passages that handed earlier than shielding nonetheless handed afterward.
No matter will get via is fluent sufficient to be retained but incorrect sufficient to be ineffective on the identical time. In reality, 55.8% of shielded passages within the studio’s testing now not made the unique factual declare.
That mentioned, as a result of the entire protection rests on scrapers studying code fairly than screens, taking a screenshot of a shielded web page and working OCR on the picture can nonetheless recuperate the actual phrases. Display screen readers utilized by blind readers additionally work from the code, so that they learn the decoys aloud. ShieldFont ships with a beta characteristic that gives these readers with the actual textual content as a substitute.
For now, ShieldFont solely handles English. The code will be discovered on GitHub for anybody who desires it. Builders and writers can merely set up it as a React part to their web sites.









