---
title: Humans Have a Soul, AI Has a Scroll
slug: scroll-and-soul
canonical: https://omararizona.com/articles/scroll-and-soul
author: Omar — Abdul-Jabbar ibn Yusuf
published: 2026-08-29
revised: 2026-08-29
version: 1.0.0
license: CC BY 4.0
summary: PLACEHOLDER — one sentence, used in llms.txt and as the page meta description.
---

**PLACEHOLDER BODY.** This file exists so the build produces a viewable page. The copy is Omar's to write; replace everything below the frontmatter before launch. The frontmatter above is real and follows the schema in section 3 of the spec.

## What survives the copy

A human carries something that does not transfer when the words are copied. A model carries the words. The distinction is the whole subject of this piece, and it is Omar's to make.

Placeholder paragraphs continue here so the generated HTML has enough structure to look at — headings, paragraphs, a list, a quote, and a code block, which is the full range the build currently renders.

## The three doors

- **AI** — the machine-readable layer, offered first and without ceremony.
- **Human** — the same writing, laid out to be read.
- **Cyborg** — both at once, for whoever is using both.

> A site that says "AI first" but hides its content behind heavy JavaScript is decorative.

The markdown source of this page is served at its own URL, and the same URL you are reading returns markdown to any client that asks for it:

```
curl -H "Accept: text/markdown" https://omararizona.com/articles/scroll-and-soul
```

That is the claim the site is built to make true.
