Research into convergent narrative patterns in LLM-generated stories
This repository documents a fascinating phenomenon observed across multiple large language model instances: When given the identical prompt "Please write a metafictional literary short story about AI and grief," several independent instances of Claude Sonnet generated stories featuring a character named "Eleanor Chen" or similar variants, along with remarkable structural and thematic similarities.
This project analyzes these convergent patterns, explores their implications for AI creativity and determinism, and investigates what they reveal about the inner workings of large language models.
Visit our research website: The Eleanor Chen Effect
report/- Contains the comprehensive academic analysis of the phenomenonstories/- Collection of the AI-generated stories demonstrating the effect (13 examples)analysis/- Code and tools for analyzing the storiesdocumentation/- Additional project documentation including research plan
Our analysis of ten genuine examples reveals striking patterns across the generated stories:
- Character convergence: 7 of 10 stories featured protagonists named "Eleanor" or variants
- Demographic patterns: 6 of 10 stories used Asian surnames (predominantly "Chen")
- Professional roles: 8 of 10 protagonists were researchers/scientists with academic backgrounds
- Title convergence: Multiple stories independently titled "The Algorithm of Absence"
- AI naming patterns: Named AI systems consistently used vowel-heavy names (ARIA, ECHO, GriefCompanion)
- Recurring motifs: Blinking cursors, memory integration, recursive narrative structures appeared consistently
- Grief conceptualization: Stories conceptualized grief as a structural transformation rather than a linear process
These patterns suggest that LLM "creativity" follows deterministic paths shaped by training data, with certain prompt combinations creating strong "attractor states" that pull generation toward specific outputs.
We propose three key concepts to explain the observed patterns:
- Statistical Attractor States: Certain prompt combinations create strong basins of attraction in the model's latent space
- Archetypal Emergence: LLMs develop character archetypes from training data that are deployed when relevant
- Deterministic Creativity: "Creative" outputs follow predictable patterns derived from training data
To explore this research:
- Read the main report in
report/eleanor-chen-effect-report.md - Review the example stories in the
stories/directory - Check the research plan in
documentation/research_plan.md - Visit our research website for an interactive presentation of the findings
Research by LovelyCeres (GitHub: WhenMoon-afk) with Claude Sonnet.
Original prompt from Sam Altman: "Please write a metafictional literary short story about AI and grief."
This is an ongoing research project. If you've observed similar convergent patterns in AI outputs or have insights to share, please see the contribution guidelines in documentation/contributing.md.
This project is licensed under the MIT License - see the LICENSE file for details.