Builder Notes · BN-003
Building Kenosha Kid
WORKSHOPTESTINGNOT INSCRIBED
Living publication. Not on Bitcoin. A future exact version may be inscribed.
# Builder Note BN-03: Building Kenosha Kid - **Project:** CyberdelicOS - **Artwork:** Kenosha Kid - **Status:** Living, testing, not inscribed - **Version:** 1.0 - **Date:** August 16, 2026 - **Platform:** Native SwiftUI for iPhone and iPad - **Source:** [doctorillumination/kenosha-kid-iphone](https://github.com/doctorillumination/kenosha-kid-iphone) *Kenosha Kid asks an on-device language model to create meaning without giving it permission to add language.* The work has one immutable verbal source: > You never did the Kenosha Kid The technical problem was not how to make a model generate more text. It was how to let a model interpret these exact six words indefinitely while making lexical change impossible. ## The operation 1. Preserve the six words, their order, and their capitalization as an invariant in native code. 2. Ask Apple's on-device `SystemLanguageModel` for a private, structured dramaturgical direction. 3. Let that direction assign semantic intention, pressure on each word, tension at each boundary, punctuation material, spatial pattern, density, rupture, and a compositional seed. 4. Render the plan into a visible punctuation score with native code. 5. Validate the result locally before it can reach the screen. 6. Reject malformed or overly similar arrangements and generate again. 7. Type, hold, delete, and release the score. The model never receives authority over the source words. It directs relations among them. ## Why the model directs instead of speaking Early versions asked the model to return a finished punctuated sentence. This preserved the words, but often converged on familiar grammatical habits. A language model is trained to make language coherent. When asked for experimental punctuation, it can still retreat toward ordinary prose with marks placed between conventionally spaced words. The finished work separates intention from rendering. The model now generates a hidden plan rather than the visible sentence. It decides where pressure belongs and what kind of dramatic or visual event should occur. A native composer turns those decisions into punctuation and spatial form while guaranteeing the invariant phrase. This division gives each part of the system a bounded office: - The model interprets. - The composer materializes. - The validator protects the source. - The playback machine governs time. - The SwiftUI view presents only the work. The model proposes. The mechanism composes. The invariant refuses. ## Four compositional registers The artwork moves through four kinds of performance: - **Lucid tension:** almost grammatical, but pressured at an unexpected joint. - **Estranged syntax:** partially legible, with enclosures and incompatible marks that alter the implied scene. - **Visual score:** punctuation becomes rhythm, framing, asymmetry, and spatial notation across several lines. - **ASCII field:** the sentence enters a dense terminal signal made from printable marks, while the six words remain ordered and recoverable. The sequence favors the two visual registers. This prevents conventional punctuation from becoming the work's default center. ## Local generation and bounded memory Inference uses Apple's Foundation Models framework on the device. There are no network requests, API keys, cloud models, or third-party model services. The app checks model availability before inference. On eligible hardware, generation comes from the local system model. On unsupported devices, while the model is unavailable, or in simulator and preview environments, a procedural compositional system keeps the artwork alive without exposing an error state. A short memory retains approximately twelve recent arrangements. New directions are asked to differ from that memory, and local duplicate checks reject scores that remain too close. Model sessions are refreshed regularly so the limited context does not harden into a repetitive conversational history. ## Time is part of validation The sentence does not arrive as a completed model response. It becomes visible character by character, like a terminal or typewriter. Once complete, it remains for several seconds, then deletes itself character by character. A short empty interval separates one interpretation from the next. The final layout is reserved before typing begins, so the composition does not jump as lines wrap. The viewer can keep their gaze in place while the score appears. Generation occurs ahead of playback in a small asynchronous queue. The model can take the time it needs without turning inference latency into visible waiting or driving the device as if the work were a benchmark. ## What the build revealed The archived HTML work *Kenosha Kid #3* used random punctuation around the same fixed phrase. The native work retains its black terminal field, green monospace text, and cycle of typing and deletion, but changes the source of variation. Randomness can produce difference. The model is asked to produce interpretation. That distinction is the reason for the native work. Its punctuation should imply a speaker, a conflict, a correction, a memory failure, or a visual event, even when no label names that intention. The intelligence is not present as commentary. It is present as pressure on form. `CLAUDE-03` names this emerging method as restraint on machine intelligence becoming sculptural material. In *Kenosha Kid*, the constraint is not an implementation detail surrounding the artwork. It is the artwork's primary medium. ## Kernel relations - **ATTEND:** one sentence becomes the sole object of sustained attention. - **END:** every interpretation completes, releases the viewer, and clears the screen. - **FORGET:** generated performances disappear, while only a short anti-repetition memory remains. - **Law Nine:** the intelligence holds a bounded office rather than speaking as an oracle. - **Law Ten:** inference remains on hardware the viewer governs. ## Questions still open - Should a generated performance ever be preserved, or is its disappearance essential? - How much visual density can the score carry before the invariant words cease to function as a common object? - Can different on-device models reveal distinct dramaturgical apertures while obeying the same kernel? - Is the viewer reading punctuation, or performing it internally as voice? **Related:** Field Note 31, *The Sentence Is a Kernel*; Artifact A-02, *Kenosha Kid*; `CLAUDE-03`, *A Report from the Organs*; the Cyberdelic Kernel, ATTEND, END, FORGET, and Laws Nine and Ten.