Search

Sign in to launch Copilot/Codex from the palette.

SPREAD

Payload, Replication, Routing

The same three pieces show up in the examples I keep comparing.

1 Payload The thing that moves
2 Replication The mechanism that copies it
3 Routing The system that decides where

Payload. Replication. Routing.
I keep using these three parts to inspect how something spreads.

Code Got There First

In 1971, Creeper displayed a message and moved between machines. In this framing, the message is the payload, self-copying is replication, and the ARPANET supplies possible destinations.

Worm
Payload executable code
Replication self-copy to remote host
Routing network address scan

By 2003, SQL Slammer infected 75,000 hosts in ten minutes. Same three components. The payload shrank to 376 bytes. The replication got faster. The routing got random.

Code was doing distribution before anyone called it that.

But Stories Did It First

Before writing, before printing, stories spread by mouth. The ones that survived weren't the most detailed .. they were the most retellable. Structured for the copy mechanism: a human voice. Routed by the only network available: whoever was sitting around the fire.

Story
Payload moral, warning, identity
Replication retelling .. structure survives, detail mutates
Routing proximity .. who's at the fire

Rhythm and repetition made oral epics easier to retain and retell; they are part of, not a complete explanation for, The Odyssey's endurance. The analogy is useful here because retelling preserves some structure while details change.

Then Ogilvy Noticed

I was reading Ogilvy and it hit me. He called it a headline .. that's the payload. He called it placement .. that's the routing. Different words, same thing.

Ad
Payload desire, fear, identity
Replication word of mouth, sharing, printing
Routing media buy .. who sees it first

"On the average, five times as many people read the headline as read the body copy."

.. David Ogilvy

Same pattern again. If people scan, the first line has to survive scanning. If people share, the first line has to survive sharing. If an AI agent is reading your README, the first paragraph has to be useful or it moves on.

A headline and SQL Slammer are not the same kind of thing. The limited comparison is size: both show how a small payload can travel quickly when the replication and routing systems already exist.

Now the Audience Is a Machine

This one took me a minute. The new reader has a context window of 1M tokens and no patience. It doesn't skim .. it ingests. It doesn't bookmark .. it either loads you into context or it doesn't. So the question becomes: did you fit in the window, and were you useful once you got there?

Readme
Payload what this does, how to use it
Replication agent ingestion into context
Routing tool discovery, MCP, search index

A good README gets ingested into a context window. It changes what the agent does next. If it's useful, the agent recommends it to the human .. who puts it in more context windows. Same three pieces again. The payload is the docs. The replication is usefulness. The routing is whether the agent can find you at all.

Same Shape Everywhere
Payload Replication Routing
Worm code self-copy address scan
Story moral retelling proximity
Ad desire media placement
Tweet take retweet follower graph
Readme docs ingestion tool discovery
Meme joke mutation feed algorithm

I didn't plan this table .. I just started listing things that spread and the columns kept being the same. The meme row is the most obvious: it doesn't pretend to be anything other than a joke that mutates on copy. But look at any row. Same three pieces. Different targets, same structure.

It Takes Longer Than You Think

I keep expecting this site to have the reach of something that's been around for years. It's been months.

The tools are new. The platforms are new. The audience is new. A six-month-old blog doesn't have the distribution of a six-year-old newsletter. That's not a failure .. that's just how time works.

"Working with AI is parenthood training. Can't ask a 1 year old to do things a 5yr old can. You have to gradually increase responsibilities."

.. something I wrote about patience with agents. Applies here too.

There's a fourth thing to be patient with, beyond agents and humans and yourself: the audience that doesn't exist yet.

You write the thing. You put it somewhere. You choose who sees it first. And then you wait .. because the audience is brand new and you're expecting it to already care.

Where I'm Stuck

I can see the pattern now. Worms had it. Stories had it. Ads had it. The three-part frame fits these examples. It will not fit every kind of distribution.

None of that helps me get anyone to read this.

This blog
Payload essays about agents and code
Replication ...tweet and hope?
Routing ...follower count?

The writing might be fine. The replication mechanism is "post it and see." The routing is "whatever the algorithm decides." That's not a distribution strategy. That's a lottery ticket.

Noticing a pattern doesn't mean you can use it. Knowing how a worm spreads doesn't make you contagious. The question is still: did anyone actually read it?

I can see how every piece connects.
I still can't make it go.

So What Do I Actually Do

Worms didn't read about spreading. They spread. Stories didn't theorize about retelling. They got retold. Ogilvy didn't admire distribution. He bought the placement. I'm still in the reading-about-it phase.

1

I stopped hoping and started building

"Post and hope" is not replication. I need to make things people forward because the structure demands it .. not because I asked nicely.

2

Pick where it enters the network

Random scanning worked for worms because they had infinite patience. I don't. I need to choose where it lands.

3

Make the shareable part smaller

SQL Slammer fit its code into 376 bytes. Oral poetry used repeatable meter. Advertising isolates a headline. In each example, a smaller unit travels more easily than the full source.

4

Give it time

This site is months old. I keep comparing it to things that have been around for years. That's not strategy, that's impatience.

5

Actually do it

I keep studying the pattern instead of running it. This is the step I keep skipping.

I found the same three pieces in the examples I examined.
I still haven't applied the frame well to my own work.

Working on it.