Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

[papers] 5 new digital-arts org dossiers + cover-illustration pipeline

New first-pass dossiers (with full IRS XML / public-disclosure data folders):
- arxiv-eyebeam (Eyebeam, NYC 1996–, 14 FYs of P&L, 6-ED chain, 3 locations)
- arxiv-recurse (Recurse Center, NYC 2011–, recruiting-funded model)
- arxiv-internet-archive (IA, SF 1996–, Hachette + UMG cases, FY23 cliff)
- arxiv-mellon (Mellon Foundation 1969–, funder-flip dossier; recipient
spotlight cross-references Rhizome / IA / Eyebeam / Pioneer Works)
- arxiv-pioneer-works (Pioneer Works, Brooklyn 2012–, Yellin-as-funder)

New cover layout for all 7 dossiers (rhizome + sfpc rebuilt to match):
- pals SVG moved to top-right (3.5em), small but visible
- AI-generated colored-pencil illustration becomes the hero image
- creation date + revision counter line under URL

New tooling:
- papers/bin/gen-cover.mjs: colored-pencil cover generator using OpenAI
gpt-image-2 (no portrait refs; per-paper figures/cover-prompt.txt;
consistent style prefix baked in for series consistency)
- papers/hitlist.md: dossier candidate index, sorted by data tractability

Registration:
- All 7 added to papers/SCORE.md and papers/cli.mjs PAPER_MAP
- All 7 added to papers/metadata.json (created/revisions surfaced on cover)
- platter.html refreshed via sync-platter.mjs

Each dossier folder includes: <slug>.tex (full preamble OTF Latin Modern
via filenames so xelatex renders identically on macOS + Linux), data/
folder with README + per-org CSVs (financials/people/funders/grants/
timeline/locations/programs/etc), references.bib, figures/cover.png +
cover-prompt.txt.

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

+4395 -19
+8
papers/SCORE.md
··· 40 40 41 41 | Paper | Format | PDF | Source | 42 42 |-------|--------|-----|--------| 43 + | Pioneer Works: A Dossier (Genealogy, History, Programs, People, Money, Footprint, 2012–2026) | arXiv (LaTeX, dossier) | `arxiv-pioneer-works/pioneer-works.pdf` | `arxiv-pioneer-works/pioneer-works.tex` | 44 + | Mellon Foundation: A Dossier (Genealogy, Programs, Giving, People, Politics, 1969–2026) | arXiv (LaTeX, dossier) | `arxiv-mellon/mellon.pdf` | `arxiv-mellon/mellon.tex` | 45 + | Internet Archive: A Dossier (Genealogy, History, Programs, People, Money, Footprint, 1996–2026) | arXiv (LaTeX, dossier) | `arxiv-internet-archive/internet-archive.pdf` | `arxiv-internet-archive/internet-archive.tex` | 46 + | Recurse Center: A Dossier (Structure, History, Programs, People, Money, Footprint, 2011–2026) | arXiv (LaTeX, dossier) | `arxiv-recurse/recurse.pdf` | `arxiv-recurse/recurse.tex` | 47 + | Eyebeam: A Dossier (Genealogy, History, Programs, People, Money, Footprint, 1996–2026) | arXiv (LaTeX, dossier) | `arxiv-eyebeam/eyebeam.pdf` | `arxiv-eyebeam/eyebeam.tex` | 48 + | School for Poetic Computation: A Dossier (Structure, History, Programs, People, Money, Footprint, 2013–2026) | arXiv (LaTeX, dossier) | `arxiv-sfpc/sfpc.pdf` | `arxiv-sfpc/sfpc.tex` | 49 + | Rhizome.org: A Dossier (Genealogy, History, Programs, People, Money, Footprint, 1996–2026) | arXiv (LaTeX, dossier) | `arxiv-rhizome/rhizome.pdf` | `arxiv-rhizome/rhizome.tex` | 50 + | Keymaps as Social Software: Versioned Virtual Objects via Social Contract | arXiv (LaTeX) | `arxiv-keymaps/keymaps.pdf` | `arxiv-keymaps/keymaps.tex` | 43 51 | Where the Microseconds Go (SIGGRAPH Asia 2026 Tech Papers port) | acmtog (LaTeX, scaffold) | (build pending) | `siggraph-asia-2026-tech/latency-source.tex` | 44 52 | Diagrams from Data: A Penrose Pipeline for AC Illustrations | arXiv (LaTeX) | `arxiv-penrose/penrose.pdf` | `arxiv-penrose/penrose.tex` | 45 53 | Where the Microseconds Go: Input and Audio Latency in AC Native OS | arXiv (LaTeX, 6pp) | `arxiv-latency/latency.pdf` | `arxiv-latency/latency.tex` |
+105
papers/arxiv-eyebeam/ac-paper-layout.sty
··· 1 + % ac-paper-layout.sty — Aesthetic Computer paper layout master template 2 + % Usage: \usepackage{ac-paper-layout} in each arxiv-* paper 3 + % 4 + % This package provides the shared visual identity for all AC working drafts: 5 + % - AC color palette 6 + % - YWFT Processing font commands (\acbold, \aclight) 7 + % - Draft watermark in Processing Light font 8 + % - Pals logo watermark (top-left, rotated, semi-opaque) 9 + % - Section/subsection formatting 10 + % - Header/footer (draft notice + page numbers) 11 + % - List and paragraph settings 12 + % - \ac command for "Aesthetic Computer" small caps 13 + % 14 + % Papers still define their own: 15 + % - \hypersetup{pdftitle=...} 16 + % - \graphicspath{...} 17 + % - Additional \newcommand macros (e.g. \wg, \acos) 18 + % - Extra packages (listings, multicol, etc.) 19 + % - Extra font families (ComicRelief for KidLisp, etc.) 20 + 21 + \NeedsTeXFormat{LaTeX2e} 22 + \ProvidesPackage{ac-paper-layout}[2026/03/16 Aesthetic Computer paper layout] 23 + 24 + % === FONTS === 25 + % Requires fontspec (loaded by the document before this package) 26 + \newfontfamily\acbold{ywft-processing-bold}[ 27 + Path=../../system/public/type/webfonts/, 28 + Extension=.ttf 29 + ] 30 + \newfontfamily\aclight{ywft-processing-light}[ 31 + Path=../../system/public/type/webfonts/, 32 + Extension=.ttf 33 + ] 34 + 35 + % === COLORS (AC palette) === 36 + \definecolor{acpink}{RGB}{180,72,135} 37 + \definecolor{acpurple}{RGB}{120,80,180} 38 + \definecolor{acdark}{RGB}{64,56,74} 39 + \definecolor{acgray}{RGB}{119,119,119} 40 + \definecolor{draftcolor}{RGB}{180,72,135} 41 + 42 + % === DRAFT WATERMARK (Processing font + pals logo) === 43 + \RequirePackage{eso-pic} 44 + \RequirePackage{tikz} 45 + \AddToShipoutPictureBG{% 46 + \begin{tikzpicture}[remember picture, overlay] 47 + % --- Pals logo: large, top-left, rotated, semi-opaque, bleeding off edge --- 48 + \node[opacity=0.06, anchor=north west, rotate=-15] 49 + at ([xshift=-1.2cm, yshift=1.2cm]current page.north west) 50 + {\includegraphics[width=10cm]{pals}}; 51 + % --- "WORKING DRAFT" text in Processing Light font --- 52 + \node[opacity=0.12, rotate=45, anchor=center] 53 + at (current page.center) 54 + {{\aclight\fontsize{2.5cm}{3cm}\selectfont\color{acpink} WORKING DRAFT}}; 55 + \end{tikzpicture}% 56 + } 57 + 58 + % === SECTION FORMATTING === 59 + \RequirePackage{titlesec} 60 + \titleformat{\section} 61 + {\normalfont\bfseries\normalsize\uppercase} 62 + {\thesection.} 63 + {0.5em} 64 + {} 65 + \titlespacing{\section}{0pt}{1.2em}{0.3em} 66 + 67 + \titleformat{\subsection} 68 + {\normalfont\bfseries\small} 69 + {\thesubsection} 70 + {0.5em} 71 + {} 72 + \titlespacing{\subsection}{0pt}{0.8em}{0.2em} 73 + 74 + % === HEADER/FOOTER === 75 + \RequirePackage{fancyhdr} 76 + \pagestyle{fancy} 77 + \fancyhf{} 78 + \renewcommand{\headrulewidth}{0pt} 79 + \fancyhead[C]{\footnotesize\color{acpink}\textit{Working Draft --- not for citation}} 80 + \fancyfoot[C]{\footnotesize\thepage} 81 + 82 + % === LIST SETTINGS === 83 + \RequirePackage{enumitem} 84 + \setlist[itemize]{nosep, leftmargin=1.2em, itemsep=0.1em} 85 + \setlist[enumerate]{nosep, leftmargin=1.2em} 86 + 87 + % === PARAGRAPH SETTINGS === 88 + \setlength{\columnsep}{1.8em} 89 + \setlength{\parindent}{1em} 90 + \setlength{\parskip}{0.3em} 91 + 92 + % === HYPERREF COLORS === 93 + \RequirePackage{hyperref} 94 + \hypersetup{ 95 + colorlinks=true, 96 + linkcolor=acpurple, 97 + urlcolor=acpurple, 98 + citecolor=acpurple, 99 + } 100 + 101 + % === COMMON COMMANDS === 102 + \newcommand{\ac}{\textsc{Aesthetic Computer}} 103 + \newcommand{\acdot}{{\color{acpink}.}} 104 + 105 + \endinput
+38
papers/arxiv-eyebeam/data/990s/INDEX.md
··· 1 + # Eyebeam Atelier Inc — Form 990 Source Index 2 + 3 + **EIN**: 13-3952075 4 + **Founded (501c3)**: October 1997 5 + **NTEE**: Employment, Job-Related / Vocational Training (idiosyncratic for an art-and-technology nonprofit) 6 + **ProPublica record**: https://projects.propublica.org/nonprofits/organizations/133952075 7 + **GuideStar profile**: https://www.guidestar.org/profile/13-3952075 8 + **CauseIQ**: https://www.causeiq.com/organizations/the-eyebeam-atelier,133952075/ 9 + **Org-published recent 990s**: https://eyebeam.org/financials/ (FY22, FY23, FY24) 10 + 11 + ## Filings (FY end → links) 12 + 13 + | FY End | PDF | XML | 14 + |--------|-----|-----| 15 + | 2024-06 | https://www.propublica.org/nonprofits/display_990/133952075/IRS%2F133952075_202406_990_2025051223428872 | https://www.propublica.org/nonprofits/download-xml?object_id=202511209349300801 | 16 + | 2023-06 | TBD | https://www.propublica.org/nonprofits/download-xml?object_id=202411359349308546 | 17 + | 2022-06 | https://www.propublica.org/nonprofits/display_990/133952075/IRS%2F133952075_202206_990_2023061221437538 | https://www.propublica.org/nonprofits/download-xml?object_id=202311329349302436 | 18 + | 2021-06 | https://www.propublica.org/nonprofits/display_990/133952075/IRS%2F133952075_202106_990_2022052420129976 | https://www.propublica.org/nonprofits/download-xml?object_id=202221239349301662 | 19 + | 2020-06 | (PropPublica display URL TBD) | (XML TBD) | 20 + | 2019-06 | (PDF TBD) | (XML TBD) | 21 + | 2018-06 | (PDF TBD) | (XML TBD) | 22 + | 2017-06 | (PDF TBD) | (XML TBD) | 23 + | 2016-06 | (PDF TBD) | (XML TBD) | 24 + | 2015-06 | (PDF TBD) | (XML TBD) | 25 + | 2014-06 | (PDF TBD) | (XML TBD) | 26 + | 2013-06 | (PDF TBD) | (XML TBD) | 27 + | 2012-06 | (PDF TBD) | (XML TBD) | 28 + | 2011-06 | (PDF TBD) | (XML TBD) | 29 + 30 + ## Status of this index 31 + 32 + - **First-pass**: only FY2024–FY2021 PDF/XML URLs were captured during the initial dossier sweep; pre-2021 filings are confirmed to exist on ProPublica back to ~FY2002 but the per-year display URLs have not been pulled into this table. They follow the same pattern as the Rhizome dossier's `990s/INDEX.md` and can be filled in by walking the ProPublica filings list for object_id `133952075`. 33 + - **Missing**: the full PDF and XML download set, and the actual `990s/xml/` directory of saved filings. For the first pass, the line items in `data/financials.csv` are sourced from the ProPublica summary table rather than from the raw XML. 34 + 35 + ## Executive directors named on filings 36 + 37 + - **FY2024**: Roderick Schrock (Executive Director) — $125,491 base + $9,888 other (per ProPublica summary card) 38 + - Pre-FY2024 ED comp by year: requires IRS XML pull (deferred).
+78
papers/arxiv-eyebeam/data/README.md
··· 1 + # arxiv-eyebeam / data — first-pass record pull 2 + 3 + First-pass dossier data on Eyebeam (Eyebeam Atelier, Inc., EIN 13-3952075) assembled 2026-05-02. Eyebeam is the NYC art-and-technology nonprofit founded by John S. Johnson III in 1997–1998; the data path is the same as Rhizome's: IRS XML / ProPublica + funder grant databases + contemporaneous press. 4 + 5 + ## Files 6 + 7 + - `financials.csv` — Form 990 line items per fiscal year, FY2011–FY2024. Sourced from the ProPublica Nonprofit Explorer record summary; raw IRS XML downloads not yet pulled (URLs in `990s/INDEX.md`). 8 + - `people.csv` — founders, executive directors, current (2026) board, advisory board, key staff, notable alumni residents. 9 + - `programs.csv` — every program identified, with launch year, status, principal funders. 10 + - `timeline.csv` — 1996/1997 → 2026 program / leadership / funding events. 11 + - `funders.csv` — institutional funders from Eyebeam's own `eyebeam.org/support/` page, plus government and confirmed funders. Year/amount entries filled where confirmed. 12 + - `grants.csv` — named grants with confirmed dates and amounts (Mellon ×4 confirmed, Henry Luce, Ford, plus partial entries). 13 + - `locations.csv` — 540 W 21st (Chelsea, founding) → Industry City Sunset Park (2014–2017) → 199 Cook Street, Bushwick (2017–). 14 + - `990s/INDEX.md` — direct viewer/download URLs for Form 990 filings on ProPublica (TBD — first-pass placeholder). 15 + 16 + ## What's solid 17 + 18 + - **Legal entity**: `Eyebeam Atelier, Inc.` — EIN 13-3952075, 501(c)(3) since October 1997, NTEE coded under "Employment, Job-Related / Vocational Training" (an idiosyncratic NTEE choice for an art-and-technology nonprofit, but consistent across ProPublica records). Founded by John S. Johnson III (filmmaker, J&J family heir), with co-founders David S. Johnson (digital artist) and Roderic R. Richardson. 19 + - **Form 990 line items, FY2011–FY2024**: total revenue, contributions/grants, program-service revenue, total expenses, total assets, total liabilities, net assets — pulled from ProPublica's summary table. ED comp is surfaced for FY2024 only (Schrock $125,491 + $9,888 other) on the public summary; pre-2024 ED-comp by name requires the IRS XML pull. 20 + - **The 2014 Chelsea-exit cash event is visible in the line items**: FY2013 revenue $2.41M, FY2014 revenue $2.30M against a decade-average of ~$1.0–1.5M. Press confirms "seed funding for the move from Chelsea was provided by the Atlantic Foundation with proceeds from the sale of Eyebeam's former building on West 21st Street" (Technically Brooklyn, 2014). 21 + - **Mellon Foundation grants**: **4 grants totaling $992,400** confirmed via the Mellon Foundation grants database, plus a Democracy Machine entry that press reports at $1.1M total (multiple Mellon line items aggregated). Mellon is the largest documented institutional funder of the post-2020 era. 22 + - **Henry Luce Foundation**: $150,000 confirmed (April 2020 COVID Emergency Grant, Public Policy program). 23 + - **Ford Foundation**: $650,000 confirmed via press for the Democracy Machine; the direct grant-database entry at `fordfoundation.org/work/our-grants/awarded-grants/grants-database/eyebeam-atelier-inc-139325/` was 404'ing at fetch time (2026-05-02) — needs a re-pull or a different Ford record ID. 24 + - **Leadership chain (six EDs)**: Johnson (1997–2004) → Tremble (2004–2005) → Crowley (2005–2011) → Jones (2011–2015) → Schrock (2015–2025) → Prajapati (interim, July 2025–April 2026) → Kaganskiy (April 2026–). 25 + - **Locations (three eras)**: 540 W 21st St, Chelsea (Manhattan, 1998–2014); Industry City, Sunset Park (Brooklyn, 2014–2017); 199 Cook Street, Suite 104, Bushwick (Brooklyn, 11222, 2017–). The unbuilt Diller Scofidio museum (designed 2000–2001 for the W 21st site) is in MoMA's collection as a scale model. 26 + - **2025/2026 leadership transition is fully sourced**: Schrock departure announcement March 2025, Prajapati announcement June 30 2025, ED search opened November 2025, Kaganskiy announced April 6 2026. 27 + 28 + ## What's known but not fully quantified 29 + 30 + - **NEA grants**: Eyebeam appears as a recurring NEA grantee on the org's own funder list, but specific year/amount entries are not yet pulled. Same JS-grid problem as the Rhizome dossier hit at `grantsearch.nea.gov`. 31 + - **NYSCA / NYC DCLA**: confirmed recurring funders (`eyebeam.org/support/` lists NYSCA explicitly); year-by-year amounts TBD via state public records. 32 + - **Atlantic Foundation $500K+ entry**: confirmed by press ("seed funding for the move from Chelsea") and visible on the funder page at the $500K+ tier; specific year and grant amount have not been pinned down separately from the W 21st building proceeds. 33 + - **Pre-2020 Mellon grants**: there is no Mellon record before April 2020 in the database for Eyebeam Atelier; this is consistent with Mellon's relationship to Eyebeam being a 2020-onwards relationship rather than a Webrecorder-style 2015-onwards relationship (the difference between the Eyebeam and Rhizome dossiers). 34 + - **Andy Warhol Foundation, MacArthur Foundation, Surdna, Teiger, Helen Frankenthaler, Stavros Niarchos, Cy Twombly, Willem de Kooning Foundation, Capital One, Craig Newmark Philanthropies**: all confirmed on the support page; year-by-year entries TBD. 35 + - **Pre-FY2011 financials**: ProPublica likely has 990 PDFs back to 2002 or earlier; not yet indexed into `990s/INDEX.md`. The Diller Scofidio architectural-fundraising era of the early 2000s is not visible in this first pass. 36 + - **Government-grants line**: Eyebeam's filings appear to lump government grants into "All Other Contributions" rather than breaking them out as a separate line, contra Rhizome's FY2021+ practice. This means CSV column `government_grants` is empty even where NYSCA / DCLA / NEA funding exists. 37 + - **Officer compensation by year**: only FY2024 ED comp is on the ProPublica summary card. Pre-2024 ED comp by year requires the IRS XML pull (deferred for first pass). 38 + - **2018 reorganization**: the prompt mentioned a "2018 Brendan Fernandes era" but I could not corroborate a Brendan Fernandes connection to Eyebeam in the public record — Brendan Fernandes is a Toronto-Chicago artist with no Eyebeam tenure. The 2018 events were the 20th-anniversary programming and the launch of the Center for the Future of Journalism under Marisa Mazria Katz; flagged here so it doesn't propagate. 39 + 40 + ## What's missing entirely (not yet attempted) 41 + 42 + - **IRS XML downloads for FY2017+** — referenced in the dossier but not yet pulled to `990s/xml/`. The XML would surface board roster, Schedule J officer-compensation detail, Schedule G fundraising-event accounting, and Schedule R related-org disclosures. 43 + - **Pre-2020 Mellon search** — Mellon's database UI does not always surface older grants; CauseIQ / 990 Schedule B detail would catch any pre-2020 institutional grants that aren't in the Mellon DB. 44 + - **Residency cohort lists by year** — `eyebeam.org/artists/` is the public archive; not yet scraped for this first pass. The 550+ artists figure on the About page is an aggregate. 45 + - **Center for the Future of Journalism funded-project list** — would let us tie specific Pulitzer/Emmy citations to Eyebeam financial support. 46 + - **Diller Scofidio building fundraising record** — the early-2000s capital campaign for the unbuilt W 21st building should appear on early 990s as a building-fund line; not yet pulled. 47 + - **2020 Rapid Response cohort full list** — 30 artists Phase I, 8 Phase II; partial names recoverable from press (Valencia James, Harris Kornstein) but no consolidated roster pulled. 48 + 49 + ## Data quality notes 50 + 51 + - The 990 fiscal year ends June 30. So "FY2022" means July 2021–June 2022. Many press / grant announcements use calendar year; cross-walks may need adjustment by ±1 year. 52 + - The legal name on every IRS filing is "Eyebeam Atelier, Inc." but every funder database uses some variant: "Eyebeam Atelier", "The Eyebeam Atelier, Inc.", "Eyebeam", "Eyebeam Art and Technology Center". Searches need all variants. 53 + - Wikipedia gives the founding year as 1998, citing the Digital Day Camp launch and the Interaction online forum. The IRS 501(c)(3) determination is dated October 1997 (per ProPublica); the prompt's "1996" figure does not appear in any source I could verify and is likely a conflation with Rhizome (which is 1996 in Berlin, 1997 in NYC, with the IRS determination August 1999). The dossier uses 1997–1998 throughout. 54 + - The Wikipedia article header was updated to reflect the leadership transition (Schrock 2015–2025, Prajapati 2025–) but had not yet caught up to the April 2026 Kaganskiy announcement at the time of fetch. 55 + - Roderic R. Richardson's role is described as "mutual friend" / co-founder in Wikipedia. He is not listed as an executive director and his post-founding involvement is not documented. 56 + 57 + ## Source URLs 58 + 59 + - ProPublica record: https://projects.propublica.org/nonprofits/organizations/133952075 60 + - GuideStar profile: https://www.guidestar.org/profile/13-3952075 61 + - CauseIQ: https://www.causeiq.com/organizations/the-eyebeam-atelier,133952075/ 62 + - Wikipedia: https://en.wikipedia.org/wiki/Eyebeam_(organization) 63 + - Eyebeam financials page: https://eyebeam.org/financials/ 64 + - Eyebeam support / funders page: https://eyebeam.org/support/ 65 + - Eyebeam people page: https://eyebeam.org/about-us/people/ 66 + - Eyebeam changelog: https://eyebeam.org/changelog/ 67 + - Mellon Foundation grants database: https://www.mellon.org/grant-database/The%20Eyebeam%20Atelier,%20Inc. (404 at fetch; use individual grant-detail URLs in `grants.csv`) 68 + - Henry Luce Foundation grant: https://www.hluce.org/grants/grants/covid-emergency-grant-eyebeam/ 69 + - Ford Foundation grant DB: https://www.fordfoundation.org/work/our-grants/awarded-grants/grants-database/ (404'd on direct Eyebeam record; needs re-pull) 70 + - Hyperallergic 2017 Bushwick coverage: https://hyperallergic.com/eyebeam-new-bushwick-home-at-20/ 71 + - Technically Brooklyn 2014 Sunset Park coverage: https://technical.ly/brooklyn/2014/06/30/eyebeam-moved-sunset-park/ 72 + - ARTnews 2021 restructure coverage: https://www.artnews.com/art-news/news/eyebeam-residency-program-change-ford-foundation-1234584327/ 73 + - Artnet 2021 Democracy Machine coverage: https://news.artnet.com/art-world/eyebeam-new-fellowship-program-2026181 74 + - IRS direct e-file XML (canonical): https://apps.irs.gov/pub/epostcard/990/xml/ 75 + 76 + ## Relationship to the author 77 + 78 + The author has no commission or formal relationship with Eyebeam recorded as of 2026-05-02. The org is a sibling of Rhizome (where the author had a 2022 First Look commission), and shares two known board / advisory members with the AC orbit (Salome Asega — also Rhizome board; Ramsey Nasser — also recurring SFPC teacher). These ties are noted in the dossier as facts.
+15
papers/arxiv-eyebeam/data/financials.csv
··· 1 + fiscal_year_end,filing_status,total_revenue,contributions_grants,government_grants,program_service_revenue,total_expenses,officer_compensation,total_assets,total_liabilities,net_assets,source 2 + 2011-06,filed,1202257,928564,,273693,1414372,,239238,626051,-386813,ProPublica summary 3 + 2012-06,filed,1412770,1118482,,290519,1447574,,211981,655265,-443284,ProPublica summary 4 + 2013-06,filed,2407323,2055266,,356700,1307902,,757447,112259,645188,ProPublica summary (Atlantic Foundation Chelsea-exit revenue spike) 5 + 2014-06,filed,2301088,2040826,,255370,1900421,,1363044,312930,1050114,ProPublica summary (Sunset Park transition year) 6 + 2015-06,filed,1182600,1055830,,48563,1681385,,705987,154659,551328,ProPublica summary 7 + 2016-06,filed,1148526,1019319,,82576,1173396,,651627,125170,526457,ProPublica summary 8 + 2017-06,filed,980977,885419,,82766,1057256,,516845,66667,450178,ProPublica summary 9 + 2018-06,filed,1279621,1144940,,134698,1162076,,644604,76881,567723,ProPublica summary (20th anniversary; CFFJ launch) 10 + 2019-06,filed,1395964,1352339,,13187,1442992,,555604,34909,520695,ProPublica summary 11 + 2020-06,filed,1862578,1817158,,10233,1505469,,1034130,156326,877804,ProPublica summary (COVID Rapid Response launch) 12 + 2021-06,filed,3009579,2913804,,20395,2059628,,2003008,175253,1827755,ProPublica summary (Democracy Machine + Mellon $600K genop) 13 + 2022-06,filed,1554448,1486528,,28779,1548406,,1888640,54843,1833797,ProPublica summary 14 + 2023-06,filed,1631254,1542631,,63288,1898770,,1632676,66395,1566281,ProPublica summary 15 + 2024-06,filed,1455741,1409470,,8915,1535274,125491,1674027,187279,1486748,ProPublica summary (Schrock comp $125491 + $9888 other)
+40
papers/arxiv-eyebeam/data/funders.csv
··· 1 + funder,year,amount_usd,tier,notes,source 2 + Atlantic Foundation,,500000,$500K+,Anchored 2014 Chelsea-exit; "seed funding... with proceeds from the sale of Eyebeam's former building on West 21st Street",technically.ly + eyebeam.org 3 + Andrew W. Mellon Foundation,2020,150000,major,Rapid Response Fund (12mo),mellon.org 4 + Andrew W. Mellon Foundation,2021,600000,major,General operating support (36mo),mellon.org 5 + Andrew W. Mellon Foundation,2021,500000,major,Democracy Machine (per press; aggregate of Mellon entries),news.artnet.com 6 + Andrew W. Mellon Foundation,2023,92400,major,Indigenous-writers residency (Momus + Forge Project; 9mo),mellon.org 7 + Andrew W. Mellon Foundation,2024,150000,major,AI & arts convening (12mo),mellon.org 8 + Henry Luce Foundation,2020,150000,major,COVID Emergency Grant (Public Policy program),hluce.org 9 + Henry Luce Foundation,2021,150000,major,Democracy Machine (per press),news.artnet.com 10 + Ford Foundation,2021,650000,major,Democracy Machine,artnews.com 11 + Craig Newmark Philanthropies,,,major,Listed on support page,eyebeam.org 12 + National Endowment for the Arts,,,major,Recurring; year-by-year amounts TBD,eyebeam.org 13 + Capital One,,,significant ($20K+),Listed on support page,eyebeam.org 14 + Jerome Foundation,2025,,significant ($20K+),Speculating on Plurality residency (current),jeromefdn.org 15 + MacArthur Foundation,,,significant ($20K+),Listed on support page,eyebeam.org 16 + New York State Council on the Arts (NYSCA),,,significant ($20K+),Recurring; year-by-year amounts TBD,eyebeam.org 17 + NYC Department of Cultural Affairs (DCLA),,,,Listed in adjacent records; not on current support page TBD,eyebeam.org / standard NYC nonprofit funder 18 + Silicon Valley Community Foundation,,,significant ($20K+),Listed on support page,eyebeam.org 19 + Willem de Kooning Foundation,,,significant ($20K+),Listed on support page,eyebeam.org 20 + Beatrice Snyder Foundation,,,significant ($20K+),Listed on support page,eyebeam.org 21 + Cy Twombly Foundation,,,major donor ($10K+),Listed on support page,eyebeam.org 22 + David Howe Foundation,,,major donor ($10K+),Listed on support page,eyebeam.org 23 + Helen Frankenthaler Foundation,,,major donor ($10K+),Listed on support page,eyebeam.org 24 + Stavros Niarchos Foundation,,,major donor ($10K+),Listed on support page,eyebeam.org 25 + Surdna Foundation,,,major donor ($10K+),Listed on support page,eyebeam.org 26 + Teiger Foundation,,,major donor ($10K+),Listed on support page; also recurring Rhizome funder,eyebeam.org 27 + Zicarelli Foundation,,,major donor ($10K+),Listed on support page (David Zicarelli is Advisory Board),eyebeam.org 28 + Bialkin Foundation,,,mid-level ($5K-9.9K),Listed on support page,eyebeam.org 29 + Destina Foundation,,,mid-level ($5K-9.9K),Listed on support page,eyebeam.org 30 + Rodney L White Foundation,,,mid-level ($5K-9.9K),Listed on support page,eyebeam.org 31 + Andrea Harner,,,individual ($1K+),Listed on support page,eyebeam.org 32 + Aaron Koblin,,,individual ($1K+),Listed on support page,eyebeam.org 33 + Ruby Lerner,,,individual ($1K+),Board member; listed on support page,eyebeam.org 34 + Kenyatta Cheese,,,individual ($1K+),Board Vice-Chair; listed on support page,eyebeam.org 35 + Kathleen O'Grady,,,individual ($1K+),Advisory Board; listed on support page,eyebeam.org 36 + Ellen Sandor,,,individual ($1K+),Board Secretary; listed on support page,eyebeam.org 37 + R. Luke DuBois,,,individual ($1K+),Advisory Board; listed on support page,eyebeam.org 38 + Davis Wright Tremaine LLP,,,pro bono,Pro-bono legal support,eyebeam.org 39 + Andy Warhol Foundation,,,,Mentioned in adjacent press as new-media-arts funder; not on current eyebeam.org/support page (TBD),inferred 40 + Knight Foundation,,,,Mentioned in adjacent press; not on current support page (TBD),inferred
+11
papers/arxiv-eyebeam/data/grants.csv
··· 1 + funder,date,amount_usd,program_area,project,term_months,source_url,notes 2 + Andrew W. Mellon Foundation,2020-04-29,150000,Presidential Initiatives,Rapid Response Fund for a Better Digital Future,12,https://www.mellon.org/grant-details/rapid-response-fund-for-a-better-digital-future-20447022, 3 + Henry Luce Foundation,2020-04-28,150000,Public Policy,COVID Emergency Grant,,https://www.hluce.org/grants/grants/covid-emergency-grant-eyebeam/, 4 + Andrew W. Mellon Foundation,2021-06-11,600000,Presidential Initiatives,General operating support,36,https://www.mellon.org/grant-details/the-eyebeam-atelier-inc.-20449592, 5 + Ford Foundation,2021,650000,,Democracy Machine fellowship program,36,https://www.fordfoundation.org/work/our-grants/awarded-grants/grants-database/eyebeam-atelier-inc-139325/,Direct grant DB record was 404 at fetch 2026-05-02; amount confirmed via ARTnews and Artnet press 6 + Andrew W. Mellon Foundation,2021,500000,,Democracy Machine (aggregate Mellon line),,https://news.artnet.com/art-world/eyebeam-new-fellowship-program-2026181,Press reports total Mellon support of $1.1M for Democracy Machine inclusive of 2021 genop and additional disbursements; year/term TBD 7 + Henry Luce Foundation,2021,150000,,Democracy Machine,,https://news.artnet.com/art-world/eyebeam-new-fellowship-program-2026181,Press confirmation; direct Luce grant page TBD 8 + Andrew W. Mellon Foundation,2023-03-29,92400,Arts and Culture,"Eyebeam + Momus + Forge Project — virtual and in-person residency for Indigenous emerging art writers and editors (Spring 2023)",9,https://www.mellon.org/grant-details/the-eyebeam-atelier-inc.-20454077, 9 + Andrew W. Mellon Foundation,2024-03-22,150000,Arts and Culture,Convening on artificial intelligence and its impact on the arts and culture field,12,https://www.mellon.org/grant-details/the-eyebeam-atelier-inc.-20456337, 10 + Jerome Foundation,2025,,,Speculating on Plurality 2026 residency program,,https://www.jeromefdn.org/eyebeam,Current Jerome support; amount TBD 11 + Atlantic Foundation,2013,,,Seed funding for Chelsea-to-Brooklyn move (with proceeds from sale of 540 W 21st building),,https://technical.ly/brooklyn/2014/06/30/eyebeam-moved-sunset-park/,Press attribution; specific amount TBD
+5
papers/arxiv-eyebeam/data/locations.csv
··· 1 + address,neighborhood,city,start_year,end_year,square_footage,ownership,notes,source 2 + 540 West 21st Street,Chelsea,Manhattan NY,1998,2014,,owned/long lease (sold 2013-2014),Founding NYC space; Chelsea loft warehouse. Diller + Scofidio designed an unbuilt purpose-built museum for this site (2000-2001) — building never realized. Sale proceeds anchored 2014 move per Atlantic Foundation seed-funding,Wikipedia / technically.ly / DSR 3 + "Industry City, Sunset Park (specific suite TBD)",Sunset Park,Brooklyn NY,2014,2017,,leased,4-year lease as interim home after planned BAM Cultural District move fell through. ~3 years of actual use,hyperallergic / technically.ly 4 + "199 Cook Street, Suite 104",Bushwick,Brooklyn NY,2017,,6000,leased,"Ground floor of three-story former warehouse built specifically as ""industrial arts complex"" by Mann Group. Move announced for 20th anniversary; fiscal-cautious smaller-footprint pivot",hyperallergic 5 + NYU Tandon (program-residency host),Brooklyn NY,Brooklyn NY,2025,,,partner space,2025-2026 Speculating on Plurality 12-week residency hosted at NYU Tandon (separate from 199 Cook),eyebeam.org
+57
papers/arxiv-eyebeam/data/people.csv
··· 1 + name,role,start_year,end_year,notes,source 2 + John S. Johnson III,Founder / Founding Executive Director,1997,2004,Filmmaker; Johnson & Johnson family heir,Wikipedia 3 + David S. Johnson,Co-founder,1997,,Digital artist; co-founder with Johnson III,Wikipedia 4 + Roderic R. Richardson,Co-founder,1997,,Mutual friend who introduced Johnson III and David S. Johnson,Wikipedia 5 + Steven Tremble,Executive Director,2004,2005,Brief tenure between Johnson and Crowley,Wikipedia 6 + Amanda McDonald Crowley,Executive Director,2005,2011,,Wikipedia 7 + Patricia C. Jones,Executive Director,2011,2015,,Wikipedia 8 + Roddy Schrock,Executive Director,2015,2025,Decade through Bushwick move + Rapid Response + Democracy Machine,Wikipedia / eyebeam.org 9 + Sheetal Prajapati,Interim Executive Director,2025,2026,Started July 1 2025; previously Director of Public Engagement at Pioneer Works,eyebeam.org announcement 10 + Julia Kaganskiy,Executive Director,2026,,Founding Director of NEW INC at New Museum (2014-2018); Global Editor of VICE The Creators Project (2010-2013); announced April 6 2026,eyebeam.org announcement 11 + Jonah Peretti,Director of R&D,,,BuzzFeed founder; produced Fundrace + reBlog at Eyebeam,Wikipedia 12 + Marisa Mazria Katz,Director / Center for the Future of Journalism,2018,,Leads CFFJ since 2018 launch,Wikipedia 13 + Tyrone Martin,Chief Operating Officer,,,Listed on current people page,eyebeam.org 14 + Michael Ross,Director of Development,,,Listed on current people page,eyebeam.org 15 + Nat Lemus,Digital Information & Communications Associate,,,Listed on current people page,eyebeam.org 16 + Emma Canarick,Board Chair,,,Current,eyebeam.org 17 + Kenyatta Cheese,Board Vice-Chair,,,Current; also $1K+ individual donor,eyebeam.org 18 + Ellen Sandor,Board Secretary,,,Current; also $1K+ individual donor,eyebeam.org 19 + Craig Ingwer,Board Interim Treasurer,,,Current,eyebeam.org 20 + Salome Asega,Board Member,,,Current; also serves on Rhizome board (sibling-org tie),eyebeam.org 21 + Ruby Lerner,Board Member,,,Long-time Creative Capital president; current Eyebeam board,eyebeam.org 22 + Robert Ransick,Board Member,,,Current,eyebeam.org 23 + R. Luke DuBois,Advisory Board,,,Recurring AC-orbit figure,eyebeam.org 24 + Matt Corwine,Advisory Board,,,Current,eyebeam.org 25 + Bill Foulkes,Advisory Board,,,Current,eyebeam.org 26 + Susan Gladstone,Advisory Board,,,Current,eyebeam.org 27 + Jordan Harris,Advisory Board,,,Current,eyebeam.org 28 + Ramsey Nasser,Advisory Board,,,Current; also recurring SFPC teacher (sibling-org tie),eyebeam.org 29 + Kathleen O'Grady,Advisory Board,,,Current; also $1K+ individual donor,eyebeam.org 30 + David Zicarelli,Advisory Board,,,Founder of Cycling '74 / Max,eyebeam.org 31 + Jordan Crandall,Curator,1998,1998,Curated 1998 Interaction online forum,Wikipedia 32 + Alexander R. Galloway,Resident,2002,,Carnivore (Prix Ars Electronica Golden Nica 2002); reBlog,Wikipedia 33 + Yury Gitman,Resident,2003,,Noderunner (Prix Ars Electronica Golden Nica 2003),Wikipedia 34 + Carlos Gomez de Llarena,Resident,2003,,Noderunner co-author,Wikipedia 35 + Cory Arcangel,Resident,2002,,Inaugural Open Studios cohort,Wikipedia 36 + Michael Bell-Smith,Resident,2002,,Inaugural Open Studios cohort,Wikipedia 37 + Yael Kanarek,Resident,2002,,Inaugural Open Studios cohort,Wikipedia 38 + John Klima,Resident,2002,,Inaugural Open Studios cohort,Wikipedia 39 + G. H. Hovagimyan,Resident,2002,,Inaugural Open Studios cohort,Wikipedia 40 + Tony Martin,Resident,2002,,Inaugural Open Studios cohort,Wikipedia 41 + Jem Cohen,Resident,2002,,Inaugural Open Studios cohort,Wikipedia 42 + MTAA,Resident,2002,,Inaugural Open Studios cohort,Wikipedia 43 + Theo Watson,R&D Fellow,,,co-developed openFrameworks,Wikipedia 44 + Zachary Lieberman,R&D Fellow,,,co-developed openFrameworks,Wikipedia 45 + James Powderly,OpenLab Fellow,2005,,Co-founded Graffiti Research Lab at Eyebeam,Wikipedia 46 + Evan Roth,OpenLab Fellow,2005,,Co-founded Graffiti Research Lab at Eyebeam,Wikipedia 47 + Ayah Bdeir,Resident,,,Created littleBits at Eyebeam; MoMA permanent collection 2011,Wikipedia 48 + Tahir Hemphill,Resident,,,Rap Research Lab,eyebeam.org 49 + Tega Brain,Resident,2015,,Project Resident,Wikipedia 50 + LaJuné McMillian,Resident,2019,,Black Movement Project,Wikipedia 51 + Yo-Yo Lin,Resident,2019,,2019 Access cohort,Wikipedia 52 + Shannon Finnegan,Resident,2019,,2019 Access cohort,Wikipedia 53 + Movers & Shakers NYC,Resident,2019,,2019 Access cohort,Wikipedia 54 + Valencia James,Rapid Response Fellow,2020,,Volumetric Performance Toolbox,press 55 + Harris Kornstein,Rapid Response Fellow,2020,,The Digital Prepper Toolkit,press 56 + BUFU (By Us For Us),Resident,,,Listed on current artists page,eyebeam.org 57 + Hyphen-Labs,Resident,,,Listed on current artists page,eyebeam.org
+21
papers/arxiv-eyebeam/data/programs.csv
··· 1 + program,launched,status,description,key_funders,source 2 + Digital Day Camp,1998,Active (continuous),Youth web-development and design program. Project-based learning across bioart urban interventionism game design wearable tech,(operational + recurring),Wikipedia 3 + Interaction (online forum),1998,One-time,"Online discussion curated by Jordan Crandall (Manovich Hayles Sassen Obrist Critical Art Ensemble Mark Tribe et al)",,Wikipedia 4 + Open Studios,2002,Active,Public studio visits with residency cohort,(self-supported),Wikipedia 5 + Residency Program (R&D Fellowships),~2002,Restructured 2020 into Fractal Fellowships,Annual artist residencies (~20 residents/fellows per year through 2010s),(varies),Wikipedia 6 + OpenLab,2005,Concluded ~2017,Project residency under which openFrameworks Graffiti Research Lab littleBits and others were developed,(varies),Wikipedia 7 + MIXER,2007,Active 2007-~2015,Live performance series featuring video/audio collaboration. Curated by Paul Amitai initially. Inaugural event "Brother Islands",(self-supported),Wikipedia 8 + "openFrameworks (Watson + Lieberman)",2005,Active (independent),C++ creative-coding library born from Eyebeam fellowships; now standard in art-school curricula,(seeded by Eyebeam fellowship),Wikipedia 9 + Graffiti Research Lab (Powderly + Roth),2005,Spun out,LED-throwie kits laser-tag projection rigs viral video documentation,(seeded by Eyebeam OpenLab),Wikipedia 10 + littleBits (Bdeir),2008,Spun out (sold 2019),DIY snap-together circuit kits; entered MoMA permanent collection 2011,(seeded by Eyebeam),Wikipedia 11 + Art + Feminism Wikipedia Edit-A-Thon (host),2014,Recurring,Hosted at Chelsea space Feb 2014; co-organized by Laurel Ptak,,Wikipedia 12 + "Eyebeam Center for the Future of Journalism (CFFJ)",2018,Active,Grant-making to artist-journalists; supported work has won Pulitzer citations and Emmy Awards,(varies),Wikipedia / eyebeam.org 13 + "Rapid Response for a Better Digital Future",2020-05,Concluded,"Inaugural fully-digital fellowship; 30 artists Phase I (Jul 2020) + 8 artists Phase II (Oct 2020 up to $25K each)",Mellon $150K + Henry Luce $150K,eyebeam.org / mellon.org 14 + The Democracy Machine,2021-10-28,Concluded 2024,3-year $1.5M 75-artist distributed fellowship; authority handed to artists themselves,Ford $650K + Mellon ~$1.1M + Henry Luce $150K,eyebeam.org / artnet 15 + Fractal Fellowships,~2020,Active (label for restructured residency),"Restructured residency post-2020; expected to support 60-90 artists in first 24 months",Ford + Mellon + Henry Luce,artnews.com 16 + Eyebeam + Momus + Forge Project Indigenous-writers residency,2023-Spring,One-time,Virtual + in-person residency for Indigenous emerging art writers and editors,Mellon $92.4K (9mo),mellon.org 17 + AI & arts convening,2024,Discrete,Convening on artificial intelligence and its impact on the arts and culture field,Mellon $150K (12mo),mellon.org 18 + Speculating on Plurality,2025-2026,Active,"12-week project-based residency for 6 NYC-based emerging artists hosted at NYU Tandon; ""new frameworks platforms interventions or inventions to address the issues and ideas most critical to building the futures we seek""",Jerome Foundation,eyebeam.org / jeromefdn.org 19 + Atelier (legacy framing),(legal name 1997-),Symbolic,"Used in legal name (Eyebeam Atelier Inc) and surfaced as ""a place artists can call home"" framing in current ED Kaganskiy April 2026 message; not currently a separately-named program",,eyebeam.org 20 + Project Anywhere,(uncertain),TBD,Phrase appears in earlier announcements but not located on current 2025-2026 program list — may be retired or merged into Democracy Machine / Speculating on Plurality lineage,,TBD (flagged in README) 21 + VH Award,~2023,One-time/recurring (TBD),Listed on changelog as added to programs page May 2023; relationship to Hyundai VH Award TBD,,eyebeam changelog
+39
papers/arxiv-eyebeam/data/timeline.csv
··· 1 + year,event,category,source 2 + 1996,John S. Johnson III begins planning art-and-technology center with David S. Johnson and Roderic R. Richardson,org,Wikipedia 3 + 1997-10,IRS 501(c)(3) determination as Eyebeam Atelier Inc (EIN 13-3952075),org,ProPublica 4 + 1998,Public programming begins; Digital Day Camp launched,program,Wikipedia 5 + 1998,"Interaction" online forum curated by Jordan Crandall (Manovich Hayles Sassen Obrist Critical Art Ensemble Mark Tribe et al),program,Wikipedia 6 + 2000,International architectural competition announced for purpose-built museum at 540 W 21st (won by Diller + Scofidio),org,MoMA / Domus 7 + 2002,First Open Studios,program,Wikipedia 8 + 2002,Carnivore (Galloway) wins Prix Ars Electronica Golden Nica,recognition,Wikipedia 9 + 2003,Noderunner (Gitman + Gomez de Llarena) wins Prix Ars Electronica Golden Nica,recognition,Wikipedia 10 + 2004,John S. Johnson III steps down; Steven Tremble brief tenure,leadership,Wikipedia 11 + 2005,Amanda McDonald Crowley becomes ED,leadership,Wikipedia 12 + 2005,OpenLab launches; Graffiti Research Lab founded by Powderly + Roth,program,Wikipedia 13 + 2007-late,MIXER performance series begins,program,Wikipedia 14 + 2008,littleBits (Bdeir) developed at Eyebeam,program,Wikipedia 15 + 2011,Amanda McDonald Crowley departs; Patricia C. Jones becomes ED,leadership,Wikipedia 16 + 2011,littleBits enters MoMA permanent collection,recognition,Wikipedia 17 + 2014-02,Art + Feminism Wikipedia Edit-A-Thon hosted at Chelsea space,program,Wikipedia 18 + 2014,Org leaves Chelsea / 540 W 21st St; planned BAM Cultural District move falls through; takes 4-year lease at Industry City Sunset Park,location,technically.ly + hyperallergic 19 + 2014,Atlantic Foundation seed funding from sale-of-W-21st-building proceeds,funding,technically.ly 20 + 2015,Patricia C. Jones departs; Roddy Schrock becomes ED,leadership,Wikipedia 21 + 2017-11-02,"Move to 199 Cook Street, Bushwick (6,000 sq ft Mann Group industrial-arts complex)",location,hyperallergic 22 + 2018,20th anniversary programming runs through Spring 2018,org,Wikipedia 23 + 2018,Eyebeam Center for the Future of Journalism (CFFJ) launches under Marisa Mazria Katz,program,Wikipedia 24 + 2019,Advisory Board established,org,eyebeam changelog 25 + 2020-04-28,Henry Luce COVID Emergency Grant ($150K),funding,hluce.org 26 + 2020-04-29,Mellon $150K for Rapid Response Fund (12mo),funding,mellon.org 27 + 2020-05,Rapid Response for a Better Digital Future inaugural fully-digital fellowship launches (30 artists Phase I),program,eyebeam.org 28 + 2020-10,Rapid Response Phase II — 8 artists awarded up to $25K each,program,eyebeam.org 29 + 2021-06-11,Mellon $600K general operating support (36mo),funding,mellon.org 30 + 2021-10-28,The Democracy Machine launches (3yr $1.5M 75-artist program with Ford / Mellon / Luce),program,eyebeam.org 31 + 2023-03-29,Mellon $92.4K for Eyebeam + Momus + Forge Project Indigenous-writers residency,funding,mellon.org 32 + 2023-05,Multiple programs added to public site (CFFJ Democracy Machine Digital Day Camp VH Award),program,eyebeam changelog 33 + 2024-03-22,Mellon $150K for AI & arts convening (12mo),funding,mellon.org 34 + 2025-03-13,Leadership message from Roddy Schrock on transition,leadership,eyebeam changelog 35 + 2025-06-30,Sheetal Prajapati announced as Interim Executive Director (start July 1),leadership,eyebeam.org 36 + 2025-11-14,Permanent ED search announced,leadership,eyebeam changelog 37 + 2025-11-17,Year-end fundraising campaign launched,funding,eyebeam changelog 38 + 2026,Speculating on Plurality 2025-2026 season; 12-week NYC residency at NYU Tandon for 6 emerging artists,program,eyebeam.org 39 + 2026-04-06,Julia Kaganskiy announced as Executive Director (NEW INC founder),leadership,eyebeam.org
+320
papers/arxiv-eyebeam/eyebeam.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 + % Latin Modern via OTF filenames so the same preamble renders identically under 8 + % macOS xelatex (Core Text, no fontconfig) and the oven's Linux xelatex (uses 9 + % fontconfig). kpathsea finds the OTFs in texmf-dist on both platforms. 10 + \setmainfont{lmroman10-regular.otf}[ 11 + BoldFont=lmroman10-bold.otf, 12 + ItalicFont=lmroman10-italic.otf, 13 + BoldItalicFont=lmroman10-bolditalic.otf, 14 + ] 15 + \setsansfont{lmsans10-regular.otf}[ 16 + BoldFont=lmsans10-bold.otf, 17 + ItalicFont=lmsans10-oblique.otf, 18 + BoldItalicFont=lmsans10-boldoblique.otf, 19 + ] 20 + \newfontfamily\acbold{ywft-processing-bold}[Path=../../system/public/type/webfonts/,Extension=.ttf] 21 + \newfontfamily\aclight{ywft-processing-light}[Path=../../system/public/type/webfonts/,Extension=.ttf] 22 + \setmonofont{lmmono10-regular.otf}[Scale=0.85, 23 + BoldFont=lmmonolt10-bold.otf, 24 + ItalicFont=lmmono10-italic.otf, 25 + ] 26 + 27 + \usepackage{xcolor} 28 + \usepackage{titlesec} 29 + \usepackage{enumitem} 30 + \usepackage{booktabs} 31 + \usepackage{tabularx} 32 + \usepackage{fancyhdr} 33 + \usepackage{hyperref} 34 + \usepackage{graphicx} 35 + \graphicspath{{figures/}{../../papers/arxiv-ac/figures/}} 36 + \usepackage{ragged2e} 37 + \usepackage{microtype} 38 + \usepackage{natbib} 39 + \usepackage[colorspec=0.92]{draftwatermark} 40 + 41 + \definecolor{acpink}{RGB}{180,72,135} 42 + \definecolor{acpurple}{RGB}{120,80,180} 43 + \definecolor{acdark}{RGB}{64,56,74} 44 + \definecolor{acgray}{RGB}{119,119,119} 45 + \definecolor{draftcolor}{RGB}{180,72,135} 46 + 47 + \DraftwatermarkOptions{text=WORKING DRAFT,fontsize=3cm,color=draftcolor!18,angle=45} 48 + 49 + \hypersetup{colorlinks=true,linkcolor=acpurple,urlcolor=acpurple,citecolor=acpurple, 50 + pdftitle={Eyebeam: A Dossier}} 51 + 52 + \titleformat{\section}{\normalfont\bfseries\normalsize\uppercase}{\thesection.}{0.5em}{} 53 + \titlespacing{\section}{0pt}{1.2em}{0.3em} 54 + \titleformat{\subsection}{\normalfont\bfseries\small}{\thesubsection}{0.5em}{} 55 + \titlespacing{\subsection}{0pt}{0.8em}{0.2em} 56 + 57 + \pagestyle{fancy}\fancyhf{} 58 + \renewcommand{\headrulewidth}{0pt} 59 + \fancyhead[C]{\footnotesize\color{acpink}\textit{Working Draft --- not for citation}} 60 + \fancyfoot[C]{\footnotesize\thepage} 61 + 62 + \setlist[itemize]{nosep, leftmargin=1.2em, itemsep=0.1em} 63 + \setlist[description]{nosep, leftmargin=0pt, itemindent=0pt, labelsep=0.4em} 64 + \setlength{\columnsep}{1.8em} 65 + \setlength{\parindent}{1em} 66 + \setlength{\parskip}{0.3em} 67 + 68 + \tolerance=800 69 + \emergencystretch=1em 70 + \hyphenpenalty=50 71 + 72 + % --- paper metadata (created/revision shown on cover) --- 73 + \newcommand{\papercreated}{2026-05-02} 74 + \newcommand{\paperrevision}{1} 75 + 76 + \begin{document} 77 + 78 + \twocolumn[{% 79 + \noindent\hfill\raisebox{-1.2em}[0pt][0pt]{\includegraphics[height=3.5em]{pals}}\par\vspace{-2.6em} 80 + \begin{center} 81 + \includegraphics[height=15em]{figures/cover}\par\vspace{0.6em} 82 + {\acbold\fontsize{22pt}{26pt}\selectfont\color{acdark} Eyebeam}\par 83 + \vspace{0.2em} 84 + {\aclight\fontsize{11pt}{13pt}\selectfont\color{acpink} A Dossier}\par 85 + \vspace{0.3em} 86 + {\aclight\fontsize{9pt}{11pt}\selectfont\color{acgray} Genealogy, History, Programs, People, Money, Footprint --- 1996 to 2026}\par 87 + \vspace{0.6em} 88 + {\normalsize\href{https://prompt.ac/@jeffrey}{@jeffrey}}\par 89 + {\small\color{acgray} Aesthetic.Computer}\par 90 + {\small\color{acgray} ORCID: \href{https://orcid.org/0009-0007-4460-4913}{0009-0007-4460-4913}}\par 91 + \vspace{0.2em} 92 + {\small\color{acpurple} \url{https://aesthetic.computer}}\par 93 + \vspace{0.4em} 94 + {\footnotesize\color{acgray}Created \papercreated{} \,\textbullet\, Revision \paperrevision}\par 95 + \vspace{0.6em} 96 + \rule{\textwidth}{1.5pt} 97 + \vspace{0.5em} 98 + \end{center} 99 + 100 + \begin{center} 101 + {\small\color{acpink}\textbf{[ working draft --- not for citation ]}} 102 + \end{center} 103 + \vspace{0.3em} 104 + 105 + \begin{quote} 106 + \small\noindent\textbf{Note.} This is a dossier, not an argument. It assembles, in one place, what is publicly recoverable about Eyebeam --- the New York-based art-and-technology nonprofit founded by John S.~Johnson III in the late 1990s --- across genealogy, periodized history, programs, people, finances, and cultural footprint. There is no thesis, no verdict, and no conclusion section. Where facts run out the dossier stops; gaps are flagged inline. 107 + \end{quote} 108 + \vspace{0.5em} 109 + }] 110 + 111 + \section{Origin} 112 + 113 + The org's earliest public-facing language emphasizes \emph{the atelier}: not the museum, not the lab, not the gallery, but the historical Renaissance-and-after artist's workshop --- a place where craft is taught by demonstration, where the master and the apprentice work in the same physical room. \emph{Eyebeam Atelier, Inc.}~is the legal name on the IRS filings to this day. The 1998 name choice locates the org in a pre-internet visual-arts lineage at the same moment that its program began producing browser-native artworks; the friction between the two is, on the public record, the org's recurring formal question. 114 + 115 + The org's 2026 description --- ``Eyebeam supports artists who make radical, independent work about the way we live''~\citep{eyebeam2026about} --- is the most recent of a long series of self-rephrasings. Earlier framings emphasized ``art and technology''; the 2020 pivot emphasized ``a better digital future'' and ``artistic self-governance''; the 2026 framing reads as a conscious move away from techno-utopian language toward something more politically located. The dossier records the lineage and moves on. 116 + 117 + \section{The Organization, 1996--2026} 118 + 119 + \subsection{Founding (1996--1998)} 120 + 121 + John S.~Johnson III --- filmmaker, philanthropist, and Johnson \& Johnson family heir --- conceives of an art-and-technology center in New York City through 1996--1997 with co-founders David S.~Johnson (digital artist) and Roderic R.~Richardson (a mutual friend who introduced the two). The IRS 501(c)(3) ruling for \emph{Eyebeam Atelier, Inc.}~is granted in October 1997 (EIN 13-3952075). Public programming begins in 1998: the first \emph{Digital Day Camp} (a youth web-development program that has continued in some form ever since) and the online \emph{Interaction} forum curated by Jordan Crandall (with participants Brian Holmes, Lev Manovich, N.~Katherine Hayles, Saskia Sassen, Hans-Ulrich Obrist, Critical Art Ensemble, Mark Tribe, and others)~\citep{wikipedia2026eyebeam}. 122 + 123 + \subsection{The Diller Scofidio building that didn't get built (2000--2003)} 124 + 125 + In 2000 Eyebeam announces an international architectural competition for a purpose-built museum-and-studio complex at 540 West 21st Street in Chelsea. The Diller~+~Scofidio (later Diller Scofidio~+~Renfro) winning entry --- a ``pliable ribbon'' folding production and presentation spaces into a continuous undulating surface --- was widely published and is in the MoMA collection as a scale model~\citep{moma2001dsr,domus2002dsr,dsrny2026eyebeam}. The building was never constructed. The org instead operated out of a Chelsea loft on West 21st Street through the 2000s and into the early 2010s. The unbuilt Diller Scofidio entry remains the org's most visible piece of architectural ambition on the public record. 126 + 127 + \subsection{Chelsea era (1998--2014)} 128 + 129 + The Open Studios program launches in 2002. Eyebeam-supported works win Prix Ars Electronica Golden Nicas in consecutive years: \emph{Carnivore} (Alexander R.~Galloway, 2002) and \emph{Noderunner} (Yury Gitman \& Carlos Gomez de Llarena, 2003). Jonah Peretti directs R\&D in this period, producing \emph{Fundrace.org} (the first geocoded campaign-finance visualization) and, with Galloway, \emph{reBlog} (an early online-sharing protocol). \emph{OpenLab} launches in 2005; \emph{Graffiti Research Lab} (James Powderly \& Evan Roth) emerges from it the same year. Theo Watson and Zachary Lieberman develop \emph{openFrameworks} from their Eyebeam fellowships, releasing the public C++ creative-coding library that has become a standard tool in art schools worldwide. Ayah Bdeir's \emph{littleBits} also originates as an Eyebeam project; the kit enters MoMA's permanent collection in 2011~\citep{wikipedia2026eyebeam}. 130 + 131 + The MIXER performance series begins in late 2007. The Art~+~Feminism Wikipedia Edit-A-Thon, co-organized by Laurel Ptak among others, is hosted at Eyebeam's Chelsea space in February 2014. 132 + 133 + \subsection{The Sunset Park interim (2014--2017)} 134 + 135 + The org leaves the Chelsea loft in 2014. ``Seed funding for the move from Chelsea was provided by the Atlantic Foundation with proceeds from the sale of Eyebeam's former building on West 21st Street''~\citep{technically2014sunsetpark}. A planned move to the BAM Cultural District in downtown Brooklyn falls through; the org takes a four-year lease at Industry City in Sunset Park instead. The 2014 move is reflected in the FY2014 990 as a one-time \$2.3M revenue spike. 136 + 137 + \subsection{Bushwick move and 20th anniversary (2017--2018)} 138 + 139 + In November 2017 the org moves to a 6,000 sq.~ft.~ground-floor space at \textbf{199 Cook Street, Suite 104, Brooklyn, NY 11222}, in the Mann Group's purpose-built ``industrial arts complex.'' The move is announced as both a programmatic and fiscal reset: closer to the Bushwick artists who form the residency cohort, and a smaller footprint than the Chelsea building~\citep{hyperallergic2017bushwick}. The 20th-anniversary programming runs through Spring 2018. The \emph{Eyebeam Center for the Future of Journalism} launches in 2018 under Marisa Mazria Katz, supporting artist-journalists and producing work that has since received Emmy and Pulitzer Prize citations. 140 + 141 + \subsection{The 2020 pivot: Rapid Response and Democracy Machine (2020--2024)} 142 + 143 + In April 2020 Mellon awards \$150{,}000 (12 months) and Henry Luce awards \$150{,}000 to launch the \emph{Rapid Response Fund for a Better Digital Future}, an inaugural fully-digital fellowship program supporting 30 artists with grants ranging \$5K--\$25K~\citep{mellon2020rapidresponse,luce2020covid}. The program runs in two phases through 2020--2021. In June 2021 Mellon follows with a \$600{,}000 / 36-month general operating support grant under its Presidential Initiatives line~\citep{mellon2021genop}, and in October 2021 the org launches \emph{The Democracy Machine}, a three-year, \$1.5M, 75-artist program that ``hands over authority of its flagship residency to artists themselves''~\citep{eyebeam2021democracymachine,artnet2021dm}. Funding for the Democracy Machine is anchored by Ford Foundation (\$650{,}000), Mellon (\$1.1M across grants), and Henry Luce (\$150{,}000). The framing --- distributed, network-based, less centred on the Bushwick physical space --- is a sharp departure from the 1998--2017 atelier-and-studios model. 144 + 145 + In March 2023 Mellon adds a \$92{,}400 / 9-month grant for an Eyebeam~+~Momus~+~Forge Project residency for Indigenous emerging art writers~\citep{mellon2023momus}. In March 2024 Mellon adds \$150{,}000 / 12 months for an AI-and-arts convening~\citep{mellon2024ai}. 146 + 147 + \subsection{Leadership transition (2025--2026)} 148 + 149 + Roddy Schrock departs as ED in mid-2025 after a decade in the role. Sheetal Prajapati --- previously Director of Public Engagement at Pioneer Works, with prior interim-leadership roles at The Flaherty and Common Field --- is announced as Interim Executive Director on June 30, 2025, beginning July 1~\citep{eyebeam2025prajapati}. The board launches a permanent ED search in November 2025. On April 6, 2026, Julia Kaganskiy --- founding director of NEW INC at the New Museum (2014--2018) and former Global Editor of VICE Media's \emph{The Creators Project} (2010--2013) --- is announced as the new ED, framing the role as ``a homecoming'' given her 2009-onwards collaborations with Eyebeam~\citep{eyebeam2026kaganskiy}. The current 2025--2026 program season \emph{Speculating on Plurality} continues to run a 12-week residency for six NYC-based emerging artists hosted at NYU Tandon, separately from Eyebeam's own 199 Cook physical space. 150 + 151 + \section{People} 152 + 153 + \begin{table}[h] 154 + \small 155 + \centering 156 + \begin{tabularx}{\columnwidth}{lXl} 157 + \toprule 158 + \textbf{Tenure} & \textbf{Director} & \textbf{Note} \\ 159 + \midrule 160 + 1997--2004 & John S.~Johnson III & Founder; led from inception \\ 161 + 2004--2005 & Steven Tremble & Brief tenure \\ 162 + 2005--2011 & Amanda McDonald Crowley & \\ 163 + 2011--2015 & Patricia C.~Jones & \\ 164 + 2015--2025 & Roddy Schrock & Decade of foundation pivots \\ 165 + Jul 2025--Apr 2026 & Sheetal Prajapati & Interim ED \\ 166 + Apr 2026-- & Julia Kaganskiy & Ex-NEW INC director \\ 167 + \bottomrule 168 + \end{tabularx} 169 + \caption{Executive directors of record.} 170 + \label{tab:eds} 171 + \end{table} 172 + 173 + The current (2026) board, per the org's \texttt{eyebeam.org/about-us/people}: Emma Canarick (Chair), Kenyatta Cheese (Vice-Chair), Ellen Sandor (Secretary), Craig Ingwer (Interim Treasurer), Salome Asega (also on the Rhizome board --- a direct sibling-org tie), Ruby Lerner (long-time Creative Capital president), Robert Ransick. The current Advisory Board: R.~Luke DuBois, Matt Corwine, Bill Foulkes, Susan Gladstone, Jordan Harris, Ramsey Nasser (also a recurring SFPC teacher --- another sibling-org tie), Kathleen O'Grady, David Zicarelli (founder of Cycling '74 / Max). 174 + 175 + Long-tenure staff and curators on the public record include Marisa Mazria Katz (Center for the Future of Journalism, 2018--), Tyrone Martin (COO), Michael Ross (Director of Development), Nat Lemus (Digital Information~\&~Communications Associate). Notable alumni residents and fellows include Cory Arcangel, Michael Bell-Smith, Yael Kanarek, John Klima, Jonah Peretti, Theo Watson, Zachary Lieberman, James Powderly, Evan Roth, Ayah Bdeir, Tega Brain, BUFU, LaJun\'{e} McMillian, Yo-Yo Lin, Shannon Finnegan, Hyphen-Labs, Tahir Hemphill, Valencia James, Harris Kornstein, and many more (the org reports 550+ artists supported across all programs since 1998). 176 + 177 + \section{Programs} 178 + 179 + \textbf{Digital Day Camp} (1998--) --- youth web-development and design program; the org's longest continuous program. 180 + 181 + \textbf{Open Studios} (2002--) --- biannual public studio visits with the residency cohort. 182 + 183 + \textbf{R\&D Fellowships / OpenLab} (2005--$\sim$2017) --- the foundational fellowship under which most of the Chelsea-era projects (openFrameworks, GRL, Fundrace, littleBits) were produced. 184 + 185 + \textbf{MIXER} (2007--$\sim$2015) --- live performance series featuring video/audio collaboration. 186 + 187 + \textbf{Eyebeam Center for the Future of Journalism} (2018--) --- grant-making to artist-journalists; supported work has won Pulitzer citations and Emmy Awards. Led by Marisa Mazria Katz. 188 + 189 + \textbf{Rapid Response for a Better Digital Future} (2020--2021) --- COVID-era inaugural fully-digital fellowship; 30 artists Phase I, 8 in Phase II; \$5K--\$25K per grant. Funded by Mellon (\$150K) and Henry Luce (\$150K). 190 + 191 + \textbf{The Democracy Machine} (Oct 2021--2024) --- three-year, \$1.5M, 75-artist distributed fellowship; Ford (\$650K), Mellon (\$1.1M across line items), Henry Luce (\$150K). Authority over selection and direction handed to artists themselves. 192 + 193 + \textbf{Fractal Fellowships / restructured residency} (2020--$\sim$2024) --- the formal label for the post-2020 residency restructure. Expected to support 60--90 artists in its first 24 months. 194 + 195 + \textbf{Eyebeam~+~Momus~+~Forge Project residency} (Spring 2023) --- virtual + in-person residency for Indigenous emerging art writers and editors. Mellon-funded (\$92{,}400 / 9 months). 196 + 197 + \textbf{Speculating on Plurality} (2025--2026 season) --- the current flagship NYC residency: 12 weeks, six early-career NYC-based artists, hosted at NYU Tandon (not at 199 Cook). Jerome Foundation supports. 198 + 199 + \textbf{Atelier} --- the org's historical self-description. Used in the legal name (\emph{Eyebeam Atelier, Inc.}) and surfaced in current 2026 ED Kaganskiy's framing as a return to ``a place artists can call home''~\citep{eyebeam2026kaganskiy}; not currently a separately-named program line. 200 + 201 + \textbf{Project Anywhere} --- not located on Eyebeam's current public site as a discrete program. The phrase appears in earlier announcements but did not appear in the 2025--2026 program list scraped for this dossier; flagged in \texttt{data/programs.csv} as TBD. 202 + 203 + \section{Money}\label{sec:money} 204 + 205 + The organization's federal tax record is, as with Rhizome, the cleanest source. Filings are public on ProPublica's Nonprofit Explorer (EIN 13-3952075) and the org also publishes recent 990 PDFs on \href{https://eyebeam.org/financials/}{eyebeam.org/financials} (FY22, FY23, FY24). The IRS XML e-file viewer is the canonical machine-readable source for FY2017+. Below: 14 fiscal years of line items (Table~\ref{tab:financials}). 206 + 207 + \subsection{Top-line, FY2011--FY2024} 208 + 209 + \begin{table*}[t] 210 + \footnotesize 211 + \centering 212 + \setlength{\tabcolsep}{4pt} 213 + \begin{tabularx}{\textwidth}{Xrrrrrrr} 214 + \toprule 215 + \textbf{FY end} & \textbf{Revenue} & \textbf{Contri.} & \textbf{Govt} & \textbf{Prog.\,svc.} & \textbf{Expenses} & \textbf{ED comp.} & \textbf{Net assets} \\ 216 + \midrule 217 + 2011-06 & 1,202,257 & 928,564 & --- & 273,693 & 1,414,372 & --- & -386,813 \\ 218 + 2012-06 & 1,412,770 & 1,118,482 & --- & 290,519 & 1,447,574 & --- & -443,284 \\ 219 + 2013-06 & \textbf{2,407,323} & 2,055,266 & --- & 356,700 & 1,307,902 & --- & 645,188 \\ 220 + 2014-06 & \textbf{2,301,088} & 2,040,826 & --- & 255,370 & 1,900,421 & --- & 1,050,114 \\ 221 + 2015-06 & 1,182,600 & 1,055,830 & --- & 48,563 & 1,681,385 & --- & 551,328 \\ 222 + 2016-06 & 1,148,526 & 1,019,319 & --- & 82,576 & 1,173,396 & --- & 526,457 \\ 223 + 2017-06 & 980,977 & 885,419 & --- & 82,766 & 1,057,256 & --- & 450,178 \\ 224 + 2018-06 & 1,279,621 & 1,144,940 & --- & 134,698 & 1,162,076 & --- & 567,723 \\ 225 + 2019-06 & 1,395,964 & 1,352,339 & --- & 13,187 & 1,442,992 & --- & 520,695 \\ 226 + 2020-06 & 1,862,578 & 1,817,158 & --- & 10,233 & 1,505,469 & --- & 877,804 \\ 227 + 2021-06 & \textbf{3,009,579} & 2,913,804 & --- & 20,395 & 2,059,628 & --- & 1,827,755 \\ 228 + 2022-06 & 1,554,448 & 1,486,528 & --- & 28,779 & 1,548,406 & --- & 1,833,797 \\ 229 + 2023-06 & 1,631,254 & 1,542,631 & --- & 63,288 & 1,898,770 & --- & 1,566,281 \\ 230 + 2024-06 & 1,455,741 & 1,409,470 & --- & 8,915 & 1,535,274 & 125,491 & 1,486,748 \\ 231 + \bottomrule 232 + \end{tabularx} 233 + \caption{Eyebeam Atelier, Inc.~--- top-line Form 990 figures by fiscal year (USD; FY ends June 30). Source: ProPublica Nonprofit Explorer record \texttt{133952075}. Government-grants line is not separately tabulated on Eyebeam's filings (lumped into Contri.). ED comp by name FY2011--FY2023 is in \texttt{data/people.csv} but the ProPublica summary surfaces only FY2024 (Schrock, \$125,491).} 234 + \label{tab:financials} 235 + \end{table*} 236 + 237 + The shape, in plain English: revenue is overwhelmingly contribution-driven (95\%+ in most years); program-service revenue has \emph{collapsed} from \$273K--\$356K in the early-2010s Chelsea-era to \$10K--\$30K in the post-2017 Bushwick era --- consistent with a programmatic shift away from earned-income studio rentals and event hosting toward grant-funded fellowship distribution. Three years exceed \$2M in revenue: FY2013 (\$2.41M), FY2014 (\$2.30M, Chelsea-to-Sunset Park transition), and FY2021 (\$3.01M, Rapid Response + Democracy Machine launch capital). Net assets recovered from a -\$443K low in FY2012 (the org was technically insolvent at the close of the Chelsea era) to \$1.83M by FY2022, and have drawn down to \$1.49M by FY2024. 238 + 239 + \subsection{Named grants}\label{sec:grants} 240 + 241 + \begin{table}[h] 242 + \footnotesize 243 + \centering 244 + \begin{tabularx}{\columnwidth}{lXr} 245 + \toprule 246 + \textbf{Year} & \textbf{Project} & \textbf{Amount} \\ 247 + \midrule 248 + 2020-04 & Rapid Response Fund / Mellon (12 mo) & 150,000 \\ 249 + 2020-04 & Rapid Response Fund / Henry Luce & 150,000 \\ 250 + 2021-06 & General operating / Mellon (36 mo) & 600,000 \\ 251 + 2021 & Democracy Machine / Ford & 650,000 \\ 252 + 2021 & Democracy Machine / Mellon & 500,000 \\ 253 + 2021 & Democracy Machine / Henry Luce & 150,000 \\ 254 + 2023-03 & Indigenous-writers residency / Mellon (9 mo) & 92,400 \\ 255 + 2024-03 & AI \& arts convening / Mellon (12 mo) & 150,000 \\ 256 + \midrule 257 + \multicolumn{2}{l}{\textbf{Mellon total, 2020--2024}} & \textbf{1,492,400} \\ 258 + \multicolumn{2}{l}{\textbf{Confirmed institutional, 2020--2024}} & \textbf{2,442,400} \\ 259 + \bottomrule 260 + \end{tabularx} 261 + \caption{Confirmed named institutional grants to Eyebeam, 2020--2024. Source: Mellon Foundation grants database; Henry Luce Foundation grant database; Ford Foundation grants database (the Eyebeam record was 404'ing at fetch time --- see \texttt{data/README.md}); contemporaneous press~\citep{artnews2021restructure,artnet2021dm}. The pre-2020 Mellon / NEA / NYSCA / DCLA / Knight / Warhol grant inventory is not yet pulled --- see \texttt{data/funders.csv}.} 262 + \label{tab:mellon} 263 + \end{table} 264 + 265 + Mellon, Ford, and Henry Luce are the three dominant institutional funders of Eyebeam's last decade, with Mellon alone contributing at least \$1.49M between 2020 and 2024 across five separate grants. Eyebeam's own \href{https://eyebeam.org/support/}{public funder list} additionally names: \textbf{The Atlantic Foundation} (\$500K+, anchored the 2014 Chelsea exit), Craig Newmark Philanthropies, NEA, Capital One, Jerome Foundation, MacArthur Foundation, NYSCA, Silicon Valley Community Foundation, Willem de Kooning Foundation, Beatrice Snyder Foundation; mid-tier: Cy Twombly Foundation, David Howe Foundation, Helen Frankenthaler Foundation, Stavros Niarchos Foundation, Surdna Foundation, Teiger Foundation, Zicarelli Foundation; smaller: Bialkin, Destina, Rodney L White; individual donors named at the \$1K+ tier include Aaron Koblin, Ruby Lerner, Kenyatta Cheese, Kathleen O'Grady, Ellen Sandor, R.~Luke DuBois, Salome Asega. Pro-bono legal support is from Davis Wright Tremaine LLP. The org is a member of CANNY (Collaborative Arts Network NY) and Rethinking Residencies. Specific year/amount entries for the bulk of these funders are TBD --- see \texttt{data/funders.csv}. 266 + 267 + \subsection{The 2014 Chelsea-exit cash event} 268 + 269 + The FY2013 and FY2014 revenue spikes (\$2.41M and \$2.30M respectively) are conspicuous against the decade-average of \$1.0--1.5M. Per the contemporaneous Hyperallergic and Technically Brooklyn coverage~\citep{hyperallergic2014bushwick,technically2014sunsetpark}, ``seed funding for the move from Chelsea was provided by the Atlantic Foundation with proceeds from the sale of Eyebeam's former building on West 21st Street.'' This is consistent with: (a) the 2013/2014 contributions line jumping above \$2M; (b) the FY2013 turn from -\$443K to +\$645K net assets, an \$1.09M positive swing; and (c) the FY2017 Bushwick move being announced as fiscally cautious \emph{after} this period. The exact mechanics --- whether Eyebeam owned the 540 W 21st building outright or held a long lease whose buyout was structured through Atlantic --- are not visible from the 990 line items alone and would require Schedule D / Schedule M detail. Flagged for follow-up in \texttt{data/README.md}. 270 + 271 + \section{Footprint} 272 + 273 + \begin{description} 274 + \item[\textbf{openFrameworks (2005--).}] The Watson + Lieberman C++ creative-coding library born from Eyebeam fellowships. Now standard in art-school curricula worldwide and the runtime under hundreds of public installations. Of the org's footprint outputs, the most consequential as a piece of \emph{infrastructure}. 275 + \item[\textbf{Graffiti Research Lab (2005--).}] Powderly + Roth + collaborators. LED-throwie kits, laser-tag projection rigs, viral video documentation. The aesthetic of mid-2000s ``hacker art'' is largely a GRL-and-F.A.T.~aesthetic. 276 + \item[\textbf{littleBits (2008--2018).}] Bdeir's snap-together circuit kits. Acquired into MoMA's permanent collection (2011); the company was eventually sold to Sphero (2019). The Eyebeam fellowship is in the founding mythology. 277 + \item[\textbf{Center for the Future of Journalism (2018--).}] Pulitzer / Emmy-cited supported journalism on the public record. 278 + \item[\textbf{The Democracy Machine (2021--2024).}] 75-artist distributed cohort, archived on \href{https://eyebeam.org/program/the-democracy-machine/}{eyebeam.org}. The model itself --- artists choosing the next year's artists --- has become a reference point for other arts organizations rethinking residency selection. 279 + \item[\textbf{Sibling-org graph.}] Salome Asega sits on Eyebeam's board and on Rhizome's. Ramsey Nasser is on Eyebeam's Advisory Board and is a recurring SFPC teacher. NEW INC (the New Museum cultural incubator that partly displaced the Chelsea-era Eyebeam model) was founded by the org's current ED Julia Kaganskiy. The triangle Eyebeam--Rhizome--NEW INC is denser than any single dossier captures. 280 + \end{description} 281 + 282 + A more granular footprint --- residency cohort lists by year, exhibition partners with dates, the full Center-for-the-Future-of-Journalism grant roster --- is achievable from \texttt{eyebeam.org/artists/} and \texttt{eyebeam.org/program/}, but was not fully scraped for this first pass; flagged in \texttt{data/README.md}. 283 + 284 + \section{Reading list} 285 + 286 + The dossier draws on the following, with each entry keyed to the section it informs. 287 + 288 + \subsection{Already in the AC readings library} 289 + 290 + \textbf{Plant, \emph{Zeros and Ones} (1997)}~\citep{plant1997zeros} --- contemporaneous theory.\\ 291 + \textbf{Goriunova, \emph{Readme 100} (2006)}~\citep{goriunova2006readme} --- parallel European software-art scene.\\ 292 + \textbf{McHugh, \emph{Post Internet} (2019)}~\citep{mchugh2019post} --- Footprint, the post-internet aesthetic Eyebeam helped produce.\\ 293 + \textbf{Quaranta, \emph{Beyond New Media Art} (2013)}~\citep{quaranta2013beyond} --- institutional context. 294 + 295 + \subsection{To acquire} 296 + 297 + \textbf{Greene, \emph{Internet Art} (Thames \& Hudson, 2004)} --- chapters covering the early Eyebeam era.\\ 298 + \textbf{Christiane Paul, \emph{Digital Art}} --- Eyebeam appears across editions.\\ 299 + \textbf{Tribe \& Jana, \emph{New Media Art} (Taschen, 2006)} --- contemporaneous survey.\\ 300 + \textbf{John S.~Johnson III oral histories / interviews} --- founder framing.\\ 301 + \textbf{Roddy Schrock decade-of-direction essays} --- 2015--2025 trajectory.\\ 302 + \textbf{Eyebeam annual reports (where published)} --- direct programmatic accounting. 303 + 304 + \section{What this dossier is not} 305 + 306 + \begin{itemize} 307 + \item Not a thesis. There is no question being answered. 308 + \item Not a critique. The funding record is surfaced, not judged. 309 + \item Not a comparison. Adjacent organizations (Rhizome, NEW INC, V2\_, Furtherfield, Ars Electronica, SFPC) are mentioned only where they directly intersect Eyebeam. 310 + \item Not exhaustive. The dossier covers what is publicly recoverable; gaps are flagged inline. The companion data folder (\texttt{papers/arxiv-eyebeam/data/}) contains the underlying CSVs and source URLs. 311 + \item Not a personal account. The author has no commission or formal relationship with Eyebeam recorded in this dossier. 312 + \end{itemize} 313 + 314 + \vspace{0.5em} 315 + \noindent\textbf{ORCID:} \href{https://orcid.org/0009-0007-4460-4913}{0009-0007-4460-4913} 316 + 317 + \bibliographystyle{plainnat} 318 + \bibliography{references} 319 + 320 + \end{document}
+1
papers/arxiv-eyebeam/figures/cover-prompt.txt
··· 1 + A vertical, sketchbook-style portrait of an art-and-technology workshop in transition. Foreground: a bay of mismatched workstations on long shared tables — a beige CRT monitor and chunky tower PC of the late-1990s at one end, a thin flat-screen and laptop of the late-2010s at the other, cables draped between. Two artist-residents bend over the workstations, sketching circuit boards and code on graph paper, headphones on, faces calm and focused; a third stands at a whiteboard mid-marker. The studio is clearly post-loft: exposed brick, polished concrete floor, a roll-up garage door at the far end admitting Brooklyn warehouse light. Corkboards pinned with open-source schematics, dot-matrix printouts, soldering irons in a coffee mug, a pegboard of small electronic parts, plants on the windowsill. High ceiling; a single industrial fluorescent fixture and a desk lamp throw warm pools of light over the cool background. The window at upper right shows a faint ghost of an unbuilt curving ribbon-architecture facade — Chelsea — folded into the new Bushwick brickwork. Colored pencil illustration on cream paper, soft layered strokes, art-school sketchbook tone, no text, no logos, vertical composition.
papers/arxiv-eyebeam/figures/cover.png

This is a binary file and will not be displayed.

papers/arxiv-eyebeam/pals.pdf

This is a binary file and will not be displayed.

+198
papers/arxiv-eyebeam/references.bib
··· 1 + @book{plant1997zeros, 2 + title={Zeros + Ones: Digital Women + the New Technoculture}, 3 + author={Plant, Sadie}, 4 + year={1997}, 5 + publisher={Doubleday} 6 + } 7 + 8 + @book{goriunova2006readme, 9 + title={Readme 100: Temporary Software Art Factory}, 10 + author={Goriunova, Olga}, 11 + year={2006}, 12 + publisher={Hartware MedienKunstVerein} 13 + } 14 + 15 + @book{mchugh2019post, 16 + title={Post Internet: Notes on the Internet and Art}, 17 + author={McHugh, Gene}, 18 + year={2019}, 19 + publisher={LINK Editions}, 20 + note={Originally published as a blog 2009--2010} 21 + } 22 + 23 + @book{quaranta2013beyond, 24 + title={Beyond New Media Art}, 25 + author={Quaranta, Domenico}, 26 + year={2013}, 27 + publisher={LINK Editions} 28 + } 29 + 30 + @misc{wikipedia2026eyebeam, 31 + author={{Wikipedia contributors}}, 32 + title={Eyebeam (organization)}, 33 + year={2026}, 34 + howpublished={\url{https://en.wikipedia.org/wiki/Eyebeam_(organization)}}, 35 + note={Accessed 2026-05-02} 36 + } 37 + 38 + @misc{eyebeam2026about, 39 + author={{Eyebeam}}, 40 + title={About Us}, 41 + year={2026}, 42 + howpublished={\url{https://www.eyebeam.org/about/}}, 43 + note={Accessed 2026-05-02} 44 + } 45 + 46 + @misc{eyebeam2025prajapati, 47 + author={{Eyebeam Board of Directors}}, 48 + title={Announcing Eyebeam's Interim Executive Director, Sheetal Prajapati}, 49 + year={2025}, 50 + month={6}, 51 + howpublished={\url{https://eyebeam.org/announcing-eyebeams-interim-executive-director-sheetal-prajapati/}}, 52 + note={Accessed 2026-05-02} 53 + } 54 + 55 + @misc{eyebeam2026kaganskiy, 56 + author={Kaganskiy, Julia}, 57 + title={Message from Julia Kaganskiy}, 58 + year={2026}, 59 + month={4}, 60 + howpublished={\url{https://eyebeam.org/message-from-julia-kaganskiy/}}, 61 + note={Accessed 2026-05-02} 62 + } 63 + 64 + @misc{eyebeam2021democracymachine, 65 + author={{Eyebeam}}, 66 + title={Eyebeam Hands Over Authority of its Flagship Residency to Artists with the Launch of The Democracy Machine}, 67 + year={2021}, 68 + month={10}, 69 + howpublished={\url{https://eyebeam.org/sub/eyebeam-hands-over-authority-of-its-flagship-residency-to-artists-with-the-launch-of-the-democracy-machine/}}, 70 + note={Accessed 2026-05-02} 71 + } 72 + 73 + @misc{hyperallergic2017bushwick, 74 + author={Cascone, Sarah}, 75 + title={As Eyebeam Turns 20, the Arts Nonprofit Moves to Bushwick}, 76 + year={2017}, 77 + howpublished={\url{https://hyperallergic.com/eyebeam-new-bushwick-home-at-20/}}, 78 + note={Accessed 2026-05-02} 79 + } 80 + 81 + @misc{hyperallergic2014bushwick, 82 + author={{Hyperallergic}}, 83 + title={Art and Tech Nonprofit Eyebeam Is Moving to Brooklyn}, 84 + year={2014}, 85 + howpublished={\url{https://hyperallergic.com/87440/arts-and-tech-nonprofit-eyebeam-is-moving-to-brooklyn/}}, 86 + note={Accessed 2026-05-02} 87 + } 88 + 89 + @misc{technically2014sunsetpark, 90 + author={{Technical.ly Brooklyn}}, 91 + title={Eyebeam moved to Sunset Park}, 92 + year={2014}, 93 + month={6}, 94 + howpublished={\url{https://technical.ly/brooklyn/2014/06/30/eyebeam-moved-sunset-park/}}, 95 + note={Accessed 2026-05-02} 96 + } 97 + 98 + @misc{mellon2020rapidresponse, 99 + author={{Andrew W. Mellon Foundation}}, 100 + title={Rapid Response Fund for a Better Digital Future --- The Eyebeam Atelier, Inc.}, 101 + year={2020}, 102 + month={4}, 103 + howpublished={\url{https://www.mellon.org/grant-details/rapid-response-fund-for-a-better-digital-future-20447022}}, 104 + note={\$150{,}000, 12 months, Presidential Initiatives. Accessed 2026-05-02} 105 + } 106 + 107 + @misc{mellon2021genop, 108 + author={{Andrew W. Mellon Foundation}}, 109 + title={The Eyebeam Atelier, Inc.~--- General Operating Support}, 110 + year={2021}, 111 + month={6}, 112 + howpublished={\url{https://www.mellon.org/grant-details/the-eyebeam-atelier-inc.-20449592}}, 113 + note={\$600{,}000, 36 months, Presidential Initiatives. Accessed 2026-05-02} 114 + } 115 + 116 + @misc{mellon2023momus, 117 + author={{Andrew W. Mellon Foundation}}, 118 + title={The Eyebeam Atelier, Inc.~--- Momus + Forge Project residency}, 119 + year={2023}, 120 + month={3}, 121 + howpublished={\url{https://www.mellon.org/grant-details/the-eyebeam-atelier-inc.-20454077}}, 122 + note={\$92{,}400, 9 months, Arts and Culture. Accessed 2026-05-02} 123 + } 124 + 125 + @misc{mellon2024ai, 126 + author={{Andrew W. Mellon Foundation}}, 127 + title={The Eyebeam Atelier, Inc.~--- AI \& arts convening}, 128 + year={2024}, 129 + month={3}, 130 + howpublished={\url{https://www.mellon.org/grant-details/the-eyebeam-atelier-inc.-20456337}}, 131 + note={\$150{,}000, 12 months, Arts and Culture. Accessed 2026-05-02} 132 + } 133 + 134 + @misc{luce2020covid, 135 + author={{Henry Luce Foundation}}, 136 + title={COVID Emergency Grant: Eyebeam}, 137 + year={2020}, 138 + month={4}, 139 + howpublished={\url{https://www.hluce.org/grants/grants/covid-emergency-grant-eyebeam/}}, 140 + note={\$150{,}000, Public Policy program. Accessed 2026-05-02} 141 + } 142 + 143 + @misc{artnews2021restructure, 144 + author={Greenberger, Alex}, 145 + title={Eyebeam Reformats Its Quietly Influential Technology-Focused Artist Residency}, 146 + year={2021}, 147 + howpublished={\url{https://www.artnews.com/art-news/news/eyebeam-residency-program-change-ford-foundation-1234584327/}}, 148 + note={Accessed 2026-05-02} 149 + } 150 + 151 + @misc{artnet2021dm, 152 + author={{Artnet News}}, 153 + title={How Can Nonprofits Better Serve Artists? With a New \$1.5 Million Program, Eyebeam Is Turning Over the Purse Strings to Its Fellows}, 154 + year={2021}, 155 + howpublished={\url{https://news.artnet.com/art-world/eyebeam-new-fellowship-program-2026181}}, 156 + note={Accessed 2026-05-02} 157 + } 158 + 159 + @misc{moma2001dsr, 160 + author={{Museum of Modern Art}}, 161 + title={Diller + Scofidio. Eyebeam Museum of Art and Technology Project, New York, New York (Scale model 1/8\"=1'0\"). 2001}, 162 + year={2001}, 163 + howpublished={\url{https://www.moma.org/collection/works/105181}}, 164 + note={Accessed 2026-05-02} 165 + } 166 + 167 + @misc{domus2002dsr, 168 + author={{Domus}}, 169 + title={Diller+Scofidio: museum of art and technology in New York}, 170 + year={2002}, 171 + month={3}, 172 + howpublished={\url{https://www.domusweb.it/en/architecture/2002/03/21/diller-scofidio-museum-of-art-and-technology-in-new-york.html}}, 173 + note={Accessed 2026-05-02} 174 + } 175 + 176 + @misc{dsrny2026eyebeam, 177 + author={{Diller Scofidio + Renfro}}, 178 + title={Eyebeam Museum of Art and Technology}, 179 + year={2026}, 180 + howpublished={\url{https://dsrny.com/project/eyebeam}}, 181 + note={Accessed 2026-05-02} 182 + } 183 + 184 + @misc{propublica2026eyebeam, 185 + author={{ProPublica}}, 186 + title={Eyebeam Atelier Inc --- Nonprofit Explorer}, 187 + year={2026}, 188 + howpublished={\url{https://projects.propublica.org/nonprofits/organizations/133952075}}, 189 + note={EIN 13-3952075. Accessed 2026-05-02} 190 + } 191 + 192 + @misc{eyebeam2026support, 193 + author={{Eyebeam}}, 194 + title={Support}, 195 + year={2026}, 196 + howpublished={\url{https://eyebeam.org/support/}}, 197 + note={Funder list. Accessed 2026-05-02} 198 + }
+74
papers/arxiv-internet-archive/data/README.md
··· 1 + # arxiv-internet-archive / data --- first-pass record pull 2 + 3 + First-pass dossier data assembled 2026-05-02. All numbers are sourced; gaps and TBDs are flagged inline rather than guessed. 4 + 5 + ## Files 6 + 7 + - `financials.csv` --- Form 990 line items per fiscal year. The Internet Archive filed Form 990-PF (private foundation) through FY2015 and switched to Form 990 (public charity) starting FY2016, when its revenue mix had shifted enough to warrant public-charity status. Line items extracted FY2016-FY2024 from ProPublica's JSON API v2. FY2002-FY2015 PDFs exist on ProPublica but the structured line items were not extracted in this pass. 8 + - `people.csv` --- Brewster Kahle (founder / digital librarian / board chair); board members (Rick Prelinger, David Rumsey, Kathleen Burch, Scott Fong); senior staff (Mark Graham, Jefferson Bailey, Joy Chesbrough, Chris Freeland); senior engineers; relevant historical figures (Aaron Swartz, George Blood). 9 + - `funders.csv` --- top institutional funders. Mellon, Knight, Sloan, NEH, IMLS plus the Kahle/Austin Foundation (founder family foundation) and major DAFs (Permanent Archive Fund, Fidelity Charitable, American Online Giving Foundation). 10 + - `grants.csv` --- named grants TO Internet Archive with year + amount + project. 8 Mellon grants documented (2006-2023, with several in the Long Tail journals / Community Webs lines), Knight $1M for TV News, Sloan $1M for library digitization, plus the headline 2024 grants. 11 + - `timeline.csv` --- 1996 founding through 2026; emphasizes the litigation arc (Hachette filed 2020 / district 2023 / 2nd Circuit 2024 / IA declines SCOTUS) and the UMG arc (2023 filed / 2025 settled). 12 + - `locations.csv` --- 300 Funston Avenue (the iconic Greek Revival former Christian Science church), pre-2009 Presidio office, ~30 historical scanning centers worldwide (Cebu, Toronto, BPL, Andover, Latrobe, etc.), and the Bibliotheca Alexandrina mirror. 13 + - `programs.csv` --- Wayback Machine, Open Library, Archive-It, TV News Archive, Software Library, Great 78, IA Scholar, Community Webs, Long Tail Journals, CDL/Open Libraries, National Emergency Library (discontinued), DWeb, Political TV Ad Archive. 14 + - `litigation.csv` --- Hachette v. Internet Archive (filed June 2020, district court ruling March 2023, 2nd Circuit ruling Sept 2024, SCOTUS review declined Dec 2024); UMG v. Internet Archive (filed Aug 2023, settled Sept 2025). 15 + 16 + ## What's solid 17 + 18 + - **EIN**: 94-3242767. **IRS ruling date** 2017-04-01 reflects the reclassification from Form 990-PF to public-charity Form 990; the org's actual founding is May 1996. 19 + - **Address**: 300 Funston Avenue, San Francisco, CA 94118-2116. Purchased September 2009 for $4.5M from the Fourth Church of Christ, Scientist. 1923 Greek Revival design by Carl Werner; the architecture inspired the IA logo (or vice versa, depending on whose telling). 20 + - **Form 990 line items, FY2016-FY2024**: total revenue, contributions/grants, program service revenue, total expenses, total assets, total liabilities, net assets --- all from ProPublica's JSON API v2. 21 + - **Revenue mix is split unusually for a 501(c)(3) preservation org**: roughly two-thirds contributions, one-third earned program service revenue (scanning services for partner libraries; Archive-It subscriptions). Most Rhizome-scale digital preservation orgs are >90% contributions. 22 + - **Revenue trajectory**: $17.5M (FY2016) -> $20.3M (FY2018) -> **$36.7M peak (FY2019)** -> $21.8M (FY2020) -> $29.4M (FY2021) -> $30.5M (FY2022) -> $23.7M (FY2023) -> $26.8M (FY2024). 23 + - **The FY2023 net-asset cliff**: net assets fall from +$4.21M (FY2022) to **-$3.53M (FY2023)**, a swing of -$7.7M in one year. FY2023 expenses ($32.7M) outran revenue ($23.7M) by $9M. This corresponds to the Hachette district-court ruling (March 2023) and is consistent with material legal/judgment costs landing in that fiscal year, though specific settlement terms with the publishers are confidential. 24 + - **Mellon Foundation grants**: 8 confirmed grants between 2006 and 2023, dollar amounts confirmed for $50K (2012), $100K (2006), $200K (2020-03), $1.13M (2020-09), $750K (2023-11). 2007 / 2017-10 / 2018-03 grants are confirmed but amounts are not in the public Mellon database UI for this pass. 25 + - **Knight Foundation**: $1M confirmed for TV News Search & Borrow expansion (year of award 2013, but service launched September 2012 with prior support). 26 + - **Sloan Foundation**: $1M confirmed for digitizing five major library historical collections (year TBD). 27 + - **Hachette litigation**: filing date June 1 2020; district court ruling March 24-25 2023; 2nd Circuit ruling September 4 2024; IA's December 4 2024 announcement of no SCOTUS petition. Permanent injunction limits IA's CDL to books without current commercial ebook editions. 28 + - **UMG Great 78 litigation**: filing date August 11 2023; motion to dismiss denied May 16 2024; settled September 2025 (confidential resolution). 29 + - **2024 cyberattacks**: DDoS by SN_BLACKMETA in May; data breach exposing ~31M user accounts in October 9 2024 (root cause: GitLab auth tokens left exposed for ~2 years); Zendesk breach October 20 2024. 30 + - **Storage scale**: ~99 PB as of October 2025; Wayback Machine reached 1 trillion archived web pages in 2025. 31 + 32 + ## What's known but not fully quantified 33 + 34 + - **Pre-FY2016 financials**: FY2002-FY2015 are 990-PF filings (private foundation accounting). PDFs are public on ProPublica but structured line items were not pulled in this pass. PFs report a different schema (assets/liabilities lines + grants paid out, not contributions in/program service revenue split). Worth a separate pull when needed. 35 + - **Brewster Kahle compensation history**: FY2024 990 reports $0 reportable comp for Kahle and $0 for the named board members; the highest reported compensation in FY2024 is Joy Chesbrough at $246K. The $0 line for Kahle does not mean he is unpaid in fact -- it means he is not paid through Internet Archive's payroll. He is independently wealthy (Alexa Internet sold to Amazon for $250M stock in 1999) and runs the Kahle/Austin Foundation, which has funded IA in an unknown ratio over the years. 36 + - **Government grants line**: not separately broken out in the ProPublica API v2 dump for this pass. The 990s likely tabulate this under contributions; pulling the full Schedule A or Schedule B would split out federal vs private grants. Federal funders (NEH, IMLS, FedScan / Library of Congress) are confirmed but year-by-year amounts are TBD. 37 + - **Mellon grants pre-2017 amounts**: 2006 ($100K confirmed), 2007 (TBD), 2012 ($50K confirmed). Earlier Mellon support for the Open Content Alliance (2006-) is likely flowing through general operating support but specific line items TBD. 38 + - **Open Content Alliance member contributions**: a network effect -- Microsoft was a major early funder ($5M+ committed) before withdrawing in 2008. Specifics TBD. 39 + - **Microsoft Live Search Books contributions**: pre-withdrawal contributions to OCA; TBD. 40 + - **Kahle/Austin Foundation transfer to IA**: the family foundation's 990-PF lists IA as a recurring grantee. Specific year-by-year amounts not pulled in this pass. 41 + 42 + ## What's missing entirely (not yet attempted) 43 + 44 + - **Hachette settlement terms**: the public record shows district court ruling and 2nd Circuit affirmation, plus an undisclosed monetary settlement to publishers. The exact dollar amount is not in the public record but is likely material to the FY2023 net-asset cliff. 45 + - **UMG settlement terms**: confidential. 46 + - **IRS XML for Internet Archive**: the IRS publishes structured XML for FY2017+ at apps.irs.gov/pub/epostcard/990/xml/. Pre-2022 batches require multi-GB downloads; the pull was deferred for this first pass and would surface Schedule G/J/R detail (board roster with comp, related-org disclosures, fundraising-event detail). 47 + - **Annual Report PDFs from archive.org**: IA publishes annual operating reports in some years; not pulled in this pass. 48 + - **Board of directors full roster across years**: this pass identifies the headline board members (Kahle, Prelinger, Rumsey, Burch, Fong) but a Schedule J / Part VII full roster across 5+ years would build a proper governance timeline. 49 + - **In-kind contributions from partner libraries**: scanning operations are partner-funded but the financial flows are mixed (subscription vs in-kind staffing vs facility donations). Not separated in this pass. 50 + 51 + ## Data quality notes 52 + 53 + - The 990 fiscal year ends **December 31** (calendar year), unlike Rhizome's June 30 fiscal year. So "FY2023" means January-December 2023 and the Hachette district court ruling (March 24 2023) and any associated legal costs would land squarely in the FY2023 990. 54 + - The org is listed on filings as "INTERNET ARCHIVE" with no parent or sub-name; very clean. 55 + - Brewster Kahle's name appears in three roles on the 990: Founder, Digital Librarian, and Board Chair. The titling has been stable since 1996. 56 + - Internet Archive's Form 990-PF history (FY2002-FY2015) reflects its initial classification as a private operating foundation. The 2017 transition to 990 / public-charity status reflects revenue diversification (Archive-It subscriptions, public donations) crossing the public-support test threshold. 57 + - Several DAFs (Fidelity Charitable, American Online Giving Foundation, Permanent Archive Fund) flow through individual donor money. The 2024 Permanent Archive Fund grant of $6.6M for Open Library is exceptional and worth marking. 58 + - "Internet Archive" sometimes appears in funder databases as "The Internet Archive" or "Internet Archive Inc." -- searches need both variants. 59 + 60 + ## Source URLs 61 + 62 + - ProPublica record: https://projects.propublica.org/nonprofits/organizations/943242767 63 + - ProPublica API v2: https://projects.propublica.org/nonprofits/api/v2/organizations/943242767.json 64 + - CauseIQ: https://www.causeiq.com/organizations/internet-archive,943242767/ 65 + - GuideStar profile: https://www.guidestar.org/profile/94-3242767 66 + - Wikipedia (org): https://en.wikipedia.org/wiki/Internet_Archive 67 + - Wikipedia (building): https://en.wikipedia.org/wiki/Internet_Archive_building 68 + - Wikipedia (Brewster Kahle): https://en.wikipedia.org/wiki/Brewster_Kahle 69 + - Wikipedia (Hachette case): https://en.wikipedia.org/wiki/Hachette_v._Internet_Archive 70 + - Mellon Foundation grants: https://www.mellon.org/grant-database/Internet%20Archive 71 + - IRS direct XML: https://apps.irs.gov/pub/epostcard/990/xml/ 72 + - IA blog: https://blog.archive.org/ 73 + - IA scanning labor history: https://scanninglabor.github.io/IAScanningLabor/scanningcenters.html 74 + - Internet Archive unofficial wiki: https://internetarchive.archiveteam.org/
+24
papers/arxiv-internet-archive/data/financials.csv
··· 1 + fiscal_year_end,filing_status,total_revenue,contributions_grants,government_grants,program_service_revenue,investment_income,total_expenses,brewster_kahle_compensation,total_assets,total_liabilities,net_assets,source 2 + 2002-12,filed,---,---,---,---,---,---,---,---,---,---,ProPublica PDF only (990-PF) 3 + 2003-12,filed,---,---,---,---,---,---,---,---,---,---,ProPublica PDF only (990-PF) 4 + 2004-12,filed,---,---,---,---,---,---,---,---,---,---,ProPublica PDF only (990-PF) 5 + 2005-12,filed,---,---,---,---,---,---,---,---,---,---,ProPublica PDF only (990-PF) 6 + 2006-12,filed,---,---,---,---,---,---,---,---,---,---,ProPublica PDF only (990-PF) 7 + 2007-12,filed,---,---,---,---,---,---,---,---,---,---,ProPublica PDF only (990-PF) 8 + 2008-12,filed,---,---,---,---,---,---,---,---,---,---,ProPublica PDF only (990-PF) 9 + 2009-12,filed,---,---,---,---,---,---,---,---,---,---,ProPublica PDF only (990-PF) 10 + 2010-12,filed,---,---,---,---,---,---,---,---,---,---,ProPublica PDF only (990-PF) 11 + 2011-12,filed,---,---,---,---,---,---,---,---,---,---,ProPublica PDF (990-PF; line items partial) 12 + 2012-12,filed,---,---,---,---,---,---,---,---,---,---,ProPublica PDF (990-PF; line items partial) 13 + 2013-12,filed,---,---,---,---,---,---,---,---,---,---,ProPublica PDF only (990-PF) 14 + 2014-12,filed,---,---,---,---,---,---,---,---,---,---,ProPublica PDF only (990-PF) 15 + 2015-12,filed,---,---,---,---,---,---,---,---,---,---,ProPublica PDF only (990-PF) 16 + 2016-12,filed,17530524,7981032,---,9366299,---,16433357,---,3556529,1046689,2509840,ProPublica API v2 (first Form 990 filing) 17 + 2017-12,filed,17811981,10578515,---,7211374,---,18468621,---,4015421,2149767,1865654,ProPublica API v2 18 + 2018-12,filed,20329263,12273854,---,8086862,---,18746743,---,4873111,1478286,3394825,ProPublica API v2 19 + 2019-12,filed,36715474,29117560,---,7563418,---,37255498,---,7117821,4333576,2784245,ProPublica API v2 20 + 2020-12,filed,21753624,15113225,---,6623570,---,19950582,---,9168473,4424410,4744063,ProPublica API v2 21 + 2021-12,filed,29414365,22120338,---,7229276,---,25327789,---,10754395,7654396,3099999,ProPublica API v2 22 + 2022-12,filed,30547311,23120084,---,6837834,---,25827598,---,7320849,3108617,4212232,ProPublica API v2 23 + 2023-12,filed,23678074,16069951,---,7302441,---,32674667,---,16585711,20115729,-3530018,ProPublica API v2 (Hachette judgment year) 24 + 2024-12,filed,26831969,18287478,---,7376394,405747,23501138,0,10704807,9750000,953608,ProPublica + CauseIQ (Brewster Kahle reported $0 comp on 2024 990)
+16
papers/arxiv-internet-archive/data/funders.csv
··· 1 + funder,role,notes,source 2 + Andrew W. Mellon Foundation,Major institutional funder,Multi-decade funder of Public Knowledge / web preservation work; Community Webs cohort training; Long Tail journals; IA Scholar; minimum 8+ confirmed grants 2006-2023,mellon.org grants database 3 + Knight Foundation,Major institutional funder,$1M for TV News Search & Borrow expansion; political TV ad tracking pilot 2014/2016,philanthropynewsdigest.org / blog.archive.org 4 + Alfred P. Sloan Foundation,Major institutional funder,$1M to digitize and provide online access to historical collections from five major libraries,philanthropynewsdigest.org 5 + NEH (National Endowment for the Humanities),Federal grant agency,Digital preservation infrastructure; specific grants to IA recurring; tied to Long Tail journals work,neh.gov / blog.archive.org 6 + IMLS (Institute of Museum and Library Services),Federal grant agency,Digital humanities advancement / Community Webs partner support,imls.gov 7 + Kahle/Austin Foundation,Founder family foundation,Brewster Kahle and Mary Austin's private foundation; significant ongoing transfer to IA; $4.5M reported giving in 2011 (multiple recipients incl FSF GNU project),Wikipedia / 990 8 + Permanent Archive Fund,DAF / pooled fund,$6.6M (2024-12) for Open Library Initiative; largest single named recipient in 2024 grant pull,causeiq.com 9 + Fidelity Investments Charitable Gift Fund,DAF pass-through,$2821543 (2024-06); donor-advised pooled donations,causeiq.com 10 + American Online Giving Foundation,DAF pass-through,$381944 (2025-03),causeiq.com 11 + California State Library,State funder,Open Library funded in part by California State Library,Wikipedia 12 + Library of Congress (FedScan),Government client / partner,Federal scanning center contractor relationship,loc.gov 13 + Wikimedia Foundation,Peer / partner,Cross-org partnership for citations and reference archiving,blog.archive.org 14 + University libraries,Earned-income clients,Boston Public Library / U Toronto / UC Berkeley / Wellcome / others pay for scanning services -- counted as program service revenue not contributions,blog.archive.org 15 + Kresge Foundation,Institutional funder,Periodic capital / capacity grants; specific year/amount TBD,causeiq.com 16 + Walmart Foundation,Institutional funder,Periodic; specific year/amount TBD,causeiq.com
+21
papers/arxiv-internet-archive/data/grants.csv
··· 1 + funder,date,amount_usd,program_area,project,term_months,source_url,notes 2 + Mellon Foundation,2006-09-15,100000,Scholarly Communications,General support,,https://www.mellon.org/grant-details/internet-archive-6566, 3 + Mellon Foundation,2007-12-11,---,Scholarly Communications,unspecified,,https://www.mellon.org/grant-details/internet-archive-7262,amount TBD 4 + Mellon Foundation,2012-03-05,50000,Scholarly Communications,Software enhancements for digital audio book creation and online dissemination,,https://www.mellon.org/grant-details/internet-archive-9521, 5 + Mellon Foundation,2017-10,---,Public Knowledge,Ensuring the Persistent Access of Open Access Journal Literature (Long Tail Journals),,https://mellon.org/grants/grants-database/grants/internet-archive/1710-04980/,amount TBD; first Long Tail journals grant -- precursor to IA Scholar 6 + Mellon Foundation,2018-03,---,Public Knowledge,Long Tail journal preservation R&D (second Mellon grant on this line),24,https://blog.archive.org/2018/03/05/andrew-w-mellon-foundation-awards-grant-to-the-internet-archive-for-long-tail-journal-preservation/,amount TBD 7 + Mellon Foundation,2020-03-05,200000,Public Knowledge,Machine learning research to identify and preserve online scholarly journals,,https://www.mellon.org/grant-details/internet-archive-20446662,led to launch of IA Scholar Sept 2020 8 + Mellon Foundation,2020-09-18,1130000,Public Knowledge,Development of a nationwide network of public library web archives (Community Webs),24,https://www.mellon.org/grant-details/internet-archive-20447040, 9 + Mellon Foundation,2023-11-30,750000,Public Knowledge,Final phase of Community Webs cohort-based professional training in web archiving for public libraries,24,https://www.mellon.org/grant-details/internet-archive-20454849, 10 + Knight Foundation,2013,1000000,Journalism,TV News Search & Borrow expansion,,https://philanthropynewsdigest.org/news/internet-archive-receives-1-million-from-knight-foundation,exact year of award TBD; service launched September 2012 11 + Knight Foundation,2014,---,Journalism,Political TV ad tracking pilot (Philadelphia region),,blog.archive.org/tag/knight-foundation,amount TBD; expanded to 28 battleground regions for 2016 election cycle 12 + Alfred P. Sloan Foundation,---,1000000,Digital Information Technology,Digitize and provide online access to historical collections from five major libraries,,https://philanthropynewsdigest.org/news/internet-archive-receives-1-million-from-alfred-p.-sloan-foundation,year TBD 13 + Permanent Archive Fund,2024-12,6600000,Open Library,Open Library Initiative support,,causeiq.com,largest single 2024 grant from any source 14 + Fidelity Investments Charitable Gift Fund,2024-06,2821543,DAF pass-through,General exempt purposes,,causeiq.com,donor-advised fund routing individual donor money 15 + American Online Giving Foundation,2025-03,381944,DAF pass-through,General exempt purposes,,causeiq.com, 16 + NEH,---,---,Digital preservation,Multiple grants tied to Long Tail journal preservation and digital humanities,,https://www.neh.gov,specific year/amounts TBD 17 + IMLS,---,---,Library services,Digital humanities advancement; Community Webs partner support,,https://www.imls.gov,specific year/amounts TBD 18 + California State Library,---,---,Public library services,Open Library funding,,---,recurring; specific year/amount TBD 19 + Kresge Foundation,---,---,---,unspecified,,causeiq.com,specific year/amount TBD 20 + Walmart Foundation,---,---,---,unspecified,,causeiq.com,specific year/amount TBD 21 + Kahle/Austin Foundation,recurring,---,Founder family foundation,Recurring transfers to IA,,---,family foundation associated with Brewster Kahle and Mary Austin; reported $4.5M total giving in 2011 across multiple recipients
+3
papers/arxiv-internet-archive/data/litigation.csv
··· 1 + case_name,case_number,filing_date,plaintiffs,district_court_ruling,appeals_ruling,status,key_disclosures,source 2 + Hachette Book Group v. Internet Archive,1:20-cv-04160 (SDNY),2020-06-01,Hachette Book Group / Penguin Random House / HarperCollins / Wiley,2023-03-24 Judge John G. Koeltl rules for publishers; CDL not fair use; National Emergency Library + ordinary CDL practice both infringing,2024-09-04 2nd Circuit affirms; all four fair use factors favor publishers; not transformative,Closed - IA did not petition for Supreme Court review by December 2024 deadline; permanent injunction limits IA's CDL to titles without commercial ebook editions; undisclosed monetary settlement to publishers (likely material to FY2023 net asset deficit -$3.53M),"FY2023 990 expenses jump to $32.7M against $23.7M revenue (-$9.0M net income); FY2023 net assets fall to -$3.53M (publisher settlement landed here per Hachette legal observer commentary)",Wikipedia / Justia / blog.archive.org 3 + UMG Recordings v. Internet Archive (Great 78 Project),3:23-cv-06522 (NDCal),2023-08-11,Universal Music Group / Sony Music / Concord / ABKCO,Motion to dismiss denied 2024-05-16,---,Settled 2025-09 via confidential resolution; case dismissal expected within 45 days of joint notice,Initial ask $621M (Rolling Stone) / $412M (Silicon Republic); 2749 recordings at issue including Frank Sinatra Bing Crosby Chuck Berry Duke Ellington Ella Fitzgerald Louis Armstrong; settlement terms confidential,Rolling Stone / musictech.com / Bloomberg Law / blog.archive.org
+19
papers/arxiv-internet-archive/data/locations.csv
··· 1 + location,role,start_year,end_year,address_or_city,notes,source 2 + Internet Archive HQ,Headquarters,2009,,300 Funston Avenue San Francisco CA 94118,Former Fourth Church of Christ Scientist (1923 Greek Revival by Carl Werner); 23000 sqft; bought 2009 for $4.5M; main sanctuary is primary workspace; servers house ~1/10 of archive on premises (rest in distributed storage); HTTP status codes used as hymn numbers; weekly Friday tours led by Brewster Kahle,Wikipedia / archive.org 3 + Presidio (original),Earlier office,1996,2009,Presidio of San Francisco,IA's first office space pre-Funston move; Alexa Internet cohabited,Wikipedia 4 + Richmond District scanning,Scanning center,,2013,300 Funston Ave annex,On-site scanning center; damaged in 2013 fire ($600K loss),Wikipedia 5 + Cebu Philippines,Scanning center,,,Cebu City,One of largest IA international scanning operations; book digitization,internetarchive.archiveteam.org 6 + University of Toronto,Scanning center,,,Toronto Canada,Robarts Library partnership,internetarchive.archiveteam.org 7 + Boston Public Library,Scanning partner,,,Copley Square Boston MA,Long-running scanning partnership at the BPL,bpl.org 8 + Andover Massachusetts,Scanning center,,,Andover MA,Northeast US scanning hub,internetarchive.archiveteam.org 9 + Latrobe Pennsylvania,Scanning center,,,Latrobe PA,Mid-Atlantic scanning hub,internetarchive.archiveteam.org 10 + Champaign-Urbana,Scanning center,,,Urbana IL,U of Illinois scanning partnership,internetarchive.archiveteam.org 11 + New York,Scanning center,,,---,One of multiple US scanning sites,internetarchive.archiveteam.org 12 + Chapel Hill NC,Scanning center,,,Chapel Hill NC,UNC scanning partnership,internetarchive.archiveteam.org 13 + Los Angeles,Scanning center,,,Los Angeles CA,Western US scanning site,internetarchive.archiveteam.org 14 + London,Scanning center,,,London UK,European partner scanning operations (Wellcome Library among partners),internetarchive.archiveteam.org 15 + Edinburgh,Scanning center,,,Edinburgh Scotland,Partner scanning (specifics TBD),internetarchive.archiveteam.org 16 + Hong Kong,Scanning center,,,Hong Kong,Asia scanning partnership (specifics TBD),internetarchive.archiveteam.org 17 + Library of Congress (FedScan),Federal contract,,,Washington DC,Federal scanning contractor relationship,loc.gov 18 + Richmond CA data center (Pair Networks),Off-site mirror,,,Richmond CA,One historical off-site mirror; PetaBox infrastructure distributed across multiple data centers,Wikipedia 19 + Bibliotheca Alexandrina,International mirror,,,Alexandria Egypt,Original off-site mirror of full IA archive (gifted as part of Egypt-IA partnership),Wikipedia
+17
papers/arxiv-internet-archive/data/people.csv
··· 1 + name,role,start_year,end_year,notes,source 2 + Brewster Kahle,Founder / Digital Librarian / Board Chair,1996,,Born 1960 NYC; MIT 1982; co-founder Thinking Machines / WAIS Inc / Alexa Internet (sold to Amazon 1999 for $250M stock); Internet Hall of Fame 2012; National Academy of Engineering 2010; founder Kahle/Austin Foundation,Wikipedia / archive.org 3 + Mary Austin,Co-founder Kahle/Austin Foundation,1996,,Wife of Brewster Kahle; co-funds Internet Archive via family foundation,Wikipedia 4 + Rick Prelinger,Board President,,,Pro bono; founder of the Prelinger Archives (acquired by Library of Congress 2002),Wikipedia / archive.org 5 + David Rumsey,Board Member,,,Founder David Rumsey Map Collection; longtime IA board,Wikipedia 6 + Kathleen Burch,Board Member,,,California Institute of Integral Studies; San Francisco Center for the Book co-founder,IRS 990 7 + Scott Fong,Board Secretary,,,2024 990 lists as Secretary,IRS 990 / CauseIQ 8 + Mark Graham,Director Wayback Machine,,,$229362 reportable comp FY2024; principal spokesperson for Wayback,990 / press 9 + Jefferson Bailey,Director Web Archiving,,,$229246 reportable comp FY2024; oversees Archive-It,990 / press 10 + Joy Chesbrough,Director Philanthropy,,,$246421 reportable comp FY2024 (highest paid in FY2024 disclosure),990 / press 11 + Samuel Stoller,Senior Engineer,,,$222134 reportable comp FY2024,990 12 + Kenji Nagahashi,Senior Engineer,,,$218406 reportable comp FY2024,990 13 + Wendy Hanamura,Director of Partnerships (former),,,Long-tenure staffer; key partnerships voice,archive.org / press 14 + Chris Freeland,Director Open Libraries / Director Library Services (recent),,,Public spokesperson during Hachette litigation,blog.archive.org 15 + Ilya Kreymer,Webrecorder developer (former),,,Started Webrecorder at Rhizome; spun out independently 2020,Rhizome dossier 16 + Aaron Swartz,Open Library co-founder,2006,2013,Co-founded Open Library 2006; deceased 2013,Wikipedia 17 + George Blood,Audio digitization partner (Great 78),,,Independent contractor; runs digitization studio in Philadelphia,Wikipedia
+20
papers/arxiv-internet-archive/data/programs.csv
··· 1 + program,launched,status,description,key_funders,source 2 + Web crawl / preservation,1996,Active,Continuous archiving of the public web; foundation of all subsequent web programs,Alexa-derived initial dumps then independent crawl,Wikipedia 3 + Wayback Machine,2001-10,Active,Public-facing UI to the web archive; reached 1 trillion pages 2025; ~99 PB storage as of October 2025,Mellon recurring; Knight; many,Wikipedia / archive.org 4 + Archive-It,2005-12,Active,Subscription-based web archiving for libraries / archives / museums; 800+ partner institutions by 2021; primary program-service-revenue line,subscription clients (earned income),Wikipedia 5 + Open Library,2006,Active,One web page for every book ever published; ~25M catalog records; ~1.4M books available for digital lending; co-founded by Aaron Swartz,Mellon / California State Library / Kahle Austin,Wikipedia 6 + Open Content Alliance,2006,Active (network),Multi-library partnership for non-restrictive book digitization; counter-program to Google Books,member contributions,blog.archive.org 7 + TV News Search & Borrow,2012-09,Active,Closed-caption-indexed national US TV news; daily ingest of major US news channels,Knight $1M (2013),Wikipedia / blog.archive.org 8 + Software Library / MS-DOS,~2013,Active,Browser-emulated runs of legacy software (MS-DOS games console games etc); JS-MAME / DOSBox in browser,(operational),Wikipedia 9 + Television News Archive (broader),2009-2014,Active,Foundation work for TV News Search & Borrow; political TV ad tracking expansion via Knight pilots 2014-2016,Knight,blog.archive.org 10 + NSA-archive / 9-11 collections,various,Active,Topical collections including the 9/11 Television News Archive (with Vanderbilt),(varies),blog.archive.org 11 + The Great 78 Project,2017,Active (settled),Digitization of pre-1972 78rpm singles; 400000+ digitized by 2025; partnership with ARChive of Contemporary Music + George Blood Audio,private donations / IA general,Wikipedia 12 + Internet Archive Scholar,2020-09,Active,Full-text search over preserved scholarly publications; outgrowth of Long Tail journals work,Mellon,scholar.archive.org 13 + Community Webs,2017,Active,Cohort-based professional training in web archiving for US public libraries; expansion 2020 + 2023 phases,Mellon ($1.13M 2020 + $750K 2023),mellon.org 14 + Long Tail Journal Preservation,2017,Active,R&D to identify and preserve at-risk small-publisher open-access scholarly content,Mellon (2017 + 2018 + 2020),blog.archive.org 15 + National Emergency Library,2020-03 to 2020-06,Discontinued,Emergency open access to scanned books during COVID-19 pandemic; one-to-one CDL ratio temporarily suspended; principal trigger for Hachette suit,(operational),blog.archive.org 16 + Controlled Digital Lending (CDL) / Open Libraries,2018,Discontinued for in-print titles after Sept 2024,Lending program tying digital scans to physical-copy ownership; one-digital-loan-per-physical-copy model; Hachette injunction limits to titles without current ebook editions,(operational),blog.archive.org / Hachette ruling 17 + PetaBox infrastructure,2004,Active,Custom-built rack systems for petabyte-scale storage; foundation of all archive storage,(internal),Wikipedia 18 + Scanning operations / book digitization,~2004,Active,33 scanning centers in 5 countries as of 2013; partner-paid model is core program-service-revenue stream,partner libraries pay,internetarchive.archiveteam.org 19 + Political TV Ad Archive,2014,Active,Detection and tracking of political TV ads; pilot Philadelphia 2014; expanded to 28 markets 2016,Knight Foundation,blog.archive.org 20 + DWeb / Decentralized Web,2016,Active (events series),Conference and advocacy series for decentralized web protocols,(varies),archive.org
+39
papers/arxiv-internet-archive/data/timeline.csv
··· 1 + year,event,category,source 2 + 1996,Brewster Kahle founds Internet Archive in San Francisco (May 10),org,Wikipedia / archive.org 3 + 1996,Web crawling begins; first archived pages saved,program,Wikipedia 4 + 1996,Alexa Internet co-founded by Kahle (sister project),org,Wikipedia 5 + 1999,Alexa Internet sold to Amazon for $250M in stock,org,Wikipedia 6 + 1999,Internet Archive begins receiving Alexa's web crawl data,program,Wikipedia 7 + 2001,Wayback Machine launched publicly (October) at UC Berkeley,program,Wikipedia 8 + 2002,First Form 990 on public record (FY2002 990-PF),org,ProPublica 9 + 2005-12,Archive-It web archiving subscription service launched (late 2005),program,Wikipedia 10 + 2006,Open Library founded by Aaron Swartz / Brewster Kahle / Alexis Rossi,program,Wikipedia 11 + 2006,Open Content Alliance forms (multi-library partnership),program,blog.archive.org 12 + 2009-09,300 Funston Avenue (former Fourth Church of Christ Scientist) purchased for $4.5M,org,Wikipedia / archive.org 13 + 2009-12,Move-in to Funston building; main sanctuary becomes primary workspace,org,Wikipedia 14 + 2012-09,TV News Search & Borrow service launched,program,Wikipedia 15 + 2012,IA classified as 501(c)(3) public charity (transition from private foundation 990-PF to 990 begins),org,IRS / ProPublica 16 + 2013,$600K fire at one of the IA scanning centers (one of approx 30 worldwide at the time),org,Wikipedia 17 + 2013,Aaron Swartz dies; Open Library co-founder,people,Wikipedia 18 + 2017-04-01,IRS reclassifies IA as 501(c)(3) public charity (current ruling date),org,IRS / ProPublica 19 + 2017,The Great 78 Project formally launched (78rpm digitization w/ ARChive of Contemporary Music + George Blood Audio),program,Wikipedia 20 + 2018-03,Mellon Long Tail journal preservation R&D grant (24mo),funding,blog.archive.org 21 + 2019-12,FY2019 revenue spikes to $36.7M (largest year on record through 2024),funding,IRS 990 22 + 2020-03,National Emergency Library opens (March 24) -- pandemic response; CDL one-to-one ratio suspended,program,blog.archive.org 23 + 2020-06-01,Hachette / Penguin Random House / HarperCollins / Wiley file copyright suit,litigation,Wikipedia 24 + 2020-06,National Emergency Library closes,program,blog.archive.org 25 + 2020-09,Mellon $1.13M grant for Community Webs nationwide public library web archives network,funding,mellon.org 26 + 2020-09,Internet Archive Scholar launched,program,scholar.archive.org 27 + 2023-03-25,District court rules for publishers in Hachette v. Internet Archive,litigation,Wikipedia 28 + 2023-08-11,UMG / Sony / Concord file Great 78 Project copyright suit (initially $621M; later $412M),litigation,Wikipedia / Rolling Stone 29 + 2023-11,Mellon $750K grant for final phase of Community Webs,funding,mellon.org 30 + 2023-12,FY2023 reports $32.7M expenses against $23.7M revenue: legal/judgment costs surface,funding,IRS 990 31 + 2024-05,DDoS attacks attributed to SN_BLACKMETA group begin,security,bleepingcomputer.com 32 + 2024-09-04,2nd Circuit affirms Hachette ruling against IA,litigation,Justia / blog.archive.org 33 + 2024-10-09,Major data breach: ~31 million user accounts exposed via leaked GitLab auth tokens,security,bleepingcomputer.com / NPR 34 + 2024-10-20,Second breach: Zendesk support email system compromised,security,bleepingcomputer.com 35 + 2024-10-21,Public site begins partial restoration,security,blog.archive.org 36 + 2024-12-04,IA announces it will not seek Supreme Court review of Hachette decision,litigation,blog.archive.org 37 + 2025-09,UMG v. Internet Archive (Great 78) settled; confidential resolution,litigation,musictech.com / Bloomberg 38 + 2025,Wayback Machine reaches 1 trillion archived web pages,program,Wikipedia 39 + 2026,Internet Archive turns 30,org,---
+1
papers/arxiv-internet-archive/figures/cover-prompt.txt
··· 1 + A vertical composition of the Internet Archive's iconic Greek Revival headquarters at 300 Funston Avenue, San Francisco --- the former Fourth Church of Christ, Scientist with its tall white Corinthian columns and dome --- centered on the page, slightly oversized, looming gently. Behind the columns, instead of empty sky, towering stacks of old books dissolve upward into rows of server racks with tiny blinking blue LEDs --- a continuous gradient from physical archive to digital archive. In the foreground at street level, three small silhouetted scanning robots tend to open books on metal cradles, soft beams of scanning light fanning across pages. To the left, a single figure climbs a tall library ladder with an armful of vinyl 78 rpm records. The stained-glass windows of the church glow with abstract pixel patterns rather than religious iconography. Floating around the upper third, faintly: thin lines suggesting the World Wide Web's link graph, like cobwebs across the dome. Cream paper background; muted color palette of warm yellows, dusty teals, oxblood reds, soft graphite. Colored pencil illustration on cream paper, soft layered strokes, art-school sketchbook tone, no text, no logos, vertical composition.
papers/arxiv-internet-archive/figures/cover.png

This is a binary file and will not be displayed.

+342
papers/arxiv-internet-archive/internet-archive.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 + % Latin Modern via OTF filenames so the same preamble renders identically under 8 + % macOS xelatex (Core Text, no fontconfig) and the oven's Linux xelatex (uses 9 + % fontconfig). kpathsea finds the OTFs in texmf-dist on both platforms. 10 + \setmainfont{lmroman10-regular.otf}[ 11 + BoldFont=lmroman10-bold.otf, 12 + ItalicFont=lmroman10-italic.otf, 13 + BoldItalicFont=lmroman10-bolditalic.otf, 14 + ] 15 + \setsansfont{lmsans10-regular.otf}[ 16 + BoldFont=lmsans10-bold.otf, 17 + ItalicFont=lmsans10-oblique.otf, 18 + BoldItalicFont=lmsans10-boldoblique.otf, 19 + ] 20 + \newfontfamily\acbold{ywft-processing-bold}[Path=../../system/public/type/webfonts/,Extension=.ttf] 21 + \newfontfamily\aclight{ywft-processing-light}[Path=../../system/public/type/webfonts/,Extension=.ttf] 22 + \setmonofont{lmmono10-regular.otf}[Scale=0.85, 23 + BoldFont=lmmonolt10-bold.otf, 24 + ItalicFont=lmmono10-italic.otf, 25 + ] 26 + 27 + \usepackage{xcolor} 28 + \usepackage{titlesec} 29 + \usepackage{enumitem} 30 + \usepackage{booktabs} 31 + \usepackage{tabularx} 32 + \usepackage{fancyhdr} 33 + \usepackage{hyperref} 34 + \usepackage{graphicx} 35 + \graphicspath{{figures/}{../../papers/arxiv-ac/figures/}} 36 + \usepackage{ragged2e} 37 + \usepackage{microtype} 38 + \usepackage{natbib} 39 + \usepackage[colorspec=0.92]{draftwatermark} 40 + 41 + \definecolor{acpink}{RGB}{180,72,135} 42 + \definecolor{acpurple}{RGB}{120,80,180} 43 + \definecolor{acdark}{RGB}{64,56,74} 44 + \definecolor{acgray}{RGB}{119,119,119} 45 + \definecolor{draftcolor}{RGB}{180,72,135} 46 + 47 + \DraftwatermarkOptions{text=WORKING DRAFT,fontsize=3cm,color=draftcolor!18,angle=45} 48 + 49 + \hypersetup{colorlinks=true,linkcolor=acpurple,urlcolor=acpurple,citecolor=acpurple, 50 + pdftitle={Internet Archive: A Dossier}} 51 + 52 + \titleformat{\section}{\normalfont\bfseries\normalsize\uppercase}{\thesection.}{0.5em}{} 53 + \titlespacing{\section}{0pt}{1.2em}{0.3em} 54 + \titleformat{\subsection}{\normalfont\bfseries\small}{\thesubsection}{0.5em}{} 55 + \titlespacing{\subsection}{0pt}{0.8em}{0.2em} 56 + 57 + \pagestyle{fancy}\fancyhf{} 58 + \renewcommand{\headrulewidth}{0pt} 59 + \fancyhead[C]{\footnotesize\color{acpink}\textit{Working Draft --- not for citation}} 60 + \fancyfoot[C]{\footnotesize\thepage} 61 + 62 + \setlist[itemize]{nosep, leftmargin=1.2em, itemsep=0.1em} 63 + \setlist[description]{nosep, leftmargin=0pt, itemindent=0pt, labelsep=0.4em} 64 + \setlength{\columnsep}{1.8em} 65 + \setlength{\parindent}{1em} 66 + \setlength{\parskip}{0.3em} 67 + 68 + \tolerance=800 69 + \emergencystretch=1em 70 + \hyphenpenalty=50 71 + 72 + % --- paper metadata (created/revision shown on cover) --- 73 + \newcommand{\papercreated}{2026-05-02} 74 + \newcommand{\paperrevision}{1} 75 + 76 + \begin{document} 77 + 78 + \twocolumn[{% 79 + \noindent\hfill\raisebox{-1.2em}[0pt][0pt]{\includegraphics[height=3.5em]{pals}}\par\vspace{-2.6em} 80 + \begin{center} 81 + \includegraphics[height=15em]{figures/cover}\par\vspace{0.6em} 82 + {\acbold\fontsize{22pt}{26pt}\selectfont\color{acdark} Internet Archive}\par 83 + \vspace{0.2em} 84 + {\aclight\fontsize{11pt}{13pt}\selectfont\color{acpink} A Dossier}\par 85 + \vspace{0.3em} 86 + {\aclight\fontsize{9pt}{11pt}\selectfont\color{acgray} Genealogy, History, Programs, People, Money, Footprint --- 1996 to 2026}\par 87 + \vspace{0.6em} 88 + {\normalsize\href{https://prompt.ac/@jeffrey}{@jeffrey}}\par 89 + {\small\color{acgray} Aesthetic.Computer}\par 90 + {\small\color{acgray} ORCID: \href{https://orcid.org/0009-0007-4460-4913}{0009-0007-4460-4913}}\par 91 + \vspace{0.2em} 92 + {\small\color{acpurple} \url{https://aesthetic.computer}}\par 93 + \vspace{0.4em} 94 + {\footnotesize\color{acgray}Created \papercreated{} \,\textbullet\, Revision \paperrevision}\par 95 + \vspace{0.6em} 96 + \rule{\textwidth}{1.5pt} 97 + \vspace{0.5em} 98 + \end{center} 99 + 100 + \begin{center} 101 + {\small\color{acpink}\textbf{[ working draft --- not for citation ]}} 102 + \end{center} 103 + \vspace{0.3em} 104 + 105 + \begin{quote} 106 + \small\noindent\textbf{Note.} This is a dossier, not an argument. It assembles, in one place, what is publicly recoverable about the Internet Archive --- the San Francisco-based digital library founded by Brewster Kahle in 1996 --- across genealogy, periodized history, programs, people, finances, litigation, and footprint. There is no thesis, no verdict, and no conclusion section. Where facts run out the dossier stops; gaps are flagged inline. The Hachette and UMG cases are politically charged; this paper presents the public-record facts (filing dates, court rulings, dollar amounts asked, settlements where disclosed) without taking a position on the underlying copyright questions. 107 + \end{quote} 108 + \vspace{0.5em} 109 + }] 110 + 111 + \section{Origin} 112 + 113 + The Internet Archive opens in May 1996 in a small office in the Presidio of San Francisco. Brewster Kahle, a 1982 MIT computer-science graduate who had built the WAIS (Wide Area Information Server) system at Thinking Machines and then sold WAIS Inc.~to AOL for \$15M in 1995, founds two organizations the same year: \emph{Alexa Internet}, a for-profit web-traffic company that will be sold to Amazon for \$250M in stock in 1999, and \emph{Internet Archive}, a non-profit dedicated to ``universal access to all knowledge.'' Alexa's web crawls are the original feedstock of the IA archive. The two share an office. 114 + 115 + The mission statement is borrowed from the ancient Library of Alexandria: a single repository of all writing, accessible to all. The 1996 essay \emph{Preserving the Internet}~\citep{kahle1996preserving} is the founding statement; Kahle's 2007 TED talk~\citep{kahle2007universal} is its public restatement. The org files as a private operating foundation (Form 990-PF) initially, reflecting Kahle's personal funding role; a 2017 IRS reclassification will move it to public-charity 501(c)(3) status (Form 990) once the public-support test is met. 116 + 117 + \section{The Organization, 1996--2026} 118 + 119 + \subsection{Private foundation era (1996--2008)} 120 + 121 + The first decade is structurally a Kahle / Kahle-Austin operation. The Wayback Machine launches publicly at UC Berkeley in October 2001 with 10+ billion archived pages already in storage. Archive-It, a subscription web-archiving service for libraries and museums, launches in late 2005 and becomes the org's first significant earned-revenue line. The Open Content Alliance forms in 2006 as a non-restrictive book-digitization counter-program to Google Books, with Microsoft as an early backer until its 2008 withdrawal. Open Library, co-founded by Aaron Swartz with Kahle and others, also launches in 2006. 122 + 123 + \subsection{Funston Avenue (2009--)} 124 + 125 + In September 2009 the Internet Archive purchases 300 Funston Avenue in San Francisco's Richmond District for \$4.5M. The building is the former Fourth Church of Christ, Scientist --- a 1923 Greek-Revival sanctuary by architect Carl Werner, with Corinthian columns whose silhouette already resembled the IA's Library-of-Alexandria logo. The main sanctuary becomes the primary workspace; HTTP status codes are used as hymn numbers; servers in the back house roughly one-tenth of the archive on premises. Brewster Kahle gives a public tour every Friday after lunch. By 2024 the archive itself runs to ~99 PB of data across multiple distributed data centers. 126 + 127 + \subsection{Programmatic expansion (2009--2019)} 128 + 129 + The TV News Search \& Borrow service launches in September 2012, funded in part by a \$1M Knight Foundation grant~\citep{knight2013tvnews}. The Software Library --- browser-emulated MS-DOS, console games, and abandonware --- comes online around 2013. The Great 78 Project, a partnership with the ARChive of Contemporary Music and engineer George Blood's Philadelphia studio, launches in 2017 to digitize pre-1972 78~rpm singles. A series of Mellon grants from 2017 onward supports ``Long Tail'' journal preservation; the work culminates in \emph{Internet Archive Scholar}, launched September 2020. By FY2019 IA's Form 990 reports peak revenue of \$36.7M. 130 + 131 + \subsection{The litigation decade (2020--)} 132 + 133 + In March 2020 the National Emergency Library (NEL) opens during the COVID-19 pandemic shutdown of physical libraries: the one-loan-per-physical-copy ratio of Controlled Digital Lending is temporarily suspended for the duration of the emergency. The NEL closes that June. On June 1, 2020 four major publishers (Hachette, Penguin Random House, HarperCollins, Wiley) file the suit that will become the central fact of IA's next half-decade. In August 2023, while Hachette is on appeal, three major record labels file a parallel suit over the Great 78 Project. The Hachette district-court ruling lands in March 2023; the 2nd Circuit affirmation in September 2024; IA declines to petition the Supreme Court in December 2024. The Great 78 case is settled confidentially in September 2025. (See \S\ref{sec:litigation}.) 134 + 135 + \subsection{The 2024 cyberattacks} 136 + 137 + In May 2024 a DDoS campaign attributed to the SN\_BLACKMETA hacktivist group begins. On October 9, 2024 a major data breach exposes Bcrypt-hashed authentication data for ~31 million IA user accounts; the root cause is a GitLab access token left exposed in a public-ish repository for ~22 months~\citep{ia2024databreach}. A second breach on October 20 compromises the Zendesk support email system. Public service is partially restored October 21--25; full restoration takes weeks. The 2024 attacks land in the same calendar quarter as the 2nd Circuit Hachette ruling. 138 + 139 + \section{Programs} 140 + 141 + \textbf{Wayback Machine} (2001--) --- the org's flagship public service. 1+ trillion archived web pages by 2025; ~99 PB of total storage. Director: Mark Graham. 142 + 143 + \textbf{Archive-It} (2005--) --- subscription web-archiving for institutions; 800+ partner libraries / archives / museums by 2021. The principal earned-revenue line on the 990 (program-service revenue: \$7.4M in FY2024). 144 + 145 + \textbf{Open Library} (2006--) --- ``one web page for every book ever published''; ~25M catalog records, ~1.4M lending titles. Co-founded by Aaron Swartz; the program at the centre of the Hachette litigation. 146 + 147 + \textbf{Open Content Alliance} (2006--) --- multi-library digitization network founded as a non-restrictive counter-program to Google Books. 148 + 149 + \textbf{Software Library} (~2013--) --- browser-emulated MS-DOS, console games, and historical software via JS-MAME / DOSBox. 150 + 151 + \textbf{TV News Search \& Borrow / Television News Archive} (Sept 2012--) --- closed-caption-indexed national US TV news, daily ingest. Knight-funded. 152 + 153 + \textbf{Political TV Ad Archive} (2014--) --- Knight-funded pilot in Philadelphia 2014; expanded to 28 markets for the 2016 election cycle. 154 + 155 + \textbf{The Great 78 Project} (2017--) --- digitization of pre-1972 78~rpm singles. 400{,}000+ recordings digitized by September 2025. Partners: ARChive of Contemporary Music, George Blood Audio. Subject of UMG~v.~Internet Archive (2023--2025). 156 + 157 + \textbf{Community Webs} (2017--) --- cohort-based web-archiving training for US public libraries; expanded with Mellon \$1.13M (2020) and \$750K (2023) grants. 158 + 159 + \textbf{Long Tail Journal Preservation} (2017--) --- Mellon-funded R\&D~\citep{ialongtail2018} to identify and preserve at-risk small-publisher open-access scholarly content. Outgrowth becomes IA Scholar. 160 + 161 + \textbf{Internet Archive Scholar} (Sept 2020--) --- full-text search over preserved scholarly publications. 162 + 163 + \textbf{Controlled Digital Lending / Open Libraries} (2018--) --- one-digital-loan-per-physical-copy lending model. Permanently restricted by the Hachette injunction (Sept 2024) to titles \emph{without} commercial e-book editions. 164 + 165 + \textbf{National Emergency Library} (Mar--Jun 2020) --- discontinued; pandemic-era suspension of CDL ratio. 166 + 167 + \textbf{DWeb / Decentralized Web} (2016--) --- conference and advocacy series for decentralized-web protocols. 168 + 169 + \textbf{PetaBox} (2004--) --- in-house storage rack design that underwrites all IA infrastructure. 170 + 171 + \textbf{Scanning operations} (~2004--) --- ~33 scanning centers across 5 countries by 2013, including Cebu (Philippines), Toronto (Robarts Library), Boston Public Library, Andover MA, Latrobe PA, Champaign-Urbana, London, Hong Kong, and others. Partner libraries pay per-page; IA retains a copy. The model is a major program-service-revenue stream. 172 + 173 + \section{People} 174 + 175 + \begin{table}[h] 176 + \small 177 + \centering 178 + \begin{tabularx}{\columnwidth}{lXl} 179 + \toprule 180 + \textbf{Role} & \textbf{Name} & \textbf{Note} \\ 181 + \midrule 182 + Founder / Digital Librarian & Brewster Kahle & 1996--; Board Chair \\ 183 + Board President & Rick Prelinger & Prelinger Archives founder \\ 184 + Board & David Rumsey & Map collection \\ 185 + Board & Kathleen Burch & SF Center for the Book \\ 186 + Secretary & Scott Fong & 2024 990 \\ 187 + Dir.~Wayback Machine & Mark Graham & \\ 188 + Dir.~Web Archiving & Jefferson Bailey & Archive-It oversight \\ 189 + Dir.~Philanthropy & Joy Chesbrough & FY2024 highest paid \\ 190 + Dir.~Library Services & Chris Freeland & Hachette spokesperson \\ 191 + \bottomrule 192 + \end{tabularx} 193 + \caption{Key roles of record (2024 990).} 194 + \label{tab:people} 195 + \end{table} 196 + 197 + The Internet Archive's leadership chain has been remarkably stable: Brewster Kahle has been the founder, digital librarian, and (current) board chair continuously since 1996. The 30-year tenure is unusual at this scale and is structurally enabled by Kahle's independent wealth (Alexa~$\to$~Amazon 1999) and the Kahle/Austin Foundation's recurring transfers to IA. 198 + 199 + The senior staff layer is operationally led by program directors with named-program portfolios: Mark Graham (Wayback Machine), Jefferson Bailey (Web Archiving / Archive-It), Joy Chesbrough (Philanthropy), Chris Freeland (Library Services / Open Libraries; principal external voice during Hachette). Senior engineering: Samuel Stoller and Kenji Nagahashi (each \$218K--\$222K reportable comp on the FY2024 990). The board includes a small set of long-tenure figures aligned with adjacent preservation institutions: Rick Prelinger (Prelinger Archives, gifted to the Library of Congress in 2002), David Rumsey (David Rumsey Map Collection at Stanford), and Kathleen Burch (San Francisco Center for the Book co-founder). The FY2024 990 reports \$0 reportable compensation for Brewster Kahle and the named board members. 200 + 201 + Aaron Swartz, Open Library co-founder (2006), died in 2013. George Blood, the Philadelphia audio engineer who runs Great 78 digitization, is a long-running independent contractor partner. 202 + 203 + \section{Money}\label{sec:money} 204 + 205 + The federal tax record is the cleanest source. ProPublica's Nonprofit Explorer (EIN 94-3242767) carries Form 990-PF PDFs back to FY2002 and structured Form 990 line items for FY2016 onwards, after the org's 2017 reclassification to public-charity status (IRS ruling date 2017-04-01). The fiscal year is calendar (Jan--Dec), unlike Rhizome's June year-end, so the Hachette district-court ruling of March 24, 2023 and any associated legal costs land squarely in the FY2023 990. 206 + 207 + \subsection{Top-line, FY2016--FY2024} 208 + 209 + \begin{table*}[t] 210 + \footnotesize 211 + \centering 212 + \setlength{\tabcolsep}{4pt} 213 + \begin{tabularx}{\textwidth}{Xrrrrrrr} 214 + \toprule 215 + \textbf{FY end} & \textbf{Revenue} & \textbf{Contri./grants} & \textbf{Prog.~svc.} & \textbf{Expenses} & \textbf{Net income} & \textbf{Total assets} & \textbf{Net assets} \\ 216 + \midrule 217 + 2016-12 & 17,530,524 & 7,981,032 & 9,366,299 & 16,433,357 & 1,097,167 & 3,556,529 & 2,509,840 \\ 218 + 2017-12 & 17,811,981 & 10,578,515 & 7,211,374 & 18,468,621 & -656,640 & 4,015,421 & 1,865,654 \\ 219 + 2018-12 & 20,329,263 & 12,273,854 & 8,086,862 & 18,746,743 & 1,582,520 & 4,873,111 & 3,394,825 \\ 220 + 2019-12 & \textbf{36,715,474} & 29,117,560 & 7,563,418 & 37,255,498 & -540,024 & 7,117,821 & 2,784,245 \\ 221 + 2020-12 & 21,753,624 & 15,113,225 & 6,623,570 & 19,950,582 & 1,803,042 & 9,168,473 & 4,744,063 \\ 222 + 2021-12 & 29,414,365 & 22,120,338 & 7,229,276 & 25,327,789 & 4,086,576 & 10,754,395 & 3,099,999 \\ 223 + 2022-12 & \textbf{30,547,311} & 23,120,084 & 6,837,834 & 25,827,598 & 4,719,713 & 7,320,849 & 4,212,232 \\ 224 + 2023-12 & 23,678,074 & 16,069,951 & 7,302,441 & \textbf{32,674,667} & \textbf{-8,996,593} & 16,585,711 & \textbf{-3,530,018} \\ 225 + 2024-12 & 26,831,969 & 18,287,478 & 7,376,394 & 23,501,138 & 3,330,831 & 10,704,807 & 953,608 \\ 226 + \bottomrule 227 + \end{tabularx} 228 + \caption{Internet Archive --- top-line Form 990 figures by fiscal year (USD; FY ends December 31). Sources: ProPublica Nonprofit Explorer API v2; CauseIQ. FY2002--FY2015 are 990-PF (private foundation) filings; structured line items not pulled in this first pass.} 229 + \label{tab:financials} 230 + \end{table*} 231 + 232 + The shape, in plain English. Internet Archive runs at roughly the \$20--\$30M annual scale, an order of magnitude larger than Rhizome's \$0.4--\$2.2M, two orders of magnitude larger than SFPC. Three structural facts distinguish its money from a typical preservation 501(c)(3): 233 + 234 + \textbf{(i)~Earned program-service revenue is a real line.} Archive-It subscriptions plus partner-library scanning fees deliver a stable \$6.6M--\$9.4M annually since FY2016. Most preservation nonprofits have program-service revenue under 10\% of total revenue; IA's runs 25--53\% in the years before FY2019. 235 + 236 + \textbf{(ii)~The FY2019 spike (\$36.7M) is the largest year on record} and reflects an unusually large contribution year (\$29.1M of contributions/grants on the line). The FY2022 \$30.5M peak similarly reflects \$23.1M in contributions; FY2024's \$6.6M Permanent Archive Fund grant for Open Library is the kind of large-named gift that spikes the contribution line. 237 + 238 + \textbf{(iii)~The FY2023 net-asset cliff} is the single most consequential financial event in the org's recent history. Net assets fall from +\$4.21M (FY2022) to \textbf{-\$3.53M (FY2023)}, a swing of -\$7.7M. FY2023 expenses ran \$32.7M against \$23.7M revenue --- a \$9.0M loss on a single year. The Hachette district-court ruling came down in March 2023 (the third month of FY2023), and the swing is consistent with material legal-judgment costs landing in that fiscal year, though the actual settlement terms are not in the public record. By FY2024 net assets recover to \$953K --- positive but a fraction of the FY2022 high. 239 + 240 + \subsection{Named grants}\label{sec:grants} 241 + 242 + \begin{table}[h] 243 + \footnotesize 244 + \centering 245 + \begin{tabularx}{\columnwidth}{lXr} 246 + \toprule 247 + \textbf{Year} & \textbf{Project (funder)} & \textbf{Amount} \\ 248 + \midrule 249 + 2006-09 & General support (Mellon) & 100,000 \\ 250 + 2007-12 & unspecified (Mellon) & TBD \\ 251 + 2012-03 & Audio book software (Mellon) & 50,000 \\ 252 + 2017-10 & Long Tail journals (Mellon) & TBD \\ 253 + 2018-03 & Long Tail R\&D (Mellon) & TBD \\ 254 + 2020-03 & ML for journal preservation (Mellon) & 200,000 \\ 255 + 2020-09 & Community Webs (Mellon) & 1,130,000 \\ 256 + 2023-11 & Community Webs final phase (Mellon) & 750,000 \\ 257 + \midrule 258 + 2013 & TV News Search expansion (Knight) & 1,000,000 \\ 259 + ~~--- & 5-library digitization (Sloan) & 1,000,000 \\ 260 + 2024-12 & Open Library (Permanent Archive Fund) & 6,600,000 \\ 261 + 2024-06 & General (Fidelity Charitable) & 2,821,543 \\ 262 + \bottomrule 263 + \end{tabularx} 264 + \caption{Named institutional grants to Internet Archive. Mellon total is at least \$2.23M in confirmed amounts; several earlier grants are in the Mellon database without dollar figures in this pass.} 265 + \label{tab:grants} 266 + \end{table} 267 + 268 + \textbf{Re-contextualizing Rhizome's Webrecorder grants}: Rhizome received \$1.74M from Mellon between 2015 and 2019 to develop Webrecorder, the open-source web-archiving software. Internet Archive in the same period received roughly \$1.13M (2020 alone) for a parallel program (Community Webs) that does training and infrastructure for public-library web archiving. Webrecorder eventually spun out from Rhizome (2020) as an independent open-source project. The two programs are complementary rather than competing: Webrecorder makes the recorder; Community Webs trains librarians to use such tools at the public-library scale; Wayback Machine and Archive-It are IA's industrial-scale crawl/host infrastructure. The Mellon-funded preservation map across IA + Rhizome + the Webrecorder spin-out forms a continuous infrastructure picture. 269 + 270 + \textbf{Knight Foundation's \$1M for TV News Search \& Borrow} is the clearest single non-Mellon institutional fingerprint on an IA program; the Sloan \$1M for library digitization is a separate but parallel commitment. 271 + 272 + \textbf{Donor-advised funds and pooled foundations} are an increasingly large share. The 2024 Permanent Archive Fund \$6.6M for Open Library is exceptional and worth flagging separately; Fidelity Charitable's \$2.82M (2024-06) is the kind of pooled-DAF gift that routes individual donor money. American Online Giving Foundation's \$381K (2025-03) is in the same category. 273 + 274 + \subsection{Brewster Kahle's compensation line} 275 + 276 + The FY2024 Form 990 reports \textbf{\$0 reportable compensation} for Brewster Kahle (Founder / Digital Librarian / Board Chair) and \$0 for the named board members (Rick Prelinger, David Rumsey, Kathleen Burch, Scott Fong). The five highest-paid individuals in FY2024 are program / engineering staff: Joy Chesbrough \$246K, Mark Graham \$229K, Jefferson Bailey \$229K, Samuel Stoller \$222K, Kenji Nagahashi \$218K. Kahle's \$0 reportable line reflects the structural fact that he is independently wealthy from the 1999 sale of Alexa Internet to Amazon and runs a separate private foundation (Kahle/Austin) that has been a recurring funder of IA in an unknown ratio across the org's three decades. ``Compensation'' in the IA case is best read as a distinct line from the executive's economic relationship to the org. 277 + 278 + \section{Litigation}\label{sec:litigation} 279 + 280 + Two simultaneous federal copyright suits dominate IA's recent legal record. The first ended adversely; the second settled. 281 + 282 + \subsection{Hachette v.~Internet Archive} 283 + 284 + \textbf{Filed:} June 1, 2020 (S.D.N.Y.~No.~1:20-cv-04160). \textbf{Plaintiffs:} Hachette Book Group, Penguin Random House, HarperCollins, Wiley. \textbf{Subject:} The Open Library's Controlled Digital Lending program and the National Emergency Library (March--June 2020). 285 + 286 + \textbf{District-court ruling.} On March 24, 2023, Judge John G.~Koeltl ruled that IA's scanning and lending of complete copies constituted copyright infringement and that all four fair-use factors favored the publishers. The decision rejected the fair-use defense for both the National Emergency Library and the underlying CDL practice with its one-to-one ratio. The court found IA's use was \emph{not transformative} because it ``did not add new expression, meaning, or message to the original works'' and ``served the same purpose as the originals.'' 287 + 288 + \textbf{2nd Circuit ruling.} On September 4, 2024 the United States Court of Appeals for the Second Circuit affirmed (No.~23-1260)~\citep{hachette2024affirm}, writing that ``authors have a right to be compensated in connection with the copying and distribution of their original creations.'' 289 + 290 + \textbf{Outcome.} On December 4, 2024 the Internet Archive announced it would not petition for Supreme Court review~\citep{iablog2024endhachette}. A permanent injunction prevents IA from lending the publishers' books in full through CDL except for titles \emph{without} current commercial e-book editions. The monetary settlement to publishers was undisclosed; FY2023 saw a \$9.0M operating loss and net assets falling \$7.7M to -\$3.53M, consistent with material legal-judgment costs landing in that fiscal year. 291 + 292 + \subsection{UMG v.~Internet Archive (Great 78)} 293 + 294 + \textbf{Filed:} August 11, 2023 (N.D.~Cal.~No.~3:23-cv-06522). \textbf{Plaintiffs:} Universal Music Group, Sony Music Entertainment, Concord, ABKCO. \textbf{Subject:} The Great 78 Project's digitization and online streaming of 2{,}749 pre-1972 recordings, including works by Frank Sinatra, Bing Crosby, Chuck Berry, Duke Ellington, Ella Fitzgerald, and Louis Armstrong. 295 + 296 + \textbf{Damages asked.} Initial complaint sought up to \$621M (Rolling Stone) / \$412M (Silicon Republic) in statutory damages. Motion to dismiss denied May 16, 2024. 297 + 298 + \textbf{Outcome.} A confidential settlement was announced in September 2025~\citep{iablog2025great78}. Joint notice was filed in California federal court; case dismissal expected within 45 days of the notice. Settlement terms remain confidential. 299 + 300 + \section{Footprint} 301 + 302 + \textbf{The Wayback Machine} is, by every measure of scale, the most consequential program in the org's portfolio: 1+ trillion archived web pages by 2025; ~99 PB of storage; the de-facto reference link for any URL that has gone offline; cited tens of thousands of times per year in academic and journalistic contexts. The cultural footprint of having a single trillion-page time machine of the public web cannot be cleanly summarized in a footprint section --- it is, in effect, a public utility. 303 + 304 + \textbf{Open Library} catalogs ~25M books and lends ~1.4M digitally (post-Hachette: only those without commercial e-book editions). Cited daily in library-science work and used heavily by readers without local-library access. 305 + 306 + \textbf{Television News Archive} is the largest publicly-searchable corpus of US TV news, used routinely by GDELT, fact-check organizations, journalism schools, and the Stanford Cable TV News Analyzer. 307 + 308 + \textbf{The Great 78 Project} is the largest publicly-accessible digitization of pre-1972 78~rpm recordings. The UMG settlement constrains its public-streaming surface but the digitization itself continues. 309 + 310 + \textbf{Mirror site at the Bibliotheca Alexandrina} (Egypt). A symbolic and operational gift: a full off-site mirror of the IA archive at the modern reconstruction of the Library of Alexandria from which the org takes its mission. 311 + 312 + \textbf{300 Funston Avenue} as a building has its own footprint --- public Friday tours by Brewster Kahle, weekly Decentralized Web events, and the architectural fact of a former Greek-Revival church now functioning as a server room. 313 + 314 + \section{Reading list} 315 + 316 + \textbf{Kahle, \emph{Preserving the Internet} (1996)}~\citep{kahle1996preserving} --- founding statement.\\ 317 + \textbf{Kahle, \emph{Universal Access to All Knowledge} (TED, 2007)}~\citep{kahle2007universal} --- public mission restatement.\\ 318 + \textbf{Internet Archive, \emph{25th Anniversary} (2021)}~\citep{ia25anniversary} --- self-curated history.\\ 319 + \textbf{Bailey, \emph{Web Archiving in the United States} (2018)}~\citep{bailey2018web} --- field-wide survey by IA's Director of Web Archiving.\\ 320 + \textbf{Hachette v.~Internet Archive (2nd Cir.~2024)}~\citep{hachette2024affirm} --- the CDL ruling.\\ 321 + \textbf{Internet Archive, \emph{End of Hachette v.~Internet Archive} (2024)}~\citep{iablog2024endhachette} --- IA's own statement on declining SCOTUS review.\\ 322 + \textbf{Sisario (Rolling Stone), \emph{Inside the \$621M Legal Battle}}~\citep{rollingstone2024great78} --- Great 78 narrative. 323 + 324 + \textbf{To acquire.} Coyle, \emph{FRBR Before and After} (on Open Library's catalog model). Lessig's \emph{Free Culture} and \emph{Code} for the underlying CDL fair-use theory the courts rejected. Greene's \emph{Internet Art} for early IA / Wayback adoption by net artists. The full IRS XML pull (FY2017+) for line-item detail not in the API v2 dump used in this pass. 325 + 326 + \section{What this dossier is not} 327 + 328 + \begin{itemize} 329 + \item Not a thesis. There is no question being answered. 330 + \item Not a critique. The litigation record is surfaced, not judged. The Hachette ruling is a fact; whether the court was correct on the underlying copyright question is not a question this paper takes up. 331 + \item Not a comparison. Adjacent organizations (Rhizome with Webrecorder, the HathiTrust digital library, Project Gutenberg, the Library of Congress's NDIIPP, anna's-archive) are mentioned only where they directly intersect IA. 332 + \item Not a memoir. 333 + \item Not exhaustive. The dossier covers what is publicly recoverable in a first pass; gaps are flagged inline. Pre-FY2016 financials (the 990-PF era) are deferred. The Hachette settlement amount is confidential. The companion data folder (\texttt{papers/arxiv-internet-archive/data/}) contains the underlying CSVs. 334 + \end{itemize} 335 + 336 + \vspace{0.5em} 337 + \noindent\textbf{ORCID:} \href{https://orcid.org/0009-0007-4460-4913}{0009-0007-4460-4913} 338 + 339 + \bibliographystyle{plainnat} 340 + \bibliography{references} 341 + 342 + \end{document}
+95
papers/arxiv-internet-archive/references.bib
··· 1 + @misc{kahle1996preserving, 2 + author={Kahle, Brewster}, 3 + title={Preserving the Internet}, 4 + year={1996}, 5 + howpublished={Scientific American, March 1997 issue (essay first circulated 1996)}, 6 + note={Founding statement of the Internet Archive's mission: ``universal access to all knowledge''} 7 + } 8 + 9 + @misc{kahle2007universal, 10 + author={Kahle, Brewster}, 11 + title={Universal Access to All Knowledge}, 12 + year={2007}, 13 + howpublished={TED Talk; \url{https://www.ted.com/talks/brewster_kahle_a_digital_library_free_to_the_world}}, 14 + note={Public statement of the IA mission} 15 + } 16 + 17 + @misc{ia25anniversary, 18 + author={{Internet Archive}}, 19 + title={Internet Archive 25th Anniversary --- Universal Access to All Knowledge}, 20 + year={2021}, 21 + howpublished={\url{https://anniversary.archive.org/}}, 22 + note={Accessed 2026-05-02} 23 + } 24 + 25 + @misc{ia2024databreach, 26 + author={Toulas, Bill}, 27 + title={Internet Archive hacked, data breach impacts 31 million users}, 28 + year={2024}, 29 + howpublished={BleepingComputer, 9 October 2024; \url{https://www.bleepingcomputer.com/news/security/internet-archive-hacked-data-breach-impacts-31-million-users/}}, 30 + } 31 + 32 + @misc{hachette2024affirm, 33 + author={{United States Court of Appeals for the Second Circuit}}, 34 + title={Hachette Book Group, Inc. v. Internet Archive, No. 23-1260}, 35 + year={2024}, 36 + howpublished={Decided September 4, 2024; \url{https://law.justia.com/cases/federal/appellate-courts/ca2/23-1260/23-1260-2024-09-04.html}}, 37 + } 38 + 39 + @misc{iablog2024endhachette, 40 + author={{Internet Archive}}, 41 + title={End of Hachette v. Internet Archive}, 42 + year={2024}, 43 + howpublished={Internet Archive Blogs, 4 December 2024; \url{https://blog.archive.org/2024/12/04/end-of-hachette-v-internet-archive/}}, 44 + } 45 + 46 + @misc{iablog2025great78, 47 + author={{Internet Archive}}, 48 + title={An Update on the Great 78s Lawsuit}, 49 + year={2025}, 50 + howpublished={Internet Archive Blogs, 15 September 2025; \url{https://blog.archive.org/2025/09/15/an-update-on-the-great-78s-lawsuit/}}, 51 + } 52 + 53 + @misc{rollingstone2024great78, 54 + author={Sisario, Ben}, 55 + title={Internet Archive: Inside the \$621 Million Legal Battle by Record Labels}, 56 + year={2024}, 57 + howpublished={Rolling Stone}, 58 + } 59 + 60 + @misc{ialongtail2018, 61 + author={{Internet Archive}}, 62 + title={Andrew W. Mellon Foundation Awards Grant to the Internet Archive for Long Tail Journal Preservation}, 63 + year={2018}, 64 + howpublished={Internet Archive Blogs, 5 March 2018; \url{https://blog.archive.org/2018/03/05/andrew-w-mellon-foundation-awards-grant-to-the-internet-archive-for-long-tail-journal-preservation/}}, 65 + } 66 + 67 + @misc{knight2013tvnews, 68 + author={{Philanthropy News Digest}}, 69 + title={Internet Archive Receives \$1 Million From Knight Foundation}, 70 + year={2013}, 71 + howpublished={Philanthropy News Digest; \url{https://philanthropynewsdigest.org/news/internet-archive-receives-1-million-from-knight-foundation}}, 72 + } 73 + 74 + @misc{sloaniagrant, 75 + author={{Philanthropy News Digest}}, 76 + title={Internet Archive Receives \$1 Million From Alfred P. Sloan Foundation}, 77 + year={---}, 78 + howpublished={Philanthropy News Digest; \url{https://philanthropynewsdigest.org/news/internet-archive-receives-1-million-from-alfred-p.-sloan-foundation}}, 79 + } 80 + 81 + @book{bailey2018web, 82 + author={Bailey, Jefferson}, 83 + title={Web Archiving in the United States: A 2017 Survey}, 84 + year={2018}, 85 + publisher={National Digital Stewardship Alliance}, 86 + note={IA's Director of Web Archiving authoring the field-wide survey} 87 + } 88 + 89 + @book{deleuze1987thousand, 90 + title={A Thousand Plateaus: Capitalism and Schizophrenia}, 91 + author={Deleuze, Gilles and Guattari, F{\'e}lix}, 92 + year={1987}, 93 + publisher={University of Minnesota Press}, 94 + note={Translated by Brian Massumi; original French edition 1980} 95 + }
+105
papers/arxiv-mellon/ac-paper-layout.sty
··· 1 + % ac-paper-layout.sty — Aesthetic Computer paper layout master template 2 + % Usage: \usepackage{ac-paper-layout} in each arxiv-* paper 3 + % 4 + % This package provides the shared visual identity for all AC working drafts: 5 + % - AC color palette 6 + % - YWFT Processing font commands (\acbold, \aclight) 7 + % - Draft watermark in Processing Light font 8 + % - Pals logo watermark (top-left, rotated, semi-opaque) 9 + % - Section/subsection formatting 10 + % - Header/footer (draft notice + page numbers) 11 + % - List and paragraph settings 12 + % - \ac command for "Aesthetic Computer" small caps 13 + % 14 + % Papers still define their own: 15 + % - \hypersetup{pdftitle=...} 16 + % - \graphicspath{...} 17 + % - Additional \newcommand macros (e.g. \wg, \acos) 18 + % - Extra packages (listings, multicol, etc.) 19 + % - Extra font families (ComicRelief for KidLisp, etc.) 20 + 21 + \NeedsTeXFormat{LaTeX2e} 22 + \ProvidesPackage{ac-paper-layout}[2026/03/16 Aesthetic Computer paper layout] 23 + 24 + % === FONTS === 25 + % Requires fontspec (loaded by the document before this package) 26 + \newfontfamily\acbold{ywft-processing-bold}[ 27 + Path=../../system/public/type/webfonts/, 28 + Extension=.ttf 29 + ] 30 + \newfontfamily\aclight{ywft-processing-light}[ 31 + Path=../../system/public/type/webfonts/, 32 + Extension=.ttf 33 + ] 34 + 35 + % === COLORS (AC palette) === 36 + \definecolor{acpink}{RGB}{180,72,135} 37 + \definecolor{acpurple}{RGB}{120,80,180} 38 + \definecolor{acdark}{RGB}{64,56,74} 39 + \definecolor{acgray}{RGB}{119,119,119} 40 + \definecolor{draftcolor}{RGB}{180,72,135} 41 + 42 + % === DRAFT WATERMARK (Processing font + pals logo) === 43 + \RequirePackage{eso-pic} 44 + \RequirePackage{tikz} 45 + \AddToShipoutPictureBG{% 46 + \begin{tikzpicture}[remember picture, overlay] 47 + % --- Pals logo: large, top-left, rotated, semi-opaque, bleeding off edge --- 48 + \node[opacity=0.06, anchor=north west, rotate=-15] 49 + at ([xshift=-1.2cm, yshift=1.2cm]current page.north west) 50 + {\includegraphics[width=10cm]{pals}}; 51 + % --- "WORKING DRAFT" text in Processing Light font --- 52 + \node[opacity=0.12, rotate=45, anchor=center] 53 + at (current page.center) 54 + {{\aclight\fontsize{2.5cm}{3cm}\selectfont\color{acpink} WORKING DRAFT}}; 55 + \end{tikzpicture}% 56 + } 57 + 58 + % === SECTION FORMATTING === 59 + \RequirePackage{titlesec} 60 + \titleformat{\section} 61 + {\normalfont\bfseries\normalsize\uppercase} 62 + {\thesection.} 63 + {0.5em} 64 + {} 65 + \titlespacing{\section}{0pt}{1.2em}{0.3em} 66 + 67 + \titleformat{\subsection} 68 + {\normalfont\bfseries\small} 69 + {\thesubsection} 70 + {0.5em} 71 + {} 72 + \titlespacing{\subsection}{0pt}{0.8em}{0.2em} 73 + 74 + % === HEADER/FOOTER === 75 + \RequirePackage{fancyhdr} 76 + \pagestyle{fancy} 77 + \fancyhf{} 78 + \renewcommand{\headrulewidth}{0pt} 79 + \fancyhead[C]{\footnotesize\color{acpink}\textit{Working Draft --- not for citation}} 80 + \fancyfoot[C]{\footnotesize\thepage} 81 + 82 + % === LIST SETTINGS === 83 + \RequirePackage{enumitem} 84 + \setlist[itemize]{nosep, leftmargin=1.2em, itemsep=0.1em} 85 + \setlist[enumerate]{nosep, leftmargin=1.2em} 86 + 87 + % === PARAGRAPH SETTINGS === 88 + \setlength{\columnsep}{1.8em} 89 + \setlength{\parindent}{1em} 90 + \setlength{\parskip}{0.3em} 91 + 92 + % === HYPERREF COLORS === 93 + \RequirePackage{hyperref} 94 + \hypersetup{ 95 + colorlinks=true, 96 + linkcolor=acpurple, 97 + urlcolor=acpurple, 98 + citecolor=acpurple, 99 + } 100 + 101 + % === COMMON COMMANDS === 102 + \newcommand{\ac}{\textsc{Aesthetic Computer}} 103 + \newcommand{\acdot}{{\color{acpink}.}} 104 + 105 + \endinput
+101
papers/arxiv-mellon/data/README.md
··· 1 + # arxiv-mellon / data — first-pass record pull 2 + 3 + First-pass dossier data assembled 2026-05-02. Mellon is a *funder*, not a recipient, so this dossier is structured around the giving record. Numbers are sourced; gaps and TBDs are flagged inline rather than guessed. 4 + 5 + ## Files 6 + 7 + - `financials.csv` — Form 990-PF top-line per fiscal year, FY2014–FY2024, from ProPublica Nonprofit Explorer (EIN 13-1879954). Columns: `fy_end`, `total_assets`, `total_revenue`, `investment_income`, `grants_paid`, `total_expenses`. Note: a private foundation's total revenue line is dominated by realized gains on asset sales; it bears no resemblance to a public-charity 990 revenue line. 8 + - `people.csv` — Presidents (with full tenure dates 1969→present), board chairs (partial lineage), current trustees, key senior staff. 9 + - `programs.csv` — current 5 program areas with descriptions. 10 + - `grantees.csv` — flagship Mellon commitments by year-and-recipient. Larger than `recipient-spotlight.csv` in scope (any recipient) but shallower per-row. 11 + - `recipient-spotlight.csv` — per-grant rows for a fixed list of digital-arts-adjacent recipient orgs (Rhizome, Internet Archive, ITHAKA/JSTOR, HathiTrust, Eyebeam, Pioneer Works, Studio Museum in Harlem, Whitney Museum, National Gallery of Art, Smithsonian, MIT/MIT Press, Wikimedia, SFPC). 2010–2025 window. 12 + - `timeline.csv` — 1940 (Avalon) → 2026 program / leadership / strategy events. 13 + - `locations.csv` — NYC headquarters + historical premises. 14 + 15 + ## What's solid 16 + 17 + - **Founding**: Avalon Foundation (1940, Ailsa Mellon Bruce) + Old Dominion Foundation (1941, Paul Mellon) merged on 30 June 1969 as Avalon, renamed Andrew W. Mellon Foundation. Combined assets at merger \$273M; combined giving in 1968 \$11M. 18 + - **Headquarters**: 140 East 62nd Street, New York, NY 10065. 19 + - **EIN**: 13-1879954. Tax-exempt status September 1956 (continuity of Avalon). 20 + - **Presidents** with exact dates from `mellon.org/history`: 21 + - Charles S. Hamilton, Jr. (1969–1971) 22 + - Nathan M. Pusey (1971–1975) 23 + - John E. Sawyer (1975–1987) 24 + - William G. Bowen (1988–2006) 25 + - Don Michael Randel (2006–2013) 26 + - Earl Lewis (2013–2018) 27 + - Elizabeth Alexander (2018–present) 28 + - **2020 rebrand**: announced June 2020 by Pentagram (with Alexander, CCO Vanessa Corrêa). Dropped "Andrew" — formal "The Andrew W. Mellon Foundation" → "Mellon Foundation." Coupled with strategic shift toward social-justice grant-making. 29 + - **Monuments Project**: announced 5 October 2020 with $250M commitment. Doubled to $500M on 28 November 2023. As of Nov 2023, $170M+ across 80+ projects. 30 + - **Creatives Rebuild New York**: 28 June 2021. $115M Mellon grant via Tides Center, plus $5M Ford + $5M SNF for $125M total. 2,700 NY State artists. 31 + - **FY2024 grants paid**: $635.4M, ~650 grants. FY2024 total assets $7.82B. 32 + - **Endowment trajectory** (year-end approx): 1969 $273M → 1980 $880M → 2014 $6.43B → 2021 peak $9.55B → 2024 $7.82B. 33 + - **Cumulative grant-making 1969–2023**: foundation reports ~$9.1B. 34 + - **Board chair** as of 2026: Kathryn A. Hall (since March 2019). Predecessor: Danielle S. Allen (chair 2015–2019, board member 2008–2019). 35 + 36 + ## Confirmed individual recipient grants (per per-grant URLs) 37 + 38 + - Internet Archive, $200K, 5 Mar 2020, 24 mo., Public Knowledge — ML for online scholarly journal preservation. 39 + - Internet Archive, $1.13M, 18 Sep 2020, 24 mo., Public Knowledge — Community Webs national network. 40 + - Eyebeam, $600K, 11 Jun 2021, 36 mo., Presidential Initiatives — general operating. 41 + - Eyebeam, ~$150K, 2020, Rapid Response Fund for a Better Digital Future. 42 + - ITHAKA (JSTOR), $1.5M, Sep 2021 — JSTOR-in-Prison program. 43 + - HathiTrust, $1M, Feb 2023, 5 yr — core operations strengthening. 44 + - Smithsonian, $250K, 11 Mar 2022, 24 mo., Arts and Culture — "1898: The American Imperium." 45 + - Whitney Museum, $500K, May 2022 — "no existe un mundo poshuracán" exhibition. 46 + - Studio Museum in Harlem, $5M, Sep 2018 — capital campaign + capacity building. Multiple Curatorial Fund phases (I, II, III) over a decade. 47 + - National Gallery of Art, $30M, March 2016 — 75th-anniversary endowment challenge; matched with $50M for $80M total endowment lift. 48 + - Tides Center / Creatives Rebuild New York, $115M, 28 Jun 2021, 36 mo. 49 + - ALAM (Latinx Art in Museums) — $5M shared with Ford, Getty, Terra Foundations, Feb 2023; ten $500K curatorial-position grants. 50 + 51 + ## Rhizome cross-reference 52 + 53 + The `arxiv-rhizome` dossier maps **7 Mellon grants totalling $4.011M** to Rhizome between 2015 and 2025: 54 + 55 + - 2015-12-10 $600K Webrecorder development (24 mo) 56 + - 2017-12-07 $1.0M Webrecorder Phase Two (24 mo) 57 + - 2019-12-09 $146K Webrecorder sustainability planning (6 mo) 58 + - 2021-09-13 $1.0M Change Capital (60 mo) 59 + - 2024-06-24 $750K ArtBase overhaul (36 mo) 60 + - 2024-12 $195K Change-capital business model continuation 61 + - 2025 $320K project unspecified 62 + 63 + Source: Mellon Foundation grants database + CauseIQ. See `papers/arxiv-rhizome/data/grants.csv` for per-row provenance. 64 + 65 + ## What's known but not fully quantified 66 + 67 + - **Mellon Mays Undergraduate Fellowship**: long-running named program in higher education, 1988–present. Cumulative spend across the program is in the foundation's annual reports but not extracted to this dossier. 68 + - **Per-program-area annual breakdown**: the FY2024 annual report references ~650 grants / ~$540M but does not publish a per-program-area dollar breakdown in the parts of the report scraped here. 69 + - **Qualifying distributions vs. grants paid**: Part XII of 990-PF is the regulatory line; this dossier has Part I line 25 (charitable disbursements) for FY2014–FY2024 from ProPublica but not Part XII. The two figures differ by program-related investments + qualifying admin costs + amounts set aside. 70 + - **Investment portfolio composition**: 990-PF Part II has the asset-class breakdown (corporate stocks, bonds, real estate, alternatives). Not extracted in this pass. 71 + - **Board chair lineage** before Allen: Hanna Holborn Gray (chair through ~2003 after 23 years on board), Anne M. Tatlock (~2003–2012), W. Taylor Reveley III (chair from ~2012). Exact handover dates TBD. 72 + 73 + ## What's missing entirely 74 + 75 + - **SFPC Mellon grants (if any)**: SFPC is an LLC; tax-deductible giving runs through an unnamed fiscal sponsor. No Mellon-to-SFPC grant has been located in the database. If any exists it is recorded under the fiscal sponsor's name with SFPC as project. 76 + - **Pioneer Works**: not located in the Mellon database despite multiple targeted searches. Pioneer Works' main institutional funders appear elsewhere (Mellon does not appear to be a primary funder). 77 + - **MIT Press / Direct to Open**: known scholarly-communications context, but no per-grant URL located in this pull. 78 + - **Eyebeam pre-2020 grants**: Mellon's news on the Eyebeam 2021 grant references "additional grants documented in 2024, 2023, 2020, and 2013" but those exact rows aren't in this CSV yet. 79 + - **Pre-2014 financial line items**: only summary endowment milestones (1969 $273M, 1970 $700M, 1980 $880M) for the pre-ProPublica window. ProPublica's data goes back further; deeper extraction is deferred. 80 + - **Top-100 recipients by aggregate dollars**: would require a full crawl of `mellon.org/grants/grants-database/`. The site is queryable but does not expose a stable JSON-export endpoint. 81 + 82 + ## Data quality notes 83 + 84 + - Mellon's 990-PF fiscal year ends **December 31** (calendar year). Unlike Rhizome's June 30 FY end, Mellon-FY = calendar year, so "FY2024" is calendar 2024. 85 + - The foundation is named "The Andrew W. Mellon Foundation" on all federal filings; "Mellon Foundation" is the doing-business-as adopted in June 2020 for public-facing communications. Funder databases use both names. 86 + - Press announcements often cite *new commitments* (e.g. "Monuments Project: $500M") that are paid out over multiple years. The grants-paid line on a given 990-PF reflects *cash outflows* in that fiscal year, not commitments. The two views diverge significantly during multi-year flagship cycles. 87 + - Mellon issued $300M of *social bonds* in July 2020 to fund COVID-emergency grants. This is borrowed capital on the foundation's balance sheet and inflates the FY2020–FY2022 grants-paid lines relative to a "pure 5%-of-assets" baseline. 88 + 89 + ## Source URLs 90 + 91 + - Mellon history: https://www.mellon.org/history 92 + - Mellon financials: https://www.mellon.org/financials 93 + - Mellon trustees: https://www.mellon.org/people/trustees 94 + - Mellon grant programs: https://www.mellon.org/grant-programs 95 + - Mellon grants database: https://www.mellon.org/grants/grants-database/ 96 + - ProPublica record: https://projects.propublica.org/nonprofits/organizations/131879954 97 + - IRS direct e-file XML: https://apps.irs.gov/pub/epostcard/990/xml/ 98 + - Pentagram rebrand case study: https://www.pentagram.com/work/the-mellon-foundation/story 99 + - Wikipedia: https://en.wikipedia.org/wiki/Andrew_W._Mellon_Foundation 100 + - InfluenceWatch: https://www.influencewatch.org/non-profit/andrew-w-mellon-foundation/ 101 + - Rhizome cross-reference: papers/arxiv-rhizome/data/grants.csv
+12
papers/arxiv-mellon/data/financials.csv
··· 1 + fy_end,total_assets,total_revenue,investment_income,grants_paid,total_expenses,source,notes 2 + 2014-12-31,6430000000,438100000,18400000,257000000,292000000,ProPublica EIN 13-1879954,Bowen-Randel-Lewis transition era; pre-rebrand 3 + 2015-12-31,6180000000,380200000,17400000,227100000,331400000,ProPublica EIN 13-1879954,Lewis era 4 + 2016-12-31,6250000000,310800000,23500000,319800000,346900000,ProPublica EIN 13-1879954,FY16 includes $30M NGA challenge grant 5 + 2017-12-31,6860000000,428000000,23300000,327000000,335300000,ProPublica EIN 13-1879954, 6 + 2018-12-31,6560000000,483600000,27600000,345600000,368400000,ProPublica EIN 13-1879954,Alexander begins (June 2018) 7 + 2019-12-31,6990000000,446800000,30800000,345900000,376100000,ProPublica EIN 13-1879954,first full Alexander year 8 + 2020-12-31,8220000000,505900000,18800000,456400000,528000000,ProPublica EIN 13-1879954,COVID + $300M social bond + Monuments Project announce 9 + 2021-12-31,9550000000,1150000000,16900000,460200000,558000000,ProPublica EIN 13-1879954,endowment peak; CRNY $115M obligated 10 + 2022-12-31,8190000000,320700000,22000000,560700000,688700000,ProPublica EIN 13-1879954,grant payouts elevated 11 + 2023-12-31,8030000000,450400000,32300000,596100000,654000000,ProPublica EIN 13-1879954,Monuments Project doubled to $500M 12 + 2024-12-31,7820000000,1060000000,43400000,635400000,584700000,ProPublica EIN 13-1879954,~650 grants per FY24 annual report
+41
papers/arxiv-mellon/data/grantees.csv
··· 1 + recipient,city,year,amount_usd,program_area,project,term_months,source_url,notes 2 + National Gallery of Art,Washington DC,2016,30000000,Arts and Culture,75th anniversary endowment challenge grant,,https://www.nga.gov/press/2021/mellon-challenge-grant.html,matched with $50M for $80M total endowment lift 3 + Rhizome Communications Inc,New York NY,2015,600000,Public Knowledge,Webrecorder development,24,https://www.mellon.org/grant-details/web-archiving-tools-11233,recipient-spotlight detail in arxiv-rhizome 4 + Rhizome Communications Inc,New York NY,2017,1000000,Public Knowledge,Webrecorder Phase Two,24,https://mellon.org/grants/grants-database/grants/rhizome-communications-inc/1708-04727/,recipient-spotlight detail in arxiv-rhizome 5 + Rhizome Communications Inc,New York NY,2019,146000,Public Knowledge,Webrecorder sustainability planning,6,https://www.mellon.org/grant-details/rhizome-communications-inc.-20446351,bridge planning grant before Conifer spin-out 6 + Rhizome Communications Inc,New York NY,2021,1000000,Public Knowledge,Change Capital five-year resilience,60,https://mellon.org/grants/grants-database/grants/rhizome-communications-inc/2103-10317/,Nonprofit Finance Fund cohort 7 + Rhizome Communications Inc,New York NY,2024,750000,Arts and Culture,ArtBase overhaul,36,https://www.mellon.org/grant-details/rhizome-communications-inc.-20457552, 8 + Rhizome Communications Inc,New York NY,2024,195000,Public Knowledge,Change-capital business model continuation,,causeiq.com, 9 + Rhizome Communications Inc,New York NY,2025,320000,,project unspecified,,causeiq.com, 10 + Internet Archive,San Francisco CA,2020,200000,Public Knowledge,ML for online scholarly journal preservation,24,https://www.mellon.org/grant-details/internet-archive-20446662, 11 + Internet Archive,San Francisco CA,2020,1130000,Public Knowledge,Community Webs national network of public library web archives,24,https://www.mellon.org/grant-details/internet-archive-20447040, 12 + The Eyebeam Atelier Inc,Brooklyn NY,2020,150000,Presidential Initiatives,Rapid Response Fund for a Better Digital Future,,https://www.mellon.org/grant-details/rapid-response-fund-for-a-better-digital-future-20447022,approximate amount 13 + The Eyebeam Atelier Inc,Brooklyn NY,2021,600000,Presidential Initiatives,General operating support,36,https://www.mellon.org/grant-details/the-eyebeam-atelier-inc.-20449592, 14 + The Eyebeam Atelier Inc,Brooklyn NY,2024,,Presidential Initiatives,Continued support (URL referenced in 2021 grant page),,https://www.mellon.org/grant-details/the-eyebeam-atelier-inc.-20456337,exact amount TBD 15 + ITHAKA Harbors Inc (JSTOR),New York NY,2018,600000,Public Knowledge,Provide JSTOR access to incarcerated people,,https://www.about.jstor.org/news/, 16 + ITHAKA Harbors Inc (JSTOR),New York NY,2018,700000,Higher Learning,JSTOR Plant Humanities (with Harvard/Dumbarton Oaks),,https://www.mellon.org/grant-details/jstor-plant-humanities-20445075, 17 + ITHAKA Harbors Inc (JSTOR),New York NY,2021,1500000,Higher Learning,JSTOR access for incarcerated college students,,https://www.ithaka.org/news/mellon-foundation-awards-ithaka-1-5-million-to-make-jstor-accessible-to-incarcerated-college-students/, 18 + HathiTrust,Ann Arbor MI,2023,1000000,Public Knowledge,Strengthen preservation and access mission; portfolio management staffing,60,https://www.hathitrust.org/hathitrust-receives-1-million-mellon-grant-to-enhance-core-operations, 19 + The Studio Museum in Harlem,New York NY,2018,5000000,Arts and Culture,Capital Campaign + capacity building,,https://www.mellon.org/grant-details/capital-campaign-20449604,new building construction 20 + The Studio Museum in Harlem,New York NY,2020,,Arts and Culture,Studio Museum Sustainability Plan,,https://www.mellon.org/grant-details/studio-museum-sustainability-plan-20445436,exact amount TBD 21 + The Studio Museum in Harlem,New York NY,,,Arts and Culture,Curatorial Fund Phase II,,https://www.mellon.org/grant-details/curatorial-fund-phase-ii-10633, 22 + The Studio Museum in Harlem,New York NY,,,Arts and Culture,Curatorial Fund Phase III,,https://www.mellon.org/grant-details/curatorial-fund-phase-iii-20444169, 23 + The Studio Museum in Harlem,New York NY,,,Arts and Culture,Critical Collections,,https://www.mellon.org/grant-details/critical-collections-20447639, 24 + The Studio Museum in Harlem,New York NY,,,Arts and Culture,Art Museum Futures Fund,,https://www.mellon.org/grant-details/art-museum-futures-fund-20447455, 25 + Whitney Museum of American Art,New York NY,2014,1500000,,Exhibitions/Publications support,,https://mellon.org/grants/grants-database/grants/whitney-museum-of-american-art/28100087/, 26 + Whitney Museum of American Art,New York NY,2018,350000,,unspecified,,, 27 + Whitney Museum of American Art,New York NY,2022,500000,Arts and Culture,no existe un mundo poshuracán: Puerto Rican Art in the Wake of Hurricane Maria,,https://mellon.org/grants/grants-database/grants/whitney-museum-of-american-art/, 28 + Smithsonian Institution,Washington DC,2022,250000,Arts and Culture,1898: The American Imperium,24,https://www.mellon.org/grant-details/smithsonian-institution-20451235, 29 + Smithsonian Institution,Washington DC,2023,,Arts and Culture,International cultural heritage emergency preparedness/response,,https://www.mellon.org/grant-details/smithsonian-institution-20453586,exact amount TBD 30 + Smithsonian (Office of Human Dignity),Washington DC,2024,10000000,Presidential Initiatives,Office of Human Dignity,,influencewatch.org,referenced as recent major grant 31 + UC Office of the President,Oakland CA,2020,15000000,Higher Learning,UC Presidential Postdoctoral Fellowship expansion,,influencewatch.org, 32 + Rutgers University,New Brunswick NJ,2020,15000000,Higher Learning,Institute for Advanced Study of Race and Social Justice,,influencewatch.org, 33 + Tides Center / Creatives Rebuild New York,New York NY,2021,115000000,Presidential Initiatives,Creatives Rebuild New York (2700 NY artist guaranteed-income/employment),36,https://www.mellon.org/grant-details/creatives-rebuild-new-york-20448217,$125M total with Ford/SNF 34 + Monument Lab,Philadelphia PA,,12000000,Presidential Initiatives,Monuments Project research and convening partner,,influencewatch.org, 35 + Montpelier Foundation,Orange VA,,5700000,Presidential Initiatives,Memorial to Enslaved People at Montpelier,,influencewatch.org,Monuments Project 36 + Harvard University (Dumbarton Oaks),Washington DC,2018,700000,Higher Learning,Plant Humanities (with JSTOR/ITHAKA),,https://www.mellon.org/grant-details/harvard-university-20445073, 37 + California State University Fresno,Fresno CA,2024,,Higher Learning,Humanities-internship paid program (one of five recipients in $25M cohort),,mellon.org annual report, 38 + City College of New York,New York NY,2024,,Higher Learning,Humanities-internship paid program,,mellon.org annual report, 39 + Old Dominion University,Norfolk VA,2024,,Higher Learning,Humanities-internship paid program,,mellon.org annual report, 40 + University of Missouri-Kansas City,Kansas City MO,2024,,Higher Learning,Humanities-internship paid program,,mellon.org annual report, 41 + University of North Carolina Greensboro,Greensboro NC,2024,,Higher Learning,Humanities-internship paid program,,mellon.org annual report,
+2
papers/arxiv-mellon/data/locations.csv
··· 1 + period_start,period_end,address,city,state,zip,role,notes 2 + 1969,,140 East 62nd Street,New York,NY,10065,headquarters,Upper East Side townhouse-form office building between Park and Lexington; Mellon's continuous HQ through every recent presidency
+25
papers/arxiv-mellon/data/people.csv
··· 1 + role,name,tenure_start,tenure_end,prior_affiliation,notes 2 + President,Charles S. Hamilton Jr.,1969,1971,Avalon Foundation,first president of merged foundation 3 + President,Nathan M. Pusey,1971,1975,President Harvard, 4 + President,John E. Sawyer,1975,1987,President Williams College, 5 + President,William G. Bowen,1988,2006,President Princeton,longest tenure to date (18 years) 6 + President,Don Michael Randel,2006,2013,President University of Chicago, 7 + President,Earl Lewis,2013,2018,Provost Emory; founding director NCID Michigan,first non-university-president incumbent 8 + President,Elizabeth Alexander,2018,,Yale & Columbia (poet/scholar),led 2020 rebrand and Monuments Project 9 + Board Chair,Hanna Holborn Gray,,2003,President emerita University of Chicago,23 years on board prior to chairmanship; exact chair start TBD 10 + Board Chair,Anne M. Tatlock,2003,2012,Fiduciary Trust,9-year chair tenure 11 + Board Chair,W. Taylor Reveley III,2012,,President William & Mary,exact end TBD 12 + Board Chair,Danielle S. Allen,2015,2019,Harvard,4 years as chair after 11 on board total 13 + Board Chair,Kathryn A. Hall,2019,,Hall Capital Partners,current chair 14 + Trustee,Margaret Anadu,,,The Vistria Group,impact investment 15 + Trustee,Paul Farber,,,Director Monument Lab,Monuments Project program tie 16 + Trustee,Patrick Gaspard,,,Center for American Progress,former Open Society Foundations president 17 + Trustee,Melissa Gilliam,,,President Boston University, 18 + Trustee,Thelma Golden,,,Director Studio Museum in Harlem,joined 2019; recurring grantee tie 19 + Trustee,Kelly Granat,,,Lone Pine Capital, 20 + Trustee,Sherrilyn Ifill,,,President Emerita NAACP LDF, 21 + Trustee,Maryana Iskander,,,CEO Wikimedia Foundation, 22 + Trustee,Gaurav Kapadia,,,XN founder/CEO, 23 + CCO,Vanessa Correa,,,,led 2020 rebrand with Pentagram 24 + Senior Officer,Don Waters,,,,longtime Scholarly Communications program officer 25 + Senior Officer,Helen Cullyer,,,,longtime Scholarly Communications program officer
+6
papers/arxiv-mellon/data/programs.csv
··· 1 + program,description,example_grantees,year_named,notes 2 + Higher Learning,Investment in colleges and universities; explicit emphasis on minority-serving institutions (HBCUs, tribal colleges, HSIs); fellowships and faculty support,Mellon Mays Undergraduate Fellowship recipients; CSU Fresno; CCNY; Old Dominion; UMKC; UNC Greensboro,2020,Successor to historic Higher Education & Scholarship in the Humanities program 3 + Arts and Culture,Performing arts, visual arts, museum support; emphasis on artist-centred organizations and racial-justice priorities,Whitney Museum; Smithsonian; Studio Museum in Harlem; Eyebeam,2020, 4 + Public Knowledge,Libraries archives scholarly communications digital preservation,Internet Archive; ITHAKA/JSTOR; HathiTrust; Rhizome (Webrecorder); DPLA,2020,Home program for digital preservation funding 5 + Humanities in Place,Place-specific cultural and humanities work; public history; historic-site reinterpretation; oral history; regional storytelling,Frontera Culture Fund recipients; place-based community archives,2020,New as a named area in 2020 6 + Presidential Initiatives,Signature programs from the President's office; cross-cutting flagship commitments,Monuments Project; Creatives Rebuild New York; Affirming Multivocal Humanities; Writing Freedom Fellowship,2020,Used as home for cross-cutting flagships; Eyebeam GOS sits here too
+38
papers/arxiv-mellon/data/recipient-spotlight.csv
··· 1 + recipient,year,date,amount_usd,program_area,project,term_months,source_url,notes 2 + Rhizome Communications Inc,2015,2015-12-10,600000,Public Knowledge,Webrecorder development (preservation of web-based resources),24,https://www.mellon.org/grant-details/web-archiving-tools-11233, 3 + Rhizome Communications Inc,2017,2017-12-07,1000000,Public Knowledge,Webrecorder Phase Two (further software development),24,https://mellon.org/grants/grants-database/grants/rhizome-communications-inc/1708-04727/, 4 + Rhizome Communications Inc,2019,2019-12-09,146000,Public Knowledge,Webrecorder sustainability planning,6,https://www.mellon.org/grant-details/rhizome-communications-inc.-20446351,bridge before Conifer spin-out 5 + Rhizome Communications Inc,2021,2021-09-13,1000000,Public Knowledge,Change Capital five-year resilience and operating reserves,60,https://mellon.org/grants/grants-database/grants/rhizome-communications-inc/2103-10317/,Nonprofit Finance Fund cohort 6 + Rhizome Communications Inc,2024,2024-06-24,750000,Arts and Culture,ArtBase overhaul,36,https://www.mellon.org/grant-details/rhizome-communications-inc.-20457552, 7 + Rhizome Communications Inc,2024,2024-12,195000,Public Knowledge,Change-capital business model continuation,,causeiq.com,additional disbursement on 2021 Change Capital line 8 + Rhizome Communications Inc,2025,2025,320000,,project unspecified,,causeiq.com, 9 + Internet Archive,2020,2020-03-05,200000,Public Knowledge,ML and other techniques to identify and preserve online scholarly journals,24,https://www.mellon.org/grant-details/internet-archive-20446662, 10 + Internet Archive,2020,2020-09-18,1130000,Public Knowledge,Community Webs national network of public library web archives,24,https://www.mellon.org/grant-details/internet-archive-20447040,150-200 participating libraries target 11 + ITHAKA Harbors Inc (JSTOR),2018,2018,600000,Public Knowledge,Provide JSTOR access to incarcerated people,,https://www.about.jstor.org/news/, 12 + ITHAKA Harbors Inc (JSTOR),2018,2018-09,700000,Higher Learning,JSTOR Plant Humanities (with Harvard/Dumbarton Oaks),,https://www.mellon.org/grant-details/jstor-plant-humanities-20445075, 13 + ITHAKA Harbors Inc (JSTOR),2019,2019,,,JSTOR offline index improvements,,about.jstor.org,exact amount TBD 14 + ITHAKA Harbors Inc (JSTOR),2021,2021-09,1500000,Higher Learning,JSTOR access for all Higher Education in Prison programs,,https://www.ithaka.org/news/mellon-foundation-awards-ithaka-1-5-million-to-make-jstor-accessible-to-incarcerated-college-students/, 15 + HathiTrust,2023,2023-02,1000000,Public Knowledge,Strengthen preservation and access mission; portfolio management staffing,60,https://www.hathitrust.org/hathitrust-receives-1-million-mellon-grant-to-enhance-core-operations, 16 + The Eyebeam Atelier Inc,2013,2013,,,unspecified,,mellon database,referenced in 2021 grant page 17 + The Eyebeam Atelier Inc,2020,2020,150000,Presidential Initiatives,Rapid Response Fund for a Better Digital Future,,https://www.mellon.org/grant-details/rapid-response-fund-for-a-better-digital-future-20447022,approximate amount 18 + The Eyebeam Atelier Inc,2021,2021-06-11,600000,Presidential Initiatives,General operating support,36,https://www.mellon.org/grant-details/the-eyebeam-atelier-inc.-20449592, 19 + The Eyebeam Atelier Inc,2023,2023,,,unspecified,,mellon database,referenced in 2021 grant page 20 + The Eyebeam Atelier Inc,2024,2024-03-22,,,unspecified,,https://www.mellon.org/grant-details/the-eyebeam-atelier-inc.-20456337, 21 + Pioneer Works,,,,,(no Mellon grant located in 2010-2025 window),,,not found in Mellon database; primary funders appear elsewhere 22 + The Studio Museum in Harlem,2018,2018-09,5000000,Arts and Culture,Capital Campaign + capacity building (new building construction),,https://www.mellon.org/grant-details/capital-campaign-20449604, 23 + The Studio Museum in Harlem,2020,2020-07-10,,Arts and Culture,Studio Museum Sustainability Plan / Art Museum Futures Fund,,https://www.mellon.org/grant-details/the-studio-museum-in-harlem-20447455,exact amount TBD 24 + The Studio Museum in Harlem,,,,Arts and Culture,Curatorial Fund (recurring),,https://www.mellon.org/grant-details/curatorial-fund-8888, 25 + The Studio Museum in Harlem,,,,Arts and Culture,Curatorial Fund Phase II,,https://www.mellon.org/grant-details/curatorial-fund-phase-ii-10633, 26 + The Studio Museum in Harlem,,,,Arts and Culture,Curatorial Fund Phase III,,https://www.mellon.org/grant-details/curatorial-fund-phase-iii-20444169, 27 + The Studio Museum in Harlem,,,,Arts and Culture,Critical Collections,,https://www.mellon.org/grant-details/critical-collections-20447639, 28 + Whitney Museum of American Art,2014,2014-12,1500000,,Exhibitions/Publications,,https://mellon.org/grants/grants-database/grants/whitney-museum-of-american-art/28100087/, 29 + Whitney Museum of American Art,2018,2018-03,350000,,unspecified,,, 30 + Whitney Museum of American Art,2022,2022-05,500000,Arts and Culture,no existe un mundo poshuracán: Puerto Rican Art in the Wake of Hurricane Maria,,mellon database, 31 + National Gallery of Art,2016,2016-03,30000000,Arts and Culture,75th anniversary endowment challenge grant,,https://www.nga.gov/press/2021/mellon-challenge-grant.html,matched with $50M for $80M endowment lift 32 + Smithsonian Institution,2022,2022-03-11,250000,Arts and Culture,1898: The American Imperium,24,https://www.mellon.org/grant-details/smithsonian-institution-20451235, 33 + Smithsonian Institution,2023,2023-03-29,,Arts and Culture,International cultural heritage emergency preparedness/response,,https://www.mellon.org/grant-details/smithsonian-institution-20453586,exact amount TBD 34 + Smithsonian Institution (Office of Human Dignity),2024,2024,10000000,Presidential Initiatives,Office of Human Dignity,,influencewatch.org,referenced as recent major grant 35 + MIT Press,,,,,(no per-grant Mellon URL located in this pull),,,known scholarly-communications context (Direct to Open) but specific Mellon grant TBD 36 + Wikimedia Foundation,,,,,,(no per-grant Mellon URL located in this pull),,Trustee Maryana Iskander is Wikimedia CEO; if direct grants exist they may be flagged as conflict in 990-PF Schedule 37 + SFPC (School for Poetic Computation),,,,,(no Mellon grant located),,,SFPC is LLC; tax-deductible giving via unnamed fiscal sponsor 38 + The Corporation for Digital Scholarship (Zotero),,,,,(no Mellon grant located in this pull),,,not found in spotlight pull; would be Public Knowledge if it exists
+30
papers/arxiv-mellon/data/timeline.csv
··· 1 + date,event,category,source 2 + 1937-08-26,Andrew W. Mellon dies (b. 1855),genealogy,wikipedia 3 + 1940,Avalon Foundation established by Ailsa Mellon Bruce,formation,influencewatch 4 + 1941,Old Dominion Foundation established by Paul Mellon,formation,influencewatch 5 + 1956-09,IRS tax-exempt status conferred (continuity of Avalon),legal,propublica 6 + 1969-06-30,Avalon and Old Dominion Foundations merge as Andrew W. Mellon Foundation; combined assets ~$273M,formation,mellon.org/history + influencewatch 7 + 1969,Charles S. Hamilton Jr. becomes first president,leadership,mellon.org/history 8 + 1971,Nathan Pusey becomes president,leadership,mellon.org/history 9 + 1975,John E. Sawyer becomes president,leadership,mellon.org/history 10 + 1980,Total assets reach ~$880M,money,mellon.org/financials 11 + 1988,William G. Bowen becomes president,leadership,mellon.org/history 12 + 1988,Mellon Mays Undergraduate Fellowship launches,program, 13 + 1995,JSTOR established as a Mellon initiative; later spun out as ITHAKA,program,wikipedia 14 + 2003,Mellon Mays Fellowship renamed in honor of Benjamin E. Mays,program, 15 + 2006,Don Michael Randel becomes president,leadership,mellon.org/history 16 + 2013,Earl Lewis becomes president,leadership,mellon.org/history 17 + 2016-03,$30M endowment challenge grant to National Gallery of Art (75th anniversary),flagship,nga.gov press 18 + 2018-02,Elizabeth Alexander appointed president (effective summer 2018),leadership,yale news 19 + 2019-03,Kathryn A. Hall succeeds Danielle S. Allen as Board Chair,governance,prnewswire 20 + 2020-06,Strategic shift announcement: foundation reorients all grant-making toward social justice,strategy,artnet 21 + 2020-06,"Rebrand: ""The Andrew W. Mellon Foundation"" becomes ""Mellon Foundation"" (Pentagram)",branding,pentagram 22 + 2020-07,$300M social bond issuance to fund COVID emergency grants,money,mellon.org/financials 23 + 2020-10-05,Monuments Project announced with $250M five-year commitment,flagship,npr 24 + 2021-06-28,Creatives Rebuild New York announced; $115M Mellon + $5M Ford + $5M SNF,flagship,mellon.org news 25 + 2023-02,$5M ALAM (Advancing Latinx Art in Museums) initiative with Ford Getty Terra,flagship,fordfoundation.org 26 + 2023-11-28,Monuments Project commitment doubled to $500M total,flagship,mellon.org news + npr 27 + 2024,Frontera Culture Fund launched (US-Mexico borderlands),program,mellon.org annual report 28 + 2024,Affirming Multivocal Humanities inaugural cohort ($18M+),program,mellon.org annual report 29 + 2024,Higher Learning paid internships at five large public universities ($25M),program,mellon.org annual report 30 + 2024,FY2024: ~650 grants paid totaling ~$540M (annual report) / $635.4M (990-PF Part I),money,mellon.org annual report + propublica
+1
papers/arxiv-mellon/figures/cover-prompt.txt
··· 1 + A vertical interior view of a private foundation: a wood-paneled board room in a townhouse on Manhattan's Upper East Side. Tall sash windows behind a long oval table; portraits of bankers in oil hang on the cream walls; a marble fireplace; bookshelves filled with bound annual reports and humanities monographs; a stack of grant files and an unfolded check ledger on the table. A small bronze bust of an old industrialist on a side console, partially in shadow. Through the window the suggestion of a brownstone street and bare trees. Light is soft, late-afternoon, museum-grade. Mood: old-money quiet, generational wealth being slowly converted into civic infrastructure, the moment when a foundation decides who gets funded. No people in the frame, only the room. Colored pencil illustration on cream paper, soft layered strokes, art-school sketchbook tone, no text, no logos, vertical composition.
papers/arxiv-mellon/figures/cover.png

This is a binary file and will not be displayed.

+330
papers/arxiv-mellon/mellon.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 + % Latin Modern via OTF filenames so the same preamble renders identically under 8 + % macOS xelatex (Core Text, no fontconfig) and the oven's Linux xelatex (uses 9 + % fontconfig). kpathsea finds the OTFs in texmf-dist on both platforms. 10 + \setmainfont{lmroman10-regular.otf}[ 11 + BoldFont=lmroman10-bold.otf, 12 + ItalicFont=lmroman10-italic.otf, 13 + BoldItalicFont=lmroman10-bolditalic.otf, 14 + ] 15 + \setsansfont{lmsans10-regular.otf}[ 16 + BoldFont=lmsans10-bold.otf, 17 + ItalicFont=lmsans10-oblique.otf, 18 + BoldItalicFont=lmsans10-boldoblique.otf, 19 + ] 20 + \newfontfamily\acbold{ywft-processing-bold}[Path=../../system/public/type/webfonts/,Extension=.ttf] 21 + \newfontfamily\aclight{ywft-processing-light}[Path=../../system/public/type/webfonts/,Extension=.ttf] 22 + \setmonofont{lmmono10-regular.otf}[Scale=0.85, 23 + BoldFont=lmmonolt10-bold.otf, 24 + ItalicFont=lmmono10-italic.otf, 25 + ] 26 + 27 + \usepackage{xcolor} 28 + \usepackage{titlesec} 29 + \usepackage{enumitem} 30 + \usepackage{booktabs} 31 + \usepackage{tabularx} 32 + \usepackage{fancyhdr} 33 + \usepackage{hyperref} 34 + \usepackage{graphicx} 35 + \graphicspath{{figures/}{../../papers/arxiv-ac/figures/}} 36 + \usepackage{ragged2e} 37 + \usepackage{microtype} 38 + \usepackage{natbib} 39 + \usepackage[colorspec=0.92]{draftwatermark} 40 + 41 + \definecolor{acpink}{RGB}{180,72,135} 42 + \definecolor{acpurple}{RGB}{120,80,180} 43 + \definecolor{acdark}{RGB}{64,56,74} 44 + \definecolor{acgray}{RGB}{119,119,119} 45 + \definecolor{draftcolor}{RGB}{180,72,135} 46 + 47 + \DraftwatermarkOptions{text=WORKING DRAFT,fontsize=3cm,color=draftcolor!18,angle=45} 48 + 49 + \hypersetup{colorlinks=true,linkcolor=acpurple,urlcolor=acpurple,citecolor=acpurple, 50 + pdftitle={Mellon Foundation: A Dossier}} 51 + 52 + \titleformat{\section}{\normalfont\bfseries\normalsize\uppercase}{\thesection.}{0.5em}{} 53 + \titlespacing{\section}{0pt}{1.2em}{0.3em} 54 + \titleformat{\subsection}{\normalfont\bfseries\small}{\thesubsection}{0.5em}{} 55 + \titlespacing{\subsection}{0pt}{0.8em}{0.2em} 56 + 57 + \pagestyle{fancy}\fancyhf{} 58 + \renewcommand{\headrulewidth}{0pt} 59 + \fancyhead[C]{\footnotesize\color{acpink}\textit{Working Draft --- not for citation}} 60 + \fancyfoot[C]{\footnotesize\thepage} 61 + 62 + \setlist[itemize]{nosep, leftmargin=1.2em, itemsep=0.1em} 63 + \setlist[description]{nosep, leftmargin=0pt, itemindent=0pt, labelsep=0.4em} 64 + \setlength{\columnsep}{1.8em} 65 + \setlength{\parindent}{1em} 66 + \setlength{\parskip}{0.3em} 67 + 68 + \tolerance=800 69 + \emergencystretch=1em 70 + \hyphenpenalty=50 71 + 72 + % --- paper metadata (created/revision shown on cover) --- 73 + \newcommand{\papercreated}{2026-05-02} 74 + \newcommand{\paperrevision}{1} 75 + 76 + \begin{document} 77 + 78 + \twocolumn[{% 79 + \noindent\hfill\raisebox{-1.2em}[0pt][0pt]{\includegraphics[height=3.5em]{pals}}\par\vspace{-2.6em} 80 + \begin{center} 81 + \includegraphics[height=15em]{figures/cover}\par\vspace{0.6em} 82 + {\acbold\fontsize{22pt}{26pt}\selectfont\color{acdark} Mellon Foundation}\par 83 + \vspace{0.2em} 84 + {\aclight\fontsize{11pt}{13pt}\selectfont\color{acpink} A Dossier}\par 85 + \vspace{0.3em} 86 + {\aclight\fontsize{9pt}{11pt}\selectfont\color{acgray} Genealogy, Programs, Giving, People, Politics --- 1969 to 2026}\par 87 + \vspace{0.6em} 88 + {\normalsize\href{https://prompt.ac/@jeffrey}{@jeffrey}}\par 89 + {\small\color{acgray} Aesthetic.Computer}\par 90 + {\small\color{acgray} ORCID: \href{https://orcid.org/0009-0007-4460-4913}{0009-0007-4460-4913}}\par 91 + \vspace{0.2em} 92 + {\small\color{acpurple} \url{https://aesthetic.computer}}\par 93 + \vspace{0.4em} 94 + {\footnotesize\color{acgray}Created \papercreated{} \,\textbullet\, Revision \paperrevision}\par 95 + \vspace{0.6em} 96 + \rule{\textwidth}{1.5pt} 97 + \vspace{0.5em} 98 + \end{center} 99 + 100 + \begin{center} 101 + {\small\color{acpink}\textbf{[ working draft --- not for citation ]}} 102 + \end{center} 103 + \vspace{0.3em} 104 + 105 + \begin{quote} 106 + \small\noindent\textbf{Note.} This is a dossier, not an argument. It assembles, in one place, what is publicly recoverable about the Mellon Foundation --- the New York-based private foundation formed in 1969 from the merger of two earlier Mellon-family foundations and rebranded from ``The Andrew W. Mellon Foundation'' to simply ``Mellon Foundation'' in June 2020 --- across genealogy, presidents, programs, finances, and giving record. Mellon is unusual among private foundations because of its scale relative to the field it funds: in arts and humanities grant-making it is, by Atlantic-quoted measure, larger than ``any other single entity, including the federal government.''~\citep{atlantic2023mellon} This dossier records that fact without judging it. There is no thesis, no verdict, and no conclusion section. Where facts run out the dossier stops; gaps are flagged inline. The companion data folder \texttt{papers/arxiv-mellon/data/} contains the underlying CSVs. 107 + \end{quote} 108 + \vspace{0.5em} 109 + }] 110 + 111 + \section{Origin} 112 + 113 + The Mellon Foundation is the legal successor of two foundations formed by the children of Andrew W. Mellon (1855--1937) --- banker, founder of Mellon Bank and the Aluminum Company of America (Alcoa), and Secretary of the Treasury under Harding, Coolidge, and Hoover. 114 + 115 + \textbf{Avalon Foundation} was established in 1940 by Andrew Mellon's daughter Ailsa Mellon Bruce.\footnote{Reported founding dates for Avalon vary in secondary sources; 1940 is the date given by InfluenceWatch~\citep{influencewatchmellon} and is consistent with the Wikipedia entry's account of Bruce as the founder.~\citep{wikipediamellon}} \textbf{Old Dominion Foundation} was established in 1941 by Andrew Mellon's son Paul Mellon. The two foundations operated in parallel, supporting overlapping fields, for roughly three decades. They merged on \textbf{June 30, 1969}, with Avalon as the surviving legal entity, renamed The Andrew W. Mellon Foundation in honor of the father whose fortune had funded both.~\citep{mellonhistory,influencewatchmellon} 116 + 117 + At the time of merger, combined assets were approximately \$273 million, and combined giving in 1968 had been about \$11 million.~\citep{influencewatchmellon} The legal continuity of Avalon means the foundation's IRS recognition predates 1969: tax-exempt status traces to September 1956 under EIN 13-1879954,~\citep{propublicamellon} and the foundation's 990-PF filings have been continuous since. 118 + 119 + By 1980, total assets had grown to roughly \$880 million.~\citep{mellonfinancials} The endowment crossed \$1 billion in the early 1980s, \$5 billion in the early 2010s, and was reported at approximately \$7.7 billion in the 2024 financial summary.~\citep{mellonfinancials} Cumulative grant-making 1969--2023 is reported by the foundation as ``\textasciitilde \$9.1 billion.''~\citep{mellonfinancials} 120 + 121 + \section{The Organization} 122 + 123 + \subsection{Legal form} 124 + 125 + Andrew W. Mellon Foundation, d/b/a ``Mellon Foundation'' since June 2020, EIN 13-1879954.~\citep{propublicamellon} A 501(c)(3) \textbf{private non-operating foundation} domiciled in New York. As a private foundation it files Form \textbf{990-PF} (not the 990 used by public charities like Rhizome or operating museums). The 990-PF format reflects the underlying legal structure: a private foundation's revenue is dominated by investment return on a permanent endowment, and the IRS imposes a \textbf{minimum 5\% qualifying-distribution requirement} on assets each year, enforced via excise tax on shortfalls. The foundation is therefore primarily a portfolio --- managed by a Chief Investment Officer reporting to a board investment committee --- that is required by law to deploy at least 5\% of its assets each year into charitable purposes. 126 + 127 + \subsection{Headquarters} 128 + 129 + \textbf{140 East 62nd Street, New York, NY 10065.}~\citep{wikipediamellon,influencewatchmellon} A townhouse-form office building on Manhattan's Upper East Side, between Park and Lexington. Mellon has occupied 140 E 62nd through every recent presidency. 130 + 131 + \subsection{Board} 132 + 133 + The board has 11 voting members in 2026, plus the President as ex-officio.~\citep{mellontrustees} \textbf{Kathryn A. Hall} (founder, Hall Capital Partners) is Chair, having succeeded \textbf{Danielle S. Allen} in 2019.~\citep{mellontrustees,mellonprnewswire2019} The full current roster: Kathryn A. Hall (Chair); Elizabeth Alexander (President, ex-officio); Margaret Anadu (The Vistria Group); Paul Farber (Director, Monument Lab); Patrick Gaspard (Center for American Progress); Melissa Gilliam (President, Boston University); Thelma Golden (Director, Studio Museum in Harlem); Kelly Granat (Lone Pine Capital); Sherrilyn Ifill (NAACP LDF, Emeritus); Maryana Iskander (CEO, Wikimedia Foundation); Gaurav Kapadia (XN). Several of the board's professional affiliations point to live grant-making relationships --- notably Golden (Studio Museum, a recurring grantee), Iskander (Wikimedia, a Public-Knowledge constituency), and Farber (Monument Lab, an explicit Monuments Project grantee). 134 + 135 + \subsection{Program areas (Alexander era)} 136 + 137 + The current grant-making is organized into \textbf{five areas},~\citep{mellonprograms,mellongrantprograms} all in their current shape since the 2020 strategic shift: 138 + 139 + \begin{description} 140 + \item[Higher Learning] Investment in colleges and universities, with explicit emphasis on minority-serving institutions (HBCUs, tribal colleges, Hispanic-Serving Institutions). Successor to the historic ``Higher Education \& Scholarship in the Humanities'' program. 141 + \item[Arts and Culture] Performing-arts, visual-arts, and museum support, with emphasis on artist-centred organizations and racial-justice priorities. 142 + \item[Public Knowledge] Libraries, archives, scholarly communications, and digital preservation. The home program for grants to JSTOR/ITHAKA, HathiTrust, Internet Archive, and Rhizome's Webrecorder line. 143 + \item[Humanities in Place] Place-specific cultural and humanities work --- public history, historic-site reinterpretation, oral history, regional storytelling. New as a named area in 2020. 144 + \item[Presidential Initiatives] Signature programs originating from the President's office, including the Monuments Project, Creatives Rebuild New York, and Affirming Multivocal Humanities. Used as the home for cross-cutting flagship commitments. 145 + \end{description} 146 + 147 + \section{People} 148 + 149 + \subsection{Presidents, 1969--present} 150 + 151 + \begin{table}[h] 152 + \footnotesize 153 + \centering 154 + \begin{tabularx}{\columnwidth}{lXl} 155 + \toprule 156 + \textbf{Tenure} & \textbf{President} & \textbf{Prior} \\ 157 + \midrule 158 + 1969--1971 & Charles S. Hamilton, Jr. & Avalon Found. \\ 159 + 1971--1975 & Nathan M. Pusey & Pres., Harvard \\ 160 + 1975--1987 & John E. Sawyer & Pres., Williams \\ 161 + 1988--2006 & William G. Bowen & Pres., Princeton \\ 162 + 2006--2013 & Don Michael Randel & Pres., Univ. of Chicago \\ 163 + 2013--2018 & Earl Lewis & Provost, Emory \\ 164 + 2018-- & Elizabeth Alexander & Poet, scholar; Yale, Columbia \\ 165 + \bottomrule 166 + \end{tabularx} 167 + \caption{Mellon Foundation Presidents. Source: \texttt{mellon.org/history}.~\citep{mellonhistory}} 168 + \label{tab:presidents} 169 + \end{table} 170 + 171 + The presidency has historically passed from university president to university president; Lewis (2013) was the first non-presidential incumbent (he had been Provost of Emory and the founding director of the National Center for Institutional Diversity at Michigan), and Alexander (2018) the first poet/scholar without a university-presidency credential. The shift in selection profile, together with the appointments of Lewis and Alexander, marks the foundation's transition out of its historic ``higher education and humanities'' identity and toward the social-justice posture announced in 2020. 172 + 173 + \subsection{Board chairs} 174 + 175 + A partial chair lineage from secondary sources: \textbf{Hanna Holborn Gray} (chair through approximately 2003, after a 23-year board tenure); \textbf{Anne M. Tatlock} (chair approximately 2003--2012, nine-year tenure); \textbf{W. Taylor Reveley III} (chair from $\sim$2012); \textbf{Danielle S. Allen} (chair $\sim$2015--2019, 11 years on the board total, four as chair); \textbf{Kathryn A. Hall} (chair from 2019).~\citep{mellonprnewswire2019} Gaps and exact handover dates remain TBD. 176 + 177 + \subsection{Notable program officers and senior staff} 178 + 179 + Vanessa Corr\^ea (Chief Communications Officer, led the 2020 rebrand). Don Waters and Helen Cullyer were long-tenure officers in the historic Scholarly Communications strand that became Public Knowledge. The current senior staff page on mellon.org is the canonical living roster; this dossier does not snapshot it. 180 + 181 + \section{Programs} 182 + 183 + A non-exhaustive listing of named programs and signature initiatives. 184 + 185 + \textbf{Mellon Mays Undergraduate Fellowship} (1988--) --- the foundation's longest-running named program in higher education; targets students from underrepresented backgrounds for the academic professoriate. Renamed in 2003 to honor Benjamin E. Mays. 186 + 187 + \textbf{New Directions Fellowships} --- mid-career humanities-faculty fellowships supporting cross-disciplinary training. 188 + 189 + \textbf{Scholarly Communications} (now Public Knowledge) --- the historical strand that incubated \textbf{JSTOR} (1995, born inside the foundation as a journal-digitization initiative; later spun out as ITHAKA, the parent of JSTOR and Portico), and supported HathiTrust, Internet Archive, the Digital Public Library of America, and Open Access publishing infrastructure. 190 + 191 + \textbf{Monuments Project} (Oct 2020--) --- five-year commitment, originally \$250M, doubled to \textbf{\$500M} in November 2023.~\citep{mellonmonuments,nprmonuments2023} The largest single commitment in the foundation's history. As of November 2023, \$170M+ had been distributed across 80+ projects.~\citep{mellonmonuments} 192 + 193 + \textbf{Creatives Rebuild New York} (June 2021--) --- 36-month, \$115M Mellon-anchored grant routed through Tides Center; combined with \$5M each from Ford and Stavros Niarchos for a \$125M total. Provided guaranteed-income and employment funding for 2,700 New York State artists post-COVID.~\citep{crnymellon} 194 + 195 + \textbf{Affirming Multivocal Humanities} (2024) --- grants to public colleges/universities awarding degrees in women's/gender/sexuality studies or US ethnic studies; \$18M+ across the inaugural cohort. 196 + 197 + \textbf{Frontera Culture Fund} (2024) --- new place-based fund for the US--Mexico borderlands; under Humanities in Place. 198 + 199 + \textbf{Writing Freedom Fellowship} --- support for writers affected by the criminal-legal system. 200 + 201 + \textbf{Higher Learning paid internships} (2024) --- \$25M to humanities-internship programs at five large public universities. 202 + 203 + \textbf{Endowment challenge grants} (longstanding) --- the historic vehicle. Example: 2016 \$30M challenge to the National Gallery of Art on its 75th anniversary, which the NGA met with \$50M of matching gifts for an \$80M total endowment lift.~\citep{ngamellon2021} 204 + 205 + \section{Money}\label{sec:money} 206 + 207 + The federal-tax record is the cleanest source. As a private foundation Mellon files \textbf{Form 990-PF}, with line-item disclosure of investment portfolio, qualifying distributions, grants paid, and operating expenses. Filings are public on ProPublica's Nonprofit Explorer (EIN 13-1879954) for at least the last decade and back further; machine-readable XML is available from the IRS for tax years 2017+. 208 + 209 + \subsection{Top-line, FY2014--FY2024} 210 + 211 + \begin{table*}[t] 212 + \footnotesize 213 + \centering 214 + \setlength{\tabcolsep}{4pt} 215 + \begin{tabularx}{\textwidth}{Xrrrrr} 216 + \toprule 217 + \textbf{FY} & \textbf{Total assets} & \textbf{Total revenue} & \textbf{Investment income} & \textbf{Grants paid} & \textbf{Total expenses} \\ 218 + \midrule 219 + 2014 & 6{,}430{,}000{,}000 & 438{,}100{,}000 & 18{,}400{,}000 & 257{,}000{,}000 & 292{,}000{,}000 \\ 220 + 2015 & 6{,}180{,}000{,}000 & 380{,}200{,}000 & 17{,}400{,}000 & 227{,}100{,}000 & 331{,}400{,}000 \\ 221 + 2016 & 6{,}250{,}000{,}000 & 310{,}800{,}000 & 23{,}500{,}000 & 319{,}800{,}000 & 346{,}900{,}000 \\ 222 + 2017 & 6{,}860{,}000{,}000 & 428{,}000{,}000 & 23{,}300{,}000 & 327{,}000{,}000 & 335{,}300{,}000 \\ 223 + 2018 & 6{,}560{,}000{,}000 & 483{,}600{,}000 & 27{,}600{,}000 & 345{,}600{,}000 & 368{,}400{,}000 \\ 224 + 2019 & 6{,}990{,}000{,}000 & 446{,}800{,}000 & 30{,}800{,}000 & 345{,}900{,}000 & 376{,}100{,}000 \\ 225 + 2020 & 8{,}220{,}000{,}000 & 505{,}900{,}000 & 18{,}800{,}000 & 456{,}400{,}000 & 528{,}000{,}000 \\ 226 + 2021 & 9{,}550{,}000{,}000 & 1{,}150{,}000{,}000 & 16{,}900{,}000 & 460{,}200{,}000 & 558{,}000{,}000 \\ 227 + 2022 & 8{,}190{,}000{,}000 & 320{,}700{,}000 & 22{,}000{,}000 & 560{,}700{,}000 & 688{,}700{,}000 \\ 228 + 2023 & 8{,}030{,}000{,}000 & 450{,}400{,}000 & 32{,}300{,}000 & 596{,}100{,}000 & 654{,}000{,}000 \\ 229 + 2024 & 7{,}820{,}000{,}000 & 1{,}060{,}000{,}000 & 43{,}400{,}000 & 635{,}400{,}000 & 584{,}700{,}000 \\ 230 + \bottomrule 231 + \end{tabularx} 232 + \caption{Mellon Foundation --- top-line Form 990-PF figures by fiscal year (USD; FY ends December 31). Source: ProPublica Nonprofit Explorer (EIN 13-1879954)~\citep{propublicamellon}; 2020/2024 cross-checks against \texttt{mellon.org/financials}~\citep{mellonfinancials}. ``Total revenue'' on a 990-PF is dominated by realized gains on investment-asset sales; ``Investment income'' is dividends + interest only. ``Grants paid'' is Part I line 25, charitable disbursements; not identical to ``qualifying distributions'' (Part XII), which also includes program-related investments and qualifying admin costs.} 233 + \label{tab:financials} 234 + \end{table*} 235 + 236 + The shape, in plain English: \textbf{the endowment is the source of all giving}. Investment-portfolio dynamics dominate every line. Total assets ranged from \$6.18B (FY2015) to \$9.55B (FY2021, market peak); the total in FY2024 was \$7.82B. Annual grants paid grew from \$227M (FY2015) to \$635M (FY2024) --- a 2.8\(\times\) expansion over the decade. The expansion accelerates with Alexander's tenure: \$345M (FY2018, last Lewis-era year) $\to$ \$456M (FY2020, COVID + first full Alexander year) $\to$ \$635M (FY2024). Mellon used a 2020 social bond issuance to raise \$300M of additional borrowed capital for COVID emergency grants;~\citep{mellonfinancials} this is unusual for a private foundation and is part of why the FY2020--FY2022 grants-paid lines are elevated relative to the historic 5\%-of-assets minimum. 237 + 238 + \subsection{Qualifying distributions vs. grants paid} 239 + 240 + For a private foundation the regulatory floor is the \textbf{qualifying distributions} line on Part XII of the 990-PF, not the grants-paid line. Qualifying distributions includes (i) charitable grants paid, (ii) qualifying program-related investments, (iii) qualifying administrative expenses tied to charitable purpose, and (iv) amounts set aside. Mellon's grants-paid line in Table~\ref{tab:financials} is therefore a \emph{floor} on its qualifying distributions, not the full figure. The full Part XII line is in the underlying 990-PFs; integrating it into the table is deferred for a second pass. 241 + 242 + \section{Giving} 243 + 244 + The grant record is the heart of any foundation dossier. This section assembles two views: a small-N table of \textbf{flagship initiatives} that move \$10M+ in one announcement, and a long table of \textbf{individual recipients} pulled from the Mellon grants database via \texttt{mellon.org/grant-details/} per-grant URLs. The full row-by-row list of identified grants is in \texttt{data/grantees.csv} (top recipients) and \texttt{data/recipient-spotlight.csv} (every Mellon grant we found to a fixed list of digital-arts-adjacent recipient orgs). 245 + 246 + \subsection{Flagship commitments} 247 + 248 + \begin{table}[h] 249 + \footnotesize 250 + \centering 251 + \begin{tabularx}{\columnwidth}{lXr} 252 + \toprule 253 + \textbf{Year} & \textbf{Initiative} & \textbf{Amount} \\ 254 + \midrule 255 + 2016 & National Gallery of Art --- 75th-anniv. endowment challenge & 30{,}000{,}000 \\ 256 + 2020 & Monuments Project (initial) & 250{,}000{,}000 \\ 257 + 2020 & Social bond issuance for COVID emergency grants & 300{,}000{,}000 \\ 258 + 2021 & Creatives Rebuild New York (3 yr; via Tides) & 115{,}000{,}000 \\ 259 + 2023 & Monuments Project (doubling) & 250{,}000{,}000 \\ 260 + 2024 & Higher Learning paid internships (5 universities) & 25{,}000{,}000 \\ 261 + 2024 & Affirming Multivocal Humanities (inaug.) & 18{,}000{,}000 \\ 262 + \bottomrule 263 + \end{tabularx} 264 + \caption{Flagship Mellon commitments of the Alexander era. Sources cited inline in Section 4.} 265 + \label{tab:flagships} 266 + \end{table} 267 + 268 + \subsection{Recipient spotlight: digital-arts-adjacent orgs} 269 + 270 + The dossier holds a recipient-spotlight CSV at \texttt{data/recipient-spotlight.csv} with every Mellon grant found across 2010--2025 for: \textbf{Rhizome}, Internet Archive, ITHAKA (JSTOR), HathiTrust, Eyebeam, Studio Museum in Harlem, Whitney Museum, National Gallery of Art, Smithsonian, MIT (incl. MIT Press strand), and Wikimedia. Grant counts in that file are necessarily incomplete --- the Mellon grants database is searchable but does not expose a stable JSON-export endpoint, so each row represents a manually-confirmed grant from a per-grant URL or a press release. 271 + 272 + The Rhizome row is the most fully-mapped of any spotlight org: \textbf{seven grants totaling \$4.011M between 2015 and 2025},~\citep{rhizomedossier} cross-referenced against the Rhizome dossier's Section 4.2 (``Named grants'') and \texttt{papers/arxiv-rhizome/data/grants.csv}. Mellon is, on the public record, the dominant institutional funder of Rhizome's last decade. The spotlight rows for Internet Archive (at least \$1.33M across 2020 alone, across two confirmed grants for Community Webs and machine-learning preservation research),~\citep{mellonia2020a,mellonia2020b} Eyebeam (\$600K Presidential Initiatives general-operating support 2021, plus a 2020 Rapid Response grant)~\citep{mellonebeam2021}, ITHAKA (\$1.5M for JSTOR-in-Prison, 2021)~\citep{mellonjstor2021}, HathiTrust (\$1M over 5yr, 2023)~\citep{mellonhathitrust2023}, and the Studio Museum in Harlem (multiple Curatorial Fund phases over a decade, plus a 2018 \$5M capital campaign grant) sit alongside. 273 + 274 + \subsection{What's missing} 275 + 276 + \textbf{SFPC (School for Poetic Computation)} does not appear directly in the Mellon database. SFPC is structured as an LLC, with tax-deductible giving routed through an unnamed fiscal sponsor.~\citep{sfpcdossier} If Mellon has supported SFPC, it would have flowed through that sponsor and would be disclosed as a Mellon grant to the sponsor with SFPC as the named project. As of this draft, no such grant has been located. \textbf{Pioneer Works}: not located in the Mellon database despite multiple targeted searches. \textbf{MIT Press / Direct to Open}: known scholarly-communications context, but no per-grant URL located in this pull. 277 + 278 + \section{Footprint} 279 + 280 + Mellon's peer foundations in the same arts/humanities/higher-education niche, in rough order of overlap: \textbf{Ford Foundation} (much larger overall but with overlapping social-justice posture; co-funder on Creatives Rebuild New York and Advancing Latinx Art in Museums); \textbf{Rockefeller Foundation} (overlapping in higher-ed, less in arts); \textbf{Knight Foundation} (overlapping on libraries and digital-civic-infrastructure); \textbf{Getty Foundation} (overlapping on visual-arts and conservation; co-funder on ALAM); \textbf{Hewlett, Carnegie, Sloan, MacArthur} (overlapping fragments). Of these, \textbf{Ford} is the closest peer in mission and budget profile under Walker (2013--) and Alexander (2018--). 281 + 282 + In the digital-arts and net-art-preservation niche specifically, Mellon's reach is unusually concentrated: it is the principal funder of all four of the major US web-archiving programs (Webrecorder/Rhizome, Internet Archive Community Webs, Internet Archive Wayback infrastructure indirectly, HathiTrust). The 2015--2025 funding line for net-art preservation runs through Mellon's Public Knowledge program almost without exception. 283 + 284 + The Atlantic's framing --- ``larger than any other single entity, including the federal government'' in arts and humanities --- is supported by the comparison: NEA total grant-making in FY2024 was approximately \$200M, NEH approximately \$240M, while Mellon FY2024 grants paid were \$635M.~\citep{atlantic2023mellon,propublicamellon} 285 + 286 + \section{Reading list} 287 + 288 + \subsection{Primary sources} 289 + 290 + \textbf{mellon.org/history}~\citep{mellonhistory} --- foundation's own history page, with the canonical presidents list.\\ 291 + \textbf{mellon.org/financials}~\citep{mellonfinancials} --- audited financial summaries 2022--2024, social bond disclosures, cumulative-giving figures.\\ 292 + \textbf{mellon.org/grants/grants-database/}~\citep{mellongrantsdb} --- the searchable grant database.\\ 293 + \textbf{mellon.org/people/trustees}~\citep{mellontrustees} --- current board roster.\\ 294 + \textbf{Annual reports} 2010--2024 at \texttt{mellon.org/annual-report/}. 295 + 296 + \subsection{Federal records} 297 + 298 + \textbf{ProPublica Nonprofit Explorer, EIN 13-1879954}~\citep{propublicamellon} --- 990-PF filings, top-line by year.\\ 299 + \textbf{IRS apps.irs.gov/pub/epostcard/990/xml/} --- machine-readable XML for FY2017+ 990-PFs. 300 + 301 + \subsection{Press} 302 + 303 + \textbf{Atlantic profile of Alexander's tenure}~\citep{atlantic2023mellon}.\\ 304 + \textbf{Pentagram rebrand case study}~\citep{pentagramrebrand} --- the 2020 visual-identity restatement, with Alexander and Corr\^ea credited.\\ 305 + \textbf{NPR Monuments Project coverage} 2020 + 2023~\citep{nprmonuments2020,nprmonuments2023}.\\ 306 + \textbf{InfluenceWatch profile}~\citep{influencewatchmellon} --- right-of-centre angle on the foundation's politics; useful for the merger date and assets-at-merger figure.\\ 307 + \textbf{Yale News on Alexander appointment}~\citep{yalealexander2018}. 308 + 309 + \subsection{Sister dossiers} 310 + 311 + \textbf{arxiv-rhizome}~\citep{rhizomedossier} --- the recipient-side view of \$4.011M in Mellon grants, 2015--2025.\\ 312 + \textbf{arxiv-sfpc}~\citep{sfpcdossier} --- the LLC + fiscal-sponsor case, where Mellon may or may not appear. 313 + 314 + \section{What this dossier is not} 315 + 316 + \begin{itemize} 317 + \item Not a thesis. There is no question being answered. 318 + \item Not a critique. The giving record is surfaced, not judged. The Andrew W. Mellon family-wealth lineage --- aluminum, banking, oil, the 1932 impeachment-resolution-against-Mellon-as-Treasury-Secretary that did not pass --- is well-documented elsewhere; this dossier surfaces it without moralizing. 319 + \item Not exhaustive. The grant record on Mellon's own database includes 1969--present and runs into the tens of thousands of awards; this dossier captures the flagship initiatives of the last decade and a recipient-spotlight of about a dozen digital-arts-adjacent orgs. The full list is the database itself. 320 + \item Not a comparison. Adjacent funders (Ford, Rockefeller, Knight, Getty, Carnegie, Hewlett, MacArthur, Sloan) are mentioned only where they directly intersect Mellon. 321 + \item Not a memoir. The author is a 2022 Rhizome commissioned artist, which puts him at one remove from a Mellon-funded archive (ArtBase / Webrecorder); this is recorded in the Rhizome dossier and not repeated here as a positionality argument. 322 + \end{itemize} 323 + 324 + \vspace{0.5em} 325 + \noindent\textbf{ORCID:} \href{https://orcid.org/0009-0007-4460-4913}{0009-0007-4460-4913} 326 + 327 + \bibliographystyle{plainnat} 328 + \bibliography{references} 329 + 330 + \end{document}
papers/arxiv-mellon/pals.pdf

This is a binary file and will not be displayed.

+187
papers/arxiv-mellon/references.bib
··· 1 + @misc{mellonhistory, 2 + author={{Mellon Foundation}}, 3 + title={History and Founders of the Mellon Foundation}, 4 + howpublished={\url{https://www.mellon.org/history}}, 5 + note={Accessed 2026-05-02} 6 + } 7 + 8 + @misc{mellonfinancials, 9 + author={{Mellon Foundation}}, 10 + title={Financials}, 11 + howpublished={\url{https://www.mellon.org/financials}}, 12 + note={Accessed 2026-05-02} 13 + } 14 + 15 + @misc{mellontrustees, 16 + author={{Mellon Foundation}}, 17 + title={Trustees}, 18 + howpublished={\url{https://www.mellon.org/people/trustees}}, 19 + note={Accessed 2026-05-02} 20 + } 21 + 22 + @misc{mellonprograms, 23 + author={{Mellon Foundation}}, 24 + title={Grant Programs}, 25 + howpublished={\url{https://www.mellon.org/grant-programs}}, 26 + note={Accessed 2026-05-02} 27 + } 28 + 29 + @misc{mellongrantprograms, 30 + author={{Mellon Foundation}}, 31 + title={Programs (overview)}, 32 + howpublished={\url{https://www.mellon.org/programs}}, 33 + note={Accessed 2026-05-02} 34 + } 35 + 36 + @misc{mellongrantsdb, 37 + author={{Mellon Foundation}}, 38 + title={Grants Database}, 39 + howpublished={\url{https://www.mellon.org/grants/grants-database/}}, 40 + note={Accessed 2026-05-02} 41 + } 42 + 43 + @misc{mellonmonuments, 44 + author={{Mellon Foundation}}, 45 + title={Mellon Commits a Half Billion Dollars to Monuments Project}, 46 + year={2023}, 47 + howpublished={\url{https://www.mellon.org/news/mellon-commits-a-half-billion-dollars-to-monuments-project}}, 48 + note={November 2023; accessed 2026-05-02} 49 + } 50 + 51 + @misc{nprmonuments2020, 52 + author={{NPR}}, 53 + title={Andrew W. Mellon Foundation Pledges \$250 Million To Reimagine Monuments In U.S.}, 54 + year={2020}, 55 + howpublished={\url{https://www.npr.org/2020/10/08/921782086/andrew-w-mellon-foundation-pledges-250-million-to-reimagine-monuments-in-u-s}}, 56 + note={5 October 2020} 57 + } 58 + 59 + @misc{nprmonuments2023, 60 + author={{NPR}}, 61 + title={A foundation has doubled their \$250 million pledge to diversify monuments in the U.S.}, 62 + year={2023}, 63 + howpublished={\url{https://www.npr.org/2023/12/06/1217663349/}}, 64 + note={6 December 2023} 65 + } 66 + 67 + @misc{crnymellon, 68 + author={{Mellon Foundation}}, 69 + title={Mellon Announces \$125 Million ``Creatives Rebuild New York'' Initiative}, 70 + year={2021}, 71 + howpublished={\url{https://www.mellon.org/news/mellon-announces-125-million-creatives-rebuild-new-york-initiative}}, 72 + note={28 June 2021} 73 + } 74 + 75 + @misc{mellonia2020a, 76 + author={{Mellon Foundation}}, 77 + title={Internet Archive --- March 5, 2020 grant}, 78 + year={2020}, 79 + howpublished={\url{https://www.mellon.org/grant-details/internet-archive-20446662}}, 80 + note={\$200{,}000, 24 mo., Public Knowledge} 81 + } 82 + 83 + @misc{mellonia2020b, 84 + author={{Mellon Foundation}}, 85 + title={Internet Archive --- September 18, 2020 grant}, 86 + year={2020}, 87 + howpublished={\url{https://www.mellon.org/grant-details/internet-archive-20447040}}, 88 + note={\$1{,}130{,}000, 24 mo., Public Knowledge; Community Webs} 89 + } 90 + 91 + @misc{mellonebeam2021, 92 + author={{Mellon Foundation}}, 93 + title={The Eyebeam Atelier, Inc. --- June 11, 2021 grant}, 94 + year={2021}, 95 + howpublished={\url{https://www.mellon.org/grant-details/the-eyebeam-atelier-inc.-20449592}}, 96 + note={\$600{,}000, 36 mo., Presidential Initiatives, general operating support} 97 + } 98 + 99 + @misc{mellonjstor2021, 100 + author={{ITHAKA}}, 101 + title={Mellon Foundation awards ITHAKA \$1.5 million to make JSTOR accessible to incarcerated college students}, 102 + year={2021}, 103 + howpublished={\url{https://www.ithaka.org/news/mellon-foundation-awards-ithaka-1-5-million-to-make-jstor-accessible-to-incarcerated-college-students/}}, 104 + note={September 2021} 105 + } 106 + 107 + @misc{mellonhathitrust2023, 108 + author={{HathiTrust}}, 109 + title={HathiTrust Receives \$1 Million Mellon Grant to Enhance Core Operations}, 110 + year={2023}, 111 + howpublished={\url{https://www.hathitrust.org/hathitrust-receives-1-million-mellon-grant-to-enhance-core-operations}}, 112 + note={February 2023} 113 + } 114 + 115 + @misc{ngamellon2021, 116 + author={{National Gallery of Art}}, 117 + title={National Gallery of Art Announces Andrew Mellon Foundation Challenge Grant Exceeds Goals With \$80 Million Earmarked For Endowment}, 118 + year={2021}, 119 + howpublished={\url{https://www.nga.gov/press/2021/mellon-challenge-grant.html}} 120 + } 121 + 122 + @misc{mellonprnewswire2019, 123 + author={{PR Newswire}}, 124 + title={Kathryn Hall succeeds Danielle S. Allen as Board Chair of The Andrew W. Mellon Foundation, Thelma Golden and Joshua Friedman Join the Board}, 125 + year={2019}, 126 + howpublished={\url{https://www.prnewswire.com/news-releases/kathryn-hall-succeeds-danielle-s-allen-as-board-chair-of-the-andrew-w-mellon-foundation-thelma-golden-and-joshua-friedman-join-the-board-300808135.html}}, 127 + note={6 March 2019} 128 + } 129 + 130 + @misc{wikipediamellon, 131 + author={{Wikipedia}}, 132 + title={Andrew W. Mellon Foundation}, 133 + howpublished={\url{https://en.wikipedia.org/wiki/Andrew_W._Mellon_Foundation}}, 134 + note={Accessed 2026-05-02} 135 + } 136 + 137 + @misc{influencewatchmellon, 138 + author={{InfluenceWatch}}, 139 + title={Andrew W. Mellon Foundation}, 140 + howpublished={\url{https://www.influencewatch.org/non-profit/andrew-w-mellon-foundation/}}, 141 + note={Accessed 2026-05-02} 142 + } 143 + 144 + @misc{propublicamellon, 145 + author={{ProPublica}}, 146 + title={Andrew W. Mellon Foundation --- Nonprofit Explorer (EIN 13-1879954)}, 147 + howpublished={\url{https://projects.propublica.org/nonprofits/organizations/131879954}}, 148 + note={Accessed 2026-05-02} 149 + } 150 + 151 + @misc{atlantic2023mellon, 152 + author={{The Atlantic}}, 153 + title={Profile of Mellon Foundation under Elizabeth Alexander}, 154 + year={2023}, 155 + howpublished={Cited in InfluenceWatch and Wikipedia summaries; original Atlantic article on Alexander tenure} 156 + } 157 + 158 + @misc{pentagramrebrand, 159 + author={{Pentagram}}, 160 + title={The Mellon Foundation --- Story (visual-identity rebrand)}, 161 + year={2020}, 162 + howpublished={\url{https://www.pentagram.com/work/the-mellon-foundation/story}}, 163 + note={Rebrand from ``The Andrew W. Mellon Foundation'' to ``Mellon Foundation,'' June 2020} 164 + } 165 + 166 + @misc{yalealexander2018, 167 + author={{Yale News}}, 168 + title={Elizabeth Alexander '84 named president of Mellon Foundation}, 169 + year={2018}, 170 + howpublished={\url{https://news.yale.edu/2018/02/07/elizabeth-alexander-84-named-president-mellon-foundation}} 171 + } 172 + 173 + @misc{rhizomedossier, 174 + author={{@jeffrey}}, 175 + title={Rhizome.org: A Dossier}, 176 + year={2026}, 177 + howpublished={Working draft, \texttt{papers/arxiv-rhizome/rhizome.tex}}, 178 + note={Cross-reference for Mellon-Rhizome \$4.011M grants record} 179 + } 180 + 181 + @misc{sfpcdossier, 182 + author={{@jeffrey}}, 183 + title={School for Poetic Computation: A Dossier}, 184 + year={2026}, 185 + howpublished={Working draft, \texttt{papers/arxiv-sfpc/sfpc.tex}}, 186 + note={Cross-reference for SFPC LLC + fiscal-sponsor structure} 187 + }
+105
papers/arxiv-pioneer-works/ac-paper-layout.sty
··· 1 + % ac-paper-layout.sty — Aesthetic Computer paper layout master template 2 + % Usage: \usepackage{ac-paper-layout} in each arxiv-* paper 3 + % 4 + % This package provides the shared visual identity for all AC working drafts: 5 + % - AC color palette 6 + % - YWFT Processing font commands (\acbold, \aclight) 7 + % - Draft watermark in Processing Light font 8 + % - Pals logo watermark (top-left, rotated, semi-opaque) 9 + % - Section/subsection formatting 10 + % - Header/footer (draft notice + page numbers) 11 + % - List and paragraph settings 12 + % - \ac command for "Aesthetic Computer" small caps 13 + % 14 + % Papers still define their own: 15 + % - \hypersetup{pdftitle=...} 16 + % - \graphicspath{...} 17 + % - Additional \newcommand macros (e.g. \wg, \acos) 18 + % - Extra packages (listings, multicol, etc.) 19 + % - Extra font families (ComicRelief for KidLisp, etc.) 20 + 21 + \NeedsTeXFormat{LaTeX2e} 22 + \ProvidesPackage{ac-paper-layout}[2026/03/16 Aesthetic Computer paper layout] 23 + 24 + % === FONTS === 25 + % Requires fontspec (loaded by the document before this package) 26 + \newfontfamily\acbold{ywft-processing-bold}[ 27 + Path=../../system/public/type/webfonts/, 28 + Extension=.ttf 29 + ] 30 + \newfontfamily\aclight{ywft-processing-light}[ 31 + Path=../../system/public/type/webfonts/, 32 + Extension=.ttf 33 + ] 34 + 35 + % === COLORS (AC palette) === 36 + \definecolor{acpink}{RGB}{180,72,135} 37 + \definecolor{acpurple}{RGB}{120,80,180} 38 + \definecolor{acdark}{RGB}{64,56,74} 39 + \definecolor{acgray}{RGB}{119,119,119} 40 + \definecolor{draftcolor}{RGB}{180,72,135} 41 + 42 + % === DRAFT WATERMARK (Processing font + pals logo) === 43 + \RequirePackage{eso-pic} 44 + \RequirePackage{tikz} 45 + \AddToShipoutPictureBG{% 46 + \begin{tikzpicture}[remember picture, overlay] 47 + % --- Pals logo: large, top-left, rotated, semi-opaque, bleeding off edge --- 48 + \node[opacity=0.06, anchor=north west, rotate=-15] 49 + at ([xshift=-1.2cm, yshift=1.2cm]current page.north west) 50 + {\includegraphics[width=10cm]{pals}}; 51 + % --- "WORKING DRAFT" text in Processing Light font --- 52 + \node[opacity=0.12, rotate=45, anchor=center] 53 + at (current page.center) 54 + {{\aclight\fontsize{2.5cm}{3cm}\selectfont\color{acpink} WORKING DRAFT}}; 55 + \end{tikzpicture}% 56 + } 57 + 58 + % === SECTION FORMATTING === 59 + \RequirePackage{titlesec} 60 + \titleformat{\section} 61 + {\normalfont\bfseries\normalsize\uppercase} 62 + {\thesection.} 63 + {0.5em} 64 + {} 65 + \titlespacing{\section}{0pt}{1.2em}{0.3em} 66 + 67 + \titleformat{\subsection} 68 + {\normalfont\bfseries\small} 69 + {\thesubsection} 70 + {0.5em} 71 + {} 72 + \titlespacing{\subsection}{0pt}{0.8em}{0.2em} 73 + 74 + % === HEADER/FOOTER === 75 + \RequirePackage{fancyhdr} 76 + \pagestyle{fancy} 77 + \fancyhf{} 78 + \renewcommand{\headrulewidth}{0pt} 79 + \fancyhead[C]{\footnotesize\color{acpink}\textit{Working Draft --- not for citation}} 80 + \fancyfoot[C]{\footnotesize\thepage} 81 + 82 + % === LIST SETTINGS === 83 + \RequirePackage{enumitem} 84 + \setlist[itemize]{nosep, leftmargin=1.2em, itemsep=0.1em} 85 + \setlist[enumerate]{nosep, leftmargin=1.2em} 86 + 87 + % === PARAGRAPH SETTINGS === 88 + \setlength{\columnsep}{1.8em} 89 + \setlength{\parindent}{1em} 90 + \setlength{\parskip}{0.3em} 91 + 92 + % === HYPERREF COLORS === 93 + \RequirePackage{hyperref} 94 + \hypersetup{ 95 + colorlinks=true, 96 + linkcolor=acpurple, 97 + urlcolor=acpurple, 98 + citecolor=acpurple, 99 + } 100 + 101 + % === COMMON COMMANDS === 102 + \newcommand{\ac}{\textsc{Aesthetic Computer}} 103 + \newcommand{\acdot}{{\color{acpink}.}} 104 + 105 + \endinput
+80
papers/arxiv-pioneer-works/data/README.md
··· 1 + # arxiv-pioneer-works / data — first-pass record pull 2 + 3 + First-pass dossier data assembled 2026-05-02. All numbers are sourced; gaps and TBDs are flagged inline rather than guessed. 4 + 5 + EIN: **46-1097738** (Pioneer Works Art Foundation, Inc.) 6 + 7 + ## Files 8 + 9 + - `financials.csv` — Form 990 line items per fiscal year, FY2012–FY2024. Pulled from ProPublica's Nonprofit Explorer summary table for EIN 46-1097738. Schedule G (auction/gala detail) and Schedule J (compensation breakdown) are deferred to a later IRS XML pull. 10 + - `people.csv` — founders, executive directors / CEO, Director of Sciences, key staff, board members. 11 + - `programs.csv` — every program identified, with launch year, status, principal funders. 12 + - `funders.csv` — institutional and named individual funders (first pass). 13 + - `grants.csv` — named grants TO Pioneer Works (sparse; the federal record at the FY2012–FY2024 ProPublica level does not break out government-grants line, and Mellon's database did not return Pioneer Works hits via the search interfaces tested). 14 + - `timeline.csv` — 2011 (building purchase) → 2026 program / leadership / funding events. 15 + - `locations.csv` — 159 Pioneer Street, Red Hook, Brooklyn (single primary site, with the 2024 ADA renovation as a major sub-event). 16 + - `residents.csv` — historical resident lists by program area + year, where recoverable. 17 + 18 + ## What's solid 19 + 20 + - **EIN and federal filing status**: 46-1097738, Pioneer Works Art Foundation, Inc., 501(c)(3) public charity, first 990 filed FY2012 (ProPublica). 21 + - **Form 990 top-line, FY2012–FY2024**: revenue, contributions/grants, program-service revenue, total expenses, top-officer compensation, net assets — all 13 years. Source: ProPublica Nonprofit Explorer summary view. 22 + - **Founding triad and timeline**: Yellin (founder/president, since 2012), Florenz (founding artistic director, since 2012; Yellin's second cousin), Levin (founding director of sciences, since 2014). Documented in multiple press accounts (BkMag 2022; Wikipedia; FvF 2017). 23 + - **Building purchase**: 2011, $3.7M, by Yellin personally. Initial renovation budget ~$200K, "largely funded by his own art" (FvF 2017; BkMag 2022). 24 + - **The Hurricane Sandy flood (Oct 2012)** and the 2013 reopening under the current name are confirmed across multiple sources. 25 + - **Capital campaign**: $30M campaign launched 2019; $28.3M raised by Aug 2024; closed FY2025 under Manus's tenure, ahead of the original two-year goal. 26 + - **2024 reopening**: 6 September 2024 after eight-month renovation; $12.7M total renovation cost ($2.3M from NYS / Empire State Development; $10.4M private). Renovation completion announced 13 February 2025. 27 + - **Executive leadership chain**: 28 + - Yellin (President + Founder, 2012–) 29 + - Florenz (Founding Artistic Director, 2012–; expanded to Executive Director March 2025) 30 + - Levin (Director of Sciences, 2014–) 31 + - Shiner (first-ever Executive Director, appointed 19 Dec 2019, started 6 Jan 2020; departed 2021 for Powerhouse Arts) 32 + - Manus (inaugural CEO, September 2023–end of March 2025) 33 + - Hemshrot (COO, April 2025–) 34 + - **Residency structure**: Visual Arts (5-month, 12 residents/year, $2,500 honorarium); Music (1-month, 12 residents/year, $1,000 honorarium); Technology (~3-month, formerly open-call, now invite-only). Narrative Arts piloted 2020. 35 + - **Programs of record**: Second Sundays (2013–, free monthly open house); Village Fête (May 2014–, annual spring benefit); Broadcast (2020–, magazine; print Issue 01 Nov 2023); Pioneer Works Press; Scientific Controversies discussion series. 36 + - **Board chair** (post-2023): Austin Hearst (Hearst family). Co-vice-chair (per ESD 2025 release): David Belt. 37 + 38 + ## What's known but not fully quantified 39 + 40 + - **The Yellin-as-funder mechanism is well-attested in press but not quantifiable from public 990s.** Whether the building (159 Pioneer St, purchased 2011 by Yellin for $3.7M) is now owned by the foundation, by Yellin personally, or jointly is not surfaced in the ProPublica summary lines. The IRS Schedule L (transactions with interested persons) and Schedule R (related entities) for the post-2014 filings would resolve this; not pulled in this first pass. 41 + - **Government-grants line is not broken out separately in the ProPublica summary**. Total contributions are listed but the contributions-vs-grants-vs-government-grants split requires the IRS XML or PDF detail. NYSCA and NEA are very likely recurring funders (the institution is large enough and Manus came from NYSCA), and ESD provided $2.3M for the renovation, but year-by-year amounts TBD. 42 + - **Mellon Foundation grants** to Pioneer Works: we did not surface confirmed Mellon grants via the search interfaces tested. Pioneer Works is sciences-and-arts-multi-disciplinary, which is not Mellon's primary funding lane (Mellon is humanities-leaning), so the absence is plausible but should be confirmed directly via mellon.org's grants database. 43 + - **Schedule G** (Form 990, Part II, fundraising-event detail) for Village Fête and Fall Benefit: gross / contributions / direct expenses / net per year. Deferred to a later IRS XML pull. 44 + - **Schedule J** (Form 990, officer-compensation detail) for Shiner FY2020/2021 and Manus FY2023/2024: deferred. The top-officer-comp line in `financials.csv` is the highest single Part VII row by year and is not always the executive director (in transition years it can be a board officer or other paid staff). 45 + - **Pre-2017 top-exec-comp lines** are blank in the ProPublica summary (the org was small enough that no single Part VII row may have crossed the disclosure threshold; or the data simply isn't surfaced). For FY2012–FY2016 the top-exec-comp column in `financials.csv` is left empty. 46 + - **Comprehensive board roster** across years: we have a 2019 snapshot (the Shiner appointment release named Yellin, Florenz, Levin, Hearst, Zohrenejad, Belt, Bator, Tisch, Santo Domingo) and a 2023 snapshot (the Manus appointment cited Hearst as chair plus Bator, Belt, Black, Cunney, Dalio, Davis, Elum, Harris, Ingrassia, Katyal, Lee, Meyer, Pucker, Sarnoff, Tirana Barry). Year-by-year roster delta needs the 990 Part VII pull. 47 + - **Annual Spring Benefit ↔ Christie's connection**: the prompt mentioned a "Christie's auction" structure; my searches surfaced an in-house benefit auction at `auction.pioneerworks.org` and the Village Fête as the principal annual gala, but did **not** surface a confirmed Christie's partnership. This is flagged as TBD; either the connection is more occasional than annual or the Village Fête / online auction has supplanted any earlier Christie's relationship. 48 + 49 + ## What's missing entirely (not yet attempted) 50 + 51 + - **Year-by-year resident lists** beyond press-released cohorts (2018, 2019, 2025, 2026). The full archive at `pioneerworks.org/archive/residents` was not fetched in this pass (Cloudflare 403s on `pioneerworks.org/about` and `pioneerworks.org/news/...` in this session). 52 + - **Pioneer Works Press catalog** of book releases. 53 + - **Broadcast contributor list** beyond Issue 01. 54 + - **Property-ownership document trail** for 159 Pioneer St (would require NYC ACRIS / property-deed search). 55 + - **NEA / NYSCA / NYC DCLA grant rows** for Pioneer Works specifically. 56 + - **Christie's auction record** for any Pioneer Works benefit or related auction. 57 + - **Comparable-entities list**: NEW INC, Eyebeam, Knockdown Center, MASS MoCA, Watermill Center — for scale-comparison context. 58 + 59 + ## Data quality notes 60 + 61 + - The Pioneer Works 990 is filed under fiscal year. Based on the ProPublica fiscal-year-end column the FY appears to align with calendar year, but this should be confirmed against the IRS XML. 62 + - Pioneer Works is sometimes listed as "Pioneer Works Art Foundation Inc." and sometimes as "Pioneer Works"; funder-database searches need both variants. 63 + - The institution uses two distinct top-exec titles in different periods: "Executive Director" (Shiner, then Florenz March 2025–) and "CEO" (Manus, 2023–2025). The titles are not interchangeable; "CEO" was a new title invented for Manus and apparently retired with her departure. 64 + - Yellin holds the title "President" continuously from 2012 onward; this is a board-officer / founder role distinct from the executive directorship. 65 + - Florenz is described in some press as Yellin's "second cousin" and elsewhere as his "cousin"; the "second cousin" framing comes from the May 2025 ArtForum departure piece. 66 + - The square-footage figure varies across sources (24,000 / 25,000 / 27,000 sq ft for the building; 20,000 sq ft adjoining garden in the post-2025 ESD release). Most consistent number is 25,000 sq ft. 67 + 68 + ## Source URLs 69 + 70 + - ProPublica record: https://projects.propublica.org/nonprofits/organizations/461097738 71 + - GuideStar profile: https://www.guidestar.org/profile/46-1097738 72 + - Wikipedia: https://en.wikipedia.org/wiki/Pioneer_Works 73 + - IRS direct e-file XML (canonical source for FY2017+): https://apps.irs.gov/pub/epostcard/990/xml/ 74 + - Pioneer Works (Cloudflare-protected at the asset level for some endpoints): https://pioneerworks.org/ 75 + - Empire State Development renovation press: https://esd.ny.gov/esd-media-center/press-releases/esd-announces-completion-12-7-million-renovation-enhancing-accessibility-pioneer-works-brooklyn 76 + - ArtForum departure piece: https://www.artforum.com/news/mara-manus-steps-down-as-ceo-pioneer-works-1234730585/ 77 + - ArtForum appointment piece: https://www.artforum.com/news/mara-manus-to-lead-pioneer-works-252978/ 78 + - BkMag 10-year recap: https://www.bkmag.com/2022/09/22/pioneer-works-at-10/ 79 + - Surface gala recap: https://www.surfacemag.com/articles/pioneer-works-open-gala-recap/ 80 + - FvF founding profile: https://www.freundevonfreunden.com/art/inside-pioneer-works-new-yorks-collaborative-wonderland-for-the-arts-and-sciences/
+14
papers/arxiv-pioneer-works/data/financials.csv
··· 1 + fiscal_year,total_revenue,contributions_grants,government_grants,program_service_revenue,total_expenses,top_exec_comp,net_assets,filing_url,source 2 + 2012,4900,4900,,0,0,,4900,https://projects.propublica.org/nonprofits/display_990/461097738/2014_01_EO%2F46-1097738_990EZ_201212,ProPublica summary (990-EZ) 3 + 2013,215291,182500,,0,168404,,51787,https://projects.propublica.org/nonprofits/organizations/461097738/201443189349303964/full,ProPublica summary 4 + 2014,1306327,886624,,362356,1171643,,186471,https://projects.propublica.org/nonprofits/organizations/461097738/201503209349314675/full,ProPublica summary 5 + 2015,2869041,1989606,,500318,2283062,,772450,https://projects.propublica.org/nonprofits/organizations/461097738/201603209349317610/full,ProPublica summary 6 + 2016,3625522,2640303,,758878,3469242,,928730,https://projects.propublica.org/nonprofits/organizations/461097738/201723199349319812/full,ProPublica summary 7 + 2017,6055241,4941234,,910632,5544113,150000,1439858,https://projects.propublica.org/nonprofits/organizations/461097738/201843199349306189/full,ProPublica summary 8 + 2018,7506234,6723647,,721731,6680659,162500,2265433,https://projects.propublica.org/nonprofits/organizations/461097738/201903159349304025/full,ProPublica summary 9 + 2019,14225980,12184712,,1644602,7557149,144406,8934264,https://projects.propublica.org/nonprofits/organizations/461097738/202031919349302478/full,ProPublica summary (capital campaign launch year) 10 + 2020,9737121,9280986,,453450,5817051,286731,12854334,https://projects.propublica.org/nonprofits/organizations/461097738/202122249349301962/full,ProPublica summary (Shiner ED) 11 + 2021,7041619,6659196,,381460,6535212,233140,13360741,https://projects.propublica.org/nonprofits/organizations/461097738/202243189349318189/full,ProPublica summary 12 + 2022,10424515,9590229,,833744,8666931,188928,15118325,https://projects.propublica.org/nonprofits/organizations/461097738/202323199349315687/full,ProPublica summary 13 + 2023,13401014,11709988,,970411,10555334,216000,17864005,https://projects.propublica.org/nonprofits/organizations/461097738/202403209349312675/full,ProPublica summary (Manus CEO; capital campaign closing) 14 + 2024,9963860,9059301,,606712,8229322,299738,19598543,https://projects.propublica.org/nonprofits/organizations/461097738/202542939349301274/full,ProPublica summary
+12
papers/arxiv-pioneer-works/data/funders.csv
··· 1 + funder,type,years,amount_usd_total,program_supported,notes,source 2 + Dustin Yellin (founder, individual / via art sales),individual / founder,2011-2012,~3900000,Building purchase + initial renovation,"$3.7M building + ~$200K initial renovation budget; documented in FvF + BkMag as ""initially financed through Yellin's artwork sales""",FvF 2017 / BkMag 2022 3 + Empire State Development (NYS),government,2024-2025,2300000,$12.7M accessibility renovation,Of $12.7M total renovation cost; balance was private,ESD 2025 4 + NYSCA,government,(recurring),TBD,General operations / programming,Likely recurring; not separately broken out in ProPublica summary,inferred 5 + NEA,government,(recurring),TBD,General operations / programming,Likely recurring; not yet confirmed by grant ID,inferred 6 + NYC Department of Cultural Affairs,government,(recurring),TBD,Cultural Affairs base support,Cumbo / DCLA referenced in ESD 2025 release,ESD 2025 7 + Hearst family / Austin Hearst,individual board,(ongoing),TBD,Major donor + board chair,Chair since 2023,ArtForum 2023 8 + David Belt,individual board,(ongoing),TBD,Major donor + co-vice-chair,Co-vice-chair per ESD 2025,ESD 2025 9 + Capital Campaign donors (collective),individual / institutional,2019-2024,~28300000,$30M capital campaign for accessibility + observatory,$28.3M raised by Aug 2024 toward $30M goal; specific donor breakdown not public,ArchPaper 2024 10 + Christie's,auction house,?,?,Annual benefit auction (TBD),Prompt referenced ""Christie's PW Spring Benefit"" — unconfirmed in this pass; current Pioneer Works fundraiser is Village Fête + auction.pioneerworks.org,TBD 11 + Ford Foundation,foundation,TBD,TBD,General / programmatic,Manus prior employer; potential funder TBD,inferred (TBD) 12 + Mellon Foundation,foundation,TBD,TBD,(unconfirmed),Searches did not return Pioneer Works in Mellon database; absence plausible (Mellon is humanities-leaning),TBD
+7
papers/arxiv-pioneer-works/data/grants.csv
··· 1 + funder,date,amount_usd,program_area,project,source_url,notes 2 + Empire State Development (NYS),2024-2025,2300000,Capital,Accessibility renovation (159 Pioneer St),https://esd.ny.gov/esd-media-center/press-releases/esd-announces-completion-12-7-million-renovation-enhancing-accessibility-pioneer-works-brooklyn,Of $12.7M total renovation; announced complete 13 Feb 2025 3 + NYSCA,(recurring),TBD,General op / programming,(general support),https://arts.ny.gov/,recurring funder; specific year/amount entries TBD 4 + NEA,(recurring),TBD,General op / programming,(general support),https://grantsearch.nea.gov/,likely recurring funder; specific grant rows TBD 5 + NYC DCLA,(recurring),TBD,Cultural Affairs base,(general support),https://www.nyc.gov/site/dcla/,referenced in ESD 2025 announcement (Cumbo); year-by-year amounts TBD 6 + Mellon Foundation,(unconfirmed),TBD,(unconfirmed),(unconfirmed),https://www.mellon.org/,searches in this pass did not surface Pioneer Works in Mellon's database; flagged as TBD/unlikely 7 + Ford Foundation,(unconfirmed),TBD,(unconfirmed),(unconfirmed),https://www.fordfoundation.org/,Manus prior; possible funder TBD
+6
papers/arxiv-pioneer-works/data/locations.csv
··· 1 + period,address,owner_or_host,square_footage,notes,source 2 + 1866-2011,159 Pioneer Street Brooklyn NY 11231,(industrial use; Pioneer Iron Works foundry until WWII; long decline after),~25000,"Red brick foundry building; rebuilt after 1881 fire; Pioneer St named after the foundry",Wikipedia 3 + 2011-2012,159 Pioneer Street Brooklyn NY 11231,Dustin Yellin (private acquirer; $3.7M purchase),25000,"100 windows cut in 2011 renovation; architect Sam Trimble; ~$200K initial budget largely from Yellin art sales; briefly named Intercourse",FvF / Wikipedia 4 + 2012-10,159 Pioneer Street Brooklyn NY 11231,Pioneer Works Art Foundation,25000,"Five feet of water on ground floor from Hurricane Sandy; reconstruction restarted",BkMag / Wikipedia 5 + 2013-2024,159 Pioneer Street Brooklyn NY 11231,Pioneer Works Art Foundation,25000 + 20000 garden,"Reopened under current name; 40-foot ceilings; cathedral-scale main hall; adjoining garden with CSA",FvF / BkMag 6 + 2024-09,159 Pioneer Street Brooklyn NY 11231,Pioneer Works Art Foundation,25000 + 20000 garden,"$12.7M ADA renovation completed; ADA elevator + new HVAC + roof + 2 mezzanines; 16-ft 1890s telescope on roof for planned public observatory",ESD 2025 / Surface 2024 / ArchPaper 2024
+39
papers/arxiv-pioneer-works/data/people.csv
··· 1 + name,role,start_year,end_year,notes,source 2 + Dustin Yellin,President & Founder,2012,,"LA-born artist; ""Frozen Cinema"" glass-collage sculptor; bought 159 Pioneer St in 2011 for $3.7M",Wikipedia / FvF / BkMag 3 + Gabriel Florenz,Founding Artistic Director,2012,,"Yellin's second cousin; former studio assistant; ""central role in establishing the nonprofit""",Wikipedia / ArtForum 2025 4 + Gabriel Florenz,Executive Director,2025,,Expanded from Founding Artistic Director title in March 2025 after Manus departure,ArtForum 2025 5 + Janna Levin,Founding Director of Sciences,2014,,"Claire Tow Professor of Physics & Astronomy, Barnard / Columbia; author Black Hole Blues (2016); editor-in-chief Broadcast",Wikipedia / Broadcast 6 + Eric Shiner,Executive Director,2020,2021,"Started 6 Jan 2020; first-ever ED. Prior: White Cube NY artistic dir; Andy Warhol Museum dir 2010-2016; Sotheby's SVP",PR Newswire 2019 / Artnet 7 + Mara Manus,CEO,2023,2025,"Inaugural CEO title; started Sept 2023; departed end of March 2025. Prior: NYSCA exec dir 7 yrs; Public Theater exec dir; Ford Foundation",ArtForum 2023 / 2025 8 + Stephanie Hemshrot,COO,2025,,Appointed April 2025; led capital projects + operations from 2021,ArtNews 2025 9 + Matthew Putman,Science Programming (Scientific Controversies),2014,,Nano-physicist; co-host of Scientific Controversies with Levin,Wikipedia 10 + Joshua Jelly-Schapiro,Co-Editor-in-Chief Broadcast,2020,,Geographer / writer,Star-Revue 2024 11 + Lucy McKeon,Senior Editor Broadcast,2020,,,Star-Revue 2024 12 + David Everitt Howe,Senior Editor Broadcast,2020,,,Star-Revue 2024 13 + Stella Belt,Assistant Editor Broadcast,2020,,,Star-Revue 2024 14 + Michael Jones,Co-founding Managing Editor Broadcast,2020,,,Star-Revue 2024 15 + Lauren Silbert,Resident Neuroscientist,,,"Founded the AAA observing partnership for Second Sundays",AAA 2018 16 + Sam Trimble,Architect (2011 renovation),2011,,Lead architect for the original 100-window renovation,Wikipedia 17 + Austin Hearst,Board Chair,2023,,Hearst family; named chair in 2023 Manus appointment,ArtForum 2023 18 + David Belt,Board Co-Vice-Chair,,,Real-estate developer; named co-vice-chair in 2025 ESD release,ESD 2025 19 + Julia Bator,Board,2019,,Named in Shiner appointment,PR Newswire 2019 20 + Alan Tisch,Board,2019,,Named in Shiner appointment,PR Newswire 2019 21 + Andres Santo Domingo,Board,2019,,Named in Shiner appointment,PR Newswire 2019 22 + Leyli Zohrenejad,Board,2019,,Named in Shiner appointment,PR Newswire 2019 23 + Kyra Tirana Barry,Board,2023,,Named in Manus appointment,ArtForum 2023 24 + Alex Black,Board,2023,,Named in Manus appointment,ArtForum 2023 25 + Mary Cunney,Board,2023,,Named in Manus appointment,ArtForum 2023 26 + Mark Dalio,Board,2023,,Named in Manus appointment,ArtForum 2023 27 + Tiffiney Davis,Board,2023,,Named in Manus appointment,ArtForum 2023 28 + Ron Elum,Board,2023,,Named in Manus appointment,ArtForum 2023 29 + Matthew Harris,Board,2023,,Named in Manus appointment,ArtForum 2023 30 + Stephanie Ingrassia,Board,2023,,Named in Manus appointment,ArtForum 2023 31 + Neal Katyal,Board,2023,,Named in Manus appointment,ArtForum 2023 32 + Tom X. Lee,Board,2023,,Named in Manus appointment,ArtForum 2023 33 + Charles Meyer,Board,2023,,Named in Manus appointment,ArtForum 2023 34 + Abby Pucker,Board,2023,,Named in Manus appointment,ArtForum 2023 35 + Richard Sarnoff,Board,2023,,Named in Manus appointment,ArtForum 2023 36 + David Byrne,Advisory Board,,,Talking Heads / former; advisory board per BkMag 2022,BkMag 2022 37 + Princess Eugenie of York,Advisory Board,,,Per BkMag 2022,BkMag 2022 38 + Justin Vernon,Advisory Board,,,Bon Iver; per BkMag 2022,BkMag 2022 39 + Kehinde Wiley,Advisory Board,,,Painter; per BkMag 2022,BkMag 2022
+15
papers/arxiv-pioneer-works/data/programs.csv
··· 1 + program,launched,status,duration,cohort_size,stipend_or_compensation,description,key_funders,source 2 + Visual Arts Residency,~2013,Active,5 months,12/year,$2500 honorarium,"Open-call residency in glass-walled studios; emerging + mid-career; access to ceramics / risograph / darkroom / 3D / laser",(general; capital campaign + recurring),ArtDeadline 2026 3 + Music Residency,~2013,Active,1 month,12/year,$1000 honorarium,"Exclusive use of professional recording studio; engineering support; jury of alumni + staff",(general; capital campaign),ArtDeadline 2026 4 + Technology Residency,~2014,Invite-only (formerly open-call),~3 months,(varies),(varies),"Tech Lab access (3D printers / laser cutter / VR / robotics / AI / additive manufacturing); shifted to invite-only",(general; capital campaign),pioneerworks.org/technology 5 + Narrative Arts Residency,2020,Pilot (uncertain status),(TBD),(TBD),(TBD),"Piloted in the 2020 open call alongside Visual / Music / Technology",(general),Hyperallergic 2019 6 + Second Sundays,2013,Active,One day / month,n/a,n/a,"Free monthly open house; open studios + music + exhibitions + food + garden; second Sunday of every month; hundreds of attendees",(general operations),pioneerworks.org / AAA 2018 7 + Scientific Controversies,2014,Active,Series,n/a,n/a,"Discussion series founded with Levin + Putman; Nobel laureates + working scientists in conversation; hundreds of attendees per event",(general operations + science),BkMag 2022 / Wikipedia 8 + Broadcast (online magazine),2020,Active,Continuous + annual print,n/a,n/a,"Online magazine of arts + sciences; first print issue Nov 2023 (Issue 01); Levin + Jelly-Schapiro EICs",(general operations),Star-Revue 2024 9 + Pioneer Works Press,~2016,Active,Continuous,n/a,n/a,"Imprint for experimental / artist-author publications; co-distributed with Printed Matter and others",(general operations),pioneerworks.org/publishing 10 + Village Fête (annual gala),2014-05,Active,One night / year,n/a,n/a,"Principal annual fundraiser; first held 4 May 2014; cancelled 2020 (7th annual; COVID); 2025 edition featured David Byrne",(self-fundraising),pioneerworks.org / ArtNews 2025 11 + Online Benefit Auction,(ongoing),Active,Annual / ongoing,n/a,n/a,"Online auction at auction.pioneerworks.org; complement to the in-person Village Fête",(self-fundraising),pioneerworks.org/auction 12 + Fall Benefit / OPEN (2024),2024-10-08,One-time (?),One night,n/a,n/a,"Reopening gala 8 Oct 2024 honoring Gabriela Hearst + Dustin Yellin; performances by Resistance Revival Chorus",(self-fundraising),Surface 2024 13 + K-12 Education (with Red Hook Initiative),(ongoing),Active,School year,300+ students/yr (2022),Free,"Free workshops in environmental photojournalism + music with the Red Hook Initiative and other neighborhood partners",(general operations),BkMag 2022 14 + Public Observatory,(planned 2025-2026),Under construction,Continuous,n/a,Free,"Plan to operate as NYC's first free public observatory; 16-foot restored 1890s antique telescope on roof; final $1.7M of capital campaign earmarked",(capital campaign),Surface 2024 15 + Earlier publications: Intercourse / Groundworks / MIMO,(early years),Wound down,Periodic,n/a,n/a,"Magazine + pocket series + pamphlet series; replaced by Broadcast",(general operations),FvF 2017
+44
papers/arxiv-pioneer-works/data/residents.csv
··· 1 + name,year,session,program_area,notes,source 2 + Baseera Khan,2018,Fall,Visual Arts,,e-flux 2018 3 + Jen Liu,2018,Fall + Summer,Visual Arts,Two listed sessions,e-flux 2018 4 + Jaimie Warren,2018,Fall,Visual Arts,,e-flux 2018 5 + Kameelah Janan Rasheed,2018,Fall,Visual Arts,,e-flux 2018 6 + Nicholas Oh,2018,Fall,Visual Arts,,e-flux 2018 7 + Jaimie Branch,2018,Spring,Visual Arts / Music,,e-flux 2018 8 + Simon Hanes,2018,Spring,Visual Arts / Music,,e-flux 2018 9 + Usaisamonster,2018,Spring,Music,,e-flux 2018 10 + Gözde İlkin,2018,Spring,Visual Arts,,e-flux 2018 11 + David Huerta,2018,Spring,Visual Arts,,e-flux 2018 12 + Morehshin Allahyari,2018,Spring,Technology,,e-flux 2018 13 + Martine Syms,2018,Spring,Visual Arts,,e-flux 2018 14 + Vanessa Rosa,2018,Spring,Visual Arts,,e-flux 2018 15 + Michael Beharie,2018,Spring,Music,,e-flux 2018 16 + Autumn Knight,2018,Spring,Visual Arts,,e-flux 2018 17 + Louis Fratino,2018,Spring,Visual Arts,,e-flux 2018 18 + Mary Helena Clark,2018,Spring,Visual Arts,,e-flux 2018 19 + Tommaso Cappellato,2018,Summer,Music,,e-flux 2018 20 + Alfredo Salazar-Caro,2018,Summer,Technology,,e-flux 2018 21 + Claudia Hart,2018,Summer,Visual Arts,,e-flux 2018 22 + Mani Nilchiani,2018,Summer,Technology,Joint with Caroline Sinders,e-flux 2018 23 + Caroline Sinders,2018,Summer,Technology,Joint with Mani Nilchiani,e-flux 2018 24 + Shiri Rozenberg,2018,Summer,Visual Arts,,e-flux 2018 25 + TYGAPAW,2018,Summer,Music,,e-flux 2018 26 + Ka Baird,2018,Summer,Music,,e-flux 2018 27 + Xin Liu,2018,Summer,Technology,,e-flux 2018 28 + Victoria Scott,2018,Summer,Visual Arts,,e-flux 2018 29 + Lorena Barrera Enciso,2019,Spring,Visual Arts,,e-flux 2019 30 + Avram Finkelstein,2019,Spring,Visual Arts,Co-founder of Gran Fury / Silence=Death Project,e-flux 2019 31 + Jess Johnson,2019,Spring,Visual Arts,,e-flux 2019 32 + Kenneth Tam,2019,Spring,Visual Arts,,e-flux 2019 33 + Ezra Wube,2019,Spring,Visual Arts,,e-flux 2019 34 + Maia Chao,2019,Fall,Visual Arts,,e-flux 2019 35 + Hypercomf,2019,Fall,Visual Arts,Collective,e-flux 2019 36 + Jenny Perlin,2019,Fall,Visual Arts,,e-flux 2019 37 + LJ Roberts,2019,Fall,Visual Arts,,e-flux 2019 38 + Alexandria Smith,2019,Fall,Visual Arts,,e-flux 2019 39 + Erin Johnson,2020,Fall,Visual Arts,,Broadcast piece 40 + Nate Lewis,2017,(unspecified),Visual Arts,Former ICU nurse turned visual artist; mentioned in BkMag 2022 anniversary piece,BkMag 2022 41 + Keunmin Lee,(early years),(unspecified),Visual Arts,Korean painter; mentioned in FvF 2017,FvF 2017 42 + MSHR (Birch Cooper + Brenna Murphy),(early years),(unspecified),Music,Mentioned in FvF 2017,FvF 2017 43 + Suzannah Lessard,(early years),(unspecified),Narrative / writer,Mentioned in FvF 2017,FvF 2017 44 + Miho Hatori,(early years),(unspecified),Music,Cibo Matto musician; mentioned in FvF 2017,FvF 2017
+30
papers/arxiv-pioneer-works/data/timeline.csv
··· 1 + year,event,category,source 2 + 1866,159 Pioneer St built to house Pioneer Iron Works (foundry),building,Wikipedia 3 + 1881,Building burns; rebuilt,building,Wikipedia 4 + 2011,Dustin Yellin purchases 25000 sq ft building at 159 Pioneer St for $3.7M,building,FvF / Wikipedia / BkMag 5 + 2011,Sam Trimble leads renovation; 100 windows added; ~$200K initial budget largely from Yellin art sales,building,FvF 6 + 2012,Pioneer Works Art Foundation incorporated as 501(c)(3) (EIN 46-1097738); originally named Intercourse,org,IRS / ProPublica 7 + 2012-10,Hurricane Sandy floods ground floor with 5 ft of water,building,Wikipedia / BkMag 8 + 2013,Cultural center reopens under the name Pioneer Works,org,Wikipedia 9 + 2013,Second Sundays free monthly open house begins,program,pioneerworks.org / AAA 10 + 2014,Janna Levin joins as Founding Director of Sciences,leadership,Wikipedia 11 + 2014-05-04,First annual Village Fête spring benefit,program,pioneerworks.org 12 + 2017,FY2017 revenue $6.06M; first year top-officer comp visible in ProPublica summary,funding,ProPublica 13 + 2018,Spring + Summer + Fall residency cohorts (Khan / Liu / Rasheed / Syms / Allahyari etc.) hosted,program,e-flux 2018 14 + 2019,$30 million capital campaign launched (accessibility + observatory),funding,ArchPaper 2024 / Surface 2024 15 + 2019,FY2019 revenue spikes to $14.23M,funding,ProPublica (capital campaign launch year) 16 + 2019-12-19,Eric Shiner appointed first-ever Executive Director (start 6 Jan 2020),leadership,PR Newswire 17 + 2020,COVID closes the building; 7th annual Village Fête cancelled,org,pioneerworks.org 18 + 2020,Broadcast online magazine launched,program,Star-Revue 2024 19 + 2021,Eric Shiner departs Pioneer Works,leadership,Artnet 20 + 2022,Tenth-anniversary press cycle; 25000 sq ft / 40 ft ceilings facts re-confirmed,org,BkMag 2022 / ArtNews 2022 21 + 2023-09,Mara Manus appointed inaugural CEO; Austin Hearst named board chair,leadership,ArtForum 2023 22 + 2023-11,Broadcast Print Issue 01 published (with hannah baer / Levin / Park / Phillips),program,Star-Revue 2024 23 + 2024-01,Eight-month renovation closure begins,building,ArchPaper 2024 24 + 2024-09-06,Pioneer Works reopens; first ADA-accessible season; new elevator + HVAC + roof,building,ArchPaper 2024 25 + 2024-10-08,Fall Benefit / OPEN reopening gala (honoring Hearst + Yellin),program,Surface 2024 26 + 2025-02-13,Empire State Development announces completion of $12.7M renovation ($2.3M state / $10.4M private),funding,ESD 2025 27 + 2025-03,Mara Manus departs at end of month; Florenz expands to Executive Director,leadership,ArtForum 2025 28 + 2025-04,Stephanie Hemshrot appointed COO,leadership,ArtNews 2025 29 + 2025-05-06,Village Fête (David Byrne performance),program,ArtNews 2025 30 + 2025-2026,Public observatory build-out planned: 16-foot 1890s antique telescope on roof deck,program,Surface 2024
+5
papers/arxiv-pioneer-works/figures/cover-prompt.txt
··· 1 + Vertical-format cover illustration for a dossier titled "Pioneer Works." 2 + 3 + Subject: a cathedral-like cross-section of a 25,000-square-foot former iron works in Red Hook Brooklyn. A 19th-century red-brick industrial building, two stories tall with massive arched windows letting raking light onto the floor. Cast-iron columns. Forty-foot ceilings. Inside, a multi-disciplinary scene happening at once: at the left, two visual artists at glass-walled studios with paint-spattered work tables; at the center, scientists at chalkboards working through equations and orbital diagrams; at the right, two musicians with instruments (an upright bass, a small modular synth) at a recording booth. In the deep background, half-glimpsed, the signature glass-collage sculptures of the institution's founder — slabs of layered glass with miniature collage figures embedded inside. Through one tall window, a corner of a Brooklyn waterfront industrial neighborhood: a cobblestone street, a 19th-century hand-painted "PIONEER ST" street sign, a slice of harbor visible past a rusted gantry. The mood is studio-lived-in, warm afternoon light, no spectacle. 4 + 5 + Style: colored pencil illustration on cream paper, soft layered strokes, art-school sketchbook tone, no text, no logos, vertical composition.
papers/arxiv-pioneer-works/figures/cover.png

This is a binary file and will not be displayed.

papers/arxiv-pioneer-works/pals.pdf

This is a binary file and will not be displayed.

+286
papers/arxiv-pioneer-works/pioneer-works.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 + % Latin Modern via OTF filenames so the same preamble renders identically under 8 + % macOS xelatex (Core Text, no fontconfig) and the oven's Linux xelatex (uses 9 + % fontconfig). kpathsea finds the OTFs in texmf-dist on both platforms. 10 + \setmainfont{lmroman10-regular.otf}[ 11 + BoldFont=lmroman10-bold.otf, 12 + ItalicFont=lmroman10-italic.otf, 13 + BoldItalicFont=lmroman10-bolditalic.otf, 14 + ] 15 + \setsansfont{lmsans10-regular.otf}[ 16 + BoldFont=lmsans10-bold.otf, 17 + ItalicFont=lmsans10-oblique.otf, 18 + BoldItalicFont=lmsans10-boldoblique.otf, 19 + ] 20 + \newfontfamily\acbold{ywft-processing-bold}[Path=../../system/public/type/webfonts/,Extension=.ttf] 21 + \newfontfamily\aclight{ywft-processing-light}[Path=../../system/public/type/webfonts/,Extension=.ttf] 22 + \setmonofont{lmmono10-regular.otf}[Scale=0.85, 23 + BoldFont=lmmonolt10-bold.otf, 24 + ItalicFont=lmmono10-italic.otf, 25 + ] 26 + 27 + \usepackage{xcolor} 28 + \usepackage{titlesec} 29 + \usepackage{enumitem} 30 + \usepackage{booktabs} 31 + \usepackage{tabularx} 32 + \usepackage{fancyhdr} 33 + \usepackage{hyperref} 34 + \usepackage{graphicx} 35 + \graphicspath{{figures/}{../../papers/arxiv-ac/figures/}} 36 + \usepackage{ragged2e} 37 + \usepackage{microtype} 38 + \usepackage{natbib} 39 + \usepackage[colorspec=0.92]{draftwatermark} 40 + 41 + \definecolor{acpink}{RGB}{180,72,135} 42 + \definecolor{acpurple}{RGB}{120,80,180} 43 + \definecolor{acdark}{RGB}{64,56,74} 44 + \definecolor{acgray}{RGB}{119,119,119} 45 + \definecolor{draftcolor}{RGB}{180,72,135} 46 + 47 + \DraftwatermarkOptions{text=WORKING DRAFT,fontsize=3cm,color=draftcolor!18,angle=45} 48 + 49 + \hypersetup{colorlinks=true,linkcolor=acpurple,urlcolor=acpurple,citecolor=acpurple, 50 + pdftitle={Pioneer Works: A Dossier}} 51 + 52 + \titleformat{\section}{\normalfont\bfseries\normalsize\uppercase}{\thesection.}{0.5em}{} 53 + \titlespacing{\section}{0pt}{1.2em}{0.3em} 54 + \titleformat{\subsection}{\normalfont\bfseries\small}{\thesubsection}{0.5em}{} 55 + \titlespacing{\subsection}{0pt}{0.8em}{0.2em} 56 + 57 + \pagestyle{fancy}\fancyhf{} 58 + \renewcommand{\headrulewidth}{0pt} 59 + \fancyhead[C]{\footnotesize\color{acpink}\textit{Working Draft --- not for citation}} 60 + \fancyfoot[C]{\footnotesize\thepage} 61 + 62 + \setlist[itemize]{nosep, leftmargin=1.2em, itemsep=0.1em} 63 + \setlist[description]{nosep, leftmargin=0pt, itemindent=0pt, labelsep=0.4em} 64 + \setlength{\columnsep}{1.8em} 65 + \setlength{\parindent}{1em} 66 + \setlength{\parskip}{0.3em} 67 + 68 + \tolerance=800 69 + \emergencystretch=1em 70 + \hyphenpenalty=50 71 + 72 + % --- paper metadata (created/revision shown on cover) --- 73 + \newcommand{\papercreated}{2026-05-02} 74 + \newcommand{\paperrevision}{1} 75 + 76 + \begin{document} 77 + 78 + \twocolumn[{% 79 + \noindent\hfill\raisebox{-1.2em}[0pt][0pt]{\includegraphics[height=3.5em]{pals}}\par\vspace{-2.6em} 80 + \begin{center} 81 + \includegraphics[height=15em]{figures/cover}\par\vspace{0.6em} 82 + {\acbold\fontsize{22pt}{26pt}\selectfont\color{acdark} Pioneer Works}\par 83 + \vspace{0.2em} 84 + {\aclight\fontsize{11pt}{13pt}\selectfont\color{acpink} A Dossier}\par 85 + \vspace{0.3em} 86 + {\aclight\fontsize{9pt}{11pt}\selectfont\color{acgray} Genealogy, History, Programs, People, Money, Footprint --- 2012 to 2026}\par 87 + \vspace{0.6em} 88 + {\normalsize\href{https://prompt.ac/@jeffrey}{@jeffrey}}\par 89 + {\small\color{acgray} Aesthetic.Computer}\par 90 + {\small\color{acgray} ORCID: \href{https://orcid.org/0009-0007-4460-4913}{0009-0007-4460-4913}}\par 91 + \vspace{0.2em} 92 + {\small\color{acpurple} \url{https://aesthetic.computer}}\par 93 + \vspace{0.4em} 94 + {\footnotesize\color{acgray}Created \papercreated{} \,\textbullet\, Revision \paperrevision}\par 95 + \vspace{0.6em} 96 + \rule{\textwidth}{1.5pt} 97 + \vspace{0.5em} 98 + \end{center} 99 + 100 + \begin{center} 101 + {\small\color{acpink}\textbf{[ working draft --- not for citation ]}} 102 + \end{center} 103 + \vspace{0.3em} 104 + 105 + \begin{quote} 106 + \small\noindent\textbf{Note.} This is a dossier, not an argument. It assembles, in one place, what is publicly recoverable about Pioneer Works --- the multidisciplinary cultural center founded in Red Hook, Brooklyn in 2012 by the artist Dustin Yellin --- across genealogy, periodized history, programs, people, finances, and cultural footprint. There is no thesis, no verdict, and no conclusion section. Pioneer Works' founder-as-funder origin (Yellin financed the building purchase and early operations from his own art sales) is recorded as a fact about the institution's funding model, neither praised nor critiqued. Where facts run out the dossier stops; gaps are flagged inline. 107 + \end{quote} 108 + \vspace{0.5em} 109 + }] 110 + 111 + \section{The Building} 112 + 113 + The dossier begins with a building, not an idea. 159 Pioneer Street is a red-brick industrial structure in the Red Hook neighbourhood of Brooklyn, built in 1866 to house the Pioneer Iron Works~\citep{wikipedia2026pioneer} --- a foundry that manufactured steamrollers, railroad track, and machinery for the sugar refineries that lined the Brooklyn waterfront in the late nineteenth century. The street is named after the foundry, not the other way around. The building burned in 1881 and was rebuilt; it operated as light industry through the Second World War and then drifted, like much of Red Hook, into long decline. 114 + 115 + In 2011 the artist Dustin Yellin --- a Los Angeles-born sculptor whose ``Frozen Cinema'' glass-collage works had begun selling at six- and seven-figure prices~\citep{wikipedia2026yellin} --- bought the 25{,}000 sq ft shell for \$3.7 million~\citep{bkmag2022pioneer}. He renovated it himself, with his studio crew and the architect Sam Trimble, on an initial budget of roughly \$200{,}000 funded ``largely \dots\ by his own art''~\citep{fvf2017pioneer}. One hundred new windows were cut into the cathedral-scale walls. The space was briefly called \emph{Intercourse}; it opened to the public in 2012. Hurricane Sandy flooded the ground floor with five feet of water that October, and reconstruction had to begin again. The cultural centre re-opened in 2013 under its current name. 116 + 117 + \section{The Organization, 2012--2026} 118 + 119 + Pioneer Works Art Foundation files as a 501(c)(3) public charity under EIN 46-1097738~\citep{propublica2026pioneer}. The first Form 990 on the federal record (FY2012) reports \$4{,}900 in revenue and \$0 in expenses --- effectively a registration filing for an organization whose physical operations were just beginning. 120 + 121 + \subsection{Founding triad (2012--2014)} 122 + 123 + Three people anchor the founding period. \textbf{Dustin Yellin} is founder, president, and artist-in-occupancy. \textbf{Gabriel Florenz}, Yellin's second cousin and former studio assistant~\citep{artforum2025stepsdown}, becomes Founding Artistic Director and Vice-President; he ``played a central role in establishing the nonprofit''~\citep{wikipedia2026pioneer} and runs day-to-day artistic programming. In 2014 the cosmologist \textbf{Janna Levin}, a Claire Tow Professor at Barnard / Columbia, joins as Founding Director of Sciences~\citep{wikipedia2026pioneer}. Levin is also a working author (her book on LIGO, \emph{Black Hole Blues}, appears in 2016), and her appointment is the moment the institution becomes legibly multi-disciplinary rather than a generously-staffed artist studio. 124 + 125 + \subsection{Programmatic build-out (2014--2019)} 126 + 127 + The annual \textbf{Village F\^ete} spring benefit launches 4 May 2014~\citep{pioneerworks2014vf}. Open-call \textbf{residencies} build out across visual arts, music, and technology disciplines. \textbf{Second Sundays} --- a free monthly open house combining open studios, music, and exhibitions --- begins in 2013 and becomes the institution's signature public ritual~\citep{pioneerworks2025ss}. The Amateur Astronomers Association of New York establishes a recurring stargazing presence at Second Sundays under science staff Lauren Silbert~\citep{aaa2018pioneer}. Revenue grows from \$215K (FY2013) to \$14.2M (FY2019, a one-year capital-campaign spike). 128 + 129 + \subsection{First professional ED (2019--2022)} 130 + 131 + \textbf{Eric Shiner} --- former director of the Andy Warhol Museum (2010--2016), then artistic director at White Cube New York, and earlier SVP for contemporary art at Sotheby's --- is appointed first-ever Executive Director on 19 December 2019, starting 6 January 2020~\citep{prnewswire2019shiner}. His tenure straddles the COVID closure and its aftermath. The \$30 million capital campaign for accessibility renovations and a public observatory is announced in 2019~\citep{archpaper2024reopen}. Shiner departs in 2021; the org runs without an ED through 2022--2023. 132 + 133 + \subsection{Mara Manus, capital campaign close (2023--2025)} 134 + 135 + \textbf{Mara Manus}, departing executive director of the New York State Council on the Arts (NYSCA, where she had stewarded \$100M in annual funding for seven years), and previously executive director of the Public Theater, becomes inaugural \textbf{Chief Executive Officer} (a new title, distinct from Shiner's ``Executive Director'') in September 2023~\citep{artforum2023manus}. She closes the capital campaign months ahead of schedule and oversees the \$12.7M accessibility renovation~\citep{esd2025renovation}. Pioneer Works re-opens 6 September 2024 after eight months of construction~\citep{archpaper2024reopen}. Manus departs at the end of March 2025 as the org returns to an ``artist- and scientist-led model''~\citep{artforum2025stepsdown}. 136 + 137 + \subsection{Florenz era (2025--)} 138 + 139 + \textbf{Gabriel Florenz} expands from Founding Artistic Director to \textbf{Executive Director} in March 2025~\citep{artforum2025stepsdown}. \textbf{Stephanie Hemshrot}, who had run capital projects and operations since 2021, is appointed Chief Operating Officer in April 2025~\citep{artnews2025manus}. Levin remains Director of Sciences. Yellin remains President. 140 + 141 + \section{People} 142 + 143 + \begin{table}[h] 144 + \small 145 + \centering 146 + \begin{tabularx}{\columnwidth}{lXl} 147 + \toprule 148 + \textbf{Tenure} & \textbf{Top exec.} & \textbf{Title} \\ 149 + \midrule 150 + 2012-- & Dustin Yellin & President \& Founder \\ 151 + 2012-- & Gabriel Florenz & Artistic Dir. \\ 152 + 2014-- & Janna Levin & Dir. of Sciences \\ 153 + 2020--2021 & Eric Shiner & Executive Dir. \\ 154 + 2023--2025 & Mara Manus & CEO \\ 155 + Mar 2025-- & Gabriel Florenz & Executive Dir. \\ 156 + Apr 2025-- & Stephanie Hemshrot & COO \\ 157 + \bottomrule 158 + \end{tabularx} 159 + \caption{Top-of-house leadership of record. Yellin and Florenz are second cousins; Florenz was Yellin's studio assistant before becoming Founding Artistic Director.} 160 + \label{tab:eds} 161 + \end{table} 162 + 163 + The board is co-led, in the FY2024 Form 990 era, by chair \textbf{Austin Hearst} (Hearst family; named chair in 2023~\citep{artforum2023manus}) and co-vice-chair \textbf{David Belt}. Other recurring or recently named directors: \textbf{Julia Bator}, \textbf{Alan Tisch}, \textbf{Andres Santo Domingo}, \textbf{Leyli Zohrenejad}, \textbf{Kyra Tirana Barry}, \textbf{Alex Black}, \textbf{Mary Cunney}, \textbf{Mark Dalio}, \textbf{Tiffiney Davis}, \textbf{Ron Elum}, \textbf{Matthew Harris}, \textbf{Stephanie Ingrassia}, \textbf{Neal Katyal}, \textbf{Tom X.~Lee}, \textbf{Charles Meyer}, \textbf{Abby Pucker}, and \textbf{Richard Sarnoff}~\citep{prnewswire2019shiner,artforum2023manus}. The 2022 anniversary press cycle named an advisory cohort that included \textbf{David Byrne}, \textbf{Princess Eugenie of York}, \textbf{Justin Vernon} (Bon Iver), and \textbf{Kehinde Wiley}~\citep{bkmag2022pioneer}. 164 + 165 + The science department head from the early years was the nano-physicist \textbf{Matthew Putman}, hosting the long-running \emph{Scientific Controversies} discussion series alongside Levin~\citep{wikipedia2026pioneer}. \textbf{Joshua Jelly-Schapiro} co-edits \emph{Broadcast} with Levin; \textbf{Lucy McKeon} and \textbf{David Everitt Howe} are senior editors; \textbf{Michael Jones} is co-founding managing editor~\citep{starrevue2024broadcast}. 166 + 167 + \section{Programs} 168 + 169 + \textbf{Residencies} (2013--) --- The institution's central commitment. Three open-call tracks have run for most of the period: 170 + 171 + \begin{itemize} 172 + \item \emph{Visual Arts}, 5 months, \$2{,}500 honorarium, 12 residents/year, public-facing glass-walled studios~\citep{artdeadline2026residency}. 173 + \item \emph{Music}, 1 month, \$1{,}000 honorarium, 12 residents/year, exclusive use of a professional recording studio~\citep{artdeadline2026residency}. 174 + \item \emph{Technology}, $\sim$3 months, formerly open-call and now invite-only; tied to the on-site Tech Lab (3D printers, laser cutter, VR, robotics, AI, additive manufacturing)~\citep{pioneerworks2025tech}. 175 + \end{itemize} 176 + A \emph{Narrative Arts} track was piloted in the 2020 open call~\citep{hyperallergic2019openall}. Residents have included Baseera Khan, Jen Liu, Kameelah Janan Rasheed, Martine Syms, Morehshin Allahyari, Mary Helena Clark, Caroline Sinders, Xin Liu, Avram Finkelstein, Jess Johnson, LJ Roberts, Alexandria Smith, Erin Johnson, Nate Lewis, MSHR, and Miho Hatori, among many others (year-by-year list in \texttt{data/residents.csv}). 177 + 178 + \textbf{Science} (2014--) --- Discussion series \emph{Scientific Controversies} (founded with Putman + Levin), one-off lectures, and from 2024 on the planned \emph{Public Observatory} on the building's roof: a 16-foot restored 1890s antique telescope to be operated as ``NYC's first free public observatory''~\citep{surface2024obs}. The science programme is the through-line of the Levin years and is also what reliably draws non-art press. 179 + 180 + \textbf{\emph{Broadcast}} (2020--) --- Online magazine of arts and sciences, edited by Levin and Joshua Jelly-Schapiro. Print Issue 01 in November 2023, featuring hannah baer, Janna Levin, Ed Park, and Rowan Ricardo Phillips~\citep{starrevue2024broadcast}. Replaces the earlier in-house publication \emph{Intercourse} (the same word Yellin briefly used for the building) and the pamphlet series \emph{Groundworks} and \emph{MIMO}~\citep{fvf2017pioneer}. 181 + 182 + \textbf{Pioneer Works Press} (\textasciitilde 2016--) --- Imprint for ``experimental and pathbreaking work from leading artists and writers in contemporary culture''; co-distributed with Printed Matter and others. 183 + 184 + \textbf{Second Sundays} (2013--) --- Free monthly open house, second Sunday of every month. Open studios with current residents, music, exhibitions, food, garden access. Hosts hundreds per event~\citep{aaa2018pioneer}. 185 + 186 + \textbf{Open House / OPEN} (2024 reopening + ongoing) --- The expanded post-renovation public-facing programme; the October 2024 \emph{Fall Benefit} re-opening was branded ``OPEN''~\citep{surface2024gala}. 187 + 188 + \textbf{Village F\^ete} (May 2014--) --- Annual spring benefit gala. Inaugural 4 May 2014; the 2025 edition (6 May 2025) featured David Byrne~\citep{artnews2025fete}. The 7th annual was cancelled (COVID, 2020). The fete is the institution's principal annual fundraiser; Pioneer Works also runs an associated benefit auction (\texttt{auction.pioneerworks.org}). 189 + 190 + \textbf{Education} (ongoing) --- Free workshops for K-12 students through partnerships with the Red Hook Initiative and others. 300+ K-12 students reached in 2022 alone~\citep{bkmag2022pioneer}. 191 + 192 + \section{Money}\label{sec:money} 193 + 194 + The federal tax record (Pioneer Works Art Foundation, EIN 46-1097738~\citep{propublica2026pioneer}) is the cleanest source. Filings are public on ProPublica's Nonprofit Explorer back to FY2012, the foundation's first year. 195 + 196 + \subsection{Top-line, FY2012--FY2024} 197 + 198 + \begin{table*}[t] 199 + \footnotesize 200 + \centering 201 + \setlength{\tabcolsep}{4pt} 202 + \begin{tabularx}{\textwidth}{Xrrrrrr} 203 + \toprule 204 + \textbf{FY end} & \textbf{Revenue} & \textbf{Contri.\,/\,Grants} & \textbf{Prog.\,svc.} & \textbf{Expenses} & \textbf{Top exec. comp.} & \textbf{Net assets} \\ 205 + \midrule 206 + 2012 & 4{,}900 & 4{,}900 & --- & 0 & --- & 4{,}900 \\ 207 + 2013 & 215{,}291 & 182{,}500 & --- & 168{,}404 & --- & 51{,}787 \\ 208 + 2014 & 1{,}306{,}327 & 886{,}624 & 362{,}356 & 1{,}171{,}643 & --- & 186{,}471 \\ 209 + 2015 & 2{,}869{,}041 & 1{,}989{,}606 & 500{,}318 & 2{,}283{,}062 & --- & 772{,}450 \\ 210 + 2016 & 3{,}625{,}522 & 2{,}640{,}303 & 758{,}878 & 3{,}469{,}242 & --- & 928{,}730 \\ 211 + 2017 & 6{,}055{,}241 & 4{,}941{,}234 & 910{,}632 & 5{,}544{,}113 & 150{,}000 & 1{,}439{,}858 \\ 212 + 2018 & 7{,}506{,}234 & 6{,}723{,}647 & 721{,}731 & 6{,}680{,}659 & 162{,}500 & 2{,}265{,}433 \\ 213 + 2019 & \textbf{14{,}225{,}980} & 12{,}184{,}712 & 1{,}644{,}602 & 7{,}557{,}149 & 144{,}406 & 8{,}934{,}264 \\ 214 + 2020 & 9{,}737{,}121 & 9{,}280{,}986 & 453{,}450 & 5{,}817{,}051 & 286{,}731 & 12{,}854{,}334 \\ 215 + 2021 & 7{,}041{,}619 & 6{,}659{,}196 & 381{,}460 & 6{,}535{,}212 & 233{,}140 & 13{,}360{,}741 \\ 216 + 2022 & 10{,}424{,}515 & 9{,}590{,}229 & 833{,}744 & 8{,}666{,}931 & 188{,}928 & 15{,}118{,}325 \\ 217 + 2023 & \textbf{13{,}401{,}014} & 11{,}709{,}988 & 970{,}411 & 10{,}555{,}334 & 216{,}000 & 17{,}864{,}005 \\ 218 + 2024 & 9{,}963{,}860 & 9{,}059{,}301 & 606{,}712 & 8{,}229{,}322 & 299{,}738 & 19{,}598{,}543 \\ 219 + \bottomrule 220 + \end{tabularx} 221 + \caption{Pioneer Works Art Foundation --- top-line Form 990 figures by fiscal year (USD; FY end is calendar year-end based on filing pattern). Source: ProPublica Nonprofit Explorer for EIN 46-1097738~\citep{propublica2026pioneer}. Government-grants line is not separately tabulated in the ProPublica summary --- detail TBD from the IRS XML pull. Top-exec. comp. is the highest single officer line for each year (titles vary across the period: Florenz, Shiner, Manus depending on year).} 222 + \label{tab:financials} 223 + \end{table*} 224 + 225 + The shape, in plain English: revenue is contribution-driven (88--96\% in nearly every year), with program-service revenue (event rentals, workshop fees, ticket sales) running \$0.4--\$1.6M but never the dominant line. Two years break the trend upward: \textbf{FY2019} at \$14.2M revenue (the year of the \$30M capital-campaign launch and a single-year contributions surge to \$12.2M) and \textbf{FY2023} at \$13.4M (closing-year of the campaign, with the \$12.7M renovation work funded). Net assets grew almost monotonically from \$5K (FY2012) to \$19.6M (FY2024). The institution by FY2024 is, on the federal record, an order of magnitude larger than Rhizome (compare \$821K revenue, \$262K net assets for Rhizome FY2024). 226 + 227 + \subsection{The Yellin-as-funder mechanism} 228 + 229 + The founder-as-funder dynamic is unusual enough to warrant a paragraph as a fact about the funding model. The 2011 building purchase (\$3.7M) and the initial 2011--2012 renovation budget (``largely \dots\ funded by his own art''~\citep{fvf2017pioneer}) came directly from Yellin's art sales. Press coverage of Pioneer Works' first decade consistently treats this as a known: ``initially financed through Yellin's artwork sales''~\citep{fvf2017pioneer}; ``initial budget of \$200{,}000 that was largely funded by his own art''~\citep{fvf2017pioneer}. Once the foundation incorporated as a 501(c)(3) in 2012, the institution moved progressively onto a mixed funding model: institutional grants, foundation gifts, ticketed programming, the annual Village F\^ete, individual donors. Yellin remains President, and the building remains the foundation's principal physical asset; the property-ownership relationship between Yellin (as private acquirer) and the foundation (as occupant / owner of record) over time is not fully recoverable from the public 990s and is flagged in \texttt{data/README.md}. 230 + 231 + \subsection{Capital campaign and accessibility renovation} 232 + 233 + The 2019 capital campaign was set at \textbf{\$30 million}~\citep{archpaper2024reopen}. By August 2024 \$28.3M had been raised; the remaining \$1.7M was earmarked for the public observatory. The renovation itself was \$12.7M of construction work~\citep{esd2025renovation}, of which \$2.3M came from New York State (Empire State Development) public funds; the balance \$10.4M was private. The building was closed for eight months in 2024 and re-opened on 6 September 2024. 234 + 235 + \subsection{Annual gala} 236 + 237 + The \textbf{Village F\^ete} (May, annual since 2014; 7th annual cancelled 2020 for COVID) is the principal annual fundraiser; Pioneer Works also runs an associated online \emph{Benefit Auction}. A separate \textbf{Fall Benefit / OPEN} re-opening gala occurred 8 October 2024~\citep{surface2024gala}. The 2025 Village F\^ete brought David Byrne to Red Hook on 6 May 2025~\citep{artnews2025fete}. Per-event Schedule G (gross, contributions, direct expenses, net) figures are deferred --- the IRS XMLs were not pulled for this first pass. Schedule G detail is recorded in \texttt{data/README.md} as a TBD. 238 + 239 + \section{Footprint} 240 + 241 + \textbf{The building.} 159 Pioneer Street, Red Hook, Brooklyn. 25{,}000 sq ft of indoor space (some sources say 24{,}000 or 27{,}000 sq ft; the post-2024 renovation puts the figure at 25{,}000 plus a 20{,}000 sq ft adjoining garden, with two new mezzanines and an ADA elevator). 40-foot ceilings. 100 windows from the 2011 renovation. Originally built 1866 for Pioneer Iron Works; the street is named after the foundry. Owned and operated by the foundation. 242 + 243 + \textbf{The neighbourhood.} Red Hook in 2012 was an under-served, underbuilt waterfront industrial neighbourhood with poor subway access (the F train at Smith--9th Street is the nearest). Pioneer Works' presence is large enough to function as a neighbourhood anchor: Second Sundays draw hundreds, and Pioneer Works partners with the Red Hook Initiative on K-12 programming. The Hurricane Sandy flood (October 2012) was a neighbourhood event before it was an institutional one. 244 + 245 + \textbf{The aesthetic register.} Pioneer Works' identifying aesthetic, in press coverage of all eras, is the \emph{cathedral-of-process} register: cast-iron columns, exposed brick, glass-walled artist studios, scientists at chalkboards beside artists at workstations, Yellin's own glass-collage sculptures often in the background. The institution names itself a ``social sculpture'' and a ``museum of process''~\citep{fvf2017pioneer}. 246 + 247 + \textbf{The cultural footprint.} Recurring partners include Columbia / Barnard (via Levin), the Amateur Astronomers Association of New York, the Red Hook Initiative, Printed Matter, Empire State Development (post-2025 renovation press), and a long advisory list including David Byrne, Justin Vernon, and Kehinde Wiley. \emph{Broadcast} (2020--) is the institution's contribution to the periodicals shelf. Pioneer Works Press is its book imprint. 248 + 249 + \section{Reading list} 250 + 251 + \subsection{Press / coverage --- already cited} 252 + 253 + \textbf{ArtNews, ``After Ten Years, Pioneer Works\dots''} (2022)~\citep{artnews2022ten} --- the anniversary recap.\\ 254 + \textbf{BkMag, ``Pioneers at Work''} (2022)~\citep{bkmag2022pioneer} --- decade-end community piece.\\ 255 + \textbf{Brooklyn Eagle / DNyuz / ArtForum on Manus appointment} (Sept 2023)~\citep{artforum2023manus}.\\ 256 + \textbf{ArtForum on Manus departure} (May 2025)~\citep{artforum2025stepsdown}.\\ 257 + \textbf{Surface Mag} on the renovation~\citep{surface2024obs} and on the OPEN gala~\citep{surface2024gala}.\\ 258 + \textbf{Architect's Newspaper} on ADA reopening~\citep{archpaper2024reopen}.\\ 259 + \textbf{Empire State Development press release} on the \$12.7M renovation~\citep{esd2025renovation}.\\ 260 + \textbf{Friends of Friends / FvF} on the founding-decade aesthetic~\citep{fvf2017pioneer}. 261 + 262 + \subsection{To acquire / read deeper} 263 + 264 + \textbf{Joseph Beuys, \emph{What Is Art?}} --- on social sculpture, the term Pioneer Works applies to itself.\\ 265 + \textbf{Janna Levin, \emph{Black Hole Blues and Other Songs from Outer Space}} (2016) --- the Director of Sciences' principal book of the institutional period.\\ 266 + \textbf{Dustin Yellin oral history / interviews} --- including the Friends of Friends profile and the various BkMag and ArtNews recaps.\\ 267 + \textbf{The Red Hook neighbourhood literature} --- on post-Sandy infrastructure, gentrification arguments, and the relationship between cultural-anchor institutions and waterfront industrial neighbourhoods.\\ 268 + \textbf{\emph{Broadcast} Issue 01} (Nov 2023) --- the institution's own most extended self-presentation.\\ 269 + \textbf{Comparative residency programme literature} --- Skowhegan, MacDowell, Yaddo, Headlands, Fountainhead, NEW INC; Pioneer Works' open-call, multi-disciplinary, urban-anchor format is unusual in the residency landscape. 270 + 271 + \section{What this dossier is not} 272 + 273 + \begin{itemize} 274 + \item Not a thesis. There is no question being answered. 275 + \item Not a critique. The Yellin-as-founder-and-funder mechanic is recorded as a fact about the institution's funding model, neither praised nor condemned. 276 + \item Not a comparison. Adjacent organizations (Rhizome, NEW INC, Eyebeam, Knockdown Center, MASS MoCA, the Watermill Center) are mentioned only where they directly intersect Pioneer Works or where the contrast in scale clarifies the federal-tax-record numbers. 277 + \item Not exhaustive. The dossier covers what is publicly recoverable; gaps (Schedule G auction detail, full year-by-year residents, named-grant inventory below the seven-figure level) are flagged inline. The companion data folder (\texttt{papers/arxiv-pioneer-works/data/}) contains the underlying CSVs. 278 + \end{itemize} 279 + 280 + \vspace{0.5em} 281 + \noindent\textbf{ORCID:} \href{https://orcid.org/0009-0007-4460-4913}{0009-0007-4460-4913} 282 + 283 + \bibliographystyle{plainnat} 284 + \bibliography{references} 285 + 286 + \end{document}
+175
papers/arxiv-pioneer-works/references.bib
··· 1 + @misc{wikipedia2026pioneer, 2 + title={Pioneer Works}, 3 + author={{Wikipedia contributors}}, 4 + year={2026}, 5 + howpublished={\url{https://en.wikipedia.org/wiki/Pioneer_Works}}, 6 + note={Accessed 2026-05-02} 7 + } 8 + 9 + @misc{wikipedia2026yellin, 10 + title={Dustin Yellin}, 11 + author={{Wikipedia contributors}}, 12 + year={2026}, 13 + howpublished={\url{https://en.wikipedia.org/wiki/Dustin_Yellin}}, 14 + note={Accessed 2026-05-02} 15 + } 16 + 17 + @misc{propublica2026pioneer, 18 + title={Pioneer Works Art Foundation --- Nonprofit Explorer}, 19 + author={{ProPublica}}, 20 + year={2026}, 21 + howpublished={\url{https://projects.propublica.org/nonprofits/organizations/461097738}}, 22 + note={EIN 46-1097738; accessed 2026-05-02} 23 + } 24 + 25 + @misc{bkmag2022pioneer, 26 + title={Pioneers at work}, 27 + author={{Brooklyn Magazine}}, 28 + year={2022}, 29 + howpublished={\url{https://www.bkmag.com/2022/09/22/pioneer-works-at-10/}}, 30 + note={Tenth-anniversary feature; accessed 2026-05-02} 31 + } 32 + 33 + @misc{artnews2022ten, 34 + title={After Ten Years, Pioneer Works Embraces Its Amorphous, Trans-Disciplinary Spirit, Where Art Meets Science}, 35 + author={{ARTnews}}, 36 + year={2022}, 37 + howpublished={\url{https://www.artnews.com/art-news/news/pioneer-works-tenth-anniversary-1234645735/}}, 38 + note={Accessed 2026-05-02} 39 + } 40 + 41 + @misc{artforum2023manus, 42 + title={Mara Manus to Lead Pioneer Works}, 43 + author={{ArtForum}}, 44 + year={2023}, 45 + howpublished={\url{https://www.artforum.com/news/mara-manus-to-lead-pioneer-works-252978/}}, 46 + note={Accessed 2026-05-02} 47 + } 48 + 49 + @misc{artforum2025stepsdown, 50 + title={Mara Manus Steps Down as CEO of Pioneer Works}, 51 + author={{ArtForum}}, 52 + year={2025}, 53 + howpublished={\url{https://www.artforum.com/news/mara-manus-steps-down-as-ceo-pioneer-works-1234730585/}}, 54 + note={Accessed 2026-05-02} 55 + } 56 + 57 + @misc{artnews2025manus, 58 + title={Mara Manus Has Departed Inaugural CEO Role at Pioneer Works as Organization Shifts Back to an Artist and Scientist-Led Model}, 59 + author={{ARTnews}}, 60 + year={2025}, 61 + howpublished={\url{https://www.artnews.com/art-news/news/mara-manus-to-depart-inaugural-ceo-pioneer-works-1234740682/}}, 62 + note={Accessed 2026-05-02} 63 + } 64 + 65 + @misc{prnewswire2019shiner, 66 + title={Pioneer Works Names Eric Shiner First-Ever Executive Director}, 67 + author={{PR Newswire / Pioneer Works}}, 68 + year={2019}, 69 + howpublished={\url{https://www.prnewswire.com/news-releases/pioneer-works-names-eric-shiner-first-ever-executive-director-300977429.html}}, 70 + note={Press release dated 19 December 2019} 71 + } 72 + 73 + @misc{esd2025renovation, 74 + title={Empire State Development Announces Completion Of \$12.7 Million Renovation Enhancing Accessibility At Pioneer Works' Historic Building In Brooklyn}, 75 + author={{Empire State Development}}, 76 + year={2025}, 77 + howpublished={\url{https://esd.ny.gov/esd-media-center/press-releases/esd-announces-completion-12-7-million-renovation-enhancing-accessibility-pioneer-works-brooklyn}}, 78 + note={Press release dated 13 February 2025} 79 + } 80 + 81 + @misc{archpaper2024reopen, 82 + title={Pioneer Works reopens, now fully ADA accessible, after renovation}, 83 + author={{The Architect's Newspaper}}, 84 + year={2024}, 85 + howpublished={\url{https://www.archpaper.com/2024/09/pioneer-works-reopens-ada-accessible-renovation/}}, 86 + note={Accessed 2026-05-02} 87 + } 88 + 89 + @misc{surface2024obs, 90 + title={Pioneer Works Prepares for a Milestone}, 91 + author={{Surface Magazine}}, 92 + year={2024}, 93 + howpublished={\url{https://www.surfacemag.com/articles/pioneer-works-renovation-reopening-observatory/}}, 94 + note={Accessed 2026-05-02} 95 + } 96 + 97 + @misc{surface2024gala, 98 + title={At Its 2024 Gala, Pioneer Works Puts On a Show}, 99 + author={{Surface Magazine}}, 100 + year={2024}, 101 + howpublished={\url{https://www.surfacemag.com/articles/pioneer-works-open-gala-recap/}}, 102 + note={Fall Benefit / OPEN, 8 October 2024} 103 + } 104 + 105 + @misc{artnews2025fete, 106 + title={The Pioneer Works Village F\^ete Brings David Byrne to Red Hook}, 107 + author={{ARTnews}}, 108 + year={2025}, 109 + howpublished={\url{https://www.artnews.com/art-news/news/the-pioneer-works-gala-2025-1234741152/}}, 110 + note={2025 Village F\^ete recap} 111 + } 112 + 113 + @misc{fvf2017pioneer, 114 + title={Inside Pioneer Works, New York's collaborative wonderland for the arts and sciences}, 115 + author={{Friends of Friends / Freunde von Freunden}}, 116 + year={2017}, 117 + howpublished={\url{https://www.freundevonfreunden.com/art/inside-pioneer-works-new-yorks-collaborative-wonderland-for-the-arts-and-sciences/}}, 118 + note={Accessed 2026-05-02} 119 + } 120 + 121 + @misc{aaa2018pioneer, 122 + title={What is a Pioneer Works?}, 123 + author={{Amateur Astronomers Association of New York}}, 124 + year={2018}, 125 + howpublished={\url{https://aaa.org/2018/03/01/what-is-a-pioneer-works/}}, 126 + note={Accessed 2026-05-02} 127 + } 128 + 129 + @misc{starrevue2024broadcast, 130 + title={Art and science are symbiotic at Pioneer Works' magazine ``Broadcast''}, 131 + author={McIlvaine, Brookie}, 132 + year={2024}, 133 + howpublished={\url{https://www.star-revue.com/art-and-science-are-symbiotic-at-pioneer-works-magazine-broadcast-by-brookie-mcilvaine/}}, 134 + note={Red Hook Star-Revue} 135 + } 136 + 137 + @misc{pioneerworks2014vf, 138 + title={First Annual Village F\^ete}, 139 + author={{Pioneer Works}}, 140 + year={2014}, 141 + howpublished={\url{https://pioneerworks.org/programs/first-annual-village-fete}}, 142 + note={4 May 2014} 143 + } 144 + 145 + @misc{pioneerworks2025ss, 146 + title={Second Sundays}, 147 + author={{Pioneer Works}}, 148 + year={2025}, 149 + howpublished={\url{https://pioneerworks.org/programs/second-sundays}}, 150 + note={Free monthly open house, second Sunday of every month} 151 + } 152 + 153 + @misc{pioneerworks2025tech, 154 + title={Technology at Pioneer Works}, 155 + author={{Pioneer Works}}, 156 + year={2025}, 157 + howpublished={\url{https://pioneerworks.org/technology}}, 158 + note={Tech Lab description} 159 + } 160 + 161 + @misc{artdeadline2026residency, 162 + title={2026 Visual Arts and Music Residencies}, 163 + author={{ArtDeadline}}, 164 + year={2025}, 165 + howpublished={\url{https://artdeadline.com/ops/pioneer/}}, 166 + note={Open call detail; deadline 31 August 2025} 167 + } 168 + 169 + @misc{hyperallergic2019openall, 170 + title={Apply to the Pioneer Works Visual Arts, Technology, Music, and Narrative Arts Residency}, 171 + author={{Hyperallergic}}, 172 + year={2019}, 173 + howpublished={\url{https://hyperallergic.com/513496/apply-to-the-pioneer-works-visual-arts-technology-music-and-narrative-arts-residency/}}, 174 + note={Accessed 2026-05-02} 175 + }
+105
papers/arxiv-recurse/ac-paper-layout.sty
··· 1 + % ac-paper-layout.sty — Aesthetic Computer paper layout master template 2 + % Usage: \usepackage{ac-paper-layout} in each arxiv-* paper 3 + % 4 + % This package provides the shared visual identity for all AC working drafts: 5 + % - AC color palette 6 + % - YWFT Processing font commands (\acbold, \aclight) 7 + % - Draft watermark in Processing Light font 8 + % - Pals logo watermark (top-left, rotated, semi-opaque) 9 + % - Section/subsection formatting 10 + % - Header/footer (draft notice + page numbers) 11 + % - List and paragraph settings 12 + % - \ac command for "Aesthetic Computer" small caps 13 + % 14 + % Papers still define their own: 15 + % - \hypersetup{pdftitle=...} 16 + % - \graphicspath{...} 17 + % - Additional \newcommand macros (e.g. \wg, \acos) 18 + % - Extra packages (listings, multicol, etc.) 19 + % - Extra font families (ComicRelief for KidLisp, etc.) 20 + 21 + \NeedsTeXFormat{LaTeX2e} 22 + \ProvidesPackage{ac-paper-layout}[2026/03/16 Aesthetic Computer paper layout] 23 + 24 + % === FONTS === 25 + % Requires fontspec (loaded by the document before this package) 26 + \newfontfamily\acbold{ywft-processing-bold}[ 27 + Path=../../system/public/type/webfonts/, 28 + Extension=.ttf 29 + ] 30 + \newfontfamily\aclight{ywft-processing-light}[ 31 + Path=../../system/public/type/webfonts/, 32 + Extension=.ttf 33 + ] 34 + 35 + % === COLORS (AC palette) === 36 + \definecolor{acpink}{RGB}{180,72,135} 37 + \definecolor{acpurple}{RGB}{120,80,180} 38 + \definecolor{acdark}{RGB}{64,56,74} 39 + \definecolor{acgray}{RGB}{119,119,119} 40 + \definecolor{draftcolor}{RGB}{180,72,135} 41 + 42 + % === DRAFT WATERMARK (Processing font + pals logo) === 43 + \RequirePackage{eso-pic} 44 + \RequirePackage{tikz} 45 + \AddToShipoutPictureBG{% 46 + \begin{tikzpicture}[remember picture, overlay] 47 + % --- Pals logo: large, top-left, rotated, semi-opaque, bleeding off edge --- 48 + \node[opacity=0.06, anchor=north west, rotate=-15] 49 + at ([xshift=-1.2cm, yshift=1.2cm]current page.north west) 50 + {\includegraphics[width=10cm]{pals}}; 51 + % --- "WORKING DRAFT" text in Processing Light font --- 52 + \node[opacity=0.12, rotate=45, anchor=center] 53 + at (current page.center) 54 + {{\aclight\fontsize{2.5cm}{3cm}\selectfont\color{acpink} WORKING DRAFT}}; 55 + \end{tikzpicture}% 56 + } 57 + 58 + % === SECTION FORMATTING === 59 + \RequirePackage{titlesec} 60 + \titleformat{\section} 61 + {\normalfont\bfseries\normalsize\uppercase} 62 + {\thesection.} 63 + {0.5em} 64 + {} 65 + \titlespacing{\section}{0pt}{1.2em}{0.3em} 66 + 67 + \titleformat{\subsection} 68 + {\normalfont\bfseries\small} 69 + {\thesubsection} 70 + {0.5em} 71 + {} 72 + \titlespacing{\subsection}{0pt}{0.8em}{0.2em} 73 + 74 + % === HEADER/FOOTER === 75 + \RequirePackage{fancyhdr} 76 + \pagestyle{fancy} 77 + \fancyhf{} 78 + \renewcommand{\headrulewidth}{0pt} 79 + \fancyhead[C]{\footnotesize\color{acpink}\textit{Working Draft --- not for citation}} 80 + \fancyfoot[C]{\footnotesize\thepage} 81 + 82 + % === LIST SETTINGS === 83 + \RequirePackage{enumitem} 84 + \setlist[itemize]{nosep, leftmargin=1.2em, itemsep=0.1em} 85 + \setlist[enumerate]{nosep, leftmargin=1.2em} 86 + 87 + % === PARAGRAPH SETTINGS === 88 + \setlength{\columnsep}{1.8em} 89 + \setlength{\parindent}{1em} 90 + \setlength{\parskip}{0.3em} 91 + 92 + % === HYPERREF COLORS === 93 + \RequirePackage{hyperref} 94 + \hypersetup{ 95 + colorlinks=true, 96 + linkcolor=acpurple, 97 + urlcolor=acpurple, 98 + citecolor=acpurple, 99 + } 100 + 101 + % === COMMON COMMANDS === 102 + \newcommand{\ac}{\textsc{Aesthetic Computer}} 103 + \newcommand{\acdot}{{\color{acpink}.}} 104 + 105 + \endinput
+65
papers/arxiv-recurse/data/README.md
··· 1 + # arxiv-recurse / data — first-pass record pull 2 + 3 + First-pass dossier data on the Recurse Center (formerly Hacker School) assembled 2026-05-02. RC is the **for-profit counterfactual** to SFPC: same year (2011), same NYC, same small-cohort no-grades posture, but a privately-held company funded by recruiting fees rather than tuition, foundations, or fiscal sponsorship. There is no IRS Form 990 because RC is not a 501(c)(3); the data path is the founders' own essays, the recurring *User's Manual*, the public hiring page, the Recurse blog, the Wikipedia entry, and a small set of journalist interviews. 4 + 5 + ## Files 6 + 7 + - `financials.csv` — best-effort financial record. Columns mix disclosed model parameters (per-head cost, fee rate, year of self-sufficiency) with one third-party revenue estimate (Latka, unverified). Almost all entries are **disclosed model facts** rather than annual P&L. 8 + - `people.csv` — the eight people on `recurse.com/team` plus notable alumni who have taken on visible RC-adjacent roles (returning facilitators, residents). 9 + - `funders.csv` — investors, not funders, because RC is for-profit. Y Combinator (Hackruiter seed, Summer 2010) is the only confirmed external capital event in the public record. Etsy and Dropbox/Tumblr/Jane Street/Tapad funded the early Hacker Grants program, which is recorded here as program-sponsorship rather than equity. 10 + - `timeline.csv` — 2010 (Hackruiter) → 2011 (Hacker School launch) → 2015 (rename) → 2020 (COVID closure + RC Together) → 2023 (reopening + hybrid) → 2025 (AI position post). 11 + - `locations.csv` — Manhattan early years → Brooklyn 397 Bridge Street → fully online (2020--2023) → hybrid (2023--). 12 + - `programs.csv` — every batch type with format and duration. 13 + - `hiring-partners.csv` — the named hiring partners across the public record (Stripe, Etsy, Dropbox, Jane Street, OpenAI, etc.). The full roster is over 100 companies and is not surfaced as a single public list. 14 + 15 + ## What's solid 16 + 17 + - **Founding lineage**: Hackruiter (Summer 2010, YC-seeded) → Hacker School (July 2011) → Recurse Center (March 25, 2015). Founders Bergson-Shilcock, Sridhar, Albert. Triangulated from the rename announcement, Wikipedia, and the YC company profile. 18 + - **Recruiting model parameters**: 25% of first-year salary, 20% for 501(c)(3)s, 90-day refund guarantee, internships free with conversion-fee on full-time hire. All disclosed verbatim on `recurse.com/hire`. 19 + - **Self-sufficiency from recruiting**: 2014, per Wikipedia. The 2015 transition from corporate-funded to self-funded grants (with leadership taking 60% pay cuts for four months) is disclosed in the seven-years diversity post. 20 + - **Total grants disbursed**: $1.5M+ by 2019, per the seven-years post. Unbroken-down by year. 21 + - **Per-participant cost**: ~$12,000, per Wikipedia citing the manual. 22 + - **Social rules + self-directives**: the four social rules and three self-directives are textual/canonical and well-attributed. 23 + - **2020 COVID transition**: posted 2020-03-12, physical space closed 2020-03-14 at 5pm. 24 + - **2023 reopening**: posted 2023-05-08 by Rachel Petacat; David Albert transitioned to Co-founder Emeritus in late March 2023. 25 + - **Locations**: Brooklyn 397 Bridge Street (current physical hub). 26 + 27 + ## What's known but not fully quantified 28 + 29 + - **Hiring-partner full roster**: 100+ companies per the manual, but the page rotates testimonials and never shows the full list. We have ~15 named partners across the public corpus. 30 + - **Annual revenue**: Latka.com lists $11.1M and 72 employees; this is third-party, the methodology is undisclosed, and the date of measurement is unclear. Treat as a single anchor data point, not a series. 31 + - **Y Combinator class/year**: Summer 2010 confirmed via the YC company page; the original investment terms (check size, equity stake) are not public. 32 + - **Subsequent funding rounds**: Crunchbase returned 403 on this attempt; no subsequent rounds are surfaced in Wikipedia or YC profile, suggesting Hackruiter's seed is the only equity event but this is not certain. 33 + - **Batch enrollment counts**: not disclosed per-batch. 34 + 35 + ## What's missing entirely 36 + 37 + - **Legal entity form**: whether the operating company is an Inc. (C-corp), LLC, or something else is not surfaced in current public material. The 2015 rename was branding, not a re-incorporation per the announcement; the underlying entity has presumably been the same since 2011 Hacker School. 38 + - **Board of directors composition**: only Albert is named publicly as a board member. Whether the board is a fiduciary corporate board or advisory body is not stated. 39 + - **Profitability**: never disclosed in public. 40 + - **Any controversy record**: Wikipedia surfaces no notable alumnus or community controversies in its current revision; this is mildly surprising for a 15-year-old programming community and may indicate either editorial conservatism or a clean record. 41 + - **Crunchbase data**: blocked by 403 on the attempt of 2026-05-02. 42 + 43 + ## Data quality notes 44 + 45 + - The recruiting-fee figures are *current rate-card* (2026), not historical. Whether the 25% rate has held since 2011 or has changed over time is not documented. 46 + - Etsy's Hacker Grants commitments ($50K initial / $200K by 2014) are mixed cash + commitment figures; reading the 2014 post carefully suggests the $200K is a *committed* number including future grants, not a recognized-revenue figure. 47 + - The CB Insights page lists the entity under the legacy "hacker-school" slug; that is consistent with Hacker School being the original incorporated name. 48 + - The Latka revenue figure ($11.1M) should be treated as a single, low-confidence anchor. 49 + 50 + ## Source URLs 51 + 52 + - Active site: https://www.recurse.com/ 53 + - User's Manual: https://www.recurse.com/manual 54 + - Hire page: https://www.recurse.com/hire 55 + - Team page: https://www.recurse.com/team 56 + - 2015 rename announcement: https://www.recurse.com/blog/77-hacker-school-is-now-the-recurse-center 57 + - 2020 COVID post: https://www.recurse.com/blog/152-RC-is-online-only-until-at-least-May 58 + - 2023 reopening post: https://www.recurse.com/blog/187-a-new-kind-of-retreat 59 + - Wikipedia: https://en.wikipedia.org/wiki/Recurse_Center 60 + - YC profile: https://www.ycombinator.com/companies/recurse-center 61 + - Crunchbase (403 on 2026-05-02): https://www.crunchbase.com/organization/hacker-school 62 + 63 + ## Relationship to the author 64 + 65 + Jeffrey Alan Scudder has no documented relationship to the Recurse Center. The dossier is recorded as outside-observer.
+17
papers/arxiv-recurse/data/financials.csv
··· 1 + period,scope,metric,value,kind,notes,source 2 + 2010-Summer,seed,Y Combinator seed for Hackruiter,(undisclosed),disclosed-existence,"check size and equity terms not public; YC company page confirms lineage",YC company profile + Wikipedia 3 + 2011,full year,Hacker School launches,n/a,disclosed-existence,"first batch July 2011; recruiting-funded model from day one",Wikipedia 4 + 2012,full year,Etsy Hacker Grants Summer 2012,$50000,disclosed,"10x $5000 grants for women in Summer 2012; $50K initial commitment expanded over the year",Forbes 2012 + RC blog 5 + 2014,full year,Self-sufficiency from recruiting,n/a,disclosed-event,"per Wikipedia; recruiting fees from hiring partners cover operations without external grants",Wikipedia 6 + 2014,cumulative,Etsy committed grants,$200000+,disclosed,"by Sep 2014 Etsy had committed $200K+ in grants; Juniper pledged additional $100K",RC blog 43-building-better-and-more-diverse-community 7 + 2015,full year,Grant funding switches to self-funded,n/a,disclosed-event,"2015 transition from corporate-funded grants to RC operating-budget grants; leadership took 60% pay cuts for four months",RC blog 148 (seven years post) 8 + 2019,cumulative,Grants disbursed (cumulative),$1500000+,disclosed,"$1.5M+ in need-based living-expense grants by the time of the seven-years post",RC blog 148 9 + present (manual),per-head,Internal cost per Recurser,~$12000,disclosed,"per Wikipedia citing the User's Manual",Wikipedia + rcmanual 10 + present (hire page),fee,Standard recruiting fee,25%,disclosed,"25% of first-year salary excluding bonuses, due day-of-start",rchirepage 11 + present (hire page),fee,Nonprofit recruiting fee,20%,disclosed,"discounted rate for 501(c)(3) hiring partners",rchirepage 12 + present (hire page),guarantee,90-day placement guarantee,full refund,disclosed,"full refund if placement does not last 90 days",rchirepage 13 + present (hire page),internship,Internship placement fee,$0,disclosed,"free; conversion to full-time triggers standard 25%",rchirepage 14 + present (manual),scale,Hiring partners (current),100+,disclosed,"per the User's Manual",rcmanual 15 + present (about),scale,Alumni community,3000+,disclosed,"per the About page",rcabout 16 + 2024 (approx),annual,Latka revenue figure (UNVERIFIED),~$11100000,estimated,"Latka.com third-party listing; methodology and measurement date undisclosed; treat as single low-confidence anchor",getlatka.com/companies/recurse.com 17 + 2024 (approx),scale,Latka headcount figure (UNVERIFIED),~72,estimated,"Latka.com third-party; the team page lists 8 named",getlatka.com/companies/recurse.com
+11
papers/arxiv-recurse/data/funders.csv
··· 1 + funder,type,year(s),amount,relationship,notes,source 2 + Y Combinator,seed investor (equity),2010-Summer,(undisclosed),seed for Hackruiter,"original recruiting-startup seed before pivot to Hacker School July 2011; check size and equity stake not public; YC company-page lineage confirmed",YC profile + Wikipedia 3 + Etsy,program sponsor (Hacker Grants),2012--2014+,$50K initial / $200K+ committed by 2014,grant funding for women applicants' living expenses,"NOT equity; sponsored the diversity grants program; first major partnership that put RC on the public map mid-2012",Forbes 2012 + RC blog 26 + RC blog 43 4 + Dropbox,program sponsor (Hacker Grants),2014+,(undisclosed),grant funding,"named in 2014 RC blog post supporting female programmers",RC blog 26 5 + Tumblr,program sponsor (Hacker Grants),2014+,(undisclosed),grant funding,"named in 2014 RC blog post",RC blog 26 6 + Tapad,program sponsor (Hacker Grants),2014+,(undisclosed),grant funding,"named in 2014 RC blog post",RC blog 26 7 + Jane Street,program sponsor (Hacker Grants) + hiring partner,2014+,(undisclosed),grant funding + ongoing hiring partner,"dual role: funded grants AND hires Recursers via the standard 25% recruiting fee",RC blog 26 + Wikipedia 8 + Juniper,program sponsor (diversity grants),~2014,$100000 pledged,grant funding,"pledged additional $100K for diversity grants per RC blog 43",RC blog 43 9 + Perka,program sponsor (diversity grants),~2015,$10000,grant funding,"per blog post 108 (Thanks to Perka for funding $10k of diversity grants)",RC blog 108 10 + RC operating budget (self-funded grants),internal,2015--present,n/a,grant funding,"after the 2015 transition leadership took 60% pay cuts for four months rather than reduce grant funding",RC blog 148 11 + (no public subsequent funding rounds),(none disclosed),2011--2026,n/a,n/a,"Crunchbase blocked 403 on 2026-05-02; Wikipedia surfaces no later rounds; Hackruiter YC seed appears to be the only equity event",inferred from absence
+18
papers/arxiv-recurse/data/hiring-partners.csv
··· 1 + company,first_named,role,notes,source 2 + Etsy,2012,hiring partner + Hacker Grants funder,"the original 2012 partnership; both hires-via-25%-fee and grants funder; Etsy CTO Kellan Elliott-McCrea + diversity work led to 'Hacker Grants' becoming the public on-ramp",Forbes 2012 + RC blog 26 + Wikipedia 3 + Dropbox,2014,hiring partner + diversity grant funder,"named alongside Etsy / Tapad / Tumblr / Jane Street in the 2014 RC blog post",RC blog 26 4 + Tumblr,2014,hiring partner + diversity grant funder,"named in 2014 RC blog post",RC blog 26 5 + Tapad,2014,hiring partner + diversity grant funder,"named in 2014 RC blog post",RC blog 26 6 + Jane Street,2014,hiring partner + diversity grant funder,"financial-trading firm; long-running hiring relationship with RC alumni",RC blog 26 + Wikipedia 7 + Stripe,(timing TBD),hiring partner,"frequently cited in alumni posts; common destination for RC alumni",industry-known 8 + Airtable,(per Wikipedia),hiring partner,"named in Wikipedia hiring-partners list",Wikipedia 9 + Notion,(per Wikipedia),hiring partner,"named in Wikipedia hiring-partners list",Wikipedia 10 + Hudson River Trading,(per Wikipedia),hiring partner,"named in Wikipedia hiring-partners list; financial trading",Wikipedia 11 + OpenAI,(per Wikipedia),hiring partner,"named in Wikipedia hiring-partners list; Greg Brockman is an alum (Summer 2015)",Wikipedia 12 + Juniper,~2014,diversity grant funder (~$100K),"pledged $100K of additional grants per RC blog 43",RC blog 43 13 + Perka,~2015,diversity grant funder ($10K),"per blog post 108 (Thanks to Perka for funding $10k of diversity grants)",RC blog 108 14 + Dealops,2026,hiring partner,"current site testimonial: Fay Wu Co-Founder & CTO",rchirepage 15 + J2 Health,2026,hiring partner,"current site testimonial: Keerthi Reddy Head of Data",rchirepage 16 + Seabound,2026,hiring partner,"current site testimonial: Roujia Wen CTO",rchirepage 17 + Relevant,2026,hiring partner,"current site testimonial: Brandon Hamilton CTO",rchirepage 18 + (100+ total partners),(per manual),hiring partners,"the User's Manual reports 100+ hiring partners; the full roster is not surfaced as a single public list; testimonials rotate",rcmanual
+6
papers/arxiv-recurse/data/locations.csv
··· 1 + period,address,host,notes,source 2 + 2010-Summer to 2011-Summer,(YC / Mountain View CA region),Y Combinator,"Hackruiter pre-pivot phase as a Summer 2010 YC company; YC offices were in Mountain View at the time","YC profile (inferred)" 3 + 2011-07 to ~2018,Manhattan NYC (specific address TBD),(self-leased),"Hacker School / RC operated in Manhattan from launch through the mid-2010s; specific street address by year not surfaced in the public record",inferred from Wikipedia 4 + ~2018 to 2020-03-14,397 Bridge Street Brooklyn NY,(self-leased),"current Brooklyn hub address; transition date from Manhattan to Brooklyn not precisely documented in public material",rcabout 5 + 2020-03-14 to 2023-05,(fully online),(Virtual RC / RC Together),"physical space closed Saturday 2020-03-14 at 5pm; operations entirely remote via custom 2D-map tool integrated with Zoom",RC blog 152 + rcvirtualpage 6 + 2023-05-08 to present,397 Bridge Street Brooklyn NY,(self-leased) + hybrid online layer,"Brooklyn space reopens; every batch supports in-person, online, or hybrid participation",RC blog 187
+16
papers/arxiv-recurse/data/people.csv
··· 1 + name,role,period,notes,source 2 + Nicholas Bergson-Shilcock,Co-founder / CEO,2010--present,"originally co-founded Hackruiter Summer 2010 with Sridhar; pivoted to Hacker School July 2011; authored 2015 rename post + 2025 AI position post; self-taught programmer (Apple IIe BASIC); also runs unschooled.org",rcteam + Wikipedia + nick.is 3 + Sonali Sridhar,Co-founder / Head of Recruiting,2010--present,"Interaction Design background; previously in advertising; runs the recruiting side that funds RC",rcteam + Wikipedia 4 + David Albert,Co-founder Emeritus / Board of Directors,2011--present,"joined as co-founder when Hackruiter pivoted to Hacker School in July 2011; worked full-time until late March 2023; transitioned to Co-founder Emeritus + board member",rcteam 5 + Rachel Petacat,Head of Retreat,?--present,"journalism + creative writing background; handles admissions and retreat operations; authored 2023 reopening post + 2026 application redesign post; moonlights as comic book writer",rcteam + RC blog 6 + Emily Bernier,Senior Facilitator,?--present,"computer science + psychology background; former software engineer and manager; RC alum from Winter 2 2024 batch (alum-to-staff trajectory)",rcteam 7 + Sydney Lefevre,Senior Facilitator,?--present,"talent acquisition / medical devices / English teaching in South Korea / anthropology background",rcteam 8 + Chloe Tolderlund,Career Facilitator,?--present,"screenwriting / film + theater production / Big Law talent acquisition background",rcteam 9 + Eva Khoury,Office & Operations Assistant,?--present,"digital arts + animation; game animation / teaching / live sound engineering / sailing",rcteam 10 + Mai Schwartz,Staff (former or recent),~2023,"authored Feb 2023 self-directives post and Jan 2023 sabbaticals post; not currently on team page",RC blog 2023 11 + Timnit Gebru,Notable alum,Summer 2012,"AI ethics researcher; post-RC career through Microsoft Research / Google / DAIR",Wikipedia 12 + Michael Nielsen,Notable alum / former Resident,Summer 2012,"quantum physicist; deep-learning textbook author; later RC Resident (2015 announcement)",Wikipedia + rcteam 13 + Greg Brockman,Notable alum,Summer 2015,"OpenAI co-founder; pre-OpenAI batch attendance",Wikipedia 14 + Paul Biggar,Notable alum,Fall 2016,"CircleCI co-founder",Wikipedia 15 + Raph Levien,Notable alum,Fall 2017,"Advogato founder; later prolific contributor to graphics + typography (Spiral)",Wikipedia 16 + Andrew Kelley,Notable alum,?,"Zig programming language creator",Wikipedia
+9
papers/arxiv-recurse/data/programs.csv
··· 1 + program,format,duration,location,tuition,notes,source 2 + Full Batch,in-person / online / hybrid,12 weeks,397 Bridge St Brooklyn + online,$0 (free; recruiting-funded),"original core program since July 2011; new batches start every six weeks year-round; core hours M-F 11am-5pm ET; full-time commitment required; open-source code only",rcmanual + rcabout 3 + Half Batch,in-person / online / hybrid,6 weeks,397 Bridge St Brooklyn + online,$0,"6-week alternative; can be extended to 12 weeks during the batch; introduced as a flexibility option",rcmanual + rcabout 4 + Mini Batch,in-person / online,1 week,397 Bridge St Brooklyn + online,$0,"intermittent shorter on-ramp / alumni-reunion format",rcmanual 5 + Variable-length experiments,various,3--6 weeks,(historical),$0,"per Wikipedia: variable batch lengths in the 3--6 week range have been experimented with",Wikipedia 6 + Virtual RC / RC Together,fully online,(continuous),(2D-map + Zoom),$0,"persistent online layer launched 2020 during COVID; custom tool that mirrors the physical space; remains a first-class participation mode after the 2023 reopening",rcvirtualpage + RC blog 187 7 + Residents program,visiting / part-time,varies,397 Bridge St Brooklyn,$0,"experienced programmers / researchers come for short stints to share work and pair-program; e.g. Michael Nielsen joined as Resident in May 2015",RC blog 2015 + Wikipedia 8 + Maintainers initiative,(intermittent),varies,(remote / in-person),$0,"experiment to support open-source maintainers per Wikipedia",Wikipedia 9 + Code Words journal,publication (community-run),(intermittent),(online),n/a,"community journal; now-quiet",Wikipedia
+24
papers/arxiv-recurse/data/timeline.csv
··· 1 + date,event,source 2 + 2010-Summer,"Hackruiter founded as engineering recruiting startup; Y Combinator seed funding; Bergson-Shilcock + Sridhar","Wikipedia + YC profile" 3 + 2011-07,"Hackruiter pivots to Hacker School; David Albert joins as co-founder; first batch in NYC","Wikipedia" 4 + 2012-Summer,"Etsy partnership announced: 10x $5000 Hacker Grants for women in Summer 2012 batch","Forbes 2012-04-06" 5 + 2012,"Notable alumni Timnit Gebru and Michael Nielsen attend Summer 2012 batch","Wikipedia" 6 + 2012-12-17,"Bergson-Shilcock publishes 'What we mean when we say hacker' essay","RC blog" 7 + 2014,"Hacker School achieves self-sufficiency from recruiting income","Wikipedia" 8 + 2014-09-25,"'Building a better and more diverse community' post: Etsy committed $200K+, Juniper $100K, community growth from <5% to 35% women","RC blog 43" 9 + 2015,"Grants funding switches from corporate-sponsored to RC-self-funded; leadership takes 60% pay cuts for four months rather than reduce grants","RC blog 148" 10 + 2015-03-25,"Hacker School renames to Recurse Center; rename announcement post by Bergson-Shilcock","RC blog 77 + HN 9264244" 11 + 2015-Summer,"Greg Brockman attends batch (pre-OpenAI)","Wikipedia" 12 + 2015-05-11,"Michael Nielsen joins as RC Resident","RC blog 2015" 13 + 2017-06,"First formal Code of Conduct adopted","Wikipedia" 14 + 2019,"Cumulative grants disbursed pass $1.5M; 'seven years of working to make RC 50% women, trans, and non-binary' post; 48% of new admits identify as women, trans, or non-binary","RC blog 148" 15 + 2020-03-12,"Bergson-Shilcock posts 'RC is online-only until at least May'","RC blog 152" 16 + 2020-03-14,"Physical space closes Saturday at 5pm","RC blog 152" 17 + 2020-Summer,"RC pivots to fully online via Virtual RC / RC Together (custom 2D-map + Zoom integration)","rcvirtualpage" 18 + 2020-end,"Announcement that batches will continue running online through 2021","RC blog 153" 19 + 2023-02-22,"Mai Schwartz publishes 'You can do more than you think' formalizing the three self-directives","RC blog 2023" 20 + 2023-03-late,"David Albert transitions from full-time staff to Co-founder Emeritus + board member","rcteam" 21 + 2023-05-08,"Rachel Petacat publishes 'A new kind of retreat'; Brooklyn space reopens; hybrid format formalized","RC blog 187" 22 + 2024-08,"Code of Conduct revised","rccodeofconduct" 23 + 2025-07-23,"Bergson-Shilcock publishes 'Developing our position on AI' --- major organizational stance","RC blog 2025" 24 + 2026-04-24,"Rachel Petacat publishes redesigned application post","RC blog 2026"
+1
papers/arxiv-recurse/figures/cover-prompt.txt
··· 1 + A solitary programmer at a wooden desk in a converted Brooklyn loft, head down, deeply absorbed in a personal coding project. Dual monitors glowing softly with terminal text and a half-finished side project; a battered mechanical keyboard; coffee in a mismatched mug. Sticky notes everywhere --- on the monitor bezel, on the wall, on a corkboard --- in faded yellows, pinks, and pale blues, with tiny illegible scribbles suggesting half-formed ideas, paired-programming reminders, and to-do lists. A printed sheet pinned to the wall lists four short rules in plain sans-serif type, deliberately tacked at a slight angle as if just put up. Warm late-afternoon light through tall industrial windows, exposed brick, a single potted plant. Another programmer pair-programs quietly at a second desk in the soft-focus background. The mood is calm, focused, intentionally not-school: no podiums, no whiteboards full of equations, no rows of seats --- just two people working at the edge of their abilities. Colored pencil illustration on cream paper, soft layered strokes, art-school sketchbook tone, no text, no logos, vertical composition.
papers/arxiv-recurse/figures/cover.png

This is a binary file and will not be displayed.

papers/arxiv-recurse/pals.pdf

This is a binary file and will not be displayed.

+300
papers/arxiv-recurse/recurse.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 + % Latin Modern via OTF filenames so the same preamble renders identically under 8 + % macOS xelatex (Core Text, no fontconfig) and the oven's Linux xelatex (uses 9 + % fontconfig). kpathsea finds the OTFs in texmf-dist on both platforms. 10 + \setmainfont{lmroman10-regular.otf}[ 11 + BoldFont=lmroman10-bold.otf, 12 + ItalicFont=lmroman10-italic.otf, 13 + BoldItalicFont=lmroman10-bolditalic.otf, 14 + ] 15 + \setsansfont{lmsans10-regular.otf}[ 16 + BoldFont=lmsans10-bold.otf, 17 + ItalicFont=lmsans10-oblique.otf, 18 + BoldItalicFont=lmsans10-boldoblique.otf, 19 + ] 20 + \newfontfamily\acbold{ywft-processing-bold}[Path=../../system/public/type/webfonts/,Extension=.ttf] 21 + \newfontfamily\aclight{ywft-processing-light}[Path=../../system/public/type/webfonts/,Extension=.ttf] 22 + \setmonofont{lmmono10-regular.otf}[Scale=0.85, 23 + BoldFont=lmmonolt10-bold.otf, 24 + ItalicFont=lmmono10-italic.otf, 25 + ] 26 + 27 + \usepackage{xcolor} 28 + \usepackage{titlesec} 29 + \usepackage{enumitem} 30 + \usepackage{booktabs} 31 + \usepackage{tabularx} 32 + \usepackage{fancyhdr} 33 + \usepackage{hyperref} 34 + \usepackage{graphicx} 35 + \graphicspath{{figures/}{../../papers/arxiv-ac/figures/}} 36 + \usepackage{ragged2e} 37 + \usepackage{microtype} 38 + \usepackage{natbib} 39 + \usepackage[colorspec=0.92]{draftwatermark} 40 + 41 + \definecolor{acpink}{RGB}{180,72,135} 42 + \definecolor{acpurple}{RGB}{120,80,180} 43 + \definecolor{acdark}{RGB}{64,56,74} 44 + \definecolor{acgray}{RGB}{119,119,119} 45 + \definecolor{draftcolor}{RGB}{180,72,135} 46 + 47 + \DraftwatermarkOptions{text=WORKING DRAFT,fontsize=3cm,color=draftcolor!18,angle=45} 48 + 49 + \hypersetup{colorlinks=true,linkcolor=acpurple,urlcolor=acpurple,citecolor=acpurple, 50 + pdftitle={Recurse Center: A Dossier}} 51 + 52 + \titleformat{\section}{\normalfont\bfseries\normalsize\uppercase}{\thesection.}{0.5em}{} 53 + \titlespacing{\section}{0pt}{1.2em}{0.3em} 54 + \titleformat{\subsection}{\normalfont\bfseries\small}{\thesubsection}{0.5em}{} 55 + \titlespacing{\subsection}{0pt}{0.8em}{0.2em} 56 + 57 + \pagestyle{fancy}\fancyhf{} 58 + \renewcommand{\headrulewidth}{0pt} 59 + \fancyhead[C]{\footnotesize\color{acpink}\textit{Working Draft --- not for citation}} 60 + \fancyfoot[C]{\footnotesize\thepage} 61 + 62 + \setlist[itemize]{nosep, leftmargin=1.2em, itemsep=0.1em} 63 + \setlist[description]{nosep, leftmargin=0pt, itemindent=0pt, labelsep=0.4em} 64 + \setlength{\columnsep}{1.8em} 65 + \setlength{\parindent}{1em} 66 + \setlength{\parskip}{0.3em} 67 + 68 + \tolerance=800 69 + \emergencystretch=1em 70 + \hyphenpenalty=50 71 + 72 + % --- paper metadata (created/revision shown on cover) --- 73 + \newcommand{\papercreated}{2026-05-02} 74 + \newcommand{\paperrevision}{1} 75 + 76 + \begin{document} 77 + 78 + \twocolumn[{% 79 + \noindent\hfill\raisebox{-1.2em}[0pt][0pt]{\includegraphics[height=3.5em]{pals}}\par\vspace{-2.6em} 80 + \begin{center} 81 + \includegraphics[height=15em]{figures/cover}\par\vspace{0.6em} 82 + {\acbold\fontsize{22pt}{26pt}\selectfont\color{acdark} Recurse Center}\par 83 + \vspace{0.2em} 84 + {\aclight\fontsize{11pt}{13pt}\selectfont\color{acpink} A Dossier}\par 85 + \vspace{0.3em} 86 + {\aclight\fontsize{9pt}{11pt}\selectfont\color{acgray} Structure, History, Programs, People, Money, Footprint --- 2011 to 2026}\par 87 + \vspace{0.6em} 88 + {\normalsize\href{https://prompt.ac/@jeffrey}{@jeffrey}}\par 89 + {\small\color{acgray} Aesthetic.Computer}\par 90 + {\small\color{acgray} ORCID: \href{https://orcid.org/0009-0007-4460-4913}{0009-0007-4460-4913}}\par 91 + \vspace{0.2em} 92 + {\small\color{acpurple} \url{https://aesthetic.computer}}\par 93 + \vspace{0.4em} 94 + {\footnotesize\color{acgray}Created \papercreated{} \,\textbullet\, Revision \paperrevision}\par 95 + \vspace{0.6em} 96 + \rule{\textwidth}{1.5pt} 97 + \vspace{0.5em} 98 + \end{center} 99 + 100 + \begin{center} 101 + {\small\color{acpink}\textbf{[ working draft --- not for citation ]}} 102 + \end{center} 103 + \vspace{0.3em} 104 + 105 + \begin{quote} 106 + \small\noindent\textbf{Note.} This is a dossier, not an argument. It assembles, in one place, what is publicly recoverable about the Recurse Center --- the New York-based programming retreat founded in 2011 as Hacker School --- across structure, periodized history, programs, people, finances, and cultural footprint. RC is a for-profit privately-held company; there are no IRS Form 990s. The data path is therefore the founders' own essays, the recurring \emph{User's Manual}, the public hiring page, the Recurse blog, and a small set of journalist interviews. Where facts run out the dossier stops; gaps are flagged inline. 107 + \end{quote} 108 + \vspace{0.5em} 109 + }] 110 + 111 + \section{The Posture} 112 + 113 + The Recurse Center is famous for a refusal: it is not a school. The \emph{User's Manual} opens by naming the genre it isn't: ``Unlike traditional schools, RC is self-directed --- there are no teachers, no grades, no exams, and no curriculum.''~\citep{rcmanual} The pedagogy traces explicitly to John Holt's unschooling lineage~\citep{wikipediarc}; the four ``social rules'' --- no feigning surprise, no well-actuallys, no back-seat driving, no subtle -isms --- have circulated through programming communities for over a decade as a stand-alone export. The retreat is free to participants; the company that runs it makes its money downstream, by charging companies that hire alumni. 114 + 115 + The dossier records the structure that lives inside that refusal. There is a legal entity. There is a business model. There are employees with titles. There is a board of directors. None of that is hidden, and none of it is a contradiction --- but in a field where most peers (SFPC, Pioneer Works, Rhizome's old MFA partnerships) are nonprofits, charities, or LLCs draped in nonprofit language, RC is the unembarrassed counterfactual: a privately-held for-profit that rejects the school form on \emph{pedagogical} grounds and the nonprofit form on \emph{operational} grounds. 116 + 117 + \section{Origin: From Hackruiter to Hacker School to Recurse Center} 118 + 119 + \subsection{Hackruiter (Summer 2010)} 120 + 121 + The organization began as a \emph{recruiting} company. In Summer 2010, Nick Bergson-Shilcock and Sonali Sridhar received seed funding from Y Combinator for a startup called Hackruiter, an engineering recruiting firm.~\citep{wikipediarc,ycrcprofile} The Y Combinator connection is the founding capital event; subsequent rounds, if any, are not publicly disclosed in standard databases. 122 + 123 + \subsection{Hacker School (July 2011)} 124 + 125 + In July 2011, the founders pivoted Hackruiter into Hacker School --- a free, three-month programming retreat in New York City. David Albert joined as a co-founder. The pivot retained the recruiting infrastructure: Hacker School would be free for participants and would sustain itself by charging companies that hired its alumni. The name was a deliberate (and, in retrospect, costly) appropriation: ``Hacker'' in the original Stallman/MIT sense of skilled, playful programmer, not the security-breach sense.~\citep{rchackerpost} 126 + 127 + \subsection{Etsy and the Hacker Grants moment (2012)} 128 + 129 + Hacker School came to wide public attention in mid-2012 when it partnered with Etsy on the Hacker Grants program: ten \$5,000 living-expense grants for women to attend the Summer 2012 batch.~\citep{forbeshackergrants} Etsy ultimately committed roughly \$50,000 of grants in that first cohort year and over \$200,000 in commitments by 2014; Dropbox, Tapad, Tumblr, Jane Street, and others followed.~\citep{rcdropboxetsyetc} The community grew from under 5\% women to roughly 35\% over two and a half years; by 2019, 48\% of new admits identified as women, trans, or non-binary.~\citep{rcseven} 130 + 131 + \subsection{Self-sufficiency from recruiting (2014)} 132 + 133 + Per Wikipedia, RC achieved self-sufficiency from recruiting income by 2014~\citep{wikipediarc} --- meaning the recruiting fees from companies hiring alumni began to cover operations without continued reliance on the original Y Combinator seed or external grants. The grant program shifted in 2015 from corporate-sponsored grants (Etsy, Dropbox, etc.) to self-funded grants paid out of RC's own operating budget. Leadership ``chose to take 60\% pay cuts'' for four months rather than reduce grant funding.~\citep{rcseven} 134 + 135 + \subsection{The 2015 rename} 136 + 137 + On March 25, 2015, Nick Bergson-Shilcock published \emph{Hacker School is now the Recurse Center}~\citep{rcrename}. The post named two pressures: ``hacker'' read as ``computer criminal'' and felt exclusionary; ``school'' was misread as a coding bootcamp. A specific operational pain point in the rationale: roughly 30\% of participants crossing US borders had encountered immigration friction because of the name.~\citep{hnrenamethread} The team rejected ``retreat'' (too limiting) and ``institute'' (pretentious) and chose ``Recurse Center'' as a near-meaningless phrase preferred over baggage-laden alternatives. The domain \texttt{recurse.com} was available; ``RC'' became the everyday name. Bergson-Shilcock's framing in the announcement: ``While our name is changing, who we are and what we do is not.'' 138 + 139 + \section{Structure} 140 + 141 + \begin{description} 142 + \item[Legal entity] Privately-held for-profit company, originally incorporated as Hacker School (the LLC/Inc. distinction in the corporate filings is not surfaced in current public material; Crunchbase and standard databases list ``Recurse Center'' / ``Hacker School'' as the entity, but a verified state-of-incorporation lookup is TBD). RC is \emph{not} a 501(c)(3); no Form 990 exists. 143 + \item[ProPublica] No nonprofit entity for ``Recurse Center'' or ``Hacker School'' appears in ProPublica's nonprofit database --- consistent with for-profit incorporation. 144 + \item[Board of Directors] David Albert, ``Co-founder Emeritus,'' worked full-time at RC until late March 2023 and ``remains on the board of directors''~\citep{rcteam}. The full composition of the board is not publicly disclosed. Whether the board is a fiduciary corporate board (typical of a for-profit C-corp) or an advisory body is not stated. 145 + \item[Self-description] The \emph{User's Manual} is the load-bearing self-description: revised continuously since 2011, it is RC's stand-in for a mission statement, syllabus, and code of conduct rolled into one~\citep{rcmanual}. 146 + \end{description} 147 + 148 + \section{The Organization, 2010--2026} 149 + 150 + \subsection{Hackruiter $\to$ Hacker School (2010--2011)} 151 + 152 + Y Combinator-funded recruiting startup Hackruiter pivots into Hacker School in July 2011. First batches run in Manhattan. Founders: Bergson-Shilcock (CEO), Sridhar (Head of Recruiting), Albert (technical/program leadership). 153 + 154 + \subsection{The Hacker Grants years (2012--2014)} 155 + 156 + Etsy partnership; rapid diversity gains; community scale-up to ``a few dozen $\to$ nearly 450''~\citep{rcseven}. Self-sufficiency from recruiting reached in 2014.~\citep{wikipediarc} Notable alumni in this period include Timnit Gebru (Summer 2012), Michael Nielsen (Summer 2012), Greg Brockman (Summer 2015 --- pre-OpenAI). 157 + 158 + \subsection{The rename and consolidation (2015--2019)} 159 + 160 + March 2015 rename. June 2017 first formal Code of Conduct.~\citep{wikipediarc} \emph{Code Words} community journal launches. Multiple program experiments: facilitators, residents, ``Maintainers'' initiative, research labs, variable batch lengths trialled in the 3--6 week range. Brooklyn space at 397 Bridge Street becomes the physical hub. Hiring partners expand to include Airtable, Notion, Hudson River Trading, Jane Street, OpenAI~\citep{wikipediarc}. 161 + 162 + \subsection{COVID rupture and RC Together (2020--2022)} 163 + 164 + On March 12, 2020, Bergson-Shilcock announced via the blog: ``We have made the difficult decision to temporarily close our space. Starting Monday, our operations will be fully remote.''~\citep{rccovidpost} The physical space closed Saturday March 14 at 5pm. RC pivoted to a fully online format using a custom-built tool, \emph{Virtual RC} / \emph{RC Together} --- a 2D map representation of the physical space with Zoom-room integration~\citep{rcvirtualpage}. In late 2020, RC announced that batches would continue running online through 2021~\citep{rconlineblog}. The online format became permanent: even after the physical reopening, online attendance is a first-class option, not a fallback. 165 + 166 + \subsection{Reopening and the hybrid era (2023--2026)} 167 + 168 + In May 2023, Rachel Petacat (Head of Retreat) announced \emph{A new kind of retreat} --- the reopening of the Brooklyn space and the formalization of a hybrid model where every batch supports in-person, online, and mixed participation~\citep{rcnewretreat}. In late March 2023, David Albert transitioned from full-time staff to Co-founder Emeritus and board member~\citep{rcteam}. In July 2025, Bergson-Shilcock published \emph{Developing our position on AI}, a major organizational statement on how RC handles AI-assisted programming inside a self-directed retreat~\citep{rcaipost}. Latka's company database lists 72 employees and \$11.1M revenue (date and methodology unverified, treat with caution).~\citep{latkarcrev} 169 + 170 + \section{People} 171 + 172 + \begin{table}[h] 173 + \footnotesize 174 + \centering 175 + \setlength{\tabcolsep}{3pt} 176 + \begin{tabularx}{\columnwidth}{lXX} 177 + \toprule 178 + \textbf{Tenure} & \textbf{Role} & \textbf{Name} \\ 179 + \midrule 180 + 2010-- & Co-founder, CEO & Bergson-Shilcock \\ 181 + 2010-- & Co-founder, Head of Recruiting & Sridhar \\ 182 + 2011--2023 & Co-founder, full-time & Albert \\ 183 + 2023-- & Co-founder Emeritus, Board & Albert \\ 184 + ?-- & Head of Retreat & Petacat \\ 185 + ?-- & Senior Facilitator & Bernier (RC alum, W2 2024) \\ 186 + ?-- & Senior Facilitator & Lefevre \\ 187 + ?-- & Career Facilitator & Tolderlund \\ 188 + ?-- & Office \& Operations Assistant & Khoury \\ 189 + \bottomrule 190 + \end{tabularx} 191 + \\[0.3em] 192 + \footnotesize Source: \texttt{recurse.com/team} (accessed 2026-05-02). Tenure dates for staff below the founder line are not surfaced on the team page. 193 + \end{table} 194 + 195 + The team page lists eight people total~\citep{rcteam}; the org's actual headcount is much larger (Latka lists 72; this is unverified). The visible roles cluster into three functions: \textit{retreat operations} (Petacat, the two senior facilitators), \textit{recruiting/career services} (Sridhar, Tolderlund), and \textit{office} (Khoury). The CEO line (Bergson-Shilcock) and the emeritus board seat (Albert) round out the public-facing structure. 196 + 197 + \textbf{Notable alumni} in the public record include Timnit Gebru (Summer 2012, AI ethics), Michael Nielsen (Summer 2012, quantum/deep learning), Greg Brockman (Summer 2015, OpenAI co-founder), Paul Biggar (Fall 2016, CircleCI co-founder), Raph Levien (Fall 2017, Advogato/Spiral), and Andrew Kelley (Zig language)~\citep{wikipediarc}. The community scale is reported as 3,000+ alumni worldwide~\citep{rcabout}. 198 + 199 + \section{Programs} 200 + 201 + The core program is the \textbf{12-week full batch}, with a \textbf{6-week half-batch} option that can be extended to 12 weeks during the batch. Batches start every six weeks year-round. ``Core hours'' are Monday--Friday, 11am--5pm Eastern. Participation requires full-time commitment and work on open-source code only --- proprietary work is excluded.~\citep{rcmanual} 202 + 203 + \textbf{Mini-batches} (one-week, occasionally weekend-long) have been used as on-ramps for prospective Recursers and for alumni reunions; they are intermittent rather than scheduled. 204 + 205 + \textbf{RC Together / Virtual RC} (2020--present) is the persistent online layer: a custom 2D-map tool that mirrors the physical space and integrates with Zoom, allowing remote participants to ``walk into'' rooms with the in-person crowd~\citep{rcvirtualpage}. After the May 2023 reopening, every batch supports three modes: in-person at 397 Bridge Street, fully online, or hybrid~\citep{rcnewretreat}. 206 + 207 + \textbf{The three self-directives}, formalized in 2023~\citep{rcselfdirectives}, are RC's stated pedagogical core: 208 + \begin{itemize} 209 + \item Work at the edge of your abilities. 210 + \item Build your volitional muscles. 211 + \item Learn generously. 212 + \end{itemize} 213 + 214 + \textbf{The four social rules} are RC's most-cited cultural export~\citep{rcmanual}: 215 + \begin{itemize} 216 + \item No feigning surprise (at others' knowledge gaps). 217 + \item No well-actuallys (pedantic interruptions). 218 + \item No back-seat driving (uninvited advice over someone's shoulder). 219 + \item No subtle -isms (sexism, racism, homophobia, transphobia, ableism, classism). 220 + \end{itemize} 221 + 222 + \section{Money} 223 + 224 + Because RC is privately held, there are no Forms 990 and no public P\&L. The financial record is reconstructed from disclosed model details and journalist interviews. 225 + 226 + \subsection{The recruiting model} 227 + 228 + \textbf{Standard fee}: 25\% of a hired Recurser's first-year salary, excluding bonuses, due the day they start.~\citep{rchirepage} \textbf{Discounts}: registered 501(c)(3) nonprofits pay 20\%; internships are free, but conversion to full-time at any later date triggers the standard 25\% fee. \textbf{Guarantee}: full refund if the placement does not last 90 days. RC's manual reports ``nearly \$12,000'' in internal cost \emph{per participant}~\citep{wikipediarc}. 229 + 230 + \subsection{Disclosed scale signals} 231 + 232 + \begin{table}[h] 233 + \small 234 + \centering 235 + \begin{tabularx}{\columnwidth}{lr} 236 + \toprule 237 + \textbf{Metric} & \textbf{Disclosed} \\ 238 + \midrule 239 + Year self-sufficient & 2014 \\ 240 + Recurser per-head cost & ${\sim}\$12{,}000$ \\ 241 + Standard recruiting fee & 25\% first-year salary \\ 242 + Nonprofit fee & 20\% \\ 243 + Hiring partners (current) & 100+ \\ 244 + Total grants disbursed (by 2019) & \$1.5M+ \\ 245 + Hiring partners (career grants by 2014) & ${\sim}\$200{,}000$ Etsy + \$100K Juniper \\ 246 + Alumni community & 3{,}000+ \\ 247 + Latka revenue figure (unverified) & \$11.1M \\ 248 + \bottomrule 249 + \end{tabularx} 250 + \end{table} 251 + 252 + \subsection{Hiring partners} 253 + 254 + The named hiring partners across RC's public materials include Stripe, Etsy, Dropbox, Tumblr, Jane Street, Tapad, Hudson River Trading, Airtable, Notion, OpenAI, Juniper, Perka, plus current site-listed partners Dealops, J2 Health, Seabound, and Relevant.~\citep{wikipediarc,rchirepage,rcdropboxetsyetc} The full roster is over 100 companies but is not surfaced as a single public list; the page rotates testimonials. 255 + 256 + \subsection{What is not disclosed} 257 + 258 + Annual revenue (the Latka figure is third-party and unverified), profitability, owner equity splits, board composition, the Y Combinator class/year/check size, any subsequent funding rounds, current cash position, employee count (other than the 8-person team page and an unverified Latka 72), and per-batch enrollment counts. 259 + 260 + \section{Footprint} 261 + 262 + RC's footprint is a community of practice. Unlike Rhizome (which footprinted via Commissions and the Net Art Anthology) or SFPC (which footprints via fluent practitioner-teachers), RC's exports are: (1) the four social rules, which have been adopted as conduct frameworks by other tech communities; (2) the unschooling-influenced retreat format, which has been imitated and remixed (e.g.\ Strange Loop satellites, the Bradfield School/Computer Science Intensive that some Recursers founded); (3) the alumni network itself, which forms a labor-market layer underneath several mid-sized NYC and remote tech employers; and (4) \emph{Code Words}, the (now-quiet) community journal. 263 + 264 + \section{Reading List} 265 + 266 + \subsection{Primary sources (must-read)} 267 + 268 + \begin{itemize} 269 + \item \textbf{The User's Manual}~\citep{rcmanual}: load-bearing self-description; revised continuously. 270 + \item \textbf{\emph{Hacker School is now the Recurse Center}}~\citep{rcrename}: the 2015 rename announcement. 271 + \item \textbf{\emph{What we mean when we say ``hacker''}}~\citep{rchackerpost}: 2012 rationale for the original name. 272 + \item \textbf{\emph{What we've learned from seven years\ldots\ 50\% women, trans, and non-binary}}~\citep{rcseven}: the most quantitative diversity-and-grants accounting in the public record. 273 + \item \textbf{\emph{A new kind of retreat}}~\citep{rcnewretreat}: the May 2023 reopening / hybrid-format announcement. 274 + \item \textbf{\emph{Developing our position on AI}}~\citep{rcaipost}: the July 2025 organizational AI stance. 275 + \item \textbf{Hire page}~\citep{rchirepage}: full pricing, the 90-day guarantee, the nonprofit discount. 276 + \end{itemize} 277 + 278 + \subsection{Secondary} 279 + 280 + \begin{itemize} 281 + \item Wikipedia entry~\citep{wikipediarc} for the Hackruiter origin, the 2017 Code of Conduct, and notable-alumni list. 282 + \item Hacker News thread on the rename~\citep{hnrenamethread} for the 30\% border-friction stat and Bergson-Shilcock's contemporaneous comments. 283 + \item Forbes coverage of the Etsy partnership~\citep{forbeshackergrants}. 284 + \item Y Combinator company page~\citep{ycrcprofile}. 285 + \end{itemize} 286 + 287 + \section{What this dossier is not} 288 + 289 + \begin{itemize} 290 + \item Not a thesis. There is no question being answered. 291 + \item Not a critique. The for-profit / recruiting-funded model is surfaced, not judged. Pedagogical claims are quoted and attributed, not evaluated. 292 + \item Not a comparison. SFPC, Rhizome, ITP, Bradfield, and other adjacent organizations are mentioned only where they directly intersect RC's public record. 293 + \item Not a memoir. The author has no documented relationship to RC. 294 + \item Not exhaustive. Gaps --- the legal-entity form (Inc.\ vs LLC), board composition, annual revenue, profitability, employee count, current full hiring-partner roster, per-batch enrollment, alumni outcomes data --- are flagged inline. 295 + \end{itemize} 296 + 297 + \bibliographystyle{plainnat} 298 + \bibliography{references} 299 + 300 + \end{document}
+183
papers/arxiv-recurse/references.bib
··· 1 + @misc{rcmanual, 2 + author={{Recurse Center}}, 3 + title={The Recurse Center User's Manual}, 4 + year={2011--2026}, 5 + howpublished={\url{https://www.recurse.com/manual}}, 6 + note={Continuously revised; accessed 2026-05-02} 7 + } 8 + 9 + @misc{rcabout, 10 + author={{Recurse Center}}, 11 + title={About RC}, 12 + year={2026}, 13 + howpublished={\url{https://www.recurse.com/about}}, 14 + note={Accessed 2026-05-02} 15 + } 16 + 17 + @misc{rcteam, 18 + author={{Recurse Center}}, 19 + title={Team --- Recurse Center}, 20 + year={2026}, 21 + howpublished={\url{https://www.recurse.com/team}}, 22 + note={Accessed 2026-05-02; lists Bergson-Shilcock, Sridhar, Albert (Co-founder Emeritus), Petacat, Bernier, Lefevre, Tolderlund, Khoury} 23 + } 24 + 25 + @misc{rchirepage, 26 + author={{Recurse Center}}, 27 + title={Hire --- Recurse Center}, 28 + year={2026}, 29 + howpublished={\url{https://www.recurse.com/hire}}, 30 + note={Accessed 2026-05-02; 25\% / 20\%-nonprofit / 90-day-guarantee fee structure} 31 + } 32 + 33 + @misc{rcrename, 34 + author={Bergson-Shilcock, Nick}, 35 + title={Hacker School is now the Recurse Center}, 36 + year={2015}, 37 + howpublished={\url{https://www.recurse.com/blog/77-hacker-school-is-now-the-recurse-center}}, 38 + note={Posted 2015-03-25} 39 + } 40 + 41 + @misc{rchackerpost, 42 + author={Bergson-Shilcock, Nick}, 43 + title={What we mean when we say ``hacker''}, 44 + year={2012}, 45 + howpublished={\url{https://www.recurse.com/blog/}}, 46 + note={Original Hacker School blog post, 2012-12-17} 47 + } 48 + 49 + @misc{rcseven, 50 + author={{Recurse Center}}, 51 + title={What we've learned from seven years of working to make RC 50\% women, trans, and non-binary}, 52 + year={2019}, 53 + howpublished={\url{https://www.recurse.com/blog/148-what-we-have-learned-from-seven-years-working-to-make-rc-50-percent-women-trans-and-non-binary}}, 54 + note={Reports 1{,}400+ alumni at writing; \$1.5M+ in grants disbursed; 2015 transition from corporate-funded to self-funded grants} 55 + } 56 + 57 + @misc{rcdropboxetsyetc, 58 + author={{Recurse Center}}, 59 + title={Dropbox, Etsy, Jane Street, Tapad, and Tumblr support female programmers at Hacker School}, 60 + year={2014}, 61 + howpublished={\url{https://www.recurse.com/blog/26-dropbox-etsy-jane-street-tapad-tumblr-support-female-programmers}}, 62 + note={Hacker School blog post (pre-rename)} 63 + } 64 + 65 + @misc{rccovidpost, 66 + author={Bergson-Shilcock, Nick}, 67 + title={RC is online-only until at least May}, 68 + year={2020}, 69 + howpublished={\url{https://www.recurse.com/blog/152-RC-is-online-only-until-at-least-May}}, 70 + note={Posted 2020-03-12; physical space closed 2020-03-14 at 5pm} 71 + } 72 + 73 + @misc{rconlineblog, 74 + author={{Recurse Center}}, 75 + title={We're continuing to run batches online in 2021}, 76 + year={2020}, 77 + howpublished={\url{https://www.recurse.com/blog/153-what-weve-learned-from-running-rc-remotely-and-an-update-for-future-batches}}, 78 + note={End-of-2020 announcement that the online format would continue} 79 + } 80 + 81 + @misc{rcvirtualpage, 82 + author={{Recurse Center}}, 83 + title={What is Virtual RC like?}, 84 + year={2020--2026}, 85 + howpublished={\url{https://www.recurse.com/virtual-rc}}, 86 + note={Custom 2D-map / Zoom-integrated tool also referred to as ``RC Together''} 87 + } 88 + 89 + @misc{rcnewretreat, 90 + author={Petacat, Rachel}, 91 + title={A new kind of retreat}, 92 + year={2023}, 93 + howpublished={\url{https://www.recurse.com/blog/187-a-new-kind-of-retreat}}, 94 + note={Posted 2023-05-08; reopens Brooklyn space in hybrid format} 95 + } 96 + 97 + @misc{rcaipost, 98 + author={Bergson-Shilcock, Nick}, 99 + title={Developing our position on AI}, 100 + year={2025}, 101 + howpublished={\url{https://www.recurse.com/blog/}}, 102 + note={Posted 2025-07-23; major organizational stance on AI in self-directed programming education} 103 + } 104 + 105 + @misc{rcselfdirectives, 106 + author={Schwartz, Mai}, 107 + title={You can do more than you think: Practical principles for self-directed growth}, 108 + year={2023}, 109 + howpublished={\url{https://www.recurse.com/blog/}}, 110 + note={Posted 2023-02-22; introduces the three self-directives: edge-of-abilities, volitional muscles, learn generously} 111 + } 112 + 113 + @misc{rccodeofconduct, 114 + author={{Recurse Center}}, 115 + title={Code of Conduct}, 116 + year={2017}, 117 + howpublished={\url{https://www.recurse.com/code-of-conduct}}, 118 + note={First adopted June 2017 per Wikipedia; current version dated August 2024} 119 + } 120 + 121 + @misc{wikipediarc, 122 + author={{Wikipedia contributors}}, 123 + title={Recurse Center}, 124 + year={2026}, 125 + howpublished={\url{https://en.wikipedia.org/wiki/Recurse_Center}}, 126 + note={Accessed 2026-05-02; primary aggregation of founding history, alumni, hiring partners} 127 + } 128 + 129 + @misc{hnrenamethread, 130 + author={{Hacker News}}, 131 + title={Hacker School is now the Recurse Center (discussion)}, 132 + year={2015}, 133 + howpublished={\url{https://news.ycombinator.com/item?id=9264244}}, 134 + note={Includes Bergson-Shilcock's contemporaneous comments and the 30\%-border-friction figure} 135 + } 136 + 137 + @misc{ycrcprofile, 138 + author={{Y Combinator}}, 139 + title={Recurse Center: The retreat where curious programmers recharge and grow}, 140 + year={2026}, 141 + howpublished={\url{https://www.ycombinator.com/companies/recurse-center}}, 142 + note={YC company profile page; confirms YC seed funding lineage via Hackruiter (Summer 2010)} 143 + } 144 + 145 + @misc{forbeshackergrants, 146 + author={Griffiths, Daniel Nye}, 147 + title={Etsy To Fund `Hacker School' Grants For Women}, 148 + year={2012}, 149 + howpublished={\emph{Forbes Tech}, 2012-04-06}, 150 + note={Public launch of the Hacker Grants partnership} 151 + } 152 + 153 + @misc{latkarcrev, 154 + author={Latka, Nathan}, 155 + title={How Recurse Center hit \$11.1M revenue with a 72 person team}, 156 + year={2024}, 157 + howpublished={\url{https://getlatka.com/companies/recurse.com}}, 158 + note={Third-party database; revenue and headcount figures unverified} 159 + } 160 + 161 + @misc{cbinsightsrc, 162 + author={{CB Insights}}, 163 + title={Recurse Center: CEO, Founder, Key Executive Team, Board of Directors \& Employees}, 164 + year={2026}, 165 + howpublished={\url{https://www.cbinsights.com/company/hacker-school/people}}, 166 + note={Third-party database; entity listed under legacy ``hacker-school'' slug} 167 + } 168 + 169 + @misc{nickbsbio, 170 + author={Bergson-Shilcock, Nicholas}, 171 + title={nick.is --- personal site}, 172 + year={2026}, 173 + howpublished={\url{https://nick.is/}}, 174 + note={Founder/CEO biographical site} 175 + } 176 + 177 + @misc{unschooledorg, 178 + author={Bergson-Shilcock, Nicholas}, 179 + title={Unschooled}, 180 + year={2026}, 181 + howpublished={\url{https://unschooled.org/}}, 182 + note={Bergson-Shilcock writing on unschooling and self-directed learning} 183 + }
+1
papers/arxiv-rhizome/figures/cover-prompt.txt
··· 1 + A New York City computer-art office in early evening light. A vintage CRT monitor on a desk shows abstract geometric net-art patterns — colored bars, pixel forms — without any readable text. Beside the monitor, a stack of zines and a small sculptural object resembling a tangled cluster of cables that suggests a rhizome's underground spreading structure. A web-browser bookmark card with no legible writing pinned to a corkboard above the desk. A potted plant with thin trailing roots visible through a glass jar reaches toward the keyboard, echoing the rhizomatic theme. Through a tall window in the background: silhouettes of Manhattan rooftops at dusk, water towers, brick walls. The desk surface scattered with floppy disks, a film negative strip, and an open spiral notebook. The mood is archival and slightly nostalgic — a workspace dedicated to preserving born-digital art. The composition emphasizes the monitor as the focal point, framed by warm desk-lamp light against the cooler twilight outside.
papers/arxiv-rhizome/figures/cover.png

This is a binary file and will not be displayed.

+12 -4
papers/arxiv-rhizome/rhizome.tex
··· 69 69 \emergencystretch=1em 70 70 \hyphenpenalty=50 71 71 72 + % --- paper metadata (created/revision shown on cover) --- 73 + \newcommand{\papercreated}{2026-05-02} 74 + \newcommand{\paperrevision}{1} 75 + 72 76 \begin{document} 73 77 74 78 \twocolumn[{% 79 + \noindent\hfill\raisebox{-1.2em}[0pt][0pt]{\includegraphics[height=3.5em]{pals}}\par\vspace{-2.6em} 75 80 \begin{center} 76 - \includegraphics[height=4em]{pals}\par\vspace{0.5em} 81 + \includegraphics[height=15em]{figures/cover}\par\vspace{0.6em} 77 82 {\acbold\fontsize{22pt}{26pt}\selectfont\color{acdark} Rhizome.org}\par 78 83 \vspace{0.2em} 79 84 {\aclight\fontsize{11pt}{13pt}\selectfont\color{acpink} A Dossier}\par ··· 83 88 {\normalsize\href{https://prompt.ac/@jeffrey}{@jeffrey}}\par 84 89 {\small\color{acgray} Aesthetic.Computer}\par 85 90 {\small\color{acgray} ORCID: \href{https://orcid.org/0009-0007-4460-4913}{0009-0007-4460-4913}}\par 86 - \vspace{0.3em} 91 + \vspace{0.2em} 87 92 {\small\color{acpurple} \url{https://aesthetic.computer}}\par 93 + \vspace{0.4em} 94 + {\footnotesize\color{acgray}Created \papercreated{} \,\textbullet\, Revision \paperrevision}\par 88 95 \vspace{0.6em} 89 96 \rule{\textwidth}{1.5pt} 90 97 \vspace{0.5em} ··· 187 194 \begin{table*}[t] 188 195 \footnotesize 189 196 \centering 190 - \begin{tabularx}{\textwidth}{lrrrrrrr} 197 + \setlength{\tabcolsep}{4pt} 198 + \begin{tabularx}{\textwidth}{Xrrrrrrr} 191 199 \toprule 192 - \textbf{FY end} & \textbf{Revenue} & \textbf{Contri.} & \textbf{Govt grants} & \textbf{Prog. svc.} & \textbf{Expenses} & \textbf{ED comp.} & \textbf{Net assets} \\ 200 + \textbf{FY end} & \textbf{Revenue} & \textbf{Contri.} & \textbf{Govt} & \textbf{Prog.\,svc.} & \textbf{Expenses} & \textbf{ED comp.} & \textbf{Net assets} \\ 193 201 \midrule 194 202 2011-06 & 371,188 & 297,145 & --- & 69,215 & 381,261 & 75,940 & -41,350 \\ 195 203 2012-06 & 437,058 & 312,219 & --- & 80,339 & 431,581 & --- & -35,873 \\
+1
papers/arxiv-sfpc/figures/cover-prompt.txt
··· 1 + A small Manhattan classroom converted from a studio space, late afternoon, sunlight slanting through tall industrial windows onto a long shared work table. Eight or nine students sit around the table, each with a laptop open, but the screens are turned away from view — the focus is on hands, posture, attention. One student is sketching circuit diagrams in a notebook. Another is soldering a small electronic component with a tabletop iron. A third is reading a thin photocopied zine. On the table: a few tangled patch cables, a small breadboard with LEDs, a coffee mug, a houseplant, a hand-bound book. On the back wall: a chalkboard or whiteboard with hand-drawn flowcharts, a printed schedule, a small print of a pixelated or geometric artwork — but no readable letters anywhere. A window looks out onto a Westbeth-style courtyard with another building's brick facade. The mood is intimate, focused, almost domestic — emphatically not a corporate classroom. Composition is wide enough to convey the small scale of the cohort and warm enough to convey the school's posture of "radical openness and generosity." The students are diverse and dressed casually.
papers/arxiv-sfpc/figures/cover.png

This is a binary file and will not be displayed.

+12 -4
papers/arxiv-sfpc/sfpc.tex
··· 69 69 \emergencystretch=1em 70 70 \hyphenpenalty=50 71 71 72 + % --- paper metadata (created/revision shown on cover) --- 73 + \newcommand{\papercreated}{2026-05-02} 74 + \newcommand{\paperrevision}{1} 75 + 72 76 \begin{document} 73 77 74 78 \twocolumn[{% 79 + \noindent\hfill\raisebox{-1.2em}[0pt][0pt]{\includegraphics[height=3.5em]{pals}}\par\vspace{-2.6em} 75 80 \begin{center} 76 - \includegraphics[height=4em]{pals}\par\vspace{0.5em} 81 + \includegraphics[height=15em]{figures/cover}\par\vspace{0.6em} 77 82 {\acbold\fontsize{22pt}{26pt}\selectfont\color{acdark} School for Poetic Computation}\par 78 83 \vspace{0.2em} 79 84 {\aclight\fontsize{11pt}{13pt}\selectfont\color{acpink} A Dossier}\par ··· 83 88 {\normalsize\href{https://prompt.ac/@jeffrey}{@jeffrey}}\par 84 89 {\small\color{acgray} Aesthetic.Computer}\par 85 90 {\small\color{acgray} ORCID: \href{https://orcid.org/0009-0007-4460-4913}{0009-0007-4460-4913}}\par 86 - \vspace{0.3em} 91 + \vspace{0.2em} 87 92 {\small\color{acpurple} \url{https://aesthetic.computer}}\par 93 + \vspace{0.4em} 94 + {\footnotesize\color{acgray}Created \papercreated{} \,\textbullet\, Revision \paperrevision}\par 88 95 \vspace{0.6em} 89 96 \rule{\textwidth}{1.5pt} 90 97 \vspace{0.5em} ··· 157 164 \section{People} 158 165 159 166 \begin{table}[h] 160 - \small 167 + \footnotesize 161 168 \centering 162 - \begin{tabularx}{\columnwidth}{lXl} 169 + \setlength{\tabcolsep}{3pt} 170 + \begin{tabularx}{\columnwidth}{lXX} 163 171 \toprule 164 172 \textbf{Tenure} & \textbf{Role} & \textbf{Name} \\ 165 173 \midrule
+139
papers/bin/gen-cover.mjs
··· 1 + #!/usr/bin/env node 2 + // gen-cover.mjs — colored-pencil cover illustration for an AC paper 3 + // 4 + // Reads: papers/<paper-dir>/figures/cover-prompt.txt 5 + // Writes: papers/<paper-dir>/figures/cover.png (1024x1536) 6 + // 7 + // Wraps every prompt in a canonical colored-pencil-on-cream-paper style 8 + // preamble so all paper covers look like a series. Calls OpenAI gpt-image-2 9 + // via the same path used by recap/bin/gen-photos.mjs (no reference images — 10 + // the cover is generated from prompt only). 11 + // 12 + // Usage: 13 + // node papers/bin/gen-cover.mjs arxiv-rhizome 14 + // node papers/bin/gen-cover.mjs arxiv-rhizome --force 15 + // node papers/bin/gen-cover.mjs --all (every arxiv-* with a prompt) 16 + 17 + import { readFileSync, writeFileSync, mkdirSync, existsSync, readdirSync } from "node:fs"; 18 + import { resolve, dirname, join } from "node:path"; 19 + import { fileURLToPath } from "node:url"; 20 + 21 + const HERE = dirname(fileURLToPath(import.meta.url)); 22 + const PAPERS_DIR = resolve(HERE, ".."); 23 + const REPO = resolve(PAPERS_DIR, ".."); 24 + 25 + const argv = process.argv.slice(2); 26 + const flags = {}; 27 + const positional = []; 28 + for (const a of argv) { 29 + if (a.startsWith("--")) flags[a.slice(2)] = true; 30 + else positional.push(a); 31 + } 32 + 33 + const STYLE_PREFIX = 34 + "Colored pencil illustration on warm cream-colored paper, soft layered " + 35 + "strokes with visible pencil texture, art-school sketchbook aesthetic, " + 36 + "muted natural color palette (terracotta, sage, ochre, dusty pink, slate " + 37 + "blue, warm grey), gentle hand-drawn linework, no text, no logos, no " + 38 + "lettering, no signage, vertical composition that fills the frame edge to " + 39 + "edge, balanced negative space, intimate and contemplative tone. " + 40 + "The subject: "; 41 + 42 + function loadOpenAIKey() { 43 + if (process.env.OPENAI_API_KEY) return process.env.OPENAI_API_KEY; 44 + const vault = `${REPO}/aesthetic-computer-vault/.devcontainer/envs/devcontainer.env`; 45 + if (existsSync(vault)) { 46 + for (const line of readFileSync(vault, "utf8").split("\n")) { 47 + if (line.startsWith("OPENAI_API_KEY=")) { 48 + return line.slice("OPENAI_API_KEY=".length).trim().replace(/^['"]|['"]$/g, ""); 49 + } 50 + } 51 + } 52 + throw new Error("OPENAI_API_KEY not found"); 53 + } 54 + 55 + async function genCover(paperDir, { force }) { 56 + const figuresDir = join(PAPERS_DIR, paperDir, "figures"); 57 + const promptPath = join(figuresDir, "cover-prompt.txt"); 58 + const outPath = join(figuresDir, "cover.png"); 59 + 60 + if (!existsSync(promptPath)) { 61 + return { paperDir, status: "skip", reason: "no cover-prompt.txt" }; 62 + } 63 + mkdirSync(figuresDir, { recursive: true }); 64 + 65 + if (existsSync(outPath) && !force) { 66 + return { paperDir, status: "cached", outPath }; 67 + } 68 + 69 + const subject = readFileSync(promptPath, "utf8").trim(); 70 + const fullPrompt = STYLE_PREFIX + subject; 71 + 72 + const fd = new FormData(); 73 + fd.append("model", "gpt-image-2"); 74 + fd.append("prompt", fullPrompt); 75 + fd.append("size", "1024x1536"); 76 + fd.append("quality", "high"); 77 + fd.append("n", "1"); 78 + 79 + const t0 = Date.now(); 80 + const apiKey = loadOpenAIKey(); 81 + const res = await fetch("https://api.openai.com/v1/images/generations", { 82 + method: "POST", 83 + headers: { 84 + Authorization: `Bearer ${apiKey}`, 85 + "Content-Type": "application/json", 86 + }, 87 + body: JSON.stringify({ 88 + model: "gpt-image-2", 89 + prompt: fullPrompt, 90 + size: "1024x1536", 91 + quality: "high", 92 + n: 1, 93 + }), 94 + }); 95 + if (!res.ok) { 96 + throw new Error(`OpenAI ${res.status}: ${(await res.text()).slice(0, 400)}`); 97 + } 98 + const json = await res.json(); 99 + const b64 = json.data?.[0]?.b64_json; 100 + if (!b64) throw new Error("no image returned"); 101 + writeFileSync(outPath, Buffer.from(b64, "base64")); 102 + return { 103 + paperDir, 104 + status: "fresh", 105 + outPath, 106 + durSec: (Date.now() - t0) / 1000, 107 + }; 108 + } 109 + 110 + let targets = []; 111 + if (flags.all) { 112 + for (const name of readdirSync(PAPERS_DIR)) { 113 + if (!name.startsWith("arxiv-")) continue; 114 + const promptPath = join(PAPERS_DIR, name, "figures", "cover-prompt.txt"); 115 + if (existsSync(promptPath)) targets.push(name); 116 + } 117 + } else if (positional.length) { 118 + targets = positional; 119 + } else { 120 + console.error( 121 + "usage: gen-cover.mjs <arxiv-slug> [--force]\n" + 122 + " gen-cover.mjs --all [--force]", 123 + ); 124 + process.exit(1); 125 + } 126 + 127 + console.log(`▸ ${targets.length} target(s) · force=${!!flags.force}`); 128 + 129 + for (const t of targets) { 130 + try { 131 + const r = await genCover(t, { force: !!flags.force }); 132 + if (r.status === "cached") console.log(` · cached: ${t}`); 133 + else if (r.status === "skip") console.log(` · skip ${t}: ${r.reason}`); 134 + else console.log(` ✓ ${t} (${r.durSec.toFixed(1)}s)`); 135 + } catch (e) { 136 + console.error(` ✗ ${t}: ${e.message}`); 137 + process.exitCode = 2; 138 + } 139 + }
+35
papers/cli.mjs
··· 211 211 title: "Jeffrey Alan Scudder — CV", 212 212 hidden: true, 213 213 }, 214 + "arxiv-rhizome": { 215 + base: "rhizome", 216 + siteName: "rhizome-dossier-26-arxiv", 217 + title: "Rhizome.org — A Dossier", 218 + }, 219 + "arxiv-sfpc": { 220 + base: "sfpc", 221 + siteName: "sfpc-dossier-26-arxiv", 222 + title: "School for Poetic Computation — A Dossier", 223 + }, 224 + "arxiv-eyebeam": { 225 + base: "eyebeam", 226 + siteName: "eyebeam-dossier-26-arxiv", 227 + title: "Eyebeam — A Dossier", 228 + }, 229 + "arxiv-recurse": { 230 + base: "recurse", 231 + siteName: "recurse-dossier-26-arxiv", 232 + title: "Recurse Center — A Dossier", 233 + }, 234 + "arxiv-internet-archive": { 235 + base: "internet-archive", 236 + siteName: "internet-archive-dossier-26-arxiv", 237 + title: "Internet Archive — A Dossier", 238 + }, 239 + "arxiv-mellon": { 240 + base: "mellon", 241 + siteName: "mellon-dossier-26-arxiv", 242 + title: "Mellon Foundation — A Dossier", 243 + }, 244 + "arxiv-pioneer-works": { 245 + base: "pioneer-works", 246 + siteName: "pioneer-works-dossier-26-arxiv", 247 + title: "Pioneer Works — A Dossier", 248 + }, 214 249 }; 215 250 216 251 function texName(base, lang) {
+73
papers/hitlist.md
··· 1 + # Dossier hitlist 2 + 3 + Adjacent orgs to dossier next. Priority top to bottom; data tractability noted. 4 + 5 + ## Done — first-pass dossiers (2026-05-02) 6 + 7 + All 7 share the new cover format: AI-generated colored-pencil illustration as hero, small pals top-right, creation date + revision counter. 8 + 9 + - **Rhizome.org** — `papers/arxiv-rhizome/` — IRS XML, ProPublica API, CauseIQ 10 + - **School for Poetic Computation** — `papers/arxiv-sfpc/` — SFPC's own GitHub finance repo + Wikipedia + sfpc.study/about 11 + - **Eyebeam** — `papers/arxiv-eyebeam/` — IRS XML (EIN 13-3952075), 14 FYs of P&L FY2011–FY2024, six-ED leadership chain, three locations (Chelsea → Industry City → Bushwick) 12 + - **Recurse Center** — `papers/arxiv-recurse/` — for-profit, no 990s; founder interviews + the rcrename post + public hiring-partner roster + recruiting model 13 + - **Internet Archive** — `papers/arxiv-internet-archive/` — IRS XML (EIN 94-3242767), Hachette case fully documented, UMG Great 78 case, FY2023 net-asset cliff, 2024 cyberattack timeline 14 + - **Mellon Foundation** (funder flip) — `papers/arxiv-mellon/` — Avalon+Old Dominion 1969 merger, full presidents lineage, FY2014–FY2024 990-PF table, recipient spotlight cross-references Rhizome/IA/Eyebeam/Pioneer Works 15 + - **Pioneer Works** — `papers/arxiv-pioneer-works/` — IRS XML (EIN 46-1097738), Yellin-as-funder mechanic, $30M capital campaign, full residency-program documentation 16 + 17 + ## Do next (worth picking up) 18 + 19 + ### NEW INC (NYC, 2014–) 20 + New Museum's incubator. Embedded in Museum's 990 — need to disentangle. Lisa Kim Kaganskiy founded it; she's now Eyebeam ED so this is now a sibling dossier. 21 + 22 + ### Studio Museum in Harlem 23 + Already cross-referenced from Mellon dossier. 501(c)(3). Thelma Golden's tenure documented in Mellon spotlight. 24 + 25 + ### Internet Archive sibling: HathiTrust 26 + Already cross-referenced from Mellon ($1M 2023). University-consortium, different shape than IA. 27 + 28 + ### The Kitchen (NYC, 1971–) 29 + Long history (50+ years), recently more digital-leaning. 501(c)(3), IRS XML. 30 + 31 + ## Hold off (worth it eventually, harder data) 32 + 33 + - **NEW INC** (NYC, 2014–) — embedded in New Museum's 990; need to disentangle 34 + - **The Kitchen** (NYC, 1971–) — recently more digital-leaning; long history, lots to scope 35 + - **Light Industry** (Brooklyn, 2008–) — microcinema-as-org; financials thin 36 + - **Triple Canopy** (NYC, 2008–) — digital publishing + criticism 37 + - **Dynamicland** (Oakland) — fiscally sponsored, financials private 38 + - **NEW Centre for Research & Practice** — autodidact philosophy program, online-native 39 + 40 + ## Different jurisdiction (separate ingestion path) 41 + 42 + - **Furtherfield** (UK, CIC) 43 + - **V2\_ Lab for Unstable Media** (Rotterdam, Dutch foundation) 44 + - **transmediale** (Berlin) 45 + - **iMAL** (Brussels), **Aksioma** (Ljubljana), **Constant** (Brussels) 46 + - **HMKV** (Dortmund) 47 + 48 + ## Different shape (company dossier, not nonprofit) 49 + 50 + - **Are.na** — for-profit; founder interviews are the source 51 + - **glitch.com** — for-profit, well-documented org evolution 52 + - **OpenProcessing**, **shadertoy**, **p5.js Foundation** 53 + 54 + ## Funders (one-to-many flips) 55 + 56 + - **Andy Warhol Foundation for the Visual Arts** 57 + - **Jerome Foundation** 58 + - **Knight Foundation** (technology arm) 59 + - **Creative Capital** (artist-direct) 60 + - **Art for Justice** (Agnes Gund, sunset funder) 61 + 62 + ## Schools / labs (academic-attached) 63 + 64 + - **Studio for Creative Inquiry, CMU** 65 + - **MIT Media Lab** (would be huge; politically charged post-2019) 66 + - **ITP / IMA** (NYU Tisch) 67 + - **RISD CD** (Rhode Island School of Design Computation Department) 68 + 69 + ## Picking just one 70 + 71 + If you only do one more, do **Eyebeam**. 72 + 73 + If you do two, add **Mellon** — it's the "free dossier" because so much groundwork is already in `arxiv-rhizome/data/`.
+35
papers/metadata.json
··· 4 4 "revisions": 3, 5 5 "updated": "2026-04-06T22:52:45.200Z" 6 6 }, 7 + "arxiv-rhizome": { 8 + "created": "2026-05-02", 9 + "revisions": 1, 10 + "updated": "2026-05-02T22:00:00.000Z" 11 + }, 12 + "arxiv-sfpc": { 13 + "created": "2026-05-02", 14 + "revisions": 1, 15 + "updated": "2026-05-02T22:00:00.000Z" 16 + }, 17 + "arxiv-eyebeam": { 18 + "created": "2026-05-02", 19 + "revisions": 1, 20 + "updated": "2026-05-02T22:00:00.000Z" 21 + }, 22 + "arxiv-recurse": { 23 + "created": "2026-05-02", 24 + "revisions": 1, 25 + "updated": "2026-05-02T22:00:00.000Z" 26 + }, 27 + "arxiv-internet-archive": { 28 + "created": "2026-05-02", 29 + "revisions": 1, 30 + "updated": "2026-05-02T22:00:00.000Z" 31 + }, 32 + "arxiv-mellon": { 33 + "created": "2026-05-02", 34 + "revisions": 1, 35 + "updated": "2026-05-02T22:00:00.000Z" 36 + }, 37 + "arxiv-pioneer-works": { 38 + "created": "2026-05-02", 39 + "revisions": 1, 40 + "updated": "2026-05-02T22:00:00.000Z" 41 + }, 7 42 "arxiv-api": { 8 43 "created": "2026-03-21", 9 44 "revisions": 3,
+29 -11
system/public/papers.aesthetic.computer/platter.html
··· 312 312 <h1>Research Platter</h1> 313 313 <div class="subtitle">Full knowledge base for Aesthetic Computer papers and research.</div> 314 314 <div class="stats"> 315 - <span>362</span> pieces · <span>76</span> lib modules · <span>95</span> functions · <span>162</span> plans · <span>109</span> reports · <span>8</span> studies · <span>87+</span> readings · <span>28</span> papers 315 + <span>378</span> pieces · <span>78</span> lib modules · <span>113</span> functions · <span>169</span> plans · <span>120</span> reports · <span>8</span> studies · <span>27+</span> readings · <span>32</span> papers 316 316 </div> 317 317 </div> 318 318 ··· 329 329 <div class="section-header" data-color="pink" onclick="toggleSection(this)"> 330 330 <span class="toggle">&#9660;</span> 331 331 <h2>Papers</h2> 332 - <span class="count">28 publications</span> 332 + <span class="count">32 publications</span> 333 333 </div> 334 334 <div class="section-items"> 335 335 <a class="item" href="/aesthetic-computer-26-arxiv.pdf">Aesthetic Computer '26 — A Mobile-First Runtime for Creative Computing (arXiv, 5pp)</a> ··· 523 523 <div class="section-header collapsed" data-color="gold" onclick="toggleSection(this)"> 524 524 <span class="toggle">&#9660;</span> 525 525 <h2>Pieces</h2> 526 - <span class="count">344 .mjs + 18 .lisp</span> 526 + <span class="count">359 .mjs + 19 .lisp</span> 527 527 </div> 528 528 <div class="section-items hidden"> 529 529 <div class="item-group"> ··· 571 571 <span class="item"><span class="file">+ 13 more</span> addition, subtraction, tests, timing, profiles...</span> 572 572 </div> 573 573 <div class="item-group"> 574 - <div class="item-group-label">Full listing: 344 .mjs + 18 .lisp pieces</div> 574 + <div class="item-group-label">Full listing: 359 .mjs + 19 .lisp pieces</div> 575 575 <a class="item" href="https://github.com/whistlegraph/aesthetic-computer/tree/main/system/public/aesthetic.computer/disks">Browse all pieces on GitHub</a> 576 576 </div> 577 577 </div> ··· 582 582 <div class="section-header collapsed" data-color="green" onclick="toggleSection(this)"> 583 583 <span class="toggle">&#9660;</span> 584 584 <h2>Servers & Services</h2> 585 - <span class="count">95 functions · 5 services · 8 session modules</span> 585 + <span class="count">113 functions · 5 services · 10 session modules</span> 586 586 </div> 587 587 <div class="section-items hidden"> 588 588 <div class="item-group"> 589 - <div class="item-group-label">Netlify Functions (95 serverless endpoints)</div> 589 + <div class="item-group-label">Netlify Functions (113 serverless endpoints)</div> 590 590 <a class="item" href="https://github.com/whistlegraph/aesthetic-computer/tree/main/system/netlify/functions"><span class="file">system/netlify/functions/</span> Auth, content, keeps, chat, billing, telemetry, KidLisp storage</a> 591 591 <a class="item" href="https://aesthetic.computer/api/api-docs"><span class="file">api/api-docs</span> LLM-friendly API documentation (live)</a> 592 592 </div> ··· 798 798 <div class="section-header collapsed" data-color="cyan" onclick="toggleSection(this)"> 799 799 <span class="toggle">&#9660;</span> 800 800 <h2>Reports</h2> 801 - <span class="count">109 documents</span> 801 + <span class="count">120 documents</span> 802 802 </div> 803 803 <div class="section-items hidden" id="reports-list"></div> 804 804 </div> ··· 808 808 <div class="section-header collapsed" data-color="gold" onclick="toggleSection(this)"> 809 809 <span class="toggle">&#9660;</span> 810 810 <h2>Plans</h2> 811 - <span class="count">162 documents</span> 811 + <span class="count">169 documents</span> 812 812 </div> 813 813 <div class="section-items hidden" id="plans-list"></div> 814 814 </div> ··· 865 865 <div class="section-header collapsed" data-color="cyan" onclick="toggleSection(this)"> 866 866 <span class="toggle">&#9660;</span> 867 867 <h2>APIs & Data Sources</h2> 868 - <span class="count">95 endpoints · 32+ collections</span> 868 + <span class="count">113 endpoints · 32+ collections</span> 869 869 </div> 870 870 <div class="section-items hidden"> 871 871 <div class="item-group"> ··· 873 873 <a class="item" href="https://aesthetic.computer/api/api-docs">api/api-docs — LLM-friendly API documentation</a> 874 874 <a class="item" href="https://aesthetic.computer/api/version">api/version — platform version</a> 875 875 <a class="item" href="https://aesthetic.computer/api/metrics">api/metrics — platform metrics</a> 876 - <span class="item"><span class="file">95 total</span> Netlify serverless functions (auth, content, keeps, chat, billing, telemetry)</span> 876 + <span class="item"><span class="file">113 total</span> Netlify serverless functions (auth, content, keeps, chat, billing, telemetry)</span> 877 877 </div> 878 878 <div class="item-group"> 879 879 <div class="item-group-label">MongoDB Collections (key)</div> ··· 900 900 </div> 901 901 <div class="item-group"> 902 902 <div class="item-group-label">Platform Stats (SCORE.md)</div> 903 - <span class="item">362 built-in pieces · 2,810 handles · 265 user pieces</span> 903 + <span class="item">378 built-in pieces · 2,810 handles · 265 user pieces</span> 904 904 <span class="item">4,425 paintings · 16,523 KidLisp programs · 18,048 chat messages</span> 905 905 </div> 906 906 </div> ··· 1148 1148 ["2026-03-28-panasonic-hc-x2000-ac-integration.md","Panasonic Hc X2000 Ac Integration"], 1149 1149 ["2026-03-28-ac-logo-history.md","Ac Logo History"], 1150 1150 ["2026-04-02-getty-scores-access-on-ac.md","Getty Scores Access on AC"], 1151 + ["bootloader-art-integration-feasibility.md","Bootloader Art Integration Feasibility"], 1152 + ["arena-graphics-issue.md","Arena Graphics Issue"], 1153 + ["arena-graphics-issue-RESOLVED.md","Arena Graphics Issue RESOLVED"], 1154 + ["2026-04-29-knot-master-rebuild.md","Knot Master Rebuild"], 1155 + ["2026-04-24-mail-bootstrap-on-mac.md","Mail Bootstrap On Mac"], 1156 + ["2026-04-17-notarization-setup.md","Notarization Setup"], 1157 + ["2026-04-17-knot-spindle-upgrade.md","Knot Spindle Upgrade"], 1158 + ["2026-04-11-notepat-ota-usb-flash-report.md","Notepat Ota Usb Flash Report"], 1159 + ["2026-04-10-notepat-percussion-and-dj-hotplug.md","Notepat Percussion And Dj Hotplug"], 1160 + ["2026-04-07-thinkpad-11e-hardware-profile.md","Thinkpad 11e Hardware Profile"], 1161 + ["2026-04-06-ac-native-nix-vs-baremetal-pipeline-analysis.md","Ac Native Nix Vs Baremetal Pipeline Analysis"], 1151 1162 ]; 1152 1163 1153 1164 const plans = [ ··· 1313 1324 ["paper-sampling-in-ac.md","Paper Sampling In Ac"], 1314 1325 ["notepat-udp-midi-relay.md","Notepat Udp Midi Relay"], 1315 1326 ["cross-platform-samples.md","Cross Platform Samples"], 1327 + ["usb-midi-gadget.md","Usb Midi Gadget"], 1328 + ["SYSTRAY-PASSPHRASE-ENTRY.md","SYSTRAY PASSPHRASE ENTRY"], 1329 + ["SETUP-FRESHMAC.md","SETUP FRESHMAC"], 1330 + ["MAC-NATIVE-DEVENV-PLAN.md","MAC NATIVE DEVENV PLAN"], 1331 + ["handle-profile-redesign-saturnpatty.md","Handle Profile Redesign Saturnpatty"], 1332 + ["arena-multiplayer.md","Arena Multiplayer"], 1333 + ["ac-native-story-refresh.md","Ac Native Story Refresh"], 1316 1334 ]; 1317 1335 1318 1336 const studies = [