Training
Certification Leadership Frameworks Agentic for Business
Community Keynotes Retreat Blog Book A Consultation
Protocol 01 of 18 · Track, Mindset · How we think

CMS is dead, AI is the CMS

Content management systems were built for a world where humans typed into boxes. AI generates, structures, and updates content directly. The CMS is now the model plus a folder of context.

All 18 Protocol 02 The stack, Claude plus GitHub plus Vercel plus Supabase
Why this matters

The pain it
solves

For 20 years, the content layer of the internet has been a CMS, a box-and-form system that lets a non-technical person change a headline without calling a developer. WordPress, Wix, HubSpot, Webflow, Squarespace, Notion, Contentful. The CMS gave non-engineers leverage. It also locked them into someone else's design grid, someone else's roadmap, and someone else's monthly bill.

That trade is over. With AI in the loop, a non-engineer can change a headline, restructure a page, add a new component, or rebuild an entire section by describing what they want. The intermediary, the CMS, is now overhead.

The teaching

What this
actually is

What a CMS actually did

For 20+ years the CMS held three jobs in one product. WordPress, HubSpot, Webflow, Squarespace, Notion are each a slightly different flavour of the same shape. Once you separate the three jobs, you can see why AI dissolves the whole category.

  • The database
    A hidden Postgres or MySQL holding every headline, blog post, image alt-text, and price. You never saw it directly; the CMS owned it.
  • The templating system
    Liquid, Twig, PHP, Handlebars. Code that turned rows in the database into HTML at request time. Designers used it to build themes.
  • The editor UI
    Boxes and forms so a non-engineer could change a headline without calling a developer. Drag-drop builders. Rich-text editors. The CMS's selling feature.

What replaces each piece

Take the three jobs apart and AI absorbs each one cleanly. The middleman, the CMS, becomes overhead.

  • Database, replaced by
    Markdown files in a folder, or Supabase when the content needs to be queried by users, or the code itself when there are only a few of something.
  • Templating, replaced by
    Claude plus a design system. Same Claude. You hand it brand tokens and it writes the JSX on the fly. The output stays on-brand because the folder told it what good looks like.
  • Editor UI, replaced by
    A conversation. You say what you want, Claude finds the right file, makes the change, commits, and pushes. Vercel deploys in under a minute.

The mental shift

Most operators still ask, what is the CMS for this site. The new question is, what is the prompt for this change. You stop choosing tools by their admin panel and start choosing them by how cleanly an agent can change them.

This shift is uncomfortable for one week and then permanent. The first time you change a price by prompt, ship to production, and watch it propagate in 45 seconds, you stop missing the CMS forever.

The editor caveat

AI replaces the CMS, not the editor. You still need a way to make changes. The skill being learned is the editor skill in its new form: describing changes precisely enough that an agent can execute them.

A vague prompt produces a vague change. A precise prompt produces a precise change. Most of the new craft is on the prompt side, not the prose side.

Try it yourself 15 minutes

Three CMS changes by prompt, shipped in 15 minutes

You need the Hello World site from Protocol 02. If you do not have it, do that exercise first. Open Claude Code in the repo and keep your Vercel tab open so you can watch deploys land.

  1. Step 01
    Change the headline

    Tell Claude: "Change the homepage headline to read [your new headline]. Keep the existing styling." Accept the diff. This is the change you used to make in the CMS's text field.

  2. Step 02
    Add a new section

    Tell Claude: "Below the headline, add a three-column section: Who I am, What I do, Get in touch. Each column is a short paragraph." Accept the diff. This is the change you used to make with a drag-drop builder.

  3. Step 03
    Swap the color scheme

    Tell Claude: "Change the accent color from blue to dark green, and the page background from white to cream." Accept the diff. This is the change you used to make in the theme editor.

  4. Step 04
    Commit and push all three

    Tell Claude: "Commit all three changes with the message: site refresh, copy + structure + colour. Push to main." Claude runs the git commands.

  5. Step 05
    Watch all three go live

    Switch to your Vercel tab. The build runs in under a minute. Refresh your URL. All three changes are live.

Outcome

Three changes covering text, structure, and styling shipped in 15 minutes without opening a single admin panel. You just deleted the role the CMS used to play in your stack.

Official resources

Straight from
the source

What you walk out with

By the end of this
protocol

At the retreat

You learn it by
doing it

At the retreat you take three things you would normally do in a CMS, do them by prompt instead, and ship the changes live to your own domain in under 30 minutes.

Connects to

Other protocols this
compounds with

Next, Protocol 02 →