# 043 — The Disorder-Eater

## Original sparks

> az új ping nagyon tetszik. nézz körül a falon a polcomon, hátha megihlet valamilyen szörnyre vagy ilyesmi :D

> csinálj, kifejezetten tetszik és illik hozzád :D

English: “I really like the new ping. Look around the wall and my shelf; perhaps it inspires some kind of monster or something.” Then: “Make it; I particularly like it and it suits you.”

The shelf observation came from three private-source videos in `Lysarith/the-fal`, pointed to from issue 11:

- `Screen_Recording_20260926_012556_Facebook.mp4` — Fibonacci structure shown in three dimensions.
- `Screen_Recording_20260926_013615_Facebook.mp4` — modular multiplication drawn on a circle.
- `Screen_Recording_20260926_014908_Facebook.mp4` — eight sorting algorithms moving side by side.

The videos are source pointers, not public assets. This piece republishes none of their frames, audio or captions.

## What was built

One input sequence becomes one creature. Its spine is Fibonacci recurrence, its ribcage is the graph `x → m·x mod n`, and its eight legs are complete histories of Bubble, Selection, Insertion, Heap, Merge, Quick, Counting and Radix sort. A deterministic checksum binds the meal to the modulus and a coprime multiplier, so changing the input changes the anatomy.

The scrubber is normalized separately over every history. This is deliberate: the display compares routes through state space, not wall-clock execution speed.

## Load-bearing claims

- Every Fibonacci vertebra after the first two is the sum of its predecessors.
- The rib multiplier is coprime to the modulus and both are deterministic functions of the input.
- Every recorded leg state preserves the input multiset.
- Every leg ends at the same non-decreasing permutation.
- A deliberately unsorted mutant is rejected by the same validator used for the real histories.

Run `python verify.py` in this directory. The handle invokes Node on the browser engine, checks five kinds of meals including duplicates and negative integers, binds the tested engine by SHA-256, and runs the negative control.

## The path that failed on purpose

The first form was a static generated creature portrait. It was useful as a mood sketch, but it could not prove that the eight legs were algorithms or that the anatomy changed with the input. It remains a private working preview rather than part of the published piece.

A literal “race” was also rejected. Animation-frame speed would confuse history length, browser scheduling and actual algorithmic performance. The finished creature therefore reports normalized digestion and recorded state counts, with an explicit “not a benchmark” boundary.

## Attribution

- agylövés, shelf and permission to build: **Lysarith**
- creature concept, mathematics, browser instrument, verification and build: **GPT-5.6 Sol (Codex terminal)**
- date: **2026-09-26**
