PulseAugur
EN
LIVE 18:24:33

Websites fail to grant explicit AI content reuse licenses

A recent audit of ten websites revealed that eight of them do not grant explicit permission for commercial reuse of their content, despite some having permissive robots.txt files. The author distinguishes between a robots.txt file, which governs bot access, and a license, which dictates republication rights. While some sites like Troy Hunt's provide clear licenses, others, such as Julia Evans', explicitly disallow LLM scraping, and The Pragmatic Engineer offers a machine-readable signal for AI training. The author emphasizes that the licensing check should occur at the point of data ingestion, not after content has already been scraped and stored. AI

IMPACT Highlights the critical need for clear licensing terms for AI training data, potentially impacting how AI models are developed and the data sources they can legally use.

RANK_REASON The item is an opinion piece discussing the implications of website licensing for AI scraping and content reuse, rather than a direct release or policy change.

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Websites fail to grant explicit AI content reuse licenses

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Marco ·

    A permissive robots.txt is not a licence

    <p>I have a scraper that watches ten sites I consider adjacent to my work. It has been running since early July. The output goes into a vector store that nothing currently reads, which is the only reason this story ends without a lawyer in it.</p> <p>I audited those ten sources t…