Skip to content

Commit 95d8a9d

Browse files
committed
wip
1 parent ca2bf18 commit 95d8a9d

File tree

3 files changed

+78
-35
lines changed

3 files changed

+78
-35
lines changed

_layouts/default.html

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,24 @@
2323
// Matrix Rain Effect
2424
function createMatrixRain() {
2525
const matrixContainer = document.getElementById('matrixRain');
26+
if (!matrixContainer) return;
27+
2628
const chars = '01アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヲン';
27-
for (let i = 0; i < 50; i++) {
29+
30+
// Clear existing columns first
31+
matrixContainer.innerHTML = '';
32+
33+
for (let i = 0; i < 30; i++) {
2834
const column = document.createElement('div');
2935
column.className = 'matrix-column';
30-
column.style.left = Math.random() * 100 + '%';
31-
column.style.animationDuration = (Math.random() * 3 + 2) + 's';
32-
column.style.animationDelay = Math.random() * 2 + 's';
36+
column.style.left = (i * 3.33) + '%';
37+
column.style.animationDuration = (Math.random() * 4 + 3) + 's';
38+
column.style.animationDelay = Math.random() * 5 + 's';
39+
column.style.animation = `matrix-fall ${column.style.animationDuration} linear infinite`;
40+
column.style.animationDelay = column.style.animationDelay;
41+
3342
let text = '';
34-
for (let j = 0; j < 20; j++) {
43+
for (let j = 0; j < 15; j++) {
3544
text += chars[Math.floor(Math.random() * chars.length)] + '<br>';
3645
}
3746
column.innerHTML = text;

assets/css/style.css

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -533,16 +533,29 @@ pre code {
533533
}
534534
.matrix-column {
535535
position: absolute;
536-
top: -100%;
537536
color: #00ff41;
538537
font-family: 'Share Tech Mono', monospace;
539-
font-size: 14px;
538+
font-size: 12px;
540539
line-height: 1.2;
541540
text-shadow: 0 0 5px #00ff41;
541+
opacity: 0.8;
542542
animation: matrix-fall linear infinite;
543543
}
544544
@keyframes matrix-fall {
545-
to { top: 100%; }
545+
0% {
546+
transform: translateY(-200px);
547+
opacity: 0;
548+
}
549+
5% {
550+
opacity: 0.8;
551+
}
552+
95% {
553+
opacity: 0.8;
554+
}
555+
100% {
556+
transform: translateY(calc(100vh + 200px));
557+
opacity: 0;
558+
}
546559
}
547560
/* TERMINAL WINDOW */
548561
.terminal-window {

social/game_theory_ethics.md

Lines changed: 48 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,56 @@ collection: social
88

99
## Abstract
1010

11-
This paper examines how two ostensibly beneficent institutional systems—healthcare and family law—can become
12-
structurally misaligned with the interests of their intended beneficiaries. Through a game-theoretic lens, we analyze
13-
how rational actors within these systems create equilibria that maximize institutional utility while often minimizing
14-
outcomes for the vulnerable populations they purport to serve. We argue that both systems exhibit similar patterns of
15-
incentive misalignment, information asymmetries, and capture by professional interests that transform life's most
16-
vulnerable moments into profit-maximizing enterprises.
11+
This paper presents a game-theoretic analysis of institutional failure across five critical domains: healthcare, family
12+
law, higher education, criminal justice, and enterprise IT infrastructure. We demonstrate how systems designed to serve
13+
vulnerable populations or improve organizational efficiency systematically evolve to maximize professional employment
14+
and revenue extraction rather than their stated objectives. Through computational experiments and empirical analysis, we
15+
identify common patterns of perverse incentives, information asymmetries, and professional capture that transform
16+
essential services into mechanisms of exploitation. Our findings reveal that these pathologies stem from a deeper
17+
structural issue: scarcity-based economic systems that require individuals to justify their survival through
18+
increasingly elaborate professional interventions. We further analyze how artificial intelligence adoption represents a
19+
critical inflection point, where the tension between technological efficiency and employment preservation creates
20+
unstable equilibria that will likely collapse rapidly, potentially enabling a transition to post-scarcity institutional
21+
designs that could finally align system incentives with human flourishing.
1722

1823
## Introduction
1924

20-
Modern societies create institutional frameworks to manage critical human experiences—death, family dissolution,
21-
education, crime. These systems emerge with stated goals of protection, healing, justice, and advancement. Yet empirical
22-
observation suggests that institutional evolution often diverges from founding principles, creating what we term "
23-
malevolent equilibria": stable configurations where rational self-interest by system participants systematically
24-
produces outcomes contrary to stated institutional purposes.
25-
However, this analysis must acknowledge that not all institutions follow this trajectory. Some healthcare systems,
26-
particularly in Nordic countries, have successfully maintained patient-centered end-of-life care. Some jurisdictions
27-
have implemented effective restorative justice programs. These counter-examples suggest that institutional capture is
28-
not inevitable but rather the product of specific structural conditions we seek to identify.
29-
30-
These systems share a troubling characteristic: they exploit fundamental human vulnerabilities by targeting moments when
31-
individuals have no choice but to engage with them. You cannot opt out of dying, avoid family court when your spouse
32-
files for divorce, circumvent credential requirements for employment, or escape the criminal justice system once
33-
ensnared. This captive audience creates ideal conditions for what we term "compassionate exploitation"—the extraction of
34-
resources under the moral authority of helping.
35-
36-
This paper examines four paradigmatic cases: end-of-life medical care, family law proceedings, higher education
37-
financing, and criminal justice systems. All involve vulnerable populations, complex professional intermediaries, and
38-
institutional structures that claim beneficent intent while often delivering prolonged suffering and dependency.
25+
Modern institutions tasked with managing society's most critical functions—healthcare, justice, education, family
26+
welfare, and technological infrastructure—exhibit a disturbing pattern: they systematically produce outcomes
27+
antithetical to their stated purposes. This paper employs game theory and computational modeling to analyze how rational
28+
actors operating within these systems create stable equilibria that maximize institutional benefit while minimizing
29+
welfare for intended beneficiaries.
30+
31+
The phenomenon we examine transcends simple corruption or incompetence. Instead, we identify a systematic transformation
32+
whereby institutions originally designed to address human needs evolve into self-perpetuating employment systems that
33+
require the continuation of the very problems they purport to solve. A hospital system ostensibly dedicated to healing
34+
develops economic incentives to prolong suffering. A justice system intended to rehabilitate creates dependencies on
35+
recidivism. Educational institutions meant to disseminate knowledge construct elaborate barriers to learning. IT
36+
departments tasked with simplifying operations systematically complexify them.
37+
38+
This institutional capture operates through three primary mechanisms. First, professional intermediaries position
39+
themselves as essential gatekeepers between institutions and their beneficiaries, creating information asymmetries that
40+
prevent direct assessment of value. Second, these professionals develop complex procedural requirements that justify
41+
their continued involvement while obscuring simpler solutions. Third, the moral authority inherent in "helping"
42+
professions shields these practices from scrutiny—questioning a hospital's treatment protocols appears to challenge
43+
medicine itself, not merely its economic incentives.
44+
45+
Our analysis reveals that these patterns emerge not from individual malice but from structural features of
46+
scarcity-based economic systems. When professionals must justify their economic existence through billable activities,
47+
the incentive to solve problems permanently conflicts with the need for continued employment. This creates what we
48+
term "malevolent equilibria"—stable states where rational self-interest by system participants produces systematically
49+
harmful outcomes for those they serve.
50+
51+
The timing of this analysis is critical. Artificial intelligence capabilities now threaten to expose and potentially
52+
eliminate these inefficiencies, creating a high-stakes game between technological progress and employment preservation.
53+
Our computational experiments demonstrate that current AI deployment patterns reflect not technical limitations but
54+
strategic choices to preserve professional employment. However, we show this equilibrium is inherently unstable and
55+
likely to collapse rapidly once competitive pressures reach a critical threshold.
56+
57+
Through detailed case studies, computational simulations, and empirical validation, we demonstrate that institutional
58+
misalignment is not an inevitable feature of complex societies but rather a specific pathology of scarcity-based
59+
economics. By understanding these dynamics through a game-theoretic lens, we can begin to envision and design
60+
institutions that serve their stated purposes rather than perpetuating the problems they claim to solve.
3961

4062
## Theoretical Framework
4163

@@ -1689,5 +1711,4 @@ class ExecutionEnvironment {
16891711
}
16901712
```
16911713

1692-
This specification provides a comprehensive framework for implementing the computational experiments described in the paper while maintaining flexibility for extension and modification as research progresses.
1693-
1714+
This specification provides a comprehensive framework for implementing the computational experiments described in the paper while maintaining flexibility for extension and modification as research progresses.

0 commit comments

Comments
 (0)