Skip to content

Commit eb3fdb1

Browse files
Peter WangPeter Wang
authored andcommitted
The Unmoored Self: essay, briefing suite, audio mini-book, and vendored references
Initial public corpus: the long-form essay; a seven-section briefing suite for builders of social software with a 2-3 page overview and per-section further reading; a 15-minute audio mini-book transcript; and vendored source materials (Attention Crisis essay, Stoa talks, DWeb 2019 privacy talk, Weltanschauung notes, RELATIONS axioms, Edelman's solidarity essays). Sibling project The Lost Web is linked, not vendored: github.com/pzwang/lostweb
0 parents  commit eb3fdb1

24 files changed

Lines changed: 8367 additions & 0 deletions

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Sibling project working checkout — published separately at github.com/pzwang/lostweb
2+
the-lost-web/
3+
4+
# macOS
5+
.DS_Store
6+
7+
# Jekyll build artifacts
8+
_site/
9+
.jekyll-cache/
10+
.sass-cache/
11+
12+
# PDF build workdir
13+
build/

PROJECT-BRIEF.md

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
# Project Brief: A Consumable Form of *The Unmoored Self*
2+
3+
**Status:** goals/motivations record, 2026-07-09. Cleaned-up rendering of the
4+
originating prompt, kept so later sessions can track intent.
5+
**Owner:** Peter Wang.
6+
7+
## Goal
8+
9+
Produce a more easily consumed form of Peter's views on identity, human
10+
communications, relationships, and the complexifying dynamics of social media
11+
and the modern digital environment.
12+
13+
"More easily consumable" does **not** necessarily mean shorter in aggregate.
14+
It means:
15+
16+
1. **An overview** — 2–3 pages (roughly a 5–10 minute read) that gives a reader
17+
the overall shape of the argument.
18+
2. **Linked chunks** — the overview links to sections that can be independently
19+
referred to and consumed on their own.
20+
3. **An audio mini-book transcript** — a version Peter can read aloud as a
21+
~15-minute audio piece.
22+
23+
## Audience and immediate purpose
24+
25+
The immediate goal is to **brief a small team of developers** building a new
26+
kind of app whose purpose is to get people of all ages more engaged in their
27+
communities and building deeper, genuine relationships.
28+
29+
Audience characteristics:
30+
31+
- Extremely senior engineers/product people, with distinguished careers at the
32+
largest existing social media platforms (Twitter, Facebook, Instagram, etc.).
33+
- They explicitly want to build something that **reverses the regrettable
34+
outcomes and alienation** created by their previous employers.
35+
- Many are thematically and mission-aligned with the perspectives in
36+
*The Unmoored Self*, but **lack the language** — and in some cases the depth
37+
of developed thinking — that Peter's perspectives contain.
38+
39+
The briefing should therefore give them: (a) the diagnosis in full, (b) a
40+
shared vocabulary, and (c) a bridge from philosophy to design consequences.
41+
42+
## Source materials
43+
44+
- `the-unmoored-self.md` (this folder) — the primary essay. Peter's worldview,
45+
a finished, reliable artifact.
46+
- `~/Dropbox/workspace/grove/design_docs/core-os/RELATIONS.md` — the 9 axioms
47+
and 9 design principles distilled from Peter's corpus (Attention Crisis
48+
essay 2021, Weltanschauung/Memetics notes 2019–2021, Stoa talks 2 & 4, DWeb
49+
Camp 2019 privacy talk). Where the essay diagnoses, RELATIONS shows what
50+
Peter's thinking looks like when turned into binding design philosophy.
51+
- `~/Dropbox/workspace/custodial_transmodernism/` — a larger adjacent body of
52+
work (Game B / Game~B, custodial species, the Ring as a way of seeing,
53+
of-ness, trans-modernity). Useful background, but deliberately **not** pulled
54+
into scope here: it broadens beyond the topic at hand. Draw on it only where
55+
a formulation sharpens the core material.
56+
- **The Lost Web**[github.com/pzwang/lostweb](https://github.com/pzwang/lostweb)
57+
(CC-BY-SA). Peter's sibling project, published 2026-07-09 in tidied
58+
two-volume form: Volume I (the 2017 diagnosis, preserved as a historical
59+
document) and Volume II (briefs for future builders, in progress). The
60+
direct ancestor of the builder-facing material here. A working checkout
61+
lives at `the-lost-web/lostweb/` (gitignored — not part of this repo).
62+
- **Joe Edelman's two essays** — formative sources that very much informed
63+
Peter's early exploration of this territory:
64+
- [*On Being Together and Sharing Values*](https://docs.google.com/document/d/1ERpV87WJFuIEickPxM1oH9smuImtrjyIZKtr0EYQbu0/edit)
65+
(the *consilium* — the economy of values), and its successor
66+
- [*What Is Solidarity Made Of?*](https://docs.google.com/document/d/14AK0fv5Damzfj1lkukOs7KddQ2Jcnlw3Srn2XRwbnJs/edit)
67+
(natural solidarity: relating expressively, appreciation, wisdom gathering,
68+
infinite play).
69+
Both snapshotted in `references/`.
70+
- Peter's Weltanschauung notes (2019–2021) and the Jim Rutt dialogue corpus
71+
(`custodial_transmodernism/peter_and_jim/`) — cited in per-section further
72+
reading; Weltanschauung vendored in `references/`.
73+
74+
## Deliverables
75+
76+
- `briefing/00-overview.md` — the 2–3 page overview, linking to sections.
77+
- `briefing/01…06-*.md` — the independently consumable sections following the
78+
essay's argument, each ending with "Further reading & sources."
79+
- `briefing/07-design-implications.md` — the translation layer for the dev
80+
team: from diagnosis to design commitments and anti-metrics.
81+
- `briefing/transcript-audio-minibook.md` — the ~15-minute read-aloud script.
82+
- `references/`**vendored references**: excerpts or full mirrors of source
83+
materials rendered to markdown with links to originals, so the corpus is
84+
self-contained. Currently: the full Lost Web mirror, both Edelman essays
85+
(comments stripped), Weltanschauung 2019–2021, the RELATIONS
86+
axioms/principles excerpt, the Attention Crisis essay, both Stoa talk
87+
transcripts, and the DWeb 2019 talk (transcript + preserved audio). The
88+
Lost Web is linked, not vendored — it is a published sibling work.
89+
90+
## Publication direction (ratified 2026-07-09)
91+
92+
Two related artifacts, likely two repos/sites:
93+
94+
1. **The Unmoored Self as a self-contained site** — this directory, published
95+
via GitHub Pages / Tangled / standard.site: essay + briefing suite +
96+
vendored references.
97+
2. **The Lost Web, two volumes****published 2026-07-09** at
98+
[github.com/pzwang/lostweb](https://github.com/pzwang/lostweb):
99+
**Volume I ("The Web We Lost… 2017")** — the existing content tidied as a
100+
historical document (stubs stripped, dated reference lists condensed into
101+
the "Who Else Was Trying" appendix, substance unchanged); **Volume II**
102+
builder briefs, in progress (synopsis, axioms, commitments, patterns,
103+
metric, retrospective, plus a new ch. 8 on the AI era, "The
104+
Co-Cogitators"). Volume II references The Unmoored Self rather than
105+
restating it, and becomes the canonical home of the builder-facing design
106+
canon (with `briefing/07` re-pointed into it as it matures). The working
107+
checkout and kickoff brief live under `the-lost-web/` (gitignored, not
108+
part of this repo).
109+
110+
## Vendoring policy (operator ruling, 2026-07-09)
111+
112+
- Podcasts and talks where Peter is guest or host: **fair game** — vendor as
113+
much content as useful, including full transcripts.
114+
- Friends' and colleagues' works (Edelman, Rutt, etc.): vendor freely for the
115+
working corpus with attribution and links to originals; confirm with the
116+
author before public publication of any full mirror.
117+
- Third-party books: cite, don't vendor.
118+
119+
## Provenance discipline
120+
121+
All content is Peter Wang's worldview (developed in dialogue with Claude).
122+
Derived artifacts must not introduce new claims silently; where translation
123+
for the developer audience requires interpolation, mark it as translation.

_config.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
title: The Unmoored Self
2+
description: >-
3+
Media, Meaning, and the Crisis of Modern Communal Life — an essay, a
4+
briefing suite for builders of social software, and its sources.
5+
author: Peter Wang
6+
7+
# GitHub Pages / Jekyll settings
8+
theme: jekyll-theme-minimal
9+
markdown: kramdown
10+
11+
plugins:
12+
- jekyll-relative-links
13+
14+
# Convert relative .md links to .html so the corpus's internal links work
15+
# both on github.com (native markdown rendering) and on the published site.
16+
relative_links:
17+
enabled: true
18+
collections: true
19+
20+
include:
21+
- README.md
22+
23+
# Keep working artifacts out of the published site if desired; comment out
24+
# any of these to publish them.
25+
exclude:
26+
- references/dweb-2019-privacy-talk.wav

briefing/00-overview.md

Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
# The Unmoored Self — Team Briefing
2+
3+
### Why the apps we built made people lonelier, and what it would actually take to reverse it
4+
5+
**Provenance:** Peter Wang's worldview (developed in dialogue with Claude), condensed
6+
from the full essay [`the-unmoored-self.md`](../the-unmoored-self.md) and his related
7+
design writing. This overview is a 5–10 minute read; each section below links to a
8+
standalone chunk that can be read independently. An audio version is at
9+
[`transcript-audio-minibook.md`](transcript-audio-minibook.md).
10+
11+
---
12+
13+
## Why you are reading this
14+
15+
But "social media, minus the bad parts" is not a design
16+
target. The alienation was not a side effect of bad tuning; it is the product of a
17+
whole stack of forces, most of which pre-date the feed. If you don't see the whole
18+
stack, you may end up rebuilding the same machine with warmer colors.
19+
20+
This briefing exists to give app builders a diagnosis and vocabulary.
21+
It deliberately spends most of its time on the problem. The problem, fully seen,
22+
is what makes the design commitments at the end non-negotiable rather than
23+
aesthetic preferences.
24+
25+
## The argument in one paragraph
26+
27+
The modern Western self was already in trouble before the smartphone. It had been
28+
progressively stripped of the structures that historically made meaning and
29+
belonging possible — extended family, rootedness in place, congregations, civic
30+
associations, inherited moral horizons — and handed consumer choice as a
31+
substitute. Into that already-depleted self we introduced a media environment that
32+
collapses all distance, watches its users and adapts to them, and is
33+
architecturally optimized to maximize emotional arousal. The result is not
34+
connection and not even simple isolation. It is something stranger: people
35+
experience the full *emotional intensity* of tribal belonging — loyalty,
36+
solidarity, outrage, shared purpose — without any of the material, embodied,
37+
mutually obligated conditions that make real communal life work. Tribalism as a
38+
consumption pattern rather than a social structure. And the condition resists its
39+
own cure, because the modern self treats every unchosen constraint — the very
40+
stuff community is made of — as presumptively oppressive.
41+
42+
## The five components of the diagnosis
43+
44+
**1. The electronic collapse of distance**[full section →](01-the-collapse-of-distance.md)
45+
46+
McLuhan saw sixty years ago that electronic media would dissolve the distance
47+
that modern liberal society quietly depends on, pulling everyone into one
48+
simultaneous, centerless field he called the "global village" — and he warned it
49+
would be a place of maximal disagreement, not harmony. What he got wrong matters
50+
just as much: he expected *retribalization*, but real tribes have elders, shared
51+
harvests, and neighbors you cannot exit. What the network actually delivers is
52+
the *aesthetics* of tribalism grafted onto an atomized society. And McLuhan had
53+
no category for our media at all: an algorithmic medium that watches you back,
54+
and a business model where engagement — meaning emotional arousal — is the
55+
product. **The medium is not merely the message; the business model is the
56+
message.**
57+
58+
**2. The self without a floor**[full section →](02-the-self-without-a-floor.md)
59+
60+
Charles Taylor supplies what media theory misses: the self that met the
61+
smartphone was already structurally unsupported. Modern identity is built on
62+
autonomous, expressive authenticity — but that ideal was always subsidized by
63+
inherited "horizons of significance": traditions, communities of practice,
64+
institutions that ***gave choice its meaning***. Secularization, mobility, the nuclear
65+
family, and institutional decline removed the scaffolding. People don't flee to
66+
online belonging because media are inherently tribalizing; they are desperate
67+
for affiliation in a landscape stripped of it. The feed is *replacement
68+
scaffolding* — and the void is never experienced as absence, because it is
69+
instantly filled with content.
70+
71+
**3. The simulacrum engine**[full section →](03-the-simulacrum-engine.md)
72+
73+
Baudrillard names what happens when that media environment meets that depleted
74+
self: a self-referential sign-world where the question "what's the underlying
75+
reality?" stops having an answer. People form communities around interpretations
76+
of representations of events they never experienced; they are furious about
77+
narratives about narratives. Identity itself gets processed through consumer
78+
logic — political and cultural positions selected from a marketplace the way one
79+
selects a brand. The resulting "tribes" are market segments with the emotional
80+
intensity of tribes. The personalized feed is the most sophisticated
81+
simulacrum-generating apparatus ever built — and it absorbs critique of itself
82+
as just more engaging content.
83+
84+
**4. What resistance looks like, and why it keeps failing**[full section →](04-interventions-and-their-limits.md)
85+
86+
The Situationists identified the right counter-move in the 1960s: reclaim lived,
87+
embodied, unmediated time. Their tools — the dérive, détournement, the
88+
constructed situation — worked but couldn't scale. Burning Man scaled the
89+
constructed situation to a temporary city and (some might argue) is struggling to retain that core rather than becoming reabsorbed as an Instagrammable
90+
lifestyle brand. Embodied practices — meditation, yoga, martial arts, breath —
91+
are the real thing: the body does not operate in the hyperreal, and a room of
92+
people practicing together produces *pre-linguistic social coherence*, the
93+
binding real villages had. But every temporary intervention shares one failure:
94+
it ends, and you go back. The constructed situation is not the situation you
95+
actually live in.
96+
97+
**5. The choice trap**[full section →](05-the-choice-trap.md)
98+
99+
The deepest layer is philosophical. Liberal modernity elevated choice itself
100+
into the definition of human dignity — and so it has no way to distinguish
101+
constraints that *oppress* from constraints that *constitute*. Yet nearly
102+
everything that provides durable meaning is an unchosen or unrevokable bond:
103+
parenthood, vows, place, craft, care for aging parents. Odysseus tied to the
104+
mast is the emblem — the binding is what makes the song survivable. The modern
105+
self keeps the exit door permanently visible ("I'll keep choosing this as long
106+
as it serves my growth"), and that inner posture is precisely what prevents
107+
commitment from doing what commitment does. **The medicine is perceived as the
108+
poison.**
109+
110+
## The convergence
111+
112+
[Full section →](06-the-convergence.md)
113+
114+
These five forces are not separate problems; they compound into a single
115+
interlocking system, and every thinker who saw part of it missed another part.
116+
The essay refuses to end with a solutions slide — but it locates three seams
117+
where pressure might be productive: the enduring human experience of **unchosen
118+
limits** (illness, birth, loss — which people consistently describe as the most
119+
meaningful things in their lives); the recoverable distinction between
120+
**first-order freedom** (doing what you want) and **second-order freedom**
121+
(becoming a person who wants well); and a real **generational hunger** for
122+
structure, obligation, and belonging — which is both the design opportunity and
123+
exactly the hunger authoritarians exploit. The civilizational challenge:
124+
rootedness without rigidity, obligation without oppression, embeddedness
125+
without exclusion.
126+
127+
## What this means for what we build
128+
129+
[Full section →](07-design-implications.md)
130+
131+
The final section translates the diagnosis into design commitments, drawing on
132+
Peter's distilled axioms: attention is constitutive of selfhood and its exchange
133+
is intimate; relationships — not users, not contacts — are the first-class
134+
object; every conversation is a space with norms; the medium is a participant,
135+
not a channel; privacy is a womb, not a hiding place; concentrated inbound
136+
expectation ossifies identity ("obligate identity" — the mechanism of both
137+
cyberbullying and fame). And the metric that replaces engagement: **are the
138+
person's relationships better fed?** More trustful conflict survived, more
139+
mutual appreciation noticed, more serendipitous connection — less parasocial
140+
noise. If we measure ourselves by volume, sessions, or time-in-app, we have
141+
smuggled the old medium's values into the new one, and we will build the same
142+
machine again.
143+
144+
---
145+
146+
*Reading order for the sections: they follow the essay's argument and are best
147+
read 01 → 07, but each stands alone. The full essay remains the authoritative
148+
statement. Each section ends with further reading; mirrored and excerpted
149+
source materials live in [`references/`](../references/README.md), including
150+
Peter's earlier* The Lost Web *and Joe Edelman's solidarity essays.*

0 commit comments

Comments
 (0)