# Research Constellation
Cross-project diagrams generated from session files. These aim to make structural connections visible rather than summarise arguments.
---
## 1. The Walton Mirror
Walton's argumentation schemes appear in both the [[Sessions/McKenna Propaganda|McKenna paper]] and [[Sessions/Generating Philosophy|Generating Philosophy]], but the finitude of the schema space supports **opposite conclusions** in each. The same premise — argument types are finite and learnable — is simultaneously what makes LLMs competent at philosophy and what makes propaganda impotent at argumentation.
```mermaid
%%{init: {'theme': 'base', 'themeVariables': {'fontFamily': 'iA Writer Mono S', 'fontSize': '16px', 'primaryColor': '#282726', 'primaryTextColor': '#CECDC3', 'primaryBorderColor': '#575653', 'lineColor': '#575653', 'secondaryColor': '#1C1B1A', 'tertiaryColor': '#100F0F', 'background': '#100F0F', 'mainBkg': '#282726', 'nodeBorder': '#575653', 'clusterBkg': '#1C1B1A', 'clusterBorder': '#343331', 'titleColor': '#CECDC3', 'edgeLabelBackground': '#1C1B1A', 'nodeTextColor': '#CECDC3'}}}%%
graph TD
classDef shared fill:#DA702C,stroke:#BC5215
classDef genphil fill:#879A39,stroke:#66800B
classDef mckenna fill:#CE5D97,stroke:#A02F6F
classDef outcome fill:#4385BE,stroke:#205EA6
W["Walton: Argument<br/>schemas are finite<br/>and learnable"]:::shared
W -->|"Generating Philosophy"| GP1["Philosophical corpora<br/>are saturated with<br/>these schemas"]:::genphil
W -->|"McKenna Paper"| MK1["Flooding the marketplace<br/>hits diminishing<br/>returns"]:::mckenna
GP1 -->|"therefore"| GP2["LLMs have internalized<br/>the dialectical<br/>repertoire"]:::genphil
MK1 -->|"therefore"| MK2["Argument saturation<br/>self-undermines<br/>argumentatively"]:::mckenna
GP2 -->|"implication"| GP3["LLMs can do<br/>philosophy"]:::outcome
MK2 -->|"implication"| MK3["AI propaganda fails<br/>at argument level<br/>succeeds affectively?"]:::outcome
GP3 <-.->|"same premise,<br/>opposite conclusions"| MK3
```
**Question this raises:** If schemas are finite enough that LLMs can master them, then flooding with schema-governed arguments truly does hit a ceiling. But the generating philosophy paper also acknowledges a "remainder" — what falls *outside* scheme-governed reasoning. If that remainder is large, it weakens both the saturation thesis AND the propaganda-futility claim (because the remainder is where both genuine novelty and genuine manipulation might live).
---
## 2. The Intermediary Elimination Pattern
Each project makes a move that eliminates or demotes a supposed intermediary, redirecting attention to what's directly before us. I'm grouping these as a structural parallel — not claiming this is deliberate or systematic, just making the pattern visible.
```mermaid
%%{init: {'theme': 'base', 'themeVariables': {'fontFamily': 'iA Writer Mono S', 'fontSize': '16px', 'primaryColor': '#282726', 'primaryTextColor': '#CECDC3', 'primaryBorderColor': '#575653', 'lineColor': '#575653', 'secondaryColor': '#1C1B1A', 'tertiaryColor': '#100F0F', 'background': '#100F0F', 'mainBkg': '#282726', 'nodeBorder': '#575653', 'clusterBkg': '#1C1B1A', 'clusterBorder': '#343331', 'titleColor': '#CECDC3', 'edgeLabelBackground': '#1C1B1A', 'nodeTextColor': '#CECDC3'}}}%%
graph LR
classDef project fill:#DA702C,stroke:#BC5215
classDef eliminated fill:#CE5D97,stroke:#A02F6F
classDef direct fill:#879A39,stroke:#66800B
A["Auditory<br/>Images"]:::project
A -->|"eliminates"| A1["Sounds as<br/>intermediary"]:::eliminated
A -->|"reveals"| A2["Direct source<br/>hearing"]:::direct
G["Generating<br/>Philosophy"]:::project
G -->|"eliminates"| G1["Authorship as<br/>intermediary"]:::eliminated
G -->|"reveals"| G2["Argument<br/>itself"]:::direct
T["Typography"]:::project
T -->|"eliminates"| T1["Context/purpose<br/>as intermediary"]:::eliminated
T -->|"reveals"| T2["Internal<br/>coherence"]:::direct
V["VR Paper"]:::project
V -->|"eliminates"| V1["Immersion as<br/>characterisation"]:::eliminated
V -->|"reveals"| V2["Structural<br/>features"]:::direct
M["McKenna"]:::project
M -->|"eliminates"| M1["Middle category<br/>as intermediary"]:::eliminated
M -->|"reveals"| M2["Troubling = <br/>defective"]:::direct
```
The recurring shape: X is thought to mediate between the perceiver/evaluator and the thing itself. The argument shows X is either eliminable or is itself the locus of interest. Whether this reflects a philosophical temperament, a methodological preference, or coincidence is for you to decide.
---
## 3. Provenance vs Presence
Two projects make claims that sit in productive tension. [[Sessions/Generating Philosophy|Generating Philosophy]] argues content is sufficient for evaluation (provenance irrelevant). [[Sessions/Auditory Images|Auditory Images]] argues content is NOT sufficient for experience (material presence matters). The resolution turns on what "content" means in each domain — but the tension is worth interrogating.
```mermaid
%%{init: {'theme': 'base', 'themeVariables': {'fontFamily': 'iA Writer Mono S', 'fontSize': '16px', 'primaryColor': '#282726', 'primaryTextColor': '#CECDC3', 'primaryBorderColor': '#575653', 'lineColor': '#575653', 'secondaryColor': '#1C1B1A', 'tertiaryColor': '#100F0F', 'background': '#100F0F', 'mainBkg': '#282726', 'nodeBorder': '#575653', 'clusterBkg': '#1C1B1A', 'clusterBorder': '#343331', 'titleColor': '#CECDC3', 'edgeLabelBackground': '#1C1B1A', 'nodeTextColor': '#CECDC3'}}}%%
graph TD
classDef claim fill:#DA702C,stroke:#BC5215
classDef reason fill:#4385BE,stroke:#205EA6
classDef tension fill:#CE5D97,stroke:#A02F6F
classDef resolution fill:#879A39,stroke:#66800B
classDef question fill:#3AA99F,stroke:#24837B
GP["Generating Philosophy:<br/>Provenance is irrelevant"]:::claim
AI["Auditory Images:<br/>Material presence matters"]:::claim
GP -->|"because"| GPR["Text constitutes<br/>reasoning — content<br/>is exhaustive"]:::reason
AI -->|"because"| AIR["Signal does not<br/>exhaust experience —<br/>presence adds something"]:::reason
GPR -.->|"tension"| AIR
GPR --> R["Resolution: The domains<br/>differ in whether content<br/>is constitutive"]:::resolution
AIR --> R
R -.-> Q1["But: Do philosophical<br/>arguments also have<br/>a presence dimension?"]:::question
R -.-> Q2["Live seminar vs<br/>archived paper —<br/>does source matter?"]:::question
R -.-> Q3["If yes: does this<br/>weaken provenance<br/>irrelevance?"]:::question
```
**The pressure point:** Someone could push back that philosophical arguments, like auditory experiences, have a "material presence" dimension — the live exchange vs. the archived text, the working-through vs. the polished product. If that's right, then provenance might matter for philosophy too — not because authorship matters, but because the *mode of encounter* matters. This would actually strengthen the auditory images paper while complicating the generating philosophy paper.
---
## 4. VR: Nick vs Fisher
The competition between your structural features account and Fisher's "twofoldness without seeing-in" turns on two senses of "vehicle." Both explain the same VR phenomena. The question is where the explanatory weight falls.
```mermaid
%%{init: {'theme': 'base', 'themeVariables': {'fontFamily': 'iA Writer Mono S', 'fontSize': '16px', 'primaryColor': '#282726', 'primaryTextColor': '#CECDC3', 'primaryBorderColor': '#575653', 'lineColor': '#575653', 'secondaryColor': '#1C1B1A', 'tertiaryColor': '#100F0F', 'background': '#100F0F', 'mainBkg': '#282726', 'nodeBorder': '#575653', 'clusterBkg': '#1C1B1A', 'clusterBorder': '#343331', 'titleColor': '#CECDC3', 'edgeLabelBackground': '#1C1B1A', 'nodeTextColor': '#CECDC3'}}}%%
graph TD
classDef shared fill:#DA702C,stroke:#BC5215
classDef fisher fill:#CE5D97,stroke:#A02F6F
classDef nick fill:#4385BE,stroke:#205EA6
classDef consequence fill:#879A39,stroke:#66800B
classDef pivot fill:#3AA99F,stroke:#24837B
P["VR glitches produce<br/>a distinctive<br/>experience"]:::shared
P -->|"Fisher"| F1["Awareness of<br/>pictorial vehicle<br/>the headset"]:::fisher
P -->|"Nick"| N1["Apparent alteration<br/>of perceptual vehicle<br/>structural features"]:::nick
F1 -->|"therefore"| F2["Twofoldness<br/>without<br/>seeing-in"]:::fisher
N1 -->|"therefore"| N2["Genuine change<br/>in experiential<br/>framework"]:::nick
F2 -->|"predicts"| F3["Pixelation = awareness<br/>of display surface"]:::fisher
N2 -->|"predicts"| N3["Pixelation = apparent<br/>change in visual<br/>field resolution"]:::nick
F3 -.->|"but"| Q["Screen tearing:<br/>configurational awareness<br/>of surface?"]:::pivot
Q -.->|"if yes"| Q2["Fisher's own case<br/>collapses into<br/>ordinary seeing-in"]:::pivot
N3 -->|"extends to"| N4["All VR phenomena<br/>claimed as structural<br/>feature alterations"]:::consequence
```
**What this makes visible:** Fisher needs VR glitches to be a *new* kind of twofoldness (not ordinary seeing-in). But if screen tearing gives configurational awareness of the display surface, that IS ordinary seeing-in — you're seeing the surface of the picture. Your account avoids this problem entirely because it doesn't need the glitch experience to be awareness of a representational surface at all.
---
## 5. Cross-Project Constellation
All five projects mapped by structural relationship — not by importance or priority, just by the connections identified above.
```mermaid
%%{init: {'theme': 'base', 'themeVariables': {'fontFamily': 'iA Writer Mono S', 'fontSize': '16px', 'primaryColor': '#282726', 'primaryTextColor': '#CECDC3', 'primaryBorderColor': '#575653', 'lineColor': '#575653', 'secondaryColor': '#1C1B1A', 'tertiaryColor': '#100F0F', 'background': '#100F0F', 'mainBkg': '#282726', 'nodeBorder': '#575653', 'clusterBkg': '#1C1B1A', 'clusterBorder': '#343331', 'titleColor': '#CECDC3', 'edgeLabelBackground': '#1C1B1A', 'nodeTextColor': '#CECDC3'}}}%%
graph LR
classDef perception fill:#4385BE,stroke:#205EA6
classDef ai fill:#DA702C,stroke:#BC5215
classDef aesthetics fill:#879A39,stroke:#66800B
classDef bridge fill:#3AA99F,stroke:#24837B
AI["Auditory<br/>Images"]:::perception
VR["VR and<br/>Perceptual<br/>Structure"]:::perception
GP["Generating<br/>Philosophy"]:::ai
MK["McKenna<br/>Propaganda"]:::ai
TY["Typography<br/>Aesthetics"]:::aesthetics
AI <-->|"mediation:<br/>what's lost"| VR
GP <-->|"Walton mirror:<br/>same premise,<br/>opposite conclusions"| MK
AI <-.->|"provenance vs<br/>presence tension"| GP
VR -->|"structural features<br/>≈ fittingness chain"| TY
TY -->|"internal coherence<br/>≈ self-grounding"| GP
MK -.->|"schemas finite<br/>→ remainder?"| GP
```
**Reading this map:** The blue nodes (perception) share concerns about mediation and structural features. The orange nodes (AI) share Walton and concerns about argument evaluation. The green node (aesthetics) bridges both clusters — typography's "fittingness as internal coherence" connects to VR's structural features on one side and to generating philosophy's "self-grounding domain" on the other. The dotted lines mark tensions; the solid lines mark reinforcements.