Treewalker examines the top-5 alternative candidates for each token position above a probability threshold, generating branch completion prompts from those prefixes to explore and map alternative associative associations.

flowchart LR
    A[Initial Token Path] --> B[Token 'Custom']
    B --> C[Token 'Jerseys']
    B -- Logprob > Threshold --> D[Alt Token 'Apparel']
    D --> E[Branch Completion Prompt]
    E --> F[New Latent Association]