-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcategory-discipline-excerpt.html
More file actions
529 lines (526 loc) · 20.3 KB
/
Copy pathcategory-discipline-excerpt.html
File metadata and controls
529 lines (526 loc) · 20.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Category Discipline</title>
<meta name="description" content="A short entry point explaining why category discipline is the core operating idea of the paper.">
<meta name="author" content="Sasan Salmanzadeh">
<meta name="robots" content="index, follow, max-image-preview:large">
<link rel="canonical" href="https://saucony.github.io/legitimacy-is-infrastructure/category-discipline-excerpt.html">
<link rel="alternate" type="text/markdown" href="paper.md">
<meta property="og:type" content="article">
<meta property="og:title" content="Category Discipline">
<meta property="og:description" content="A short entry point explaining why category discipline is the core operating idea of the paper.">
<meta property="og:url" content="https://saucony.github.io/legitimacy-is-infrastructure/category-discipline-excerpt.html">
<meta property="og:site_name" content="Sasan Salmanzadeh">
<meta property="og:image" content="https://saucony.github.io/legitimacy-is-infrastructure/assets/social-preview.png">
<meta property="og:image:width" content="1280">
<meta property="og:image:height" content="640">
<meta property="og:image:alt" content="Legitimacy Is Infrastructure - technical position paper">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Category Discipline">
<meta name="twitter:description" content="A short entry point explaining why category discipline is the core operating idea of the paper.">
<meta name="twitter:image" content="https://saucony.github.io/legitimacy-is-infrastructure/assets/social-preview.png">
<style>
:root {
color-scheme: dark;
--bg: #080a0f;
--panel: #0f131c;
--text: #f3f4ee;
--muted: #aeb7c5;
--faint: #6f7a8c;
--rule: #273246;
--accent: #8bd3ff;
--accent-2: #d6ff7f;
--code: #151b27;
}
@page {
size: Letter;
margin: 0.62in;
background: var(--bg);
}
* { box-sizing: border-box; }
html {
background: var(--bg);
overflow-x: hidden;
width: 100%;
}
body {
margin: 0;
background:
radial-gradient(circle at 80% 0%, rgba(139, 211, 255, 0.12), transparent 28rem),
linear-gradient(180deg, #0a0d13 0%, var(--bg) 18rem);
color: var(--text);
font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
font-size: 18px;
line-height: 1.62;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
overflow-x: hidden;
width: 100%;
}
.layout {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 0;
margin: 0 auto;
max-width: 980px;
min-width: 0;
padding: 72px 34px 96px;
width: 100%;
}
.page {
margin: 0;
max-width: 980px;
min-width: 0;
padding: 0;
width: 100%;
}
.side-toc {
display: none;
}
.floating-toc {
display: none;
}
.masthead {
border-bottom: 1px solid var(--rule);
margin-bottom: 42px;
padding-bottom: 30px;
}
.eyebrow {
color: var(--accent-2);
font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.masthead-title {
color: var(--text);
font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: clamp(52px, 8vw, 92px);
letter-spacing: 0;
line-height: 0.98;
margin: 20px 0 20px;
max-width: 820px;
overflow-wrap: break-word;
width: 100%;
}
.dek {
color: var(--muted);
font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 18px;
line-height: 1.45;
margin-top: -8px;
max-width: 760px;
overflow-wrap: break-word;
width: 100%;
}
.meta {
color: var(--faint);
font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 13px;
margin-top: 18px;
}
.resource-links {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 22px;
max-width: 760px;
}
.resource-links a {
background: rgba(139, 211, 255, 0.08);
border: 1px solid rgba(139, 211, 255, 0.28);
border-radius: 999px;
color: #dcefff;
font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 12px;
font-weight: 700;
line-height: 1;
padding: 9px 12px;
text-decoration: none;
}
.resource-links a:hover,
.resource-links a:focus {
background: rgba(214, 255, 127, 0.10);
border-color: rgba(214, 255, 127, 0.42);
color: #f3f4ee;
}
.toc {
background: rgba(15, 19, 28, 0.72);
border: 1px solid var(--rule);
border-radius: 14px;
margin: 32px 0 54px;
max-width: 100%;
overflow: hidden;
padding: 22px 24px;
width: 100%;
}
.toc-title {
color: var(--accent);
font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.1em;
margin-bottom: 14px;
text-transform: uppercase;
}
.toc a {
border: 0;
color: var(--muted);
display: block;
font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 14px;
line-height: 1.35;
margin: 8px 0;
max-width: 100%;
overflow-wrap: anywhere;
overflow-wrap: break-word;
text-decoration: none;
white-space: normal;
width: 100%;
}
.toc a:hover { color: var(--text); }
.toc-level-2 { padding-left: 12px; }
.top-toc { display: none; }
.floating-toc {
bottom: max(14px, env(safe-area-inset-bottom));
display: block;
font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
position: fixed;
right: max(14px, env(safe-area-inset-right));
z-index: 20;
}
.floating-toc-button {
appearance: none;
background: linear-gradient(135deg, #d8f4ff 0%, #c7ffd7 100%);
border: 1px solid rgba(235, 255, 247, 0.82);
border-radius: 999px;
box-shadow:
0 0 0 1px rgba(139, 211, 255, 0.26),
0 16px 48px rgba(0, 0, 0, 0.42),
0 0 32px rgba(139, 211, 255, 0.18);
color: #071019;
cursor: pointer;
font-size: 12px;
font-weight: 800;
letter-spacing: 0.08em;
line-height: 1;
padding: 12px 15px;
text-transform: uppercase;
user-select: none;
}
.floating-toc-button:hover,
.floating-toc-button:focus {
background: linear-gradient(135deg, #f1fbff 0%, #d6ffd7 100%);
border-color: rgba(255, 255, 255, 0.95);
outline: 2px solid rgba(139, 211, 255, 0.38);
outline-offset: 3px;
}
.floating-toc-button::after {
color: #0d4f38;
content: " +";
}
.floating-toc:has(.floating-toc-panel:popover-open) .floating-toc-button::after {
content: " x";
}
.floating-toc-panel {
background: rgba(15, 19, 28, 0.97);
border: 1px solid rgba(39, 50, 70, 0.9);
border-radius: 14px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.48);
color: var(--text);
display: none;
margin: 0;
max-height: min(68vh, 560px);
overflow-y: auto;
overscroll-behavior: contain;
padding: 16px 18px;
scrollbar-color: rgba(139, 211, 255, 0.42) rgba(15, 19, 28, 0.45);
scrollbar-width: thin;
width: min(360px, calc(100vw - 28px));
}
.floating-toc-panel:popover-open {
bottom: auto;
display: block;
inset: auto;
left: auto;
position: fixed;
right: 14px;
top: max(14px, calc(100vh - min(68vh, 560px) - 62px));
}
.floating-toc-panel a {
border: 0;
color: var(--muted);
display: block;
font-size: 13px;
line-height: 1.2;
margin: 0;
overflow-wrap: break-word;
padding: 6px 0;
text-decoration: none;
}
.floating-toc-panel a:hover,
.floating-toc-panel a:focus {
color: var(--text);
}
.floating-toc-panel .toc-level-2 {
padding-left: 0;
}
h1, h2, h3, h4, h5, h6 {
color: var(--text);
font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
letter-spacing: 0;
line-height: 1.12;
page-break-after: avoid;
scroll-margin-top: 24px;
}
h1 { font-size: 44px; margin: 46px 0 18px; }
h2 {
border-top: 1px solid var(--rule);
font-size: 30px;
margin: 52px 0 18px;
padding-top: 26px;
}
h3 { color: #d8e5f4; font-size: 22px; margin: 34px 0 12px; }
p {
margin: 0 0 18px;
max-width: 760px;
overflow-wrap: break-word;
width: 100%;
}
a {
border-bottom: 1px solid rgba(139, 211, 255, 0.42);
color: var(--accent);
text-decoration: none;
}
ul, ol {
margin: 0 0 22px 1.2em;
max-width: 760px;
padding: 0;
width: calc(100% - 1.2em);
}
li {
margin: 7px 0;
overflow-wrap: break-word;
padding-left: 0.2em;
}
blockquote {
border-left: 3px solid var(--accent);
color: #dce3ed;
margin: 28px 0;
max-width: 760px;
padding: 4px 0 4px 22px;
}
code {
background: var(--code);
border: 1px solid var(--rule);
border-radius: 5px;
color: #e9edf5;
font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
font-size: 0.9em;
padding: 0.08em 0.32em;
}
pre {
background: var(--code);
border: 1px solid var(--rule);
border-radius: 12px;
max-width: 900px;
overflow-x: auto;
padding: 18px;
white-space: pre-wrap;
}
pre code { background: none; border: 0; padding: 0; }
.table-wrap {
border: 1px solid var(--rule);
border-radius: 12px;
margin: 28px 0;
max-width: 940px;
overflow-x: auto;
}
table {
border-collapse: collapse;
font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 13px;
line-height: 1.38;
width: 100%;
}
th, td {
border-bottom: 1px solid var(--rule);
overflow-wrap: break-word;
padding: 11px 12px;
text-align: left;
vertical-align: top;
}
th {
background: #121927;
color: #f4f7fb;
font-weight: 700;
}
tr:last-child td { border-bottom: 0; }
@media screen and (max-width: 640px) {
body { font-size: 16px; }
.layout {
display: block;
max-width: none;
padding: 64px 22px 80px;
width: 100%;
}
.page {
max-width: none;
width: 100%;
}
.masthead,
.toc,
.table-wrap,
.masthead-title,
.dek,
p,
ul,
ol,
blockquote {
max-width: 100%;
}
.masthead-title { font-size: 46px; }
.dek { font-size: 17px; }
.toc {
overflow: hidden;
padding: 20px 18px;
width: 100%;
}
.toc a {
max-width: 100%;
overflow-wrap: anywhere;
white-space: normal;
width: 100%;
word-break: normal;
}
}
@media screen and (min-width: 900px) {
.layout {
--side-toc-left: max(16px, calc((100vw - 1220px) / 2));
--side-toc-width: clamp(248px, 24vw, 300px);
--side-toc-gap: clamp(24px, 3vw, 44px);
display: block;
margin-left: calc(var(--side-toc-left) + var(--side-toc-width) + var(--side-toc-gap));
margin-right: 24px;
max-width: min(860px, calc(100vw - var(--side-toc-left) - var(--side-toc-width) - var(--side-toc-gap) - 24px));
padding-left: clamp(24px, 2.4vw, 34px);
padding-right: clamp(24px, 2.4vw, 34px);
}
.page { max-width: 840px; }
.side-toc {
background: rgba(15, 19, 28, 0.82);
border: 1px solid rgba(39, 50, 70, 0.82);
border-radius: 14px;
display: block;
bottom: 16px;
left: var(--side-toc-left);
margin: 0;
max-height: none;
overscroll-behavior: contain;
overflow-y: auto;
padding: 14px 14px 16px;
position: fixed;
scrollbar-color: rgba(139, 211, 255, 0.42) rgba(15, 19, 28, 0.45);
scrollbar-width: thin;
top: 16px;
width: var(--side-toc-width);
}
.side-toc .toc-title {
color: var(--accent-2);
font-size: 10.5px;
margin-bottom: 10px;
}
.side-toc a {
border: 0;
color: var(--muted);
display: block;
font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: clamp(9.8px, 0.9vw, 11.4px);
line-height: 1.12;
margin: 0;
overflow-wrap: break-word;
padding: 3.8px 0;
text-decoration: none;
}
.side-toc a:hover,
.side-toc a:focus {
color: var(--text);
}
.side-toc .toc-level-2 {
padding-left: 0;
}
.top-toc {
display: none;
}
.floating-toc {
display: none;
}
h1, h2, h3, h4, h5, h6 {
scroll-margin-top: 28px;
}
}
@media print {
body { font-size: 11.4pt; }
.layout { display: block; max-width: none; padding: 0; }
.page { max-width: none; padding: 0; }
.side-toc { display: none; }
.floating-toc { display: none; }
.top-toc { display: block; }
.toc { break-inside: avoid; }
h2 { break-after: avoid; }
a { color: var(--accent); }
}
</style>
</head>
<body>
<div class="layout">
<nav class="side-toc" aria-label="Persistent table of contents">
<div class="toc-title">Contents</div>
</nav>
<div class="floating-toc">
<button class="floating-toc-button" popovertarget="floating-toc-popover" type="button">Contents</button>
<nav class="floating-toc-panel" id="floating-toc-popover" popover aria-label="Floating table of contents">
</nav>
</div>
<main class="page">
<header class="masthead">
<div class="eyebrow">Paper Excerpt</div>
<h1 class="masthead-title">Category Discipline</h1>
<div class="dek">A short entry point explaining why category discipline is the core operating idea of the paper.</div>
<div class="meta">Sasan Salmanzadeh - Version 0.1.0 - May 25, 2026</div>
<nav class="resource-links" aria-label="Related resources"><a href="index.html">Full paper</a>
<a href="category-discipline-excerpt.html">Category discipline excerpt</a>
<a href="executive-memo.html">Executive memo</a>
<a href="https://github.com/saucony/legitimacy-is-infrastructure">GitHub repo</a></nav>
</header>
<nav class="toc top-toc" aria-label="Table of contents">
<div class="toc-title">Contents</div>
</nav>
<p><strong>A short excerpt from _Legitimacy Is Infrastructure_</strong></p>
<p>The strongest idea in this paper is not "data centers are good."</p>
<p>It is not even "publish a better checklist."</p>
<p>The strongest idea is category discipline.</p>
<p>A serious builder may already know many of the individual tools in the full paper. That is not the point. The point is that tools scattered across sustainability, permitting, utilities, construction, security, communications, and community teams do not add up to legitimacy unless they are wired together as one proof system before the narrative hardens.</p>
<p>Right now, the public argument often turns "data center" into one object. Water use, construction water, operating cooling, indirect power-generation water, grid upgrades, ratepayer risk, construction dust, brown-water allegations, backup generators, gas turbines, noise, tax breaks, limited permanent jobs, AI job anxiety, e-waste, and foreign strategic competition all get compressed into one moral symbol.</p>
<p>That compression is dangerous for everyone.</p>
<p>It is dangerous for communities because real harms become harder to fix when everything becomes one outrage object. A resident with brown water needs testing, source tracing, pressure logs, construction timelines, well data, utility records, and remediation. A generic debate about "AI water" does not fix their sink.</p>
<p>It is dangerous for builders because a fixable construction, metering, rate, noise, or stormwater problem can become evidence that the entire AI infrastructure project is anti-community.</p>
<p>It is dangerous for policymakers because blunt pauses and weak disclosure rules can either let bad projects through or freeze good projects unnecessarily.</p>
<p>It is dangerous for the country because strategic compute capacity can become politically fragile before the infrastructure is mature enough to defend itself.</p>
<p>The category changes the fix. It does not erase the duty to fix.</p>
<p>That sentence matters.</p>
<div class="table-wrap"><table><thead><tr><th>Collapsed public claim</th><th>Correct category split</th><th>What the proof should show</th></tr></thead><tbody><tr><td>"Data centers use too much water."</td><td>Operating cooling water, construction water, indirect electricity water, peak public-system draw, source, timing, basin stress.</td><td>Annual and peak demand, source, withdrawal vs consumption, drought mode, utility capacity, and verification.</td></tr><tr><td>"Data centers contaminate water."</td><td>Water quality incident, construction stormwater, sediment/turbidity, wastewater discharge, pipe damage, treatment capacity.</td><td>Lab results, permits, incident records, location, pathway, responsible party, remediation, and unresolved uncertainty.</td></tr><tr><td>"Data centers make bills rise."</td><td>Generation, transmission, distribution, capacity markets, interconnection upgrades, tariff design, tax incentives, stranded asset risk.</td><td>Cost causation, who pays, ratepayer protections, utility filings, load shape, and upgrade allocation.</td></tr><tr><td>"Data centers are noisy."</td><td>Construction noise, cooling equipment, transformers, substations, backup generators, continuous turbines, truck traffic, low-frequency/tonal sound.</td><td>Baseline, modeled sources, frequency bands, nighttime receptors, mitigation, monitoring, and fix obligations.</td></tr><tr><td>"Community benefit buys support."</td><td>Impact mitigation, enforceable benefits, one-time donations, workforce claims, public dashboards, successor obligations.</td><td>What is legally binding, maintained, funded, monitored, reported, and separate from unresolved harm.</td></tr><tr><td>"Clean energy solves it."</td><td>Annual matching, hourly CFE, physical deliverability, firm power, backup generation, demand response, workload flexibility.</td><td>Which claim is being made, during which hours, on which grid, with what firm capacity and what local impacts.</td></tr></tbody></table></div>
<p>The first job is not persuasion. The first job is classification.</p>
<p>A water-consumption complaint, a stormwater violation, a wetlands permit, a construction-metering failure, a wastewater-discharge concern, and a drought-basin conflict are not the same claim. Treating them as the same claim helps both bad PR and bad criticism.</p>
<p>But category discipline is not responsibility laundering. A company cannot say "that was a contractor issue" and then act confused when the public associates it with the project. The community does not experience your category map. The community experiences dirty water, higher bills, trucks, dust, hum, secrecy, and confusion. The burden is on the builder to make the categories legible before the public has to infer them from headlines.</p>
<p>If a pipe strike, missing construction meter, bad stormwater inspection, unclear ratepayer exposure, or poorly muffled generator becomes the public's proof that AI infrastructure is reckless, that is not because the incident was too small. It is because the proof layer was too weak.</p>
<p>Full paper:</p>
<p><https://saucony.github.io/legitimacy-is-infrastructure/></p>
</main>
</div>
</body>
</html>