Built a full-stack AI prototype that parses literature into autonomous stage plays. Characters think and react independently. You can break the fourth wall in real time.
Not AI story generation
The story is not written by AI. It's real literature — Shakespeare, Austen — parsed into a live structure. Every line descends from the original text; the engine only adapts it when you intervene.
Not an AI character to chat with
There is no companion waiting for your message. The play performs itself, with or without you — you hold interrupt access, not a conversation. No quest, no win-state, no line the scene is obligated to speak.
Characters act on their own weights
Every character resolves against a live mood + probability vector. Your input is a signal, not a command — warn them and they may weigh it, discount it, and walk their own path. The cast is free to choose its own ruin.
Pick a text and step inside, solo. It's already unfolding — you can watch, or break in.
THUNDER AND LIGHTNING. A DESERT PLACE.
FIRST WITCH. When shall we three meet again?
In thunder, lightning, or in rain?
SECOND WITCH. When the hurlyburly's done,
When the battle's lost and won.
{ "node_id": 4, "speaker": "First Witch", "text": "When shall we three meet again", "mood": [0.8, 0.2, 0.6], // valence · arousal · dominance "triggers": [{ "character": "First Witch", "condition": "the other witches join me", "behaviour": "we cast spells together" }] }
You're a reader who can break the fourth wall with your comments.
Change of one event impact the following linked events---- constructed at story parsing stage.
Questions, feedback, or anything else — drop a line.