Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

feat: new paper — Two Departments, One Building: Funding and Administration in UCLA Arts

Traces the financial and administrative history of UCLA's Art department vs Design | Media Arts (DMA) within the School of the Arts and Architecture. Compares Art's philanthropic funding model (Leavin $20M, Resnick $2.5M endowed chair) with DMA's grant-based model (NSF, Getty, Rockefeller). Documents the Processing Foundation financials from IRS 990 filings, the invisible academic subsidy that funds Processing/p5.js through UCLA salaries, and implications for building creative software outside institutional shelter.

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

+374
+85
papers/arxiv-ucla-arts/references.bib
··· 1 + @article{scudder2026sustainability, 2 + author = {Scudder, Jeffrey Alan}, 3 + title = {Who Pays for Creative Tools? Funding, Burnout, and Survival in Open-Source Creative Computing}, 4 + journal = {arXiv preprint}, 5 + year = {2026}, 6 + note = {Working draft} 7 + } 8 + 9 + @article{scudder2026ac, 10 + author = {Scudder, Jeffrey Alan}, 11 + title = {Aesthetic.Computer '26: A Mobile-First Runtime and Social Network for Creative Computing}, 12 + journal = {arXiv preprint}, 13 + year = {2026}, 14 + note = {Working draft} 15 + } 16 + 17 + @inproceedings{mccarthy2023making, 18 + author = {McCarthy, Lauren Lee}, 19 + title = {Making p5.js Accessible}, 20 + booktitle = {Processing Community Day}, 21 + year = {2023} 22 + } 23 + 24 + @book{reas2007processing, 25 + author = {Reas, Casey and Fry, Ben}, 26 + title = {Processing: A Programming Handbook for Visual Designers and Artists}, 27 + publisher = {MIT Press}, 28 + year = {2007} 29 + } 30 + 31 + @inproceedings{mccarthy2015p5js, 32 + author = {McCarthy, Lauren Lee}, 33 + title = {p5.js}, 34 + booktitle = {ACM SIGGRAPH Art Papers}, 35 + year = {2015} 36 + } 37 + 38 + @misc{broadfoundation2006, 39 + author = {{The Broad Foundation}}, 40 + title = {The Broad Art Center at UCLA}, 41 + year = {2006}, 42 + url = {https://broadfoundation.org/grantees/the-broad-art-center-at-ucla/} 43 + } 44 + 45 + @misc{leavin2016gift, 46 + author = {{UCLA Newsroom}}, 47 + title = {Margo Leavin donates \$20 million to UCLA Arts to transform graduate art studios}, 48 + year = {2016}, 49 + url = {https://newsroom.ucla.edu/releases/margo-leavin-donates-20-million-to-ucla-arts-to-transform-graduate-art-studios} 50 + } 51 + 52 + @misc{resnick2019chair, 53 + author = {{UCLA Newsroom}}, 54 + title = {Catherine Opie named inaugural Lynda and Stewart Resnick Endowed Professor of Art}, 55 + year = {2019}, 56 + url = {https://newsroom.ucla.edu/dept/faculty/catherine-opie-chair-ucla-art-department} 57 + } 58 + 59 + @misc{processingfoundation990, 60 + author = {{ProPublica Nonprofit Explorer}}, 61 + title = {Processing Foundation Inc -- Form 990 filings}, 62 + year = {2020--2024}, 63 + url = {https://projects.propublica.org/nonprofits/organizations/460830259} 64 + } 65 + 66 + @misc{dmahistory, 67 + author = {{UCLA Department of Design | Media Arts}}, 68 + title = {History}, 69 + year = {2025}, 70 + url = {https://dma.ucla.edu/resources/history} 71 + } 72 + 73 + @misc{processingfoundation2025report, 74 + author = {{Processing Foundation}}, 75 + title = {2025 Impact Report}, 76 + year = {2025}, 77 + url = {https://processingfoundation.report/} 78 + } 79 + 80 + @misc{pfmediumfunding, 81 + author = {{Processing Foundation}}, 82 + title = {Processing Foundation Funding Update}, 83 + year = {2023}, 84 + url = {https://medium.com/processing-foundation/processing-foundation-funding-update-94cddb25a3d9} 85 + }
+289
papers/arxiv-ucla-arts/ucla-arts.tex
··· 1 + % !TEX program = xelatex 2 + \documentclass[10pt,letterpaper,twocolumn]{article} 3 + 4 + \usepackage[top=0.75in, bottom=0.75in, left=0.75in, right=0.75in]{geometry} 5 + \usepackage{fontspec} 6 + \usepackage{unicode-math} 7 + \setmainfont{Latin Modern Roman} 8 + \setsansfont{Latin Modern Sans} 9 + \newfontfamily\acbold{ywft-processing-bold}[Path=../../system/public/type/webfonts/,Extension=.ttf] 10 + \newfontfamily\aclight{ywft-processing-light}[Path=../../system/public/type/webfonts/,Extension=.ttf] 11 + \setmonofont{Latin Modern Mono}[Scale=0.85] 12 + 13 + \usepackage{xcolor} 14 + \usepackage{titlesec} 15 + \usepackage{enumitem} 16 + \usepackage{booktabs} 17 + \usepackage{tabularx} 18 + \usepackage{fancyhdr} 19 + \usepackage{hyperref} 20 + \usepackage{graphicx} 21 + \graphicspath{{figures/}{../../papers/arxiv-ac/figures/}} 22 + \usepackage{ragged2e} 23 + \usepackage{microtype} 24 + \usepackage{natbib} 25 + \usepackage[colorspec=0.92]{draftwatermark} 26 + 27 + \definecolor{acpink}{RGB}{180,72,135} 28 + \definecolor{acpurple}{RGB}{120,80,180} 29 + \definecolor{acdark}{RGB}{64,56,74} 30 + \definecolor{acgray}{RGB}{119,119,119} 31 + \definecolor{draftcolor}{RGB}{180,72,135} 32 + 33 + \DraftwatermarkOptions{text=WORKING DRAFT,fontsize=3cm,color=draftcolor!18,angle=45} 34 + 35 + \hypersetup{colorlinks=true,linkcolor=acpurple,urlcolor=acpurple,citecolor=acpurple, 36 + pdftitle={Two Departments, One Building: Funding and Administration in UCLA Arts}} 37 + 38 + \titleformat{\section}{\normalfont\bfseries\normalsize\uppercase}{\thesection.}{0.5em}{} 39 + \titlespacing{\section}{0pt}{1.2em}{0.3em} 40 + \titleformat{\subsection}{\normalfont\bfseries\small}{\thesubsection}{0.5em}{} 41 + \titlespacing{\subsection}{0pt}{0.8em}{0.2em} 42 + 43 + \pagestyle{fancy}\fancyhf{} 44 + \renewcommand{\headrulewidth}{0pt} 45 + \fancyhead[C]{\footnotesize\color{acpink}\textit{Working Draft --- not for citation}} 46 + \fancyfoot[C]{\footnotesize\thepage} 47 + 48 + \newcommand{\ac}{\textsc{Aesthetic.Computer}} 49 + % Random caps for Aesthetic.Computer branding 50 + \newcount\acrandtmp 51 + \newcommand{\acrandletter}[2]{% 52 + \acrandtmp=\uniformdeviate 2\relax 53 + \ifnum\acrandtmp=0\relax#1\else#2\fi% 54 + } 55 + \newcommand{\acrandname}{% 56 + \acrandletter{a}{A}\acrandletter{e}{E}\acrandletter{s}{S}\acrandletter{t}{T}% 57 + \acrandletter{h}{H}\acrandletter{e}{E}\acrandletter{t}{T}\acrandletter{i}{I}% 58 + \acrandletter{c}{C}{\color{acpink}.}\acrandletter{c}{C}\acrandletter{o}{O}% 59 + \acrandletter{m}{M}\acrandletter{p}{P}\acrandletter{u}{U}\acrandletter{t}{T}% 60 + \acrandletter{e}{E}\acrandletter{r}{R}% 61 + } 62 + \newcommand{\dma}{\textsc{DMA}} 63 + \newcommand{\sofa}{\textsc{School of the Arts and Architecture}} 64 + 65 + \setlist[itemize]{nosep, leftmargin=1.2em, itemsep=0.1em} 66 + \setlength{\columnsep}{1.8em} 67 + \setlength{\parindent}{1em} 68 + \setlength{\parskip}{0.3em} 69 + 70 + % Hyphenation for narrow two-column layout 71 + \tolerance=800 72 + \emergencystretch=1em 73 + \hyphenpenalty=50 74 + 75 + \begin{document} 76 + 77 + \twocolumn[{% 78 + \begin{center} 79 + \includegraphics[height=4em]{pals}\par\vspace{0.5em} 80 + {\acbold\fontsize{22pt}{26pt}\selectfont\color{acdark} Two Departments, One Building}\par 81 + \vspace{0.2em} 82 + {\aclight\fontsize{11pt}{13pt}\selectfont\color{acpink} Funding and Administration in UCLA Arts}\par 83 + \vspace{0.3em} 84 + {\aclight\fontsize{9pt}{11pt}\selectfont\color{acgray} From the 1939 Art Department to \acrandname{} in the Broad Art Center}\par 85 + \vspace{0.6em} 86 + {\normalsize @jeffrey}\par 87 + {\small\color{acgray} Aesthetic.Computer}\par 88 + {\small\color{acgray} ORCID: \href{https://orcid.org/0009-0007-4460-4913}{0009-0007-4460-4913}}\par 89 + \vspace{0.3em} 90 + {\small\color{acpurple} \url{https://aesthetic.computer}}\par 91 + \vspace{0.6em} 92 + \rule{\textwidth}{1.5pt} 93 + \vspace{0.5em} 94 + \end{center} 95 + 96 + \begin{center} 97 + {\small\color{acpink}\textbf{[ working draft --- not for citation ]}} 98 + \end{center} 99 + \vspace{0.3em} 100 + 101 + \begin{quote} 102 + \small\noindent\textbf{Abstract.} 103 + UCLA's Department of Art and Department of Design~|~Media Arts share a building, a school, and a dean. They do not share a funding model. Art attracts large philanthropic gifts from collectors and gallerists---\$20 million from Margo Leavin for graduate studios, \$2.5 million from the Resnicks for an endowed chair and photography lab. \dma{} runs on external research grants (NSF, Getty, Rockefeller, Creative Capital) and cross-institutional partnerships. Neither department directly funds the open-source software tools its faculty create---Processing, p5.js, the UCLA Game Lab's engines---yet these tools reach millions of users worldwide. I trace the administrative and financial history of both departments from the founding of UCLA's art program in 1939 through the 2006 opening of the Broad Art Center, the 2012 founding of the Processing Foundation, and the present-day operation of six named research initiatives within \dma{}. The paper asks a question relevant to \ac{}: what does it mean to build creative software outside the institutional structure that shelters every comparable project in the field? 104 + \end{quote} 105 + \vspace{0.5em} 106 + }] 107 + 108 + \section{Introduction} 109 + 110 + Casey Reas co-created Processing in 2001 at MIT. He joined UCLA's Department of Design~|~Media Arts in 2003. He chaired the department from 2007 to 2009. He co-founded the Processing Foundation as a 501(c)(3) in 2012. He receives zero dollars from the Foundation---per every IRS 990 filing on record. 111 + 112 + Lauren McCarthy created p5.js in 2013. She joined \dma{} as faculty. She spent the next decade maintaining it for 10--20 uncompensated hours per week on top of her teaching load~\citep{mccarthy2023making}. She also receives zero dollars from the Processing Foundation. 113 + 114 + Both are tenured professors. Both are paid by UCLA to teach and do research. The tools they built---used by millions---are subsidized by those salaries in a way that appears nowhere in any budget line. This is the model I described in ``Who Pays for Creative Tools?''~\citep{scudder2026sustainability} as \emph{academic subsidy}: the university pays for one thing, and the faculty member does another thing on top of it, and the second thing is what changes the world. 115 + 116 + This paper is about the institution that provides that subsidy. Not UCLA as a monolith, but two specific departments within one school---Art and \dma{}---that sit in the same Richard Meier building, report to the same dean, draw from the same \$70 million school operating budget, and operate with fundamentally different financial architectures. 117 + 118 + I am writing this as an outsider. I was invited to UCLA's Social Software lab as an Author in Residence for Spring 2026~\citep{scudder2026ac}. I build \ac{}, a creative computing platform, without the institutional umbrella that shelters Processing, p5.js, Scratch, Sonic Pi, and every other comparable tool in the field. Understanding how that umbrella works---and who holds it---is not academic curiosity. It is survival research. 119 + 120 + \section{Two Departments} 121 + 122 + \subsection{Art (1939--)} 123 + 124 + The Department of Art is the older sibling. Founded in 1939 within the College of Applied Arts, it was the first time students could major in art at UCLA. It moved through the College of Fine Arts (1960) and into the School of the Arts (1991, later \sofa{}). Its focus is studio fine art: painting, drawing, sculpture, photography, ceramics, printmaking, new genres, interdisciplinary studio. 125 + 126 + Its faculty roster reads like a museum collection catalog. Catherine Opie (photography), Andrea Fraser (interdisciplinary studio, current chair), Barbara Kruger (new genres, Distinguished Professor), Lari Pittman (painting, Distinguished Professor). These are artists whose work sells at auction, hangs in permanent collections, and defines entire movements. 127 + 128 + \subsection{Design~|~Media Arts (1988--)} 129 + 130 + \dma{} split from Art in 1988 as the Department of Design. The original focus was ceramics, textiles, industrial design, and graphic design. Rebecca Allen became chair in 1996 and pivoted toward media. In 2000 the department renamed itself Design~|~Media Arts. Erkki Huhtamo and Christian Moeller joined the faculty. Casey Reas arrived in 2003. 131 + 132 + Today \dma{} covers creative coding, graphic design, games, VR/AR, digital fabrication, and media theory. Its faculty builds software that runs on millions of machines. Its graduates work at Google, Apple, and Pixar---but also at small studios, nonprofits, and independent practices. 133 + 134 + \subsection{Same Building, Different Worlds} 135 + 136 + Both departments moved into the Eli and Edythe Broad Art Center in 2006---a \$52 million building (including a \$23.2 million gift from the Broad Foundation) designed by Richard Meier. They share hallways, elevators, and a dean. They do not share a financial logic. 137 + 138 + \begin{table}[h] 139 + \small 140 + \centering 141 + \begin{tabularx}{\columnwidth}{lXX} 142 + \toprule 143 + & \textbf{Art} & \textbf{DMA} \\ 144 + \midrule 145 + Founded & 1939 & 1988 \\ 146 + Focus & Studio fine art & Media, code, design \\ 147 + MFA studios & Off-campus (Culver City) & On-campus (Broad) \\ 148 + Endowed chairs & Yes (Resnick) & None \\ 149 + Major gifts & \$20M Leavin, \$2.5M Resnick & Shared Broad building \\ 150 + Grant sources & NEA, foundations & NSF, Getty, Rockefeller \\ 151 + Software output & Minimal & Processing, p5.js, Game Lab \\ 152 + \bottomrule 153 + \end{tabularx} 154 + \caption{Structural comparison of UCLA Art and \dma{}.} 155 + \label{tab:comparison} 156 + \end{table} 157 + 158 + \section{How Art Gets Funded} 159 + 160 + \subsection{The Leavin Gift} 161 + 162 + In 2016, gallerist and alumna Margo Leavin donated \$20 million to UCLA's Department of Art---the largest single gift by an alumna to the arts in University of California history. The money funded the Margo Leavin Graduate Art Studios: a 48,000 square foot campus in Culver City, designed by Johnston Marklee, opened in 2019. MFA students now work in purpose-built studios with natural light, fabrication shops, and exhibition space. 163 + 164 + This is how fine art departments get funded. A gallerist who built her career selling the work of artists who teach at the school gives money back to the school that produces the next generation of artists whose work she might sell. The loop is closed. The incentives are aligned. The money is real. 165 + 166 + \subsection{The Resnick Endowment} 167 + 168 + Lynda and Stewart Resnick (Wonderful Company, FIJI Water, POM Wonderful) gave \$2 million to endow the Lynda and Stewart Resnick Endowed Professorship in Art---the department's first endowed chair. Catherine Opie was the inaugural holder. They also gave \$500,000 to renovate the undergraduate photography lab. 169 + 170 + An endowed chair is perpetual funding. The principal generates interest; the interest pays a salary supplement and research funds; the professor holds the title for life or until they leave. It is the most stable form of academic funding that exists. 171 + 172 + \subsection{The Pattern} 173 + 174 + Art's funding comes from collectors, gallerists, and philanthropists who participate in the art market. The department produces artists. The art market values the artists. The market participants give back. This is not a universal model---most art departments do not have Margo Leavin as an alumna---but where it works, it works durably. 175 + 176 + \section{How DMA Gets Funded} 177 + 178 + \subsection{Research Grants} 179 + 180 + \dma{} faculty fund their work through competitive external grants: 181 + 182 + \begin{itemize} 183 + \item \textbf{NSF}: \$1.3 million for a culture/creativity/technology innovation project (McCarthy as collaborator) 184 + \item \textbf{Getty Foundation}: Pacific Standard Time grants (Vesna and others) 185 + \item \textbf{Rockefeller Foundation}: New media fellowship (Eddo Stern) 186 + \item \textbf{Creative Capital}: Emerging fields grants (Stern, McCarthy) 187 + \item \textbf{Chancellor's Arts Initiative}: Internal UCLA grants, \$5K--\$15K per project; over \$550K awarded across four cycles since 2021 188 + \end{itemize} 189 + 190 + These grants are project-based and time-limited. They fund specific research for specific periods. When the grant ends, the funding ends. There is no endowment. There is no perpetual interest. There is another application. 191 + 192 + \subsection{Six Initiatives, Six Directors} 193 + 194 + \dma{} currently operates six named research initiatives, each with its own director and distinct funding relationships: 195 + 196 + \begin{enumerate} 197 + \item \textbf{Social Software} (Reas + McCarthy)---software as culture, open source, AI. Partners: Processing Foundation, UCLA DataX, YoungArts. 198 + \item \textbf{UCLA Game Lab} (Eddo Stern)---cross-school, co-funded by Arts \& Architecture and Theater, Film \& Television. 199 + \item \textbf{Art|Sci Center} (Victoria Vesna)---art + nanoscience, jointly housed in \dma{} and the California NanoSystems Institute. Funded by NSF, Burroughs Wellcome Fund, Getty. 200 + \item \textbf{Conditional Studio} (Chandler McWilliams)---materiality of computation. 201 + \item \textbf{Counterforce Lab} (Rebeca Mendez). 202 + \item \textbf{MARS} (Romi Morrison). 203 + \end{enumerate} 204 + 205 + Each initiative is a funding island. The Game Lab works because two schools split the cost. Art|Sci works because a nanoscience institute co-hosts it. Social Software works because Reas and McCarthy bring their own institutional gravity. None of these arrangements is guaranteed to survive a leadership change, a budget cut, or a dean who prioritizes differently. 206 + 207 + \subsection{The Processing Foundation} 208 + 209 + The Processing Foundation is a 501(c)(3) nonprofit incorporated in Brooklyn, New York. It is not a UCLA entity. It receives no UCLA funding. Its board includes Reas and McCarthy, but the Foundation is institutionally independent. 210 + 211 + \begin{table}[h] 212 + \small 213 + \centering 214 + \begin{tabularx}{\columnwidth}{Xrrr} 215 + \toprule 216 + \textbf{Year} & \textbf{Revenue} & \textbf{Expenses} & \textbf{Assets} \\ 217 + \midrule 218 + 2020 & \$273K & \$182K & \$156K \\ 219 + 2021 & \$10.9M & \$430K & \$10.6M \\ 220 + 2022 & \$751K & \$647K & \$10.7M \\ 221 + 2023 & \$513K & \$1.23M & \$10.4M \\ 222 + 2024 & \$649K & \$1.52M & \$9.5M \\ 223 + \bottomrule 224 + \end{tabularx} 225 + \caption{Processing Foundation financials (IRS 990 filings via ProPublica).} 226 + \label{tab:pf-financials} 227 + \end{table} 228 + 229 + The 2021 spike---from \$273K to \$10.9 million in one year---was almost entirely cryptocurrency donations from generative artists during the NFT boom. Major donors included Erick Calderon (Art Blocks founder), Tyler Hobbs, Casey Reas himself, Monica Rizzolli, and Dmitri Cherniak. This was not a funding model. It was a weather event. It will not repeat. 230 + 231 + The Foundation is now spending approximately \$1.5 million per year against \$650K--\$970K in revenue, drawing down the 2021 reserves. At current burn rate, leadership estimates a 12--13 year runway. Reas, Fry, and Shiffman---the three co-founders---have received \$0 in compensation from the Foundation in every year on record. 232 + 233 + \subsection{The Invisible Subsidy} 234 + 235 + Here is what actually funds Processing and p5.js: UCLA pays Reas and McCarthy salaries. Those salaries buy them time. They spend some of that time---uncompensated, untracked, invisible to any budget---maintaining software used by millions. The Foundation exists to receive donations and coordinate development. UCLA exists to pay the salaries that make the unpaid work possible. 236 + 237 + This is the same pattern I documented across 28 tool authors in ``Who Pays''~\citep{scudder2026sustainability}. The university is the umbrella. The tool is the rain. The umbrella does not know it is holding off rain; it thinks it is employing a professor. 238 + 239 + \section{What the Art Market Funds vs.\ What Grants Fund} 240 + 241 + The distinction between Art and \dma{}'s funding models maps onto a deeper difference in what each department produces and who values it. 242 + 243 + Art produces \emph{objects}. Paintings, sculptures, photographs, installations. These objects enter a market with established infrastructure: galleries, auction houses, collectors, museum acquisitions committees, art fairs. The market assigns prices. Prices generate wealth. Wealth flows back as philanthropy. Opie's photographs sell. Kruger's installations are commissioned. The department's prestige attracts donors who want their names on buildings and chairs. 244 + 245 + \dma{} produces \emph{tools and experiences}. Processing is not an object you can hang on a wall. p5.js is not an edition of 45. The UCLA Game Lab's experimental games are not sold at Art Basel. The output is software---free, open-source, used by millions, valued by no market. When Reas's artwork sells (his generative pieces are in the V\&A, LACMA, Centre Pompidou), that is his art practice, not his software practice. The two are related but financially separate. 246 + 247 + The art market can fund art departments because it can price art. No equivalent market prices open-source creative tools. The \$10.9 million that arrived at the Processing Foundation in 2021 came from a temporary speculative bubble in digital art, not from a sustainable market for the tools themselves. 248 + 249 + \section{Administration} 250 + 251 + \subsection{School-Level Governance} 252 + 253 + Both departments report to the Dean of the \sofa{}. The school's total operating budget is approximately \$70 million across four departments (Architecture and Urban Design, Art, \dma{}, World Arts and Cultures/Dance). Specific departmental budget breakdowns are not publicly available. 254 + 255 + The dean position is currently interim (Lionel Popkin). The school is conducting a search for a permanent dean. This matters because deans control resource allocation between departments, and the balance between a department that attracts \$20 million philanthropic gifts and one that attracts \$1.3 million NSF grants is a political question as much as an administrative one. 256 + 257 + \subsection{Faculty Lines} 258 + 259 + \dma{} currently has 15 faculty members (7 professors, 3 associate professors, 4 assistant professors, 1 research professor). Each faculty line represents a university commitment of \$150K--\$250K per year in salary and benefits. The six research initiatives are faculty-led---they exist because specific professors direct them, and they will need to be re-staffed or dissolved when those professors retire or leave. 260 + 261 + \subsection{Graduate Funding} 262 + 263 + Both departments offer 4--5 year funding packages for incoming MFA students, currently approximately \$30,000 per year plus tuition (combination of fellowships and TAships). Art's students work in the Leavin studios in Culver City. \dma{}'s students work in the Broad Art Center. The funding level is comparable; the physical infrastructure is not---Leavin's purpose-built facilities are a direct product of the \$20 million gift. 264 + 265 + \section{Implications for \ac{}} 266 + 267 + I build \ac{} without any of this. No UCLA salary. No NSF grants. No Processing Foundation reserves. No Margo Leavin writing a \$20 million check. No endowed chair generating perpetual interest. The companion paper~\citep{scudder2026sustainability} documents the full economic history. 268 + 269 + The UCLA model shows what institutional shelter looks like at its best: tenured faculty with time to build, research labs with named directors, external grants that fund specific projects, a school-level budget that keeps the lights on. It also shows the fragility: the Processing Foundation's reserves are finite, the grants are time-limited, the initiatives depend on specific people, and the open-source tools that reach the most users are the least funded part of the entire system. 270 + 271 + The question for \ac{} is not ``how do I get a UCLA salary?''---I don't, and probably won't. The question is whether the model that works for Processing and p5.js (invisible academic subsidy + a nonprofit foundation + a one-time crypto windfall) can be replicated, adapted, or replaced by something that doesn't require being a tenured professor at a research university. 272 + 273 + So far, the answer is: not obviously. But the attempt is the project. 274 + 275 + \section{Conclusion} 276 + 277 + UCLA's School of the Arts and Architecture houses two departments that represent two financial logics of contemporary creative practice. Art is funded by the art market---by collectors, gallerists, and philanthropists who participate in a pricing system for objects. \dma{} is funded by research grants, cross-institutional partnerships, and the invisible subsidy of faculty salaries applied to unpaid software work. 278 + 279 + Both models work, in the sense that both departments are functional and prestigious. Neither model funds open-source creative tools directly. Processing exists because Casey Reas has a UCLA salary and donates his own money to the Foundation he co-founded. p5.js exists because Lauren McCarthy has a UCLA salary and spends her evenings maintaining code. The \$10.9 million windfall that temporarily stabilized the Foundation came from a speculative bubble, not a sustainable market. 280 + 281 + The building is beautiful. The hallways are shared. The money flows through different pipes. 282 + 283 + \vspace{0.5em} 284 + \noindent\textbf{ORCID:} \href{https://orcid.org/0009-0007-4460-4913}{0009-0007-4460-4913} 285 + 286 + \bibliographystyle{plainnat} 287 + \bibliography{references} 288 + 289 + \end{document}