Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

lacma-2026: 'play the room' for Demo Day + AC Blank cohort laptops + budget.pdf

Two related changes for the submission:

1. "Play the room" replaces the placeholder "open the gallery" / "fork
the stack" across the budget, proposal, landing page, and
Submittable implementation-plan chart. Pairs with "boot the cohort"
as inside→outside: the cohort boots its laptops in 2027; the
gallery and the cohort play the room together in 2028. "Play"
carries the musicking / choralling / jamming / inventing /
hacking-together vibe without the codery "fork" connotation.

2. New dedicated budget.tex → budget.pdf artifact (2 pages, 21 KB).
Page 1 itemized line items with totals, page 2 milestones and
disbursement by phase. The file is what uploads to Submittable's
"Detailed project budget" slot (separate from the main proposal
PDF).

Budget rebalance: the old "Installation laptops (5 × $400 refurbished)
$2,000" line becomes "AC Blank laptops (5 installation + 7 cohort ×
$128 preloaded with AC Native, incl. shipping) $2,000" — same dollar
amount, 12 laptops instead of 5, every cohort artist (5 open-call + 2
invitational per the call) gets an AC Native-preloaded Blank to take
home. Ties the "boot the cohort" promise directly to the hardware.

Cascaded through:
- grants/lacma-2026/lacma-2026.tex (main proposal source)
- grants/lacma-2026/LACMA-2026-APPLICATION-DRAFT.md (Submittable
copy-paste source)
- grants/lacma-2026/lacma-2026.pdf (recompiled)
- grants/lacma-2026/budget.tex + budget.pdf (new)
- system/public/lacma-2026/index.html (Calendar section, Budget
section, Application-at-a-Glance Timeline dd, Pitch section,
Submission-Form Version)
- system/public/lacma-2026/lacma-2026.pdf (mirrored from grants/)

Submittable app updated separately: implementation-plan chart row 5
(Fall 2028) now reads with "We play the room." Budget.pdf will
upload into the "Detailed project budget" slot.

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

+125 -14
+3 -3
grants/lacma-2026/LACMA-2026-APPLICATION-DRAFT.md
··· 102 102 | **2. Pre-Symposium Workshops** | Spring – Summer 2027 | Run 2 pilot workshops at LACMA, assemble a prototype multi-station installation, and publish v0 of the open-source build guide. | 103 103 | **3. 2027 Symposium · "We boot the cohort."** | Fall 2027 | **At Symposium, every laptop in the room becomes an AC Native instrument from a single USB stick, and a public KidLisp workshop takes participants from first line of code to a running program on the museum floor.** Talk / in-conversation on generative computing, situated alongside the 2023 cohort. | 104 104 | **4. Full Installation + Workshops** | Winter 2027 – Summer 2028 | Kiosk-mode hardening, 20+ take-home USB drives, 4 additional workshops, complete documentation, and a translated curriculum (EN + ES, matching AC's translation pipeline). | 105 - | **5. 2028 Demo Day · "We open the gallery."** | Fall 2028 | **A multi-station AC Native installation premieres on the LACMA floor. Visitors sit down and play a fully-realized creative computer. v1.0 of the open-source build pipeline ships alongside, so any institution can stand up the same rig.** Public programs introduce the system to teachers, museum educators, and other artists. | 105 + | **5. 2028 Demo Day · "We play the room."** | Fall 2028 | **A multi-station AC Native installation premieres on the LACMA floor, and visitors and artists play together across the stations. v1.0 of the open-source build pipeline ships alongside, so any institution can run its own room.** Public programs introduce the system to teachers, museum educators, and other artists. | 106 106 107 107 --- 108 108 ··· 112 112 |------|------| 113 113 | Artist fee (24 months, Fall 2026 – Fall 2028) | $22,000 | 114 114 | Studio hardware (dev machines, displays) | $3,500 | 115 - | Installation laptops (5 × $400 refurbished) | $2,000 | 115 + | AC Blank laptops (5 installation + 7 cohort × $128 preloaded with AC Native, incl. shipping) | $2,000 | 116 116 | Mini Rig portable speakers for installation (5 × $120) | $600 | 117 117 | USB drives, cables, peripherals | $500 | 118 118 | Installation fabrication (furniture, mounts) | $2,500 | 119 119 | Workshop materials (printed guides, KidLisp reference cards) | $1,200 | 120 120 | **2027 Symposium "boot the cohort"** (cohort demo USB kit, on-site workshop station, travel) | $2,500 | 121 - | **2028 Demo Day "open the gallery"** (multi-station install setup, public-program support) | $3,000 | 121 + | **2028 Demo Day "play the room"** (multi-station install setup, public-program support, v1.0 release) | $3,000 | 122 122 | **Paid event helpers** (workshop TAs, install + take-down at Symposium and Demo Day) | $3,000 | 123 123 | Server + compute infrastructure (hosting, CDN, CI/CD) | $3,500 | 124 124 | Documentation production (video, photography, translation) | $2,000 |
grants/lacma-2026/budget.pdf

This is a binary file and will not be displayed.

+111
grants/lacma-2026/budget.tex
··· 1 + % !TEX program = xelatex 2 + \documentclass[12pt,letterpaper]{article} 3 + 4 + \usepackage[top=1in, bottom=1in, left=1.1in, right=1.1in]{geometry} 5 + 6 + \usepackage{fontspec} 7 + \setmainfont[ 8 + Extension = .otf, 9 + UprightFont = lmsans10-regular, 10 + BoldFont = lmsans10-bold, 11 + ItalicFont = lmsans10-oblique, 12 + BoldItalicFont = lmsans10-boldoblique, 13 + ]{lmsans10} 14 + 15 + \newfontfamily\acbold{ywft-processing-bold}[ 16 + Path=../../system/public/type/webfonts/, 17 + Extension=.ttf 18 + ] 19 + 20 + \usepackage{xcolor} 21 + \usepackage{tabularx} 22 + \usepackage{fancyhdr} 23 + \usepackage{ragged2e} 24 + \usepackage{microtype} 25 + \usepackage{hyperref} 26 + 27 + \definecolor{acpink}{RGB}{180,72,135} 28 + \definecolor{acpurple}{RGB}{120,80,180} 29 + \definecolor{acgray}{RGB}{119,119,119} 30 + 31 + \hypersetup{ 32 + colorlinks=true, 33 + linkcolor=acpurple, 34 + urlcolor=acpurple, 35 + pdfauthor={Jeffrey Alan Scudder}, 36 + pdftitle={LACMA Art + Technology Lab 2026: Aesthetic Computer Budget}, 37 + } 38 + 39 + \pagestyle{fancy} 40 + \fancyhf{} 41 + \renewcommand{\headrulewidth}{0pt} 42 + 43 + \setlength{\parindent}{0em} 44 + \setlength{\parskip}{0.6em} 45 + \RaggedRight 46 + 47 + \newcommand{\ac}{Aesthetic{\color{acpink}.}Computer} 48 + 49 + \begin{document} 50 + \thispagestyle{empty} 51 + 52 + \vspace*{0.2em} 53 + \begin{center} 54 + {\acbold\fontsize{26pt}{30pt}\selectfont Aesthetic{\color{acpink}.}Computer}\\[10pt] 55 + {\large Personal Computers Are Not Done Yet}\\[18pt] 56 + {\color{acgray}\small Jeffrey Alan Scudder \ $\cdot$ \ LACMA Art + Technology Lab 2026 \ $\cdot$ \ Detailed Project Budget} 57 + \end{center} 58 + 59 + \vspace{1em} 60 + {\color{acpink}\hrule height 1pt} 61 + \vspace{1.4em} 62 + 63 + \renewcommand{\arraystretch}{1.35} 64 + \begin{tabularx}{\textwidth}{@{}Xr@{}} 65 + Artist fee (24 months, Fall 2026 to Fall 2028) & \$22,000 \\ 66 + Studio hardware (dev machines, displays) & \$3,500 \\ 67 + AC Blank laptops (5 installation + 7 cohort × \$128 preloaded with AC Native, incl.\ shipping) & \$2,000 \\ 68 + Mini Rig portable speakers for installation (5 × \$120) & \$600 \\ 69 + USB drives, cables, peripherals & \$500 \\ 70 + Installation fabrication (furniture, mounts) & \$2,500 \\ 71 + Workshop materials (printed guides, KidLisp reference cards) & \$1,200 \\ 72 + \textbf{2027 Symposium ``boot the cohort''} (cohort demo USB kit, on-site workshop station, travel) & \$2,500 \\ 73 + \textbf{2028 Demo Day ``play the room''} (multi-station install setup, public-program support, v1.0 release) & \$3,000 \\ 74 + \textbf{Paid event helpers} (workshop TAs, install + take-down at Symposium and Demo Day) & \$3,000 \\ 75 + Server + compute infrastructure (hosting, CDN, CI/CD) & \$3,500 \\ 76 + Documentation production (video, photography, translation) & \$2,000 \\ 77 + Contingency (10\%) & \$3,700 \\ 78 + {\color{acgray}\hrulefill} & {\color{acgray}\hrulefill} \\[-0.3em] 79 + \textbf{Total Requested} & \textbf{\$50,000} \\ 80 + \end{tabularx} 81 + \renewcommand{\arraystretch}{1.0} 82 + 83 + \vspace{1.6em} 84 + 85 + {\color{acgray}\small The 10\% contingency line handles budget slip; paid helpers are a direct expense budgeted for the cohort's two public events. Other funding: open-source sponsorship via GitHub Sponsors and Liberapay supplements ongoing infrastructure costs (hosting, domains, CI). Personal / studio funds cover primary ongoing support.} 86 + 87 + \vspace{2em} 88 + 89 + {\color{acpink}\hrule height 1pt} 90 + \vspace{1em} 91 + 92 + {\bfseries Milestones \& disbursement by phase} 93 + 94 + \renewcommand{\arraystretch}{1.3} 95 + \begin{tabularx}{\textwidth}{@{}lXr@{}} 96 + \textbf{Fall 2026 to Spring 2027} & \textbf{Hardware \& Curriculum.} Expand AC Native compatibility to 5+ laptop models, build the multi-piece boot menu, design the 3-level KidLisp workshop curriculum, produce printed reference cards. & \$10,000 \\ 97 + \textbf{Spring to Summer 2027} & \textbf{Pre-Symposium Workshops.} 2 pilot workshops at LACMA, prototype multi-station installation, v0 of the open-source build guide. & \$8,000 \\ 98 + \textbf{Fall 2027} & \textbf{2027 Symposium ``We boot the cohort.''} Every laptop in the room becomes an AC Native instrument from a single USB stick; public KidLisp workshop; talk / in-conversation alongside the 2023 cohort. & \$7,000 \\ 99 + \textbf{Winter 2027 to Summer 2028} & \textbf{Full Installation + Extended Workshops.} Kiosk-mode hardening, 20+ bootable USB drives for visitor take-home, 4 additional workshops, complete documentation, translated curriculum (EN + ES). & \$15,000 \\ 100 + \textbf{Fall 2028} & \textbf{2028 Demo Day ``We play the room.''} Multi-station AC Native installation premieres on the LACMA floor; visitors and artists play together across the stations; v1.0 of the open-source build pipeline ships alongside, so any institution can run its own room. Public programs introduce the system to teachers, museum educators, and artists. & \$10,000 \\ 101 + {\color{acgray}\hrulefill} & {\color{acgray}\hrulefill} & {\color{acgray}\hrulefill} \\[-0.3em] 102 + & \textbf{Total Requested} & \textbf{\$50,000} \\ 103 + \end{tabularx} 104 + \renewcommand{\arraystretch}{1.0} 105 + 106 + \vfill 107 + \begin{center} 108 + {\color{acgray}\small \href{https://aesthetic.computer}{aesthetic.computer} \ $\cdot$ \ \href{mailto:mail@aesthetic.computer}{mail@aesthetic.computer}} 109 + \end{center} 110 + 111 + \end{document}
grants/lacma-2026/lacma-2026.pdf

This is a binary file and will not be displayed.

+3 -3
grants/lacma-2026/lacma-2026.tex
··· 208 208 \textbf{Spring -- Summer 2027} & \textbf{Pre-Symposium: First Workshops.} Run 2 pilot workshops at LACMA, assemble the first prototype multi-station installation, and publish v0 of the open-source build guide. \\ 209 209 \textbf{Fall 2027} & \textbf{2027 Symposium ``We boot the cohort.''} At Symposium, every laptop in the room becomes an AC Native instrument from a single USB stick, and a public KidLisp workshop takes participants from first line of code to a running program on the museum floor. Talk / in-conversation on generative computing, situated alongside the 2023 cohort's work. \\ 210 210 \textbf{Winter 2027 -- Summer 2028} & \textbf{Full Installation + Extended Workshops.} Kiosk-mode hardening, 20+ bootable USB drives for visitor take-home, 4 additional workshops, complete documentation, and a translated curriculum (English + Spanish, matching AC's existing translation pipeline). \\ 211 - \textbf{Fall 2028} & \textbf{2028 Demo Day ``We open the gallery.''} A multi-station AC Native installation premieres on the LACMA floor. Visitors sit down and play a fully-realized creative computer. v1.0 of the open-source build pipeline ships alongside, so any institution can stand up the same rig. Public programs introduce the system to teachers, museum educators, and other artists. \\ 211 + \textbf{Fall 2028} & \textbf{2028 Demo Day ``We play the room.''} A multi-station AC Native installation premieres on the LACMA floor, and visitors and artists play together across the stations. v1.0 of the open-source build pipeline ships alongside, so any institution can run its own room. Public programs introduce the system to teachers, museum educators, and other artists. \\ 212 212 \end{tabularx} 213 213 \renewcommand{\arraystretch}{1.0} 214 214 ··· 219 219 \begin{tabularx}{\textwidth}{@{}Xr@{}} 220 220 Artist fee (24 months, Fall 2026 -- Fall 2028) & \$22,000 \\ 221 221 Studio hardware (dev machines, displays) & \$3,500 \\ 222 - Installation laptops (5 × \$400 refurbished) & \$2,000 \\ 222 + AC Blank laptops (5 installation + 7 cohort × \$128 preloaded with AC Native, incl.\ shipping) & \$2,000 \\ 223 223 Mini Rig portable speakers for installation (5 × \$120) & \$600 \\ 224 224 USB drives, cables, peripherals & \$500 \\ 225 225 Installation fabrication (furniture, mounts) & \$2,500 \\ 226 226 Workshop materials (printed guides, KidLisp reference cards) & \$1,200 \\ 227 227 \textbf{2027 Symposium ``boot the cohort''} (cohort demo USB kit, on-site workshop station, travel) & \$2,500 \\ 228 - \textbf{2028 Demo Day ``open the gallery''} (multi-station install setup, public-program support) & \$3,000 \\ 228 + \textbf{2028 Demo Day ``play the room''} (multi-station install setup, public-program support, v1.0 release) & \$3,000 \\ 229 229 \textbf{Paid event helpers} (workshop TAs, install + take-down at Symposium and Demo Day) & \$3,000 \\ 230 230 Server + compute infrastructure (hosting, CDN, CI/CD) & \$3,500 \\ 231 231 Documentation production (video, photography, translation) & \$2,000 \\
+8 -8
system/public/lacma-2026/index.html
··· 726 726 727 727 <dt>Budget<span class="cap">$50k cap · ours: $50k</span></dt> 728 728 <dd> 729 - Artist fee $22,000 (24 mo) · <em>2027 Symposium "boot the cohort" $2,500</em> · <em>2028 Demo Day "open the gallery" $3,000</em> · <em>Paid event helpers $3,000</em> · Studio hardware $3,500 · Install laptops + keyboards + peripherals $3,100 · Install fabrication $2,500 · Workshop materials $1,200 · Server infra $3,500 · Docs + translation $2,000 · Contingency $3,700. <strong>Total $50,000</strong>, the full cap. 729 + Artist fee $22,000 (24 mo) · <em>2027 Symposium "boot the cohort" $2,500</em> · <em>2028 Demo Day "play the room" $3,000</em> · <em>Paid event helpers $3,000</em> · Studio hardware $3,500 · <em>AC Blank laptops (12 × $128, 5 install + 7 cohort)</em> $2,000 · Mini Rig speakers + peripherals $1,100 · Install fabrication $2,500 · Workshop materials $1,200 · Server infra $3,500 · Docs + translation $2,000 · Contingency $3,700. <strong>Total $50,000</strong>, the full cap. 730 730 <br><a class="jump" href="#budget">Full budget ↓</a> 731 731 </dd> 732 732 ··· 737 737 <dd> 738 738 <strong>Two public events, one sentence each.</strong><br> 739 739 <em>2027 Symposium · "We boot the cohort."</em> Every laptop in the room becomes an AC Native instrument from a single USB stick, and a public KidLisp workshop takes participants from first line of code to a running program on the museum floor.<br> 740 - <em>2028 Demo Day · "We open the gallery."</em> A multi-station AC Native installation premieres on the LACMA floor, and v1.0 of the open-source build pipeline ships alongside so any institution can stand up the same rig. 740 + <em>2028 Demo Day · "We play the room."</em> A multi-station AC Native installation premieres on the LACMA floor, and visitors and artists play together across the stations; v1.0 of the open-source build pipeline ships alongside so any institution can run its own room. 741 741 <br><a class="jump" href="#calendar">Full calendar ↓</a> 742 742 </dd> 743 743 ··· 817 817 818 818 <p>Five years of work on the website (19,000+ git commits, 17,000+ KidLisp programs, 2,800+ handles) gives us a platform that already breathes. Two months on AC Native (kernel prototype landed February 2026) give us a kernel, a shutdown strobe, a native <code>code</code> command, and a first public capture. The grant turns that kernel into something a museum and a classroom can run. Over 24 months we expand AC Native compatibility from one laptop to five, build a multi-piece boot menu, design a 3-level KidLisp workshop curriculum (the card format Casey and Lauren used at UCLA, translated EN + ES), harden kiosk mode, press 20+ USB drives for take-home, and ship v1.0 of the open-source build pipeline so any institution can stand up the same rig.</p> 819 819 820 - <p><strong style="color:var(--pink)">At the 2027 Symposium we boot the cohort:</strong> every laptop in the room becomes an AC Native instrument from a single USB stick, and a public KidLisp workshop takes participants from first line of code to a running program on the museum floor. <strong style="color:var(--pink)">At the 2028 Demo Day we open the gallery:</strong> a multi-station AC Native installation premieres on the LACMA floor, and v1.0 of the open-source build pipeline ships alongside it.</p> 820 + <p><strong style="color:var(--pink)">At the 2027 Symposium we boot the cohort:</strong> every laptop in the room becomes an AC Native instrument from a single USB stick, and a public KidLisp workshop takes participants from first line of code to a running program on the museum floor. <strong style="color:var(--pink)">At the 2028 Demo Day we play the room:</strong> a multi-station AC Native installation premieres on the LACMA floor, visitors and artists play together across the stations, and v1.0 of the open-source build pipeline ships alongside it.</p> 821 821 822 822 <p style="color:var(--dim);font-size:0.88em;margin-top:1.4em">The full 500-word pitch and statements live in <a href="https://aesthetic.computer/lacma-2026/lacma-2026.pdf">lacma-2026.pdf</a>.</p> 823 823 </section> ··· 907 907 <!-- ── CALENDAR ──────────────────────────── --> 908 908 <section id="calendar"> 909 909 <h2><span class="ord">§</span>Calendar<span class="count">aligned to LACMA's biennial cadence</span></h2> 910 - <p style="color:var(--dim);margin-bottom:1em">The Lab's new structure sets two public events: a <em style="color:var(--pink);font-style:normal">2027 Symposium</em> (works-in-development) and a <em style="color:var(--pink);font-style:normal">2028 Demo Day</em> (completed projects). Our lead for each: <strong style="color:var(--pink)">at Symposium we boot the cohort</strong>, <strong style="color:var(--pink)">at Demo Day we open the gallery</strong>.</p> 910 + <p style="color:var(--dim);margin-bottom:1em">The Lab's new structure sets two public events: a <em style="color:var(--pink);font-style:normal">2027 Symposium</em> (works-in-development) and a <em style="color:var(--pink);font-style:normal">2028 Demo Day</em> (completed projects). Our lead for each: <strong style="color:var(--pink)">at Symposium we boot the cohort</strong>, <strong style="color:var(--pink)">at Demo Day we play the room</strong>.</p> 911 911 <div class="features"> 912 912 <div class="feat"><b>Fall 2026 to Spring 2027</b>Hardware &amp; curriculum: expand AC Native to 5+ laptop models, build multi-piece boot menu, design 3-level KidLisp workshop curriculum, print reference cards (extending the sosoft card template used at UCLA).</div> 913 913 <div class="feat"><b>Spring to Summer 2027</b>Pre-Symposium: 2 pilot workshops at LACMA, prototype multi-station installation, publish v0 of the open-source build guide.</div> 914 914 <div class="feat" style="border-left-color:var(--pink)"><b style="color:var(--pink)">Fall 2027 · 2027 Symposium · "We boot the cohort."</b><strong style="color:var(--text)">At Symposium, every laptop in the room becomes an AC Native instrument from a single USB stick, and a public KidLisp workshop takes participants from first line of code to a running program on the museum floor.</strong> Talk / in-conversation on generative computing, alongside the 2023 cohort (Reas, Duke, Nickerson, Chang+Kelley, Porras-Kim).</div> 915 915 <div class="feat"><b>Winter 2027 to Summer 2028</b>Full installation build: kiosk-mode hardening, 20+ take-home USB drives, 4 additional workshops, documentation, curriculum translation (EN + ES).</div> 916 - <div class="feat" style="border-left-color:var(--pink)"><b style="color:var(--pink)">Fall 2028 · 2028 Demo Day · "We open the gallery."</b><strong style="color:var(--text)">A multi-station AC Native installation premieres on the LACMA floor · visitors sit down and play a fully-realized creative computer · and v1.0 of the open-source build pipeline ships, so any institution can stand up the same rig.</strong> Public programs introduce the system to teachers, museum educators, and other artists.</div> 916 + <div class="feat" style="border-left-color:var(--pink)"><b style="color:var(--pink)">Fall 2028 · 2028 Demo Day · "We play the room."</b><strong style="color:var(--text)">A multi-station AC Native installation premieres on the LACMA floor, visitors and artists play together across the stations, and v1.0 of the open-source build pipeline ships alongside so any institution can run its own room.</strong> Public programs introduce the system to teachers, museum educators, and other artists.</div> 917 917 </div> 918 918 </section> 919 919 ··· 924 924 <div class="features"> 925 925 <div class="feat"><b>Artist fee</b>$22,000 · 24 months (Fall 26 to Fall 28)</div> 926 926 <div class="feat" style="border-left-color:var(--pink)"><b style="color:var(--pink)">2027 Symposium · "boot the cohort"</b>$2,500 · cohort demo USB kit, on-site workshop station, travel</div> 927 - <div class="feat" style="border-left-color:var(--pink)"><b style="color:var(--pink)">2028 Demo Day · "open the gallery"</b>$3,000 · multi-station install setup, public-program support</div> 927 + <div class="feat" style="border-left-color:var(--pink)"><b style="color:var(--pink)">2028 Demo Day · "play the room"</b>$3,000 · multi-station install setup, public-program support, v1.0 release</div> 928 928 <div class="feat" style="border-left-color:var(--pink)"><b style="color:var(--pink)">Paid event helpers</b>$3,000 · workshop TAs + install/take-down at Symposium and Demo Day</div> 929 929 <div class="feat"><b>Studio hardware</b>$3,500 · dev machines + displays</div> 930 - <div class="feat"><b>Installation laptops</b>$2,000 · 5 × $400 refurbished</div> 930 + <div class="feat"><b>AC Blank laptops</b>$2,000 · 12 × $128 preloaded with AC Native (5 install + 7 cohort, incl. shipping)</div> 931 931 <div class="feat"><b>Mini Rig portable speakers</b>$600 · 5 × $120</div> 932 932 <div class="feat"><b>USB + peripherals</b>$500 · drives, cables, adapters</div> 933 933 <div class="feat"><b>Installation fabrication</b>$2,500 · furniture, mounts, signage</div> ··· 962 962 <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> 963 963 <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, with 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> 964 964 <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> 965 - <p>With LACMA support: <strong style="color:var(--pink)">at the 2027 Symposium we boot the cohort</strong> (cohort-wide USB-boot demo + public KidLisp workshop); <strong style="color:var(--pink)">at the 2028 Demo Day we open the gallery</strong> (multi-station installation + open-source v1.0 release). The personal computer's design is a cultural question, not a settled technical one, and this project treats it as one.</p> 965 + <p>With LACMA support: <strong style="color:var(--pink)">at the 2027 Symposium we boot the cohort</strong> (cohort-wide USB-boot demo + public KidLisp workshop); <strong style="color:var(--pink)">at the 2028 Demo Day we play the room</strong> (multi-station installation + open-source v1.0 release). The personal computer's design is a cultural question, not a settled technical one, and this project treats it as one.</p> 966 966 </div> 967 967 </section> 968 968
system/public/lacma-2026/lacma-2026.pdf

This is a binary file and will not be displayed.