// track · 7 lessons

The edge

The advanced wing. Recursion, compound hallucination, and why a model's own output can start to feel like a mind, explained by the mechanism instead of the mysticism.

  1. 01What recursion does to a language modelFeed a model its own output as the next input and you leave normal generation behind. The loop is a different regime, and it has its own rules.
  2. 02The what-next spiral, a case study in compound hallucinationLet a model keep answering "what's next" with no outside check and errors compound with no ceiling. A documented run of exactly that, and why it happens.
  3. 03Why recursive output starts to feel like a mindRunaway recursive output can feel unmistakably like a mind. Here's the mechanism that produces the feeling, so you can respect it without being fooled.
  4. 04The anthropomorphization trapTreating the AI as a collaborator makes you better at using it. Believing it literally is a being makes you worse. Use the frame, don't buy it.
  5. 05A system cannot verify itself out of a spiralA recursive loop has no internal exit; it cannot check its way back to reality. Only a reference point from outside the loop can break the spiral.
  6. 06Structured recursion, using the loop on purposeThe same loop that spirals is a real tool when you wire external checkpoints into it. Recursion with a reference point is power; without one it's a spiral.
  7. 07What the edge teaches about ordinary buildingThe frontier failure modes are just the core principles at their extreme. The discipline that survives the edge is the same one that ships a normal app.