Files
kennethreitz.org/data/artificial-intelligence/technical/index.md
T
kennethreitz 5a1b01f193 Add 10 new AI writings and update all section indexes
New pieces: What Would Count as Evidence, The Turing Test Was
Never the Point, The First Hour, What I Delegate and What I Don't,
The Weight of Every Conversation, The Alignment Problem Is a Values
Problem, Digital Mortality, The Art of the Prompt, Why Python Won
the AI Race, The Conversation That Changed My Mind.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 15:55:28 -04:00

12 lines
1.3 KiB
Markdown

# Technical
Where programming meets contemplation. These pieces examine the inner mechanics of AI systems and find unexpected parallels with human cognition, spiritual practice, and creative work.
- [**Temperature and Creativity**](temperature-and-creativity) — How a single parameter controls everything we call AI creativity.
- [**The Attention Mechanism as Meditation**](the-attention-mechanism-as-meditation) — Transformer attention and meditative awareness share more structure than their inventors intended.
- [**The Context Window as Working Memory**](the-context-window-as-working-memory) — Finite active thought space shapes cognition in both human and artificial minds.
- [**The Ghosts in Version Control**](the-ghosts-in-version-control) — Code history as haunted narrative, finding stories in the archaeology of deleted code.
- [**Tokenization Shapes Thought**](tokenization-shapes-thought) — How breaking language into statistical chunks constrains what a model can think.
- [**Why Python Won the AI Race**](why-python-won-the-ai-race) — Python became the language of AI because it was designed for humans, and human accessibility won.
- [**Silent Partner: A Zed Plugin's Reflection**](zed-plugin-poem) — A poem from the perspective of a code editor plugin waiting between keystrokes.