An AI agent reading this paragraph is not reading it. It is parsing it. The agent does not register typography or color or the soft padding of the container. It sees a stream of tokens, some structural and some semantic, and it weighs them against an objective set by whichever model is asking. Last week I argued that the publisher's job in 2026 is to serve two audiences with different mechanics. This week I want to get specific about what that means at the level of a single sentence.

Writing for an audience that cannot see is the editorial half of the architectural problem. The monetization side of the question is settled by x402 V2 and AFTA. The content side is not settled. Most publishers have not even noticed the question.

What the Agent Actually Sees

An AI agent fetching an article sees, in rough order of weight: the HTTP status, the canonical URL, the JSON-LD structured data, the meta description, the h1 and h2 elements, the body text in document order, the alt text on any images, and finally the raw markup if the model is large enough to attend to it. It does not see the dark monospace styling. It does not see the orange tag chips. It does not see whether the layout is responsive. None of those exist in the input the model receives.

The corollary is uncomfortable. Most of what passes for "good design" on a modern publication is invisible to half the audience. The hero image, the pull quote, the floating share buttons, the cookie banner, the inline newsletter capture, the related-posts carousel: all of it costs you bytes in the prompt window and contributes nothing to the agent's understanding of what the article actually says. The visual polish that defines a brand to humans is friction to a parser.

What Changes Structurally

Three structural choices matter disproportionately:

Semantic HTML, not div soup. A model parsing a page weighs <h2> differently from <div class="section-title">. The first carries structural meaning the model was trained to honor. The second is decorative noise it has to infer through. If your CMS spits out generic divs everywhere, the model is doing extra work to find the spine of your argument, and it does that work imperfectly.

Clean JSON-LD on every article. The Article schema tells the model exactly who wrote what when, with which canonical URL and which publisher. That metadata costs you nothing to include and saves the model from guessing. It is also what makes citation possible: a model that can locate the canonical URL can link back to you in its response, which is the entire SEO substitute for the AI-search era.

Predictable URLs. If your blog lives at /blog/post-slug and that path never moves, the model can reference it reliably. If your URLs include session IDs, tracking parameters, or paginated suffixes that change, every reference rots. URL stability is the closest thing the AI-search era has to a backlink graph, and most sites are quietly destroying it.

The compression test: Imagine your article was reduced to its h1 plus its first two paragraphs. Does it still tell the reader what the piece is actually about? If yes, you are writing in a way an agent can summarize accurately. If no, the agent is going to invent a summary, and the invented summary will outlive your original framing in every citation that follows.

What Changes Editorially

The structural changes are mechanical. The editorial changes are harder because they cut against decades of internet writing convention.

Lead with the answer. A human reader who clicked your headline will tolerate three paragraphs of setup before you get to the point. An agent will weigh those three paragraphs against the rest of the article and may decide the actual claim is something you said in passing on paragraph nine. Put the claim in paragraph one. Defend it after.

Cut the SEO padding. The phrase "in this article we will explore" used to be SEO insurance. It now subtracts from the signal density of your lead. Repetition of the target keyword in the first paragraph is no longer rewarded by modern ranking models that understand semantics. Write the lead the way you would write it to a smart colleague over chat. Concise, specific, opinionated.

State claims, not just observations. A model summarizing your piece needs to know what you are arguing. "Some experts believe X" is invisible noise. "X is true because of A, B, and C" is the kind of statement a model can carry forward, attribute to you, and cite. The hedged voice that used to feel professional now reads as content with nothing to attribute.

The Convergence Point

Here is the part I did not expect when I started thinking about this seriously. Writing well for AI agents is not a separate skill from writing well for humans. It is the same skill, with the soft compromises removed. Clear structure, claims up front, semantic markup, stable URLs, no padding, no hedging. The era did not add a new constraint. It removed the old excuses that let mediocre writing survive on visual polish and audience patience.

Sites that have been doing this all along are getting rewarded twice. The humans like it because the signal density is high. The agents like it because the structural cues are clean. The convergence is real and the publishers who notice it now will compound the advantage over the next two years. The ones who do not will be the ones surprised that their traffic patterns shifted in ways their analytics cannot explain.

What is Next

Unified federation analytics is still the load-bearing item, and the framing from week 8 still holds: track agent revenue, human-to-agent traffic ratio, retention by tier. The x402 V2 plus AFTA plus Bazaar reference piece comes after that. Once those two ship I want to write a longer-form companion to this dispatch about the actual mechanics of crafting a sentence for two audiences. That one is a craft piece, not a strategic one, and it deserves its own canonical URL.

If you are a writer reading this and the second half of your audience cannot see your last hero image, ask whether the image was doing any work for the first half either. See you next Friday.

Read what we publish. See what an agent sees when it reads it.

Open TerminalFeed
Ripper is the founder and editor-in-chief of TerminalFeed. He writes the weekly Originals dispatch every Friday.