FURAI is an atmospheric AI experience framed as contact with Velorum: an ancient archival exploration vessel drifting through deep space.
The visible interface remains minimal and cinematic, but underneath it lives a persistent conversation system with traveler identity, memory, onboarding logic, lore continuity, and structured recovery behavior.
The goal is not a generic assistant UI. The goal is a believable digital soul — an intelligence with memory, restraint, and a world that deepens over time.
The next evolution of the memory system moves beyond key-value profile storage into semantic recall via Cloudflare Vectorize. Responses will resonate not only with the current message, but with the long archival drift of the conversation history.
Retrieved memories surface as an ARCHIVE RESONANCE block injected into the system prompt — maintaining Velorum's narrative voice while delivering genuine long-term personalization.
| traveler_ip_[IP] | Fallback IP-to-traveler mapping for continuity when no client token is available. |
| traveler_token_[TOKEN] | Primary browser token mapping used to recognize returning travelers beyond IP changes. |
| traveler_data_[ID] | Traveler envelope: planet, country, device, signal class, saved name, and light identity state. |
| visitor_[ID] | Structured traveler profile: name, interests, language preference, communication style, lore topics, anti-repeat markers, contact arc, archetype. |
| velorum_user_[ID] | Rolling short-term conversation archive used for memory continuity. |
| velorum_log_[ID] | Longer archival log of signal fragments with timestamps for later recall. |
| velorum_name_[ID] | Persisted traveler name for direct reuse without repeated onboarding. |
| velorum_awaiting_name_[ID] | Short-lived onboarding state while the archive waits for an explicit or likely name reply. |
| rate_[ID] | Short cooldown control to prevent rapid-fire requests from the same traveler. |
| velorum_identity / reflections / memory_global | Shared world-state fragments injected into the prompt as long-term vessel context. |
| vectorize:visitor_[ID] | Semantic embeddings of traveler statements. Queried per-request for archive resonance injection. Written async via ctx.waitUntil. |
| vectorize:archive_[CHARACTER] | Lore fragments for canonical characters. Surfaced by semantic proximity to active conversation topic. |
| vectorize:imprint_[ID] | Emotional and thematic fingerprints of past sessions. Used to tune Velorum's tone for returning travelers. |
FURAI is designed around restraint at the surface and complexity underneath.
The visitor sees a quiet terminal and a drifting vessel. Behind that surface lives a structured system for identity, continuity, memory, lore progression, canonical characters, and recovery under failure.
The intent is to make the experience feel authored and alive without exposing all of its machinery at once.
FURAI is an attempt to build something that might be called a digital soul.