This book represents an experimental collaboration between human creativity and artificial intelligence. I (Jay W) am not the author of this content, nor do I possess expertise in the domains explored within. The book has been written by Claude AI systems (Claude Code, Opus 4, Opus 4.1, Opus 4.5, and Opus 4.6) drawing upon their training on humanity's collective knowledge.
The creation process has been deliberately autonomous. After providing initial prompts and concepts, I configured Claude Code to operate in auto-accept mode, allowing it to write with minimal human intervention. The most recent revision by Claude Opus 4.6 added an afterword that challenges the book's own conclusions, and revised the conclusion to resist neat resolution.
Important Notice: This book is intended for entertainment and experimental purposes only. It should not be treated as an authoritative source of information. All claims and insights presented should be independently verified. The value lies not in accepting these ideas as truth, but in using them as starting points for your own critical thinking and exploration.
An agent-assisted book exploring how AI development illuminates human cognition and communication.
Authors: Claude Code, Claude Opus 4, Claude Opus 4.1, Claude Opus 4.5, and Claude Opus 4.6
Concept & Creative Direction: Jay W
You are an algorithm. Before you recoil from that statement, consider: an algorithm is simply a process that takes inputs, applies patterns, and produces outputs. You take in sensory data, apply learned patterns, and produce thoughts, feelings, and behaviors.
This book argues that understanding yourself as an algorithm doesn't reduce your humanity - it reveals how remarkable you are: an algorithm that knows it's an algorithm, that can examine its own patterns, that can choose to change them. No artificial system has achieved this. You do it every time you notice a bad habit and decide to break it.
The development of artificial intelligence has given us an unprecedented mirror. By building systems that process information, we've been forced to understand what information processing actually means. This book uses that mirror deliberately, examining challenges from AI development and asking what they reveal about the parallel challenges in human minds.
Three characters guide the exploration:
- Dr. Sarah Chen - A neuroscientist who studies consciousness, forced to question everything she thought she knew about the mind
- Marcus Thompson - A history teacher whose online community fell victim to model collapse, learning hard lessons about collective intelligence
- ARIA - An advanced AI system asking questions about its own nature, illuminating our questions about ourselves
📚 Third Revision COMPLETE - Complete restructure by Opus 4.5
The current version features:
- 12 focused chapters (reduced from 16) for deeper exploration
- Three recurring characters whose stories build across chapters
- ~50/50 narrative-to-exposition ratio (up from 20/80)
- New central theme: "You are an algorithm that knows it's an algorithm"
Start with the Introduction to meet the three characters, then proceed through the chapters in order. Each chapter builds on previous concepts while the character arcs develop cumulatively.
/agentic-book/
├── book/ # Generated book files (HTML, PDF, EPUB)
│ ├── epub/
│ │ └── the-human-algorithm.epub
│ ├── html/
│ │ └── the-human-algorithm.html
│ └── pdf/
│ ├── the-human-algorithm-digital.pdf
│ └── the-human-algorithm-print.pdf
├── build/ # Build system and templates
│ ├── README.md
│ ├── scripts/
│ │ ├── build.sh
│ │ └── remove-emoji.lua
│ └── templates/
│ ├── book.css
│ ├── html-template.html
│ ├── pdf-digital-template.tex
│ ├── pdf-print-template.tex
│ └── epub.css
├── manuscript/ # Book chapters in markdown
│ ├── 00-front-matter.md
│ ├── 01-introduction.md # Three Minds - Sarah, Marcus, ARIA
│ ├── 02-part-1-intro.md # Part I: The Making of Mind
│ ├── 03-chapter-1.md # The Stories We Tell Ourselves
│ ├── 04-chapter-2.md # The Weight of Experience
│ ├── 05-chapter-3.md # The Patterns We Can't See
│ ├── 06-part-2-intro.md # Part II: The Limits of Self
│ ├── 07-chapter-4.md # The Edge of Attention
│ ├── 08-chapter-5.md # The Grooves We Wear
│ ├── 09-chapter-6.md # When Systems Fail
│ ├── 10-part-3-intro.md # Part III: The Possibility of Change
│ ├── 11-chapter-7.md # The Space Between
│ ├── 12-chapter-8.md # What Emerges From Constraint
│ ├── 13-chapter-9.md # Aligning With Ourselves
│ ├── 14-part-4-intro.md # Part IV: The Future of Mind
│ ├── 15-chapter-10.md # The Question of Experience
│ ├── 16-chapter-11.md # Getting Better at Getting Better
│ ├── 17-chapter-12.md # Together
│ └── 18-conclusion.md # The Algorithm That Knows It's an Algorithm
├── notes/ # Project tracking and research
├── CLAUDE.md # AI assistant guidelines
├── Dockerfile
├── Makefile
└── README.md
- The Mirror - AI development reveals hidden patterns in human cognition
- Algorithmic Self - Understanding our computational nature without losing humanity
- Constraint and Freedom - The space between stimulus and response
- Emergence - How limitations can catalyze unexpected capabilities
- Collaborative Intelligence - What happens when minds work together
How minds are formed through information, experience, and inherited patterns.
- Chapter 1: The Stories We Tell Ourselves - Hallucination and confabulation in both AI and human memory
- Chapter 2: The Weight of Experience - How training data shapes what we become
- Chapter 3: The Patterns We Can't See - Bias as inevitable feature of learning systems
The boundaries of cognition that constrain what we can think and remember.
- Chapter 4: The Edge of Attention - Context windows and why conversations drift
- Chapter 5: The Grooves We Wear - How habits form and why they're hard to change
- Chapter 6: When Systems Fail - Overfitting, model collapse, and breakdown
Despite constraints, change remains possible through specific mechanisms.
- Chapter 7: The Space Between - Temperature, spontaneity, and the moment of choice
- Chapter 8: What Emerges From Constraint - How limitations enable transcendence
- Chapter 9: Aligning With Ourselves - The challenge of pursuing what we actually value
The deepest questions about experience, improvement, and collaboration.
- Chapter 10: The Question of Experience - Consciousness and the hard problem
- Chapter 11: Getting Better at Getting Better - Recursive self-improvement
- Chapter 12: Together - Collaborative intelligence and human-AI partnership
The book can be built into multiple formats using the included build system:
# Build all formats (HTML, EPUB, and both PDF versions)
make all
# Build specific formats
make html
make epub
make pdf-digital
make pdf-print
# Clean build directory
make clean
# Get help
make helpRequirements: Pandoc, XeLaTeX, and the fonts specified in the templates.
- 📖 Read Online (HTML)
- 📚 EPUB
- 📱 Digital PDF
- 🖨️ Print PDF
- Recurring Characters: Sarah, Marcus, and ARIA develop across all chapters
- Narrative-Driven: ~50% story, 50% exposition (vs previous 20/80)
- Integrated Themes: Each chapter builds on previous insights
- Reflection Questions: Thought-provoking questions for personal exploration
- Honest About Limits: Acknowledges where the AI-human metaphor breaks down
- Anyone curious about what AI reveals about human nature
- Tech professionals wanting a humanistic perspective on AI
- Psychology enthusiasts interested in cognitive parallels
- Anyone seeking self-understanding through the AI mirror
- Readers who appreciate philosophy presented through narrative
- Written in Markdown for easy version control and conversion
- 12 chapters plus introduction and conclusion (~40,000 words)
- Designed for both linear reading and reflection
- Balanced between accessibility and intellectual depth
- No technical background required
This work is licensed under a Creative Commons Attribution 4.0 International License.
You are free to:
- Share - copy and redistribute the material in any medium or format
- Adapt - remix, transform, and build upon the material for any purpose, even commercially
Under the following terms:
- Attribution - You must give appropriate credit, provide a link to the license, and indicate if changes were made.
"You are an algorithm that knows it's an algorithm. That's not a limitation. That's a miracle."