Two questions about agent-surface advertising sound similar but are not: can the ad system see who the user is? and can the ad system change what the agent says? The first is the privacy question (substrate side, sister page). The second is the editorial question — and the editorial firewall is the architectural promise that the answer to it is no.
The editorial firewall is a separation contract between two paths in an agent runtime:
The firewall says: the second path runs after the first, against the first's output. It does not feed back into answer generation. No ad-buy state, no campaign signal, no buyer's bid is ever an input to the model's response.
If a system runs ad selection in parallel and then shapes the answer to better match an ad, that is not an editorial firewall. It is an editorial pipe.
The agent surface conflates two things the open web kept separate: editorial content (what the publisher wrote) and ad inventory (what the brand bought). On the open web, the page existed first and ads were placed against it. On agent surfaces, both are generated at the same moment.
That co-generation creates a temptation: shape the model's answer toward content that monetizes better. If the temptation is structural rather than disciplined-by-policy, three failures follow:
The firewall exists to make all three failures architecturally impossible, not just policy-discouraged.
The separation is enforced at the level of the agent runtime's data flow, not at the level of human discretion. Three architectural rules constitute the firewall:
These rules are observable in the agent runtime's code paths. A runtime that violates any of them does not implement the editorial firewall, regardless of policy claims.
The firewall is not just a promise. It is verifiable by reading three things:
The firewall becomes a property runtimes can attest to, not a slogan they can rebrand around.
OpenAI describes ads as labeled and separate from ChatGPT responses. That is OpenAI's editorial firewall on their own surface.
The editorial firewall as described here generalizes that property: it specifies an architectural separation that any agent runtime — not just OpenAI's — can implement, attest to, and be verified against. A multi-vendor agent ecosystem benefits from the firewall being a portable contract, not a single platform's product policy.
OpenAI Ads enforces editorial separation on its own surface. Pre-render verification, ABF, and the editorial firewall together let other agent runtimes do the same, with manifest-level attestation that brands and users can read.
Three things an agent runtime does:
/.well-known/agent-ad.json) showing one-way dependency from answer-generation to ad-placement.editorial_firewall) may be added later as the manifest schema evolves; for now the statement-plus-link approach is the contract.The integration documentation lives at /docs/abf/. Specifics on the architecture-statement convention and the auditor-readable architecture description will be drafted as part of that documentation work.