#reallysimplelicensing — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #reallysimplelicensing, aggregated by home.social.
-
#RSL 1.0 statt robots.txt: Neuer Standard für Internet-Inhalte | heise online https://www.heise.de/news/RSL-1-0-Standard-soll-Verwendung-von-Inhalten-regeln-11111422.html #searchengines #searchengine #ArtificialIntelligence #crawler #ReallySimpleLicensing #robotsTXT
-
A quick thing you can do if you want to restrict or limit #LLM training on your content - or the opposite, allow it under specific conditions (e.g. attribution).
- Create
/license.xml - Add
License: https://krvtz.net/license.xmlline to your/robots.txt
Sample
license.xmlbanning any LLM learning:<rsl xmlns="https://rslstandard.org/rsl"> <content url="/"> <license> <prohibits type="usage">ai-train ai-input</prohibits> </license> </content> </rsl>Sample
license.xmlallowing LLM learning on CC-BY attribution basis:<rsl xmlns="https://rslstandard.org/rsl"> <content url="/"> <license> <permits type="usage">all</permits> <payment type="attribution"> <standard>https://creativecommons.org/licenses/by/4.0/</standard> </payment> </license> </content> </rsl>Live example: https://krvtz.net/robots.txt
Full standard: https://rslstandard.org/guide/getting-started
- Create
-
Ars Technica has a good article discussing RSL
-
This need to get adopted industry wide.
RSL: a license for your web site, get AI scrapers to pay you or stop scraping.
-
A new #licensingstandard, #ReallySimpleLicensing (#RSL), aims to allow #webpublishers to set terms for #AI companies using their content. Supported by major brands like Reddit and Yahoo, RSL builds upon the existing #robotstxt protocol, enabling #publishers to specify #licensing and #royaltyterms for #AItraining data. https://www.theverge.com/news/775072/rsl-standard-licensing-ai-publishing-reddit-yahoo-medium?eicker.news #tech #media #news
-
RSL is the missing layer for the AI era: set terms, get attribution, and get paid (per crawl or per inference). Open standard, collective leverage. If AI uses your work, it should respect your license. Time to take control.
https://hostvix.com/rsl-a-new-standard-to-make-ai-pay-for-the-content-it-consumes/
#RSL #ReallySimpleLicensing #AI #AIethics #AIsafety #AIdata #ContentRights #Licensing #OpenWeb #RobotsTxt #Publishers #Creators #Attribution #PayPerCrawl #PayPerInference #RSS #WebStandards #DigitalRights #CollectiveLicensing #Fastly
-
RSL is the missing layer for the AI era: set terms, get attribution, and get paid (per crawl or per inference). Open standard, collective leverage. If AI uses your work, it should respect your license. Time to take control.
https://hostvix.com/rsl-a-new-standard-to-make-ai-pay-for-the-content-it-consumes/
#RSL #ReallySimpleLicensing #AI #AIethics #AIsafety #AIdata #ContentRights #Licensing #OpenWeb #RobotsTxt #Publishers #Creators #Attribution #PayPerCrawl #PayPerInference #RSS #WebStandards #DigitalRights #CollectiveLicensing #Fastly
-
RSL is the missing layer for the AI era: set terms, get attribution, and get paid (per crawl or per inference). Open standard, collective leverage. If AI uses your work, it should respect your license. Time to take control.
https://hostvix.com/rsl-a-new-standard-to-make-ai-pay-for-the-content-it-consumes/
#RSL #ReallySimpleLicensing #AI #AIethics #AIsafety #AIdata #ContentRights #Licensing #OpenWeb #RobotsTxt #Publishers #Creators #Attribution #PayPerCrawl #PayPerInference #RSS #WebStandards #DigitalRights #CollectiveLicensing #Fastly
-
RSL is the missing layer for the AI era: set terms, get attribution, and get paid (per crawl or per inference). Open standard, collective leverage. If AI uses your work, it should respect your license. Time to take control.
https://hostvix.com/rsl-a-new-standard-to-make-ai-pay-for-the-content-it-consumes/
#RSL #ReallySimpleLicensing #AI #AIethics #AIsafety #AIdata #ContentRights #Licensing #OpenWeb #RobotsTxt #Publishers #Creators #Attribution #PayPerCrawl #PayPerInference #RSS #WebStandards #DigitalRights #CollectiveLicensing #Fastly
-
RSL is the missing layer for the AI era: set terms, get attribution, and get paid (per crawl or per inference). Open standard, collective leverage. If AI uses your work, it should respect your license. Time to take control.
https://hostvix.com/rsl-a-new-standard-to-make-ai-pay-for-the-content-it-consumes/
#RSL #ReallySimpleLicensing #AI #AIethics #AIsafety #AIdata #ContentRights #Licensing #OpenWeb #RobotsTxt #Publishers #Creators #Attribution #PayPerCrawl #PayPerInference #RSS #WebStandards #DigitalRights #CollectiveLicensing #Fastly
-
生成AIが巡回するたび報酬が発生? 無断クローラー対策の決定版となる標準規格が誕生【やじうまWatch】 - INTERNET Watch
https://internet.watch.impress.co.jp/docs/yajiuma/2046521.html『「Really Simple Licensing(RSL)」は、 生成AIのトレーニングデータを収集するクローラーに対する利用条件をウェブパブリッシャーが設定できるというもので、ウェブサイトの「robots.txt」ファイルに追記するだけで利用できる。これを用いれば、生成AIのクローラーがコンテンツを巡回するごとに支払うべき料金といったライセンスも設定できることから、AIスクレイピングによってクリエイターは報酬を得やすくなる』
『すでにReddit、Yahoo、Quora、Mediumなどの大手が賛同を表明』