Internet standards body proposes new header field disclosing AI — will make it easier for machines to determine if AI was used on a site

ai
(Image credit: Shutterstock)

The Internet Engineering Task Force (IETF), the body responsible for the standards used across the web, has just released a draft document that will introduce a new header to make it easier to determine whether AI was used on a web page. According to the AI Content Disclosure Header draft, this proposed metadata will make it easier for machines to determine how AI is involved in the production of a particular site for easier automation, indexing, and compliance.

“The goal of AI-Disclosure is to offer a low-overhead, easily parsable signal primarily for automated systems like web crawlers, archiving tools, or user agents that may need a quick indication of AI usage without processing complex manifests,” the draft document said. “This header is intended to be applied at the entire response level.”

There is no standardized, machine-readable way to determine if artificial intelligence was used in the creation of a site. While there are some existing ways to warn the consumer that content is AI-generated — either through written disclaimers on the page or watermarks on the video or image — these can’t be easily detected by machines and apps.

Information on the header will include mode, which tells whether AI was used on the page; model, which identifies what AI model was used to generate or modify the content; provider, which tells you what organization the model originated from; reviewed-by, which indicates who reviewed the content; and date, which applies the date and time the content was generated.

Mode has four values:

Swipe to scroll horizontally

Mode Value

Description

none

AI was not used to create or modify the content on the page

ai-modified

The source material was created by humans but was modified by AI. Examples of this include spell check, style suggestions, summary generation

ai-originated

The content was initially generated by AI, but was subsequently edited or changed by humans. This means that the content was manually checked for accuracy, although its originality might still be put into question.

machine-generated

This suggests that the content is mostly generated by AI with little to no human intervention.

Jowi Morales
Contributing Writer

Jowi Morales is a tech enthusiast with years of experience working in the industry. He’s been writing with several tech publications since 2021, where he’s been interested in tech hardware and consumer electronics.

  • SonoraTechnical
    It's a good first step... an official acknowledgement that a distinction is needed.
    Is it enforceable? Will standard website editing tools (e.g. Visual Studio) have a way of auto-generating this header? Will web servers (e.g. Apache, IIS) auto-generate this header upon page requests?
    Reply