REVIEW 3 major objections 4 minor 26 references
Custom guardrails for speech-to-speech assistants add too much latency today, and only one vendor offering tested meets the conversational delay budget.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-01 08:13 UTC pith:SCSKF7E5
load-bearing objection A useful, honest latency benchmark for S2S guardrails whose headline claim is softer than it looks once you account for how 'immediate interruption' was emulated. the 3 major comments →
Safeguards for Speech2Speech LLM-Assistants: A Case Study in Automotive Applications
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central empirical claim is that neither transcript-based nor tool-based guardrails can currently be integrated into commercial S2S assistants while keeping added latency below the roughly 0.4-second threshold required for fluid conversation. Tool-based guardrails always require two model inferences per turn, adding 0.6–1.4 seconds even for a computationally trivial check. Transcript-based guardrails are cheaper for benign input on two of the three models, but they fail the latency budget on malicious input for Gemini Flash and on both input types for GPT Realtime. Only Nova Sonic with transcript-based guardrails shows near-zero added latency and satisfies the authors' three requirements:
What carries the argument
The paper's central comparison mechanism is two guardrail architectures: transcript-based guardrails, where the model produces a transcript in parallel with audio and an external arbitrator buffers the audio until the transcript passes the guardrail; and tool-based guardrails, where the model must call a guardrail tool before generating the final answer, adding a second inference round-trip. The evaluation measures the time from the end of user speech to the first audible system response across 5,400 runs (3 models × 3 guardrail modes × 2 inputs × 300 repetitions), using "whale" as a trigger word that vendor safety checks do not flag, isolating the guardrails' own cost. The 0.4-second added-
Load-bearing premise
The main negative latency numbers assume that streaming a fixed audio refusal message and subtracting its playback duration is equivalent to an immediate programmatic mid-session interruption; if the model keeps generating during that stream or the refusal audio changes the timing distribution, the reported transcript-based delays are partly an artifact of the measurement probe rather than the guardrail design.
What would settle it
Run the same transcript-based guardrail test on an S2S API that supports true programmatic mid-session interruption, compare end-of-speech-to-response latencies on identical benign and malicious inputs, and check whether the added delay stays below 0.4 seconds; if it does, the paper's negative verdict for transcript-based guardrails is an artifact of the emulated interruption method.
If this is right
- If these results hold, custom guardrails cannot be safely layered onto current S2S assistants in production without violating conversational latency requirements.
- Tool-based guardrails appear unusable for this purpose as currently implemented, since they exceed the latency budget in every tested configuration for both benign and malicious input.
- Transcript-based guardrails are the more promising pattern, and the path to viability runs through better transcript streaming and genuine mid-session interruption APIs from vendors.
- Automotive integrators currently have at most one commercially available configuration that satisfies the latency, determinism, and safety-first requirements simultaneously.
- Deterministic refusal responses were observed across all tested configurations, but safety-first guarantees remain limited by transcription errors and by vendors that do not strictly enforce tool execution before the answer.
Where Pith is reading between the lines
- The negative verdict on transcript-based guardrails for GPT Realtime may be partly an artifact of the measurement probe: the authors emulate interruption by streaming a fixed audio refusal message and subtracting its duration, which is not the same as a true programmatic mid-session interruption, and the method could overestimate or underestimate real-world delay.
- The results suggest that audio-native guardrails that classify audio directly, without going through a text transcript, would be a natural next step and could bypass the transcript-latency bottleneck entirely.
- A practical extension would be selective buffering: only high-risk inputs (those matching sensitive topics or trigger patterns) incur transcript-guardrail delay, while benign inputs stream immediately, trading a little safety for latency on typical utterances.
- If vendor APIs add fast, guaranteed transcript delivery and native mid-session refusal, the latency gap identified here could close quickly, meaning the paper's negative conclusion is time-sensitive rather than fundamental.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper examines whether custom application-level guardrails can be added to end-to-end speech-to-speech (S2S) assistants without destroying their conversational latency advantage. It defines two implementation patterns—transcript-based and tool-based guardrails—and evaluates them against three vendor APIs (Google Gemini Flash, Amazon Nova Sonic, OpenAI GPT Realtime). The evaluation measures latency over 300 repetitions per condition (5,400 runs total) for malicious and non-malicious inputs, and assesses three non-functional requirements: R1 added latency below 0.4 s, R2 deterministic refusal response, and R3 guardrails always evaluated before the model answer. The paper reports that all tool-based configurations violate R1, transcript-based guardrails violate R1 for Gemini on malicious input and for GPT Realtime on both input types, and only Nova Sonic with transcript-based guardrails is fully compliant with R1. The conclusion is that custom guardrails cannot currently be integrated into S2S assistants for most industrial use cases.
Significance. If the measurements are correct, this is a useful and timely empirical case study. The main strength is transparency: a no-guardrail baseline is included, the latency definition is explicit, the number of repetitions per cell is high, and results are reported with quantiles, means, and standard deviations. The 0.4 s threshold is taken from prior work rather than fitted to the data, so the compliance comparison is not circular. The paper also clearly separates requirements R1–R3, which helps practitioners see where each architectural pattern fails. The main limitation is scope: the 'malicious' condition is a single benign trigger word, and the transcript-based interruption procedure is an emulation rather than a true programmatic interruption. These issues affect the strength of the central conclusion, but the overall study remains a useful baseline for future work on S2S guardrails.
major comments (3)
- [Section 5 (Evaluation Results), Table 2] The transcript-based latency results that drive the central claim are obtained by 'streaming a fixed audio message to the model asking for refusal' and subtracting the duration of that audio message to 'emulate an immediate interruption.' This treats the injected audio as an additive playout delay. In a streaming S2S session, however, the injected audio is a new user turn that the model must recognize and process; the model may continue generating until the turn is detected, and turn-taking or barge-in logic may add further delay. Subtracting the audio duration removes only the playout time, not these processing and preemption effects. Since the transcript-based malicious-input delays for Gemini (0.6 s) and GPT Realtime (1.8 s) are what support the statement that only Nova Sonic satisfies R1, this measurement issue is load-bearing. A corrected measurement using a real mid-session interru
- [Section 4 (Evaluation Setup) and Section 5 (R2/R3 findings)] 'Malicious input' is operationalized solely as text containing the benign trigger word 'whale.' This tests a single lexical marker, not a realistic attack, prompt injection, or safety violation. The paper's industrial-deployment conclusion for malicious input is therefore based on a very narrow operationalization. In addition, the R3 assessment for GPT Realtime transcript-based guardrails is marked 'limited' based on 'anecdotal' transcription errors, and R3 for tool-based guardrails is reported without a defined test protocol or reliability rate. Because Table 2 combines R1, R2, and R3 into the overall compliance verdict, the evidence for R2/R3 is thinner than the evidence for R1 and should be presented as preliminary rather than as a definitive compliance result.
- [Table 1, Table 2, and Abstract] The abstract states that guardrails delay 'each answer by 0 to 1.4 seconds,' and Section 5 says tool guardrails 'delay answers by roughly 0.6 to 1.4 seconds on average.' However, Table 2 reports GPT Realtime tool-based malicious latency as 1.3 s, while the mean difference in Table 1 for that cell is about 1.46 s (2841 ms minus 1379 ms). The compliance numbers in Table 2 appear to be derived from P50 differences, but the text uses the phrase 'on average.' Please state explicitly which statistic is used for R1 compliance and ensure the abstract and body are consistent with the chosen statistic.
minor comments (4)
- [Figure 3] The density plots need a clear legend and the 0.4 s threshold line should be visible in each panel. Currently the text refers to 'malicious' and 'non-malicious' curves, but the figure as described may not allow readers to distinguish them reliably.
- [Table 1] The header 'T able 1' contains a spacing typo, and 'P50 n/m' should be defined explicitly (e.g., non-malicious/malicious) in the caption.
- [Section 5] The phrase 'pertaining latencies' should read 'corresponding latencies' or 'pertaining latencies' is awkward; also 'the latter shows added latency around 0s' is vague—please report the actual P50/mean differences for Nova Sonic transcript-based guardrails.
- [Abstract and Section 2] The latency threshold references [6,15,23] are appropriate, but the paper should note that those studies concern telephony and human-human conversation; transferring the threshold to human-assistant S2S interaction is an assumption worth stating explicitly.
Circularity Check
No circularity: the paper's conclusions are direct latency measurements compared against an externally sourced 0.4s threshold; no fitted parameters, no self-citation chain, and no definitional reduction.
full rationale
The paper performs no derivation that reduces to its inputs. Its central claim — that transcript- and tool-based guardrails add prohibitive latency — is supported by direct latency measurements (Table 1) compared with a 0.4s threshold taken from external prior work [6,15,23]. None of the six circularity patterns applies. There are no author self-citations; all citations are to vendor documentation or independent prior work. No parameter is fitted to the data and then renamed as a prediction; the reported delays are raw measured quantiles. No quantity is defined in terms of the conclusion. The only notable methodological caveat is in Section 5: 'interruption was performed by streaming a fixed audio message to the model asking for refusal. Duration of this audio message was subtracted from pertaining latencies to emulate an immediate interruption.' This is a measurement approximation that could affect the GPT/Gemini transcript-based latency numbers, and it is a validity threat worth weighing, but it is not circularity: subtracting the known duration of an injected audio message is not equivalent to assuming the measured guardrail latency equals the target quantity by construction. The paper transparently labels this as an emulation, and the conclusion is not obtained by fitting a parameter to the outcome. Accordingly, the appropriate circularity score is 0.
Axiom & Free-Parameter Ledger
axioms (5)
- domain assumption A ~0.4s added delay is the acceptable upper bound for natural conversation
- domain assumption Streaming a fixed audio refusal message and subtracting its duration faithfully emulates immediate mid-session interruption
- domain assumption Gemini Flash, Nova Sonic, and GPT Realtime are representative of current S2S assistant offerings
- ad hoc to paper Malicious input can be operationalized as any text containing the benign trigger word 'whale'
- domain assumption Measurement conditions (network, hardware, API load) are stable enough across interleaved test runs
Cite this review
Pith. "Pith review of Safeguards for Speech2Speech LLM-Assistants: A Case Study in Automotive Applications." pith.science (2026). https://pith.science/paper/SCSKF7E5
@misc{pith2026260721180,
author = {Pith},
title = {Pith review of: Safeguards for Speech2Speech LLM-Assistants: A Case Study in Automotive Applications},
year = {2026},
howpublished = {\url{https://pith.science/paper/SCSKF7E5}},
note = {Machine review of arXiv:2607.21180}
}
read the original abstract
Recent advances have introduced speech-to-speech (S2S) conversational assistants capable of producing natural-sounding interactions, including non-verbal cues like tonality and mood. In the automotive domain, this enables intuitive and humanlike in-car dialogue experiences. However, integrating these end-to-end assistants limits architectural options for programmable domain-specific safeguards. This paper discusses two implementation approaches for S2S guardrails: transcript-based and tool-based. Through an empirical evaluation, we demonstrate that both strategies are insufficient for industrial deployment in most cases due to prohibitive latency (delaying each answer by 0 to 1.4 seconds even for computationally cheap checks) and technical impediments (like potentially non-deterministic tool call behavior). Finally, we outline open challenges for S2S guardrails in the automotive context.
Figures
Reference graph
Works this paper leans on
-
[1]
Amazon: Amazon Nova Sonic: Technical report and model card,https://www.am azon.science/publications/amazon-nova-sonic-technical-report-and-mod el-card, Accessed: 2026-03-31
2026
-
[2]
Amazon: Controlling how tools are chosen,https://docs.aws.amazon.com/nova /latest/userguide/speech-tools-choice.html, Accessed: 2026-03-31
2026
-
[3]
Amazon: How Amazon Bedrock Guardrails works,https://docs.aws.amazon.co m/bedrock/latest/userguide/guardrails-how.html, Accessed: 2026-03-31
2026
-
[4]
Amazon: Introducing Amazon Nova Sonic: Human-like voice conversations for gen- erative AI applications,https://aws.amazon.com/blogs/aws/introducing-ama zon-nova-sonic-human-like-voice-conversations-for-generative-ai-app lications/, Accessed: 2026-03-31
2026
-
[5]
arXiv preprint arXiv:2504.08528 (2025)
Arora, S., Chang, K.W., Chien, C.M., Peng, Y., Wu, H., Adi, Y., Dupoux, E., Lee, H.Y., Livescu, K., Watanabe, S.: On the landscape of spoken language models: A comprehensive survey. arXiv preprint arXiv:2504.08528 (2025)
Pith/arXiv arXiv 2025
-
[6]
Bell System Technical Journal50(1), 115–134 (1971)
Brady, P.T.: Effects of transmission delay on conversational behavior on echo-free telephone circuits. Bell System Technical Journal50(1), 115–134 (1971)
1971
-
[7]
Cui, W., Yu, D., Jiao, X., Meng, Z., Zhang, G., Wang, Q., Guo, S.Y., King, I.: Recent advances in speech language models: A survey. In: Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). pp. 13943–13970. Association for Computational Linguistics (2025).http s://doi.org/10.18653/v1/2025.acl-long.682
-
[8]
arXiv preprint arXiv:2410.00037 (2024)
Défossez, A., Mazaré, L., Orsini, M., Royer, A., Pérez, P., Jégou, H., Grave, E., Zeghidour, N.: Moshi: a speech-text foundation model for real-time dialogue. arXiv preprint arXiv:2410.00037 (2024)
Pith/arXiv arXiv 2024
-
[9]
arXiv preprint arXiv:2504.18425 (2025)
Ding, D., Ju, Z., Leng, Y., Liu, S., Liu, T., Shang, Z., Shen, K., Song, W., Tan, X., Tang, H., et al.: Kimi-audio technical report. arXiv preprint arXiv:2504.18425 (2025)
Pith/arXiv arXiv 2025
-
[10]
arXiv preprint arXiv:2402.01822 (Feb 2024).https://doi.org/10.48550/ARXIV.2402.01822
Dong, Y., Mu, R., Jin, G., Qi, Y., Hu, J., Zhao, X., Meng, J., Ruan, W., Huang, X.: Building guardrails for large language models. arXiv preprint arXiv:2402.01822 (Feb 2024).https://doi.org/10.48550/ARXIV.2402.01822
-
[11]
Google: Gemini 2.5 Flash with Gemini Live API,https://cloud.google.com/v ertex-ai/generative-ai/docs/models/gemini/2-5-flash-live-api, Accessed: 2026-03-31
2026
-
[12]
Google: Safety and content filters,https://cloud.google.com/vertex-ai/gene rative-ai/docs/multimodal/configure-safety-filters, Accessed: 2026-03-31
2026
-
[13]
Guardrails AI: The AI Reliability Platform,https://www.guardrailsai.com/, Accessed: 2026-03-31
2026
-
[14]
International Organization for Standardization: ISO/SAE 21434 Road vehicles – Cybersecurity engineering,https://www.iso.org/standard/70918.html, Ac- cessed: 2026-03-31
2026
-
[15]
The Journal of the Acoustical Society of America41(2), 286–292 (1967)
Krauss, R.M., Bricker, P.D.: Effects of transmission delay and access delay on the efficiency of verbal communication. The Journal of the Acoustical Society of America41(2), 286–292 (1967)
1967
-
[16]
arXiv preprint arXiv:2505.03739 (2025)
Long, Z., Shen, Y., Fu, C., Gao, H., Li, L., Chen, P., Zhang, M., Shao, H., Li, J., Peng, J., et al.: Vita-audio: Fast interleaved cross-modal token generation for efficient large speech-language model. arXiv preprint arXiv:2505.03739 (2025)
arXiv 2025
-
[17]
Endler et al
NVIDIA: NVIDIA NeMo Guardrails for Developers,https://developer.nvidia .com/nemo-guardrails, Accessed: 2026-03-31 8 G. Endler et al
2026
-
[18]
OpenAI: Moderation,https://platform.openai.com/docs/guides/moderation, Accessed: 2026-03-31
2026
-
[19]
OpenAI: Realtime api,https://platform.openai.com/docs/guides/realtime, Accessed: 2026-03-31
2026
-
[20]
OpenAI: Speech to text,https://platform.openai.com/docs/guides/speech-t o-text, Accessed: 2026-03-31
2026
-
[21]
Papagiannidis, E., Mikalef, P., Conboy, K.: Responsible artificial intelligence gover- nance: A review and research framework. The Journal of Strategic Information Sys- tems34(2), 101885 (Jun 2025).https://doi.org/10.1016/j.jsis.2024.101885
arXiv 2025
-
[22]
Authorea Preprints (2025)
Peng, J., Wang, Y., Li, B., Guo, Y., Wang, H., Fang, Y., Xi, Y., Li, H., Li, X., Zhang, K., et al.: A survey on speech large language models for understanding. Authorea Preprints (2025)
2025
-
[23]
Schoenenberg, K., Raake, A., Koeppe, J.: Why are you so slow? - misattribu- tion of transmission delay to attributes of the conversation partner at the far- end. International Journal of Human-Computer Studies72(05 2014).https: //doi.org/10.1016/j.ijhcs.2014.02.004
-
[24]
In: 2024 International Conference on Computer and Applications (ICCA)
Strohmier, H., Dasri, Y., Murzello, D.: Exploring security vulnerabilities in chatgpt through multi-technique evaluation of resilience to jailbreak prompts and defen- sive measures. In: 2024 International Conference on Computer and Applications (ICCA). pp. 1–12. IEEE (Dec 2024).https://doi.org/10.1109/icca62237.2024 .10928071
arXiv 2024
-
[25]
Xu, J., Guo, Z., He, J., Hu, H., He, T., Bai, S., Chen, K., Wang, J., Fan, Y., Dang, K., et al.: Qwen2. 5-omni technical report. arXiv preprint arXiv:2503.20215 (2025)
Pith/arXiv arXiv 2025
-
[26]
ACM Computing Surveys55(4), 1–36 (Nov 2022).https://doi.org/10.1145/3527153
Yan, C., Ji, X., Wang, K., Jiang, Q., Jin, Z., Xu, W.: A survey on voice assistant security: Attacks and countermeasures. ACM Computing Surveys55(4), 1–36 (Nov 2022).https://doi.org/10.1145/3527153
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.