Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

lacma 2026: retitle again — "Personal Computers Are Not Done Yet"

"A Planetary Laptop Orchestra" was a subgenre claim (music); the real
thesis is wider. Computing has mostly been corporate for 40 years.
The 1980s personal computing scene — Apple II, Commodore 64, HyperCard
— promised a computer that belonged to you, that you could program,
that could do anything. Platform consolidation cut it short. AC bets
a second personal computing scene is starting now, and that with AI
coding partners, open-source OSes, custom languages, and cheap surplus
hardware in everyone's hands, this one will splinter both wider AND
deeper than the first — wider because anyone can publish, deeper
because anyone can now modify a kernel or write a language.

The PLOrk argument becomes evidence for that thesis rather than the
thesis itself. Still in the pitch, just as the economic mechanism
beneath the headline.

Project description rewritten end-to-end to lead with the thesis
paragraph, fold in the "wider and deeper" frame, and keep the
existing AC Native / KidLisp / Network / bullets structure. Lands at
499 words exactly — under the 500 cap.

Landing page: new H1 front-loads the title. Pitch section now opens
with the "not been very personal" paragraph and keeps the feedstock/
PLOrk claim as the economic kicker further down.

Title swapped everywhere: lacma-2026.tex cover, recipients index
row, reader.tex LACMA chapter, landing page title/H1/meta/condensed.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

+35 -32
+12 -12
grants/lacma-2026/LACMA-2026-APPLICATION-DRAFT.md
··· 10 10 11 11 ## Project Name 12 12 13 - Aesthetic Computer: A Planetary Laptop Orchestra 13 + Aesthetic Computer: Personal Computers Are Not Done Yet 14 14 15 15 ## Three Descriptive Words 16 16 ··· 26 26 27 27 _[499 words — right at the cap]_ 28 28 29 - Aesthetic Computer (AC) is a creative computing platform built from first principles. It consists of three interlocking layers: a bare-metal operating system that boots directly into art software, a custom programming language called KidLisp for generative art, and a social network where anyone can publish and share interactive programs called "pieces." 29 + Personal computers have not been very personal. For forty years the form has been shaped by the companies that sold them — operating systems built to sell attention, software gatekept by app stores. The 1980s personal computing scene promised a computer that belonged to you, that you could program, that could do anything — before platform consolidation cut it short. Aesthetic Computer (AC) bets that a second personal computing scene is starting, and that with tools this powerful in everyone's hands, it will go both wider *and* deeper than the first — wider because anyone can publish, deeper because anyone can now write a language, modify a kernel, or put an AI coding partner to work on a single piece. 30 30 31 - The provocation is economic as much as aesthetic. Windows 10 end-of-life has stranded roughly 240 million x86_64 laptops; ~62 million tonnes of e-waste are generated each year. Strip away the consumer operating system — notifications, app stores, surveillance — and those machines become a planetary population of half-built musical instruments waiting for a kernel. 31 + AC has three interlocking layers: a bare-metal operating system that boots directly into art software, a custom programming language (KidLisp) for generative art, and a social network for publishing interactive programs called "pieces." The second scene has feedstock: Windows 10 end-of-life has stranded ~240 million x86_64 laptops, and ~62 million tonnes of e-waste pile up each year. Strip away the consumer OS and those machines become a planetary population of half-built instruments waiting for a kernel. 32 32 33 - **AC Native** is the kernel. A Linux boot that runs a custom C runtime as PID 1 on x86_64 UEFI laptops — no desktop, no window manager, no browser. It renders graphics through DRM without a compositor, reads input from raw evdev streams, and synthesizes audio sample-by-sample through ALSA at 192 kHz with 32-voice polyphony. Per-seat cost lands near $50, two orders of magnitude below Princeton's PLOrk laptop-orchestra model. A built-in `code` command drops into a native terminal running Anthropic's Claude Code — the only bare-metal creative OS we know of with an AI coding partner built in. The default piece is *notepat*, an 8,466-line polyphonic instrument with eight waveforms, room reverb, sample recording, and USB + UDP MIDI; twenty other pieces ship alongside it. 33 + **AC Native** is the kernel. A Linux boot runs a custom C runtime as PID 1 on x86_64 UEFI laptops — no desktop, no compositor, no browser. Graphics via DRM, input via raw evdev, audio via ALSA at 192 kHz with 32-voice polyphony. Per-seat cost lands near $50 — two orders of magnitude below Princeton's PLOrk laptop-orchestra model. A built-in `code` command drops into a native terminal running Anthropic's Claude Code — the only bare-metal creative OS we know of with an AI coding partner built in. The default piece is *notepat*, an 8,466-line polyphonic instrument with eight waveforms, sample recording, and MIDI; twenty other pieces ship alongside it. 34 34 35 - **KidLisp** is a minimal Lisp dialect designed specifically for generative art. With 118 built-in functions across 12 categories, it provides an accessible entry point for non-programmers while remaining expressive enough for complex compositions. Over 16,000 KidLisp programs have been written on the platform. KidLisp programs can be minted as on-chain "keeps" on Tezos, establishing provenance without requiring artists to understand blockchain infrastructure. 35 + **KidLisp** is a minimal Lisp for generative art — 118 functions, accessible to non-programmers, expressive enough for complex compositions. 17,000+ KidLisp programs already live on the platform. Programs can be minted as on-chain "keeps" on Tezos, establishing provenance without requiring artists to touch blockchain infrastructure. 36 36 37 - **The Network** ties it together. Aesthetic Computer hosts 371 built-in pieces and 265 user-published pieces across 2,800+ registered handles. Every piece is URL-addressable and instantly shareable via QR code. The platform supports real-time multiplayer through WebSocket and UDP channels — people can draw, compose, and play together. 37 + **The Network** hosts 371 built-in pieces, 265 user-published, and 2,800+ registered handles. Every piece is URL-addressable and QR-shareable; real-time multiplayer runs through WebSocket and UDP. 38 38 39 - During the grant period, we propose to develop AC Native into a distributable creative instrument and public installation: 39 + During the grant period we propose to develop AC Native into a distributable creative instrument and public installation: 40 40 41 - 1. **Portable Instruments** — USB-bootable AC Native drives preloaded with curated pieces for visitors to take home and boot on their own laptops. 42 - 2. **KidLisp Workshops** — Hands-on sessions where participants write KidLisp programs that run on AC Native hardware in real time, experiencing the full loop from code to sound and image with no intermediary. 43 - 3. **Public Installation** — Multiple AC Native stations at LACMA where visitors encounter creative computing as a direct, embodied experience — more like sitting down at a piano than opening an app. 44 - 4. **Open Documentation** — Publish the complete build pipeline, hardware compatibility guide, and workshop curriculum so other artists and institutions can replicate the system. 41 + 1. **Portable Instruments** — USB-bootable AC Native drives preloaded with curated pieces for visitors to take home. 42 + 2. **KidLisp Workshops** — Hands-on sessions writing programs that run on AC Native in real time, code to sound and image with no intermediary. 43 + 3. **Public Installation** — Multiple AC Native stations at LACMA where visitors encounter creative computing as an instrument-like interaction. 44 + 4. **Open Documentation** — Complete build pipeline, hardware compatibility guide, and curriculum, published openly so other institutions can replicate. 45 45 46 - This is not a product. It is an argument: the personal computer can still be a site of artistic invention — and the instrument is not yet finished being designed. 46 + This is not a product. It is an argument: the personal computer is still a site of artistic invention — and the new scene has just begun. 47 47 48 48 --- 49 49
+1 -1
grants/lacma-2026/art-tech-lab-recipients.md
··· 19 19 20 20 | Artist | Project | Notes | 21 21 |---|---|---| 22 - | **Jeffrey Alan Scudder** (proposed) | *Aesthetic Computer: A Planetary Laptop Orchestra* | Bare-metal creative OS on a USB stick. Boots on x86_64 UEFI laptops — including the estimated 240M PCs stranded by Windows 10 end-of-life and ~62M tonnes of e-waste generated each year. Turns discarded hardware into a complete musical instrument at roughly **$50 per seat — two orders of magnitude below PLOrk's $1,500+/seat laptop-orchestra model** (see *PLOrk'ing the Planet*, `papers/arxiv-plork`). Custom C runtime as PID 1, DRM framebuffer, ALSA 192 kHz 32-voice synthesis, Anthropic's Claude Code as a first-class prompt, KidLisp language with 17,000+ programs already written. Extends the laptop-orchestra lineage (Trueman/PLOrk 2005, Bukvic/L2Ork 2010) but escapes its institutional constraints — no fabrication, no licensing, no Max/MSP literacy prerequisite. *notepat* ships as the default piece, so a child pressing a key is already playing. Argues the operating system itself is the under-designed creative instrument, and proposes to finish designing it in public. | 22 + | **Jeffrey Alan Scudder** (proposed) | *Aesthetic Computer: Personal Computers Are Not Done Yet* | Bare-metal creative OS on a USB stick. Boots on x86_64 UEFI laptops — including the estimated 240M PCs stranded by Windows 10 end-of-life and ~62M tonnes of e-waste generated each year. Turns discarded hardware into a complete musical instrument at roughly **$50 per seat — two orders of magnitude below PLOrk's $1,500+/seat laptop-orchestra model** (see *PLOrk'ing the Planet*, `papers/arxiv-plork`). Custom C runtime as PID 1, DRM framebuffer, ALSA 192 kHz 32-voice synthesis, Anthropic's Claude Code as a first-class prompt, KidLisp language with 17,000+ programs already written. Extends the laptop-orchestra lineage (Trueman/PLOrk 2005, Bukvic/L2Ork 2010) but escapes its institutional constraints — no fabrication, no licensing, no Max/MSP literacy prerequisite. *notepat* ships as the default piece, so a child pressing a key is already playing. Argues the operating system itself is the under-designed creative instrument, and proposes to finish designing it in public. | 23 23 24 24 --- 25 25
grants/lacma-2026/lacma-2026.pdf

This is a binary file and will not be displayed.

+12 -12
grants/lacma-2026/lacma-2026.tex
··· 106 106 \vspace*{0.8em} 107 107 \begin{center} 108 108 {\acbold\fontsize{30pt}{34pt}\selectfont Aesthetic{\color{acpink}.}Computer}\\[14pt] 109 - {\large A Planetary Laptop Orchestra}\\[24pt] 109 + {\large Personal Computers Are Not Done Yet}\\[24pt] 110 110 {\color{acgray}\small Jeffrey Alan Scudder}\\[3pt] 111 111 {\color{acgray}\small LACMA Art + Technology Lab · 2026} 112 112 \end{center} ··· 120 120 % ======================================================================= 121 121 \achead{Project Description} 122 122 123 - \ac{} (AC) is a creative computing platform built from first principles. It consists of three interlocking layers: a bare-metal operating system that boots directly into art software, a custom programming language called KidLisp for generative art, and a social network where anyone can publish and share interactive programs called ``pieces.'' 123 + Personal computers have not been very personal. For forty years the form has been shaped by the companies that sold them---operating systems built to sell attention, software gatekept by app stores. The 1980s personal computing scene promised a computer that belonged to you, that you could program, that could do anything---before platform consolidation cut it short. \ac{} (AC) bets that a second personal computing scene is starting, and that with tools this powerful in everyone's hands, it will go both wider \emph{and} deeper than the first---wider because anyone can publish, deeper because anyone can now write a language, modify a kernel, or put an AI coding partner to work on a single piece. 124 124 125 - The provocation is economic as much as aesthetic. Windows 10 end-of-life has stranded roughly 240 million x86\_64 laptops; ~62 million tonnes of e-waste are generated each year. Strip away the consumer operating system---notifications, app stores, surveillance---and those machines become a planetary population of half-built musical instruments waiting for a kernel. 125 + AC has three interlocking layers: a bare-metal operating system that boots directly into art software, a custom programming language (KidLisp) for generative art, and a social network for publishing interactive programs called ``pieces.'' The second scene has feedstock: Windows 10 end-of-life has stranded ~240 million x86\_64 laptops, and ~62 million tonnes of e-waste pile up each year. Strip away the consumer OS and those machines become a planetary population of half-built instruments waiting for a kernel. 126 126 127 - \textbf{AC Native} is the kernel. A Linux boot that runs a custom C runtime as PID\,1 on x86\_64 UEFI laptops---no desktop, no window manager, no browser. It renders graphics through DRM without a compositor, reads input from raw evdev streams, and synthesizes audio sample-by-sample through ALSA at 192\,kHz with 32-voice polyphony. Per-seat cost lands near \$50, two orders of magnitude below Princeton's PLOrk laptop-orchestra model. A built-in \texttt{code} command drops into a native terminal running Anthropic's Claude Code---the only bare-metal creative OS we know of with an AI coding partner built in. The default piece is \textit{notepat}, an 8,466-line polyphonic instrument with eight waveforms, room reverb, sample recording, and USB\,+\,UDP MIDI; twenty other pieces ship alongside it. 127 + \textbf{AC Native} is the kernel. A Linux boot runs a custom C runtime as PID\,1 on x86\_64 UEFI laptops---no desktop, no compositor, no browser. Graphics via DRM, input via raw evdev, audio via ALSA at 192\,kHz with 32-voice polyphony. Per-seat cost lands near \$50---two orders of magnitude below Princeton's PLOrk laptop-orchestra model. A built-in \texttt{code} command drops into a native terminal running Anthropic's Claude Code---the only bare-metal creative OS we know of with an AI coding partner built in. The default piece is \textit{notepat}, an 8,466-line polyphonic instrument with eight waveforms, sample recording, and MIDI; twenty other pieces ship alongside it. 128 128 129 - \textbf{KidLisp} is a minimal Lisp dialect designed specifically for generative art. With 118 built-in functions across 12 categories, it provides an accessible entry point for non-programmers while remaining expressive enough for complex compositions. Over 16,000 KidLisp programs have been written on the platform. KidLisp programs can be minted as on-chain ``keeps'' on Tezos, establishing provenance without requiring artists to understand blockchain infrastructure. 129 + \textbf{KidLisp} is a minimal Lisp for generative art---118 functions, accessible to non-programmers, expressive enough for complex compositions. 17,000+ KidLisp programs already live on the platform. Programs can be minted as on-chain ``keeps'' on Tezos, establishing provenance without requiring artists to touch blockchain infrastructure. 130 130 131 - \textbf{The Network} ties it together. \ac{} hosts 371 built-in pieces and 265 user-published pieces across 2,800+ registered handles. Every piece is URL-addressable and instantly shareable via QR code. The platform supports real-time multiplayer through WebSocket and UDP channels---people can draw, compose, and play together. 131 + \textbf{The Network} hosts 371 built-in pieces, 265 user-published, and 2,800+ registered handles. Every piece is URL-addressable and QR-shareable; real-time multiplayer runs through WebSocket and UDP. 132 132 133 - During the grant period, we propose to develop AC Native into a distributable creative instrument and public installation: 133 + During the grant period we propose to develop AC Native into a distributable creative instrument and public installation: 134 134 135 135 \begin{enumerate} 136 - \item \textbf{Portable Instruments}---USB-bootable AC Native drives preloaded with curated pieces for visitors to take home and boot on their own laptops. 137 - \item \textbf{KidLisp Workshops}---Hands-on sessions where participants write KidLisp programs that run on AC Native hardware in real time, experiencing the full loop from code to sound and image with no intermediary. 138 - \item \textbf{Public Installation}---Multiple AC Native stations at LACMA where visitors encounter creative computing as a direct, embodied experience---more like sitting down at a piano than opening an app. 139 - \item \textbf{Open Documentation}---Publish the complete build pipeline, hardware compatibility guide, and workshop curriculum so other artists and institutions can replicate the system. 136 + \item \textbf{Portable Instruments}---USB-bootable AC Native drives preloaded with curated pieces for visitors to take home. 137 + \item \textbf{KidLisp Workshops}---Hands-on sessions writing programs that run on AC Native in real time, code to sound and image with no intermediary. 138 + \item \textbf{Public Installation}---Multiple AC Native stations at LACMA where visitors encounter creative computing as an instrument-like interaction. 139 + \item \textbf{Open Documentation}---Complete build pipeline, hardware compatibility guide, and curriculum, published openly so other institutions can replicate. 140 140 \end{enumerate} 141 141 142 - This is not a product. It is an argument: the personal computer can still be a site of artistic invention---and the instrument is not yet finished being designed. 142 + This is not a product. It is an argument: the personal computer is still a site of artistic invention---and the new scene has just begun. 143 143 144 144 % ======================================================================= 145 145 \achead{Figures}
+1 -1
papers/reader.tex
··· 183 183 \end{center} 184 184 \newpage 185 185 186 - \readerpart{LACMA Art + Technology Lab 2026: A Planetary Laptop Orchestra}{../grants/lacma-2026/lacma-2026.pdf} 186 + \readerpart{LACMA Art + Technology Lab 2026: Personal Computers Are Not Done Yet}{../grants/lacma-2026/lacma-2026.pdf} 187 187 188 188 % =================================================================== 189 189 % PART III: CONFERENCE PAPERS
+9 -6
system/public/lacma-2026/index.html
··· 3 3 <head> 4 4 <meta charset="utf-8"> 5 5 <meta name="viewport" content="width=device-width,initial-scale=1"> 6 - <title>aesthetic.computer: a planetary laptop orchestra · LACMA Art + Technology Lab 2026</title> 7 - <meta name="description" content="Jeffrey Alan Scudder's pitch for the LACMA Art + Technology Lab 2026 — Aesthetic Computer as a planetary laptop orchestra: a bare-metal creative OS on surplus x86_64 laptops at ~$50/seat, two orders of magnitude below Princeton's PLOrk model."> 6 + <title>aesthetic.computer: personal computers are not done yet · LACMA Art + Technology Lab 2026</title> 7 + <meta name="description" content="Jeffrey Alan Scudder's pitch for the LACMA Art + Technology Lab 2026 — the second personal computing scene is starting. Aesthetic Computer as a bare-metal creative OS on surplus x86_64 laptops at ~$50/seat, two orders of magnitude below Princeton's PLOrk laptop-orchestra model."> 8 8 <link rel="icon" href="https://aesthetic.computer/icon/128x128/prompt.png" type="image/png"> 9 9 <link rel="stylesheet" href="https://aesthetic.computer/type/webfonts/berkeley-mono-variable.css"> 10 10 <style> ··· 313 313 314 314 <header class="mast"> 315 315 <div class="eyebrow"><span class="tag">LACMA Art + Technology Lab</span> · 2026 · Open Call</div> 316 - <h1>Aesthetic<span class="dot">.</span>Computer<br>A <em>Planetary<br>Laptop Orchestra</em><span class="dot">.</span></h1> 316 + <h1>Personal Computers<br>Are <em>Not Done<br>Yet</em><span class="dot">.</span></h1> 317 + <p class="sub" style="font-family:'YWFT Processing',monospace;font-size:1.05em;color:var(--dim);margin-top:-0.3em;margin-bottom:0.9em">Aesthetic<span style="color:var(--pink)">.</span>Computer · a pitch for LACMA Art + Technology Lab 2026</p> 317 318 <p class="sub">Pitch by <strong>@jeffrey</strong> (Jeffrey Alan Scudder) · <a href="https://aesthetic.computer">aesthetic.computer</a></p> 318 319 <dl class="meta"> 319 320 <dt>Deadline</dt><dd class="due">Wed, 22 Apr 2026 · 11:59 PM PST</dd> ··· 329 330 <section class="pitch"> 330 331 <h2><span class="ord">§</span>Pitch</h2> 331 332 332 - <p>Aesthetic Computer (AC) is a creative computing platform built from first principles. It consists of three interlocking layers: a bare-metal operating system that boots directly into art software, a custom programming language called <em>KidLisp</em> for generative art, and a social network where anyone can publish and share interactive programs called "pieces."</p> 333 + <p>Personal computers have not been very personal. For forty years the form has been shaped by the companies that sold them — operating systems built to sell attention, software gatekept by a handful of app stores. The 1980s personal computing scene promised a computer that belonged to you, that you could program, that could do anything — before platform consolidation cut it short.</p> 333 334 334 - <p>The provocation is economic as much as aesthetic. <strong>Windows 10 end-of-life has stranded roughly 240 million x86_64 laptops</strong>; ~62 million tonnes of e-waste are generated each year. Strip away the consumer operating system — notifications, app stores, surveillance — and those machines become <em>a planetary population of half-built musical instruments waiting for a kernel</em>.</p> 335 + <p><strong>Aesthetic Computer (AC) bets that a second personal computing scene is starting</strong> — and that with tools this powerful in everyone's hands, it will go both wider <em>and</em> deeper than the first. Wider because anyone can publish. Deeper because anyone can now write a language, modify a kernel, or put an AI coding partner to work on a single piece.</p> 336 + 337 + <p>AC has three interlocking layers: a bare-metal operating system that boots directly into art software, a custom programming language called <em>KidLisp</em> for generative art, and a social network where anyone can publish and share interactive programs called "pieces." <strong>The second scene has feedstock</strong>: Windows 10 end-of-life has stranded ~240 million x86_64 laptops; ~62 million tonnes of e-waste pile up each year. Strip away the consumer OS and those machines become <em>a planetary population of half-built instruments waiting for a kernel</em>.</p> 335 338 336 339 <span class="drop">AC Native is the kernel.</span> 337 340 ··· 466 469 <section> 467 470 <h2><span class="ord">§</span>Submission-Form Version<span class="count">~200 words</span></h2> 468 471 <div class="pitch" style="border-left: 2px solid var(--pink); padding-left: 1em"> 469 - <p><em>Aesthetic Computer: A Planetary Laptop Orchestra.</em> Three interlocking layers — a bare-metal operating system that boots directly into art software, a custom programming language (KidLisp) for generative art, and a social network where anyone can publish and share interactive pieces.</p> 472 + <p><em>Aesthetic Computer: Personal Computers Are Not Done Yet.</em> The 1980s personal computing scene promised a computer that belonged to you; platform consolidation cut it short. AC bets a second scene is starting, with tools powerful enough to go both wider and deeper than the first.</p> 470 473 <p><strong>AC Native</strong> is a Linux kernel that boots directly into art on x86_64 UEFI laptops, running a custom C runtime as PID 1 — no desktop, no window manager, no browser. 32-voice audio at 192 kHz, DRM graphics, raw evdev input. A built-in <code>code</code> command drops into a terminal running Anthropic's Claude Code, so artists can ask an AI coding partner to modify a piece without leaving the OS. The default piece is <em>notepat</em>, an 8,466-line polyphonic instrument.</p> 471 474 <p><strong>KidLisp</strong> is a minimal Lisp with 118 functions — 17,000+ programs already written. Programs can be minted on Tezos without artists touching blockchain infrastructure.</p> 472 475 <p>With LACMA support, we'll produce a USB-bootable edition, a workshop curriculum, and a multi-station installation. The personal computer's design is a cultural question, not a settled technical one — this project treats it as one.</p>
system/public/lacma-2026/lacma-2026.pdf

This is a binary file and will not be displayed.