FE-1657: Separate Brunch-authored Voice speech from on-screen responses - #9622
Closed
kostandinang wants to merge 5 commits into
Closed
FE-1657: Separate Brunch-authored Voice speech from on-screen responses#9622kostandinang wants to merge 5 commits into
kostandinang wants to merge 5 commits into
Conversation
Co-authored-by: Kostandin Angjellari <ka@hash.ai>
Co-authored-by: Kostandin Angjellari <ka@hash.ai>
kostandinang
added this pull request to stack #9623
September 9, 2026 11:27
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
|
|
6 tasks
7 tasks
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Author
|
Closing unmerged: after the Voice overlay explicitly ordered speech authoring, the restarted Haiku-backed retry still made zero speech-tool calls and wrote no speech data. The branch and evidence are retained as a negative control; the next matched comparison is #9638. |
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🌟 What is the purpose of this PR?
Test whether Brunch can author brief spoken content separately from a complete on-screen response while retaining domain authority.
Deterministic tests proved the routing, persistence, completion gate, and replay design. Live diagnosis did not prove model adherence: the speech tool and Voice overlay were present, but Haiku omitted the tool before and after the explicit-order wording experiment.
🔗 Related links
🚫 Blocked by
🔍 What does this change?
🏗️ Agent notes
The implementation uses existing structured data and conversation history; it adds no store or Realtime domain authority. A later substantive tool invalidates earlier speech unless Brunch replaces it.
Live store inspection confirmed Voice context and speech-tool registration, but zero speech-tool calls and zero speech data. This locates the observed failure at model speech authoring, not transport recovery or UI selection. It does not establish general adherence rates.
The app-only wording experiment was committed after a separate authority commit. Its negative result is recorded separately. No additional prompt iteration, repair mechanism, or provider campaign is authorized by this PR.
Pre-Merge Checklist 🚀
🚢 Has this modified a publishable library?
📜 Does this require a change to the docs?
🕸️ Does this require a change to the Turbo Graph?
🐾 Next steps
Continue the matched short/long/tool/queue/interruption evaluation in #9638. Do not add another prompt tweak or a repair mechanism until that comparison is complete.
🛡 What tests cover this?
git diff --checkpassed.❓ How to test this?
The exact deterministic commands, live submission IDs, limits, and retry observations are in the verification record. No further provider run is required for this closed negative control.
📹 Demo
No successful audible demonstration: the live retry produced no authored speech.