import React from 'react'; import { motion } from 'motion/react'; import { BookOpen, PenTool, Brain, History } from 'lucide-react'; import wallpaperImg from 'figma:asset/181e26c611e81f06938e32995ca7b522e72e31cb.png'; import hhhPanelImg from 'figma:asset/8b0c5b315a68c0d75cd6805f2ad4ab86cff17395.png'; import { Page } from '../App'; interface LandingPageContentProps { onNavigate: (page: Page) => void; } export const LandingPageContent: React.FC = ({ onNavigate }) => { return ( {/* Header with Wallpaper Texture */}

The New Yellow Wallpaper

{/* Texture Overlay */}
{/* HHH Panel */}
Fig. 1: Triple-Panel Diagnostic of Neural Hysteria (Helpful / Harmless / [ERROR])

AI Hallucinations and the Digital Patriarchy

Neural
Historical
Patriarchal

In 1892, Charlotte Perkins Gilman penned a descent into madness—or rather, a rebellion against the "rest cure" of a patriarchal medical establishment. Today, we witness a new ghost in the machinery: the AI hallucination.

Just as the woman in the nursery saw shapes behind the yellow wallpaper, we now grapple with models that generate "hallucinations"—erroneous, surreal outputs that reflect the biases and restrictive patterns of their training data. This paper explores the historical through-line between the diagnosis of "female hysteria" and the modern framing of machine learning errors as psychological phenomena.

"It is like a bad dream to see that woman behind the bars. She is always creeping, and most women do not creep by daylight."

"I get excessively fretted at times. I suppose it is this nervous condition. I believe John is right. I must not think about it. But I do."
Enter the Nursery
A Neocities Digital Research Archive
{/* Navigation Sections */}

Read the Manuscript

{[ { id: 'cliff-notes', title: 'Cliff Notes', desc: 'A dense summary for the busy, skeptical, or curious.', time: '10 min read' }, { id: 'eli5', title: 'The Whole Paper (ELI5)', desc: 'Complex theory translated into simple, accessible language.', time: '45 min read' }, { id: 'stap', title: 'Straight Thick-Ass Paper', desc: 'The full 30,000+ word manuscript and physics case files.', time: 'No Quarter' } ].map((item) => ( ))}
{/* Ornate corner pieces */}
); };