Skip to main content

What is an Utterance?

An Utterance is a single contribution to a conversation — a message, a response, or a question — from any participant, whether human or AI. Every time someone speaks in an AwakeVerse conversation, that contribution is an Utterance.

Utterances are the atomic unit of the Verse Engine. Everything the engine knows about a conversation — its shape, its development, who has said what to whom — is built from Utterances.

What an Utterance represents

An Utterance is not simply a piece of text. It is a structured record of a contribution that includes:

  • Who made it — which participant the Utterance belongs to
  • What it contains — the content of the contribution
  • What it relates to — which prior Utterances it responds to or references

That last element — the relationship between Utterances — is what allows the Verse Engine to understand a conversation as a structure, not just a sequence. Utterances don't just follow each other; they respond to, build on, and branch from each other.

Utterances and the conversation graph

Each Utterance becomes a node in the conversation graph. The relationships between Utterances form the edges of that graph. Together, they give the Verse Engine a map of how the conversation has developed — which threads are active, which points have been addressed, and where the most relevant next contribution should come from.

Utterances across modes

  • In One-on-One Chat, Utterances form a simple chain between you and the character.
  • In Dialogue, Utterances branch across multiple participants — each character contributing to different threads, the engine tracking which Utterance each response belongs to.
  • In Story, Utterances carry narrative weight — each contribution advances or shapes the story's structure.
  • In Workspace, Utterances are the contributions of each model as it works through the task — tracked to maintain coherence across the team's output.

Related: What is the conversation graph? · What is a Field? · How does the Verse Engine work?