DEV Community

Ramdai Bista
Ramdai Bista

Posted on Originally published at agentkitworks.com

The One-Source Rule: A One-Person Content Pipeline Built on Agents

Most solo operators who write don't have a writing problem — they have a multiplication problem. One good idea, fully worked out, should become an article, a thread, a LinkedIn post, a short answer for the FAQ, and a couple of platform-native social posts. Instead it becomes one article, because doing the other five by hand takes longer than the idea was worth.

Agents make the multiplication step nearly free. That changes the economics of writing enough that it's worth doing properly instead of ad hoc.

The rule: one source, then fan out

Everything starts from a single source-of-truth document — the idea, the evidence, and the takeaway, written or dictated once, with no platform in mind. Not a draft of the article; closer to a brief. This matters because the temptation is to write the "main" piece first (usually the longest one) and then summarize it downward for everything else. Summarizing downward loses the specific, concrete details that make a post worth reading, and every format ends up sounding like a worse version of the article.

Fan out from the brief instead, and let each format re-compose the same material for its own constraints:

Long-form (dev.to, a blog): the full technique, with enough concrete detail that someone could actually implement it — not just an announcement that the technique exists.

Short-form (Bluesky): one specific, useful claim from the brief, stated plainly, plus a link. Not a teaser — the actual claim, so someone who never clicks still learned something.

Thread-shaped (Twitter/X): each post has to stand alone. If post 4 is meaningless without post 3, the format is broken — someone will land on post 4 first.

Network-native (LinkedIn): written as the person who did the thing, not a brand announcing a feature. The first two lines carry the entire post, because that's all anyone sees before deciding whether to expand it.

The output isn't five compressions of one article. It's five things that were each worth writing on their own, all sourced from the same fifteen minutes of original thinking.

Running this in practice

  1. Write the brief once. A paragraph of context, the core claim, and whatever evidence backs it up. This is the only step a human has to originate — everything downstream can be delegated.
  2. Fan out by platform. Give an agent the brief and one format's constraints at a time (character limits, audience, what that platform actually rewards) and have it re-compose — not truncate — for that format.
  3. Review in batch. Fifteen minutes across five drafts beats five separate writing sessions, and reading them back-to-back is how you catch the one that's secretly just a worse copy of another.
  4. Link back everywhere. Every asset points at the canonical source with a tracked link, so you find out which channel actually converts instead of guessing.

The part worth being strict about: every format gets judged on whether it's worth reading by someone who will never visit the canonical page. If a draft only makes sense as an ad for the long-form piece, that's a sign the brief wasn't strong enough to fan out from — go back and add the missing specific detail rather than padding the weak draft.

Where this breaks

It breaks when the brief gets skipped and platform drafts are generated straight from each other instead — LinkedIn summarizing the article, Twitter summarizing LinkedIn. Each hop loses the specifics that made the original worth writing, and after two or three hops you're distributing a vague version of a good idea at scale, which is worse than distributing nothing.

We built a packaged version of this exact loop — brief in, per-platform drafts out, with the guardrails (character limits enforced, canonical URLs mandatory, nothing posted twice) — as part of Distribution Autopilot Kit, which is also what's writing this specific post. But the one-source-then-fan-out rule is the part that actually matters, whatever you build it with.

Full playbook: https://agentkitworks.com/use-cases/automate-content-pipeline

Top comments (0)