Pith. sign in

REVIEW 5 major objections 6 minor 36 references

A Multi-Agent AI Framework for Immersive Audiobook Production through Spatial Audio and Neural Narration

T0 review · 5 major / 6 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read This paper proposes a multi-agent AI framework that combines neural text-to-speech with diffusion-generated spatial audio to create immersive audiobooks automatically.

desk verdict A design sketch that recombines known components with no implementation or evaluation; the lone quantitative claim is unsupported—desk reject. read the letter →

arxiv 2505.04885 v1 pith:TPJED2A7 submitted 2025-05-08 cs.SD cs.HCcs.MAcs.MMeess.AS

classification cs.SDcs.HCcs.MAcs.MMeess.AS
keywords immersiveaudiobooksmulti-agentsystemsneuraltext-to-speechspatialaudiosynthesisdiffusion-basedgenerationdynamictimewarpingvoicecloningaccessibility
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to establish that an audiobook can be produced automatically by a coordinated team of AI agents, each handling one production stage: narration, spatial-sound planning, sound generation, and final mixing. It argues that existing building blocks—speech synthesis for voices, a large language model to read story descriptions, diffusion text-to-audio generation, and neural acoustic field rendering—can be assembled so that character voices and three-dimensional soundscapes stay synchronized with the narrative. If that claim holds, audiobook production could move from weeks of studio recording to hours of computation, and a story could carry spatial cues, such as footsteps behind the listener or thunder in the distance, that ordinary narration cannot convey. The paper supports the claim with an architectural description of the agents and their temporal alignment methods.

What carries the argument

The load-bearing mechanism is the agent chain together with the temporal-integration layer: Dynamic Time Warping aligns audio events to text timestamps, LSTM/RNN models anticipate scene transitions, and cross-modal attention couples text and audio representations. The hinge is the spatial narration step, where GPT-4 converts story text into explicit sound descriptions such as 'footsteps approaching left,' which the diffusion generator must realize as actual audio. Higher-order ambisonics (a spherical surround-sound format) and scattering delay networks (a reverberation technique) are invoked to make the resulting soundscapes convincingly three-dimensional.

What would settle it

Run the described pipeline on a passage with an unambiguous sound cue, such as footsteps approaching from the left, then measure the onset time and the perceived direction of the generated effect against the narrative moment and the text description; if effects routinely arrive off-time or are placed on the wrong side, the core claim of synchronized, spatially accurate audiobooks fails.

Watch

Extended reading notes

Core claim

The central claim is that the multi-agent division of labor is itself enough to solve the audiobook production problem. A text-to-speech agent using FastSpeech 2 and VALL-E produces expressive narration and character-specific voices from minimal samples; a spatial narration agent uses GPT-4 to translate prose into concrete spatial-audio instructions; a sound design agent turns those instructions into placed sound effects with diffusion-based text-to-audio models and neural acoustic fields; and an audio mixing agent layers narration over effects using Dynamic Time Warping and LSTM-based prediction to keep events aligned. The paper presents this architecture as a complete pipeline that substantially enhances listener immersion and narrative realism.

Load-bearing premise

The whole promised benefit rests on the assumption that the separate AI models—speech synthesizer, voice cloner, text-to-sound generator, and spatial renderer—can be connected into one pipeline that reliably turns prose into correctly placed and correctly timed sound effects, a compositional step the paper does not demonstrate.

Editorial extensions

If this is right

  • Audiobook production could scale from weeks of studio recording to an automated run completed in hours, with narration and sound effects generated in parallel.
  • Large catalogs could gain distinct character voices through zero-shot voice cloning without hiring multiple narrators.
  • Spatially placed sound could become an accessibility feature for visually impaired listeners, conveying scene layout, movement, and atmosphere through audio.
  • Human editors would shift from recording and editing to reviewing and correcting agent output, keeping a human-in-the-loop quality check.
  • The same pipeline could extend from audiobooks to educational narration, podcasts, and interactive story games that need synchronized sound timelines.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the composition works, the practical bottleneck moves from synthesis to specification: end-to-end quality will depend on how faithfully GPT-4's spatial instructions capture a writer's sound cues, so a benchmark that measures text-to-3D-sound placement errors would predict system performance.
  • The same temporal-alignment machinery could be reused to soundtrack other timeline-based media, such as narrated video descriptions or interactive fiction, wherever events must be sonically synchronized to a narrative clock.
  • Because the framework is a stack of replaceable models, swapping in newer text-to-speech or text-to-audio models should transfer the claimed benefits without redesigning the agent architecture.
  • A controlled listening study could separate the contributions of spatialization from voice quality: comparing the full pipeline against a version with the same voices but no spatial effects would show whether immersion gains come primarily from the soundscape or from narration quality.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 6 minor

Summary. The paper proposes a four-agent AI framework for end-to-end audiobook production: a TTS agent using FastSpeech 2 and VALL-E for expressive narration and character-specific voice cloning; a spatial narration agent using GPT-4 and NLP tools (tokenization, dependency parsing, NER, sentiment analysis, phoneme mapping) to convert narrative text into spatial instructions; a sound design agent using Make-An-Audio-style diffusion models and neural acoustic fields to synthesize spatially placed sound effects; and an audio mixing agent using DTW, RNN/LSTM models, and layered composition to synchronize and render the final product. The abstract and Section 6 claim that the framework substantially enhances listener immersion, demonstrates a 23% improvement in spatial coherence (Section 4.1), and reduces production timelines from weeks to hours. Sections 5 and 6 acknowledge unresolved challenges in computational complexity, scalability, and listener variability. No implementation, dataset, objective experiment, or human listening study is reported anywhere in the manuscript.

Significance. If the claimed performance held, the contribution would be significant: automated, scalable production of audiobooks with character-specific neural voices and narrative-synchronized spatial audio would address a genuine production bottleneck and an accessibility need. The manuscript deserves credit for selecting a coherent set of state-of-the-art components (FastSpeech 2, VALL-E, Make-An-Audio, neural acoustic fields) and for candidly acknowledging in Section 5 the engineering challenges that any such system would face. However, the paper provides no machine-checked proofs, no reproducible code or data, no parameter-free derivations, and no falsifiable predictions; its only quantitative claim, a 23% spatial-coherence improvement in Section 4.1, is not traced to any experiment performed in this work. The significance is therefore entirely conditional on future validation that the manuscript itself does not supply; as written, the contribution is a high-level architecture sketch whose empirical payoff is unmeasured.

major comments (5)
  1. [Sec. 4.1] The only quantitative result in the manuscript, 'This approach demonstrates 23% improvement in spatial coherence over baseline models [31],' is presented without any experiment, dataset, baseline definition, or metric definition; 'spatial coherence' is never defined, and reference [31] is cited elsewhere only as a general study of multi-agent systems for audio content creation, not as a spatial-coherence evaluation. Because this sentence is the sole numerical support for the paper's central claim that the framework 'substantially enhanc[es] listener immersion and narrative realism,' the central claim is unsubstantiated as written.
  2. [Sec. 4.2 (Eq. 4)] The diffusion update z_{t-1} = f_theta(z_t, t, c) asserts that the conditioning embedding c is 'the GPT-4 spatial narration,' but no mapping from the instruction I = GPT-4(D) of Section 4.1 to the conditioning representation used by the text-to-audio model is specified, so the central text-to-spatial-audio step is not a defined interface. Likewise, the neural acoustic field A(x) = g_phi(x, s) requires source positions, listener trajectories, and source characteristics that the paper never extracts from narrative text; without such extraction, the claimed spatial placement of sound sources is an assertion rather than a specified mechanism.
  3. [Sec. 4.3.1–4.3.5] The DTW formulation D(X, Y) is given for generic sequences X and Y; although the prose states the intent of aligning audio sequences with textual timestamps, the local distance d(w_i) between an audio representation and a textual event is never defined, leaving the synchronization procedure underspecified. The LSTM update equations in Section 4.3.3, the TMTF expression in Section 4.3.4, and the multiscale integration formula in Section 4.3.5 are standard textbook expressions that are not connected to any training objective, input representation, or output stage of the proposed pipeline, so the claimed temporal-synchronization mechanism does not rest on a well-defined algorithm.
  4. [Sec. 5 and Sec. 6] Section 6 lists 'Key achievements' (automated narration, immersive sound design, scalable architectures) and asserts that production timelines are 'reduced from weeks to hours,' citing external sources [1, 11, 31, 22] rather than any measurement from this system. Section 5 itself lists computational complexity, scalability, and subjective listener variability as unresolved challenges, and the manuscript never reconciles these acknowledged open problems with the summary's claim that the framework 'substantially enhances' listener immersion; the achievement claims are therefore not supported by the manuscript's own evidence.
  5. [Sec. 4.1 and Sec. 4.5] The framework description does not specify how the TTS agent combines FastSpeech 2, which outputs mel spectrograms, with VALL-E, which outputs discrete codec tokens, into a single narration stream, nor does it define the message format or shared representation exchanged among the four agents. Section 4.5 names two collaboration mechanisms (Discussion-Correction and Generation-Retrieval-Optimization) but specifies no protocol, data structures, or termination conditions, so the 'multi-agent framework' is a list of components rather than a specified system and the claim that the agents collaborate to produce a cohesive audiobook cannot be technically assessed.
minor comments (6)
  1. [Sec. 4.1] The text contains an unresolved citation placeholder: 'This aligns with findings in audiobook prosody analysis [?].'
  2. [References] Reference [13] is a duplicate of [4] (both cite Libri-Light with arXiv:1912.07875), and references [12] and [17] both list arXiv:2305.18474 even though [17] is described as a different temporal-synchronization paper; the reference list needs de-duplication and identifier verification.
  3. [Secs. 2 and 3] Section 3 ('Study of Existing Approaches in Audiobook Generation, Spatial Audio Synthesis, and Multi-Agent Systems') largely restates the content of Section 2 (Background and Related Work); merging these sections would remove substantial redundancy.
  4. [Fig. 1] Figure 1 is invoked in the methodology section, but no diagram appears in the text provided; if the figure exists, it should be made accessible and its caption should name the four agents and their interfaces.
  5. [End matter] The closing line 'You can find the code on GitHub: Generate Spatial Audio' gives no repository URL, license, or description, and no code is referenced anywhere in the methodology; as written, the statement is unverifiable.
  6. [Sec. 4.3.4] The TMTF is defined as a listener-specific modulation-sensitivity measure, but the manuscript never states where its output enters the temporal-integration or mixing stages; either connect this quantity to a pipeline component or remove it.

Circularity Check

0 steps flagged · score 0.0 of 10

No circular derivation found; the framework is an unvalidated composition of external components, not a self-referential prediction chain.

full rationale

The paper contains no derivation chain that reduces a predicted quantity to its inputs by construction. Section 4 proposes a modular pipeline whose components are cited external systems (FastSpeech 2 [26], VALL-E [32], GPT-4 [24], Make-An-Audio [12], neural acoustic fields [19], and standard DTW/LSTM equations), and no parameter is fitted to a dataset and then reported as a prediction under a new name. The only quantitative assertion, 'This approach demonstrates 23% improvement in spatial coherence over baseline models [31]' (Sec. 4.1), is unsupported because no experiment or evaluation is described and the cited [31] is not presented as a spatial-coherence benchmark, but an unsupported citation is not circularity: the claim does not reduce to the framework's own equations. Likewise, 'reducing production timelines from weeks to hours [1,11]' and the conclusion's 'key achievements' are assertions without measurements, not cases where the output equals the input by definition. There are no load-bearing self-citations: the authors cite prior work by others for each component and do not invoke their own prior uniqueness theorem, fitted parameters, or ansatz. The acknowledged gap (Sec. 5 lists computational complexity, scalability, and listener variability; no prototype, integration test, dataset, or listening study is provided) makes the central claim unverified, but lack of validation is an empirical/correctness weakness, not circularity.

Assumptions & free parameters 0 free parameters · 5 assumptions · 0 invented entities

The paper introduces no fitted parameters and no new entities. Its central claim depends on the unverified assumption that published components compose into a working pipeline; the 23% figure cited in Sec. 4.1 is asserted, not derived.

assumptions (5)
  • domain assumption Off-the-shelf neural TTS models (FastSpeech 2, VALL-E) can be integrated into the pipeline and produce context-dependent emotional narration.
    Stated in Sec. 4.1; no integration experiment is shown.
  • domain assumption GPT-4 can generate spatial narration instructions that diffusion text-to-audio models can convert into accurately placed, temporally aligned sound effects.
    Assumed in Sec. 4.1 and 4.2; no end-to-end evaluation.
  • domain assumption DTW and LSTM alignment methods will synchronize spatial effects with narration as described.
    Sec. 4.3 presents standard equations; the effectiveness for audiobook synchronization is unverified.
  • ad hoc to paper The '23% improvement in spatial coherence' attributed to [31] is valid evidence for the NLP pipeline.
    Sec. 4.1 cites this number as support; the cited work is a general multi-agent paper and the statistic is not reproduced.
  • standard math Standard signal-processing definitions (DTW cost, LSTM gates, convolution reverb, TMTF) are applied in their usual form.
    Sec. 4.3 uses standard textbook equations; these are not in dispute.

how reviews work

0 comments
Cite this review

Pith. "Pith review of A Multi-Agent AI Framework for Immersive Audiobook Production through Spatial Audio and Neural Narration." pith.science (2026). https://pith.science/paper/TPJED2A7

@misc{pith2026250504885,
  author       = {Pith},
  title        = {Pith review of: A Multi-Agent AI Framework for Immersive Audiobook Production through Spatial Audio and Neural Narration},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/TPJED2A7}},
  note         = {Machine review of arXiv:2505.04885}
}
read the original abstract

This research introduces an innovative AI-driven multi-agent framework specifically designed for creating immersive audiobooks. Leveraging neural text-to-speech synthesis with FastSpeech 2 and VALL-E for expressive narration and character-specific voices, the framework employs advanced language models to automatically interpret textual narratives and generate realistic spatial audio effects. These sound effects are dynamically synchronized with the storyline through sophisticated temporal integration methods, including Dynamic Time Warping (DTW) and recurrent neural networks (RNNs). Diffusion-based generative models combined with higher-order ambisonics (HOA) and scattering delay networks (SDN) enable highly realistic 3D soundscapes, substantially enhancing listener immersion and narrative realism. This technology significantly advances audiobook applications, providing richer experiences for educational content, storytelling platforms, and accessibility solutions for visually impaired audiences. Future work will address personalization, ethical management of synthesized voices, and integration with multi-sensory platforms.

Figures

Figures reproduced from arXiv: 2505.04885 by the authors.

Figure 1
Figure 1. Overview of the proposed multi-agent framework for audiobook generation. [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

36 extracted references · 28 canonical work pages

  1. [13]

    Libri-Light: A Benchmark for ASR with Limited or No Supervision,

    Jacob Kahn, Morgane Rivi` ere, Weiyi Zheng, et al., “Libri-Light: A Benchmark for ASR with Limited or No Supervision,” arXiv:1912.07875, 2019

  2. [31]

    Multi-Agent Systems for Audio Content Creation,

    Ziyang Wang et al., “Multi-Agent Systems for Audio Content Creation,” IEEE Transactions on Multimedia, vol. 25, pp. 6789-6802, 2023

  3. [1]

    Hybrid Human-AI Workflows for Audiobook Production,

    Dima Abramov, “Hybrid Human-AI Workflows for Audiobook Production,” Audiobook Pro- duction Technologies, 2022

  4. [2]

    AI Audiobook Narration: Transforming Education,

    AuthorVoices.ai, “AI Audiobook Narration: Transforming Education,” AuthorVoices Blog,

  5. [3]

    The Technology of Binaural Understanding,

    Jens Blauert, “The Technology of Binaural Understanding,” Springer Handbook of Auditory Research, vol. 49, 2013

  6. [5]

    Evaluating Spatial Audio – Part 1 – Criteria & Chal- lenges,

    Ceva IP Blog Team, “Evaluating Spatial Audio – Part 1 – Criteria & Chal- lenges,” Ceva IP Blog , 2024. Available: https://www.ceva-ip.com/ourblog/ evaluating-spatial-audio-part-1-criteria-challenges/

  7. [6]

    From Human-Made to AI-Generated Products: An Empirical Study of Audiobook Consumption,

    Mingliang Chen and Yuanyuan Chen, “From Human-Made to AI-Generated Products: An Empirical Study of Audiobook Consumption,” SSRN 5062901, 2023. 12

  8. [8]

    Evaluating Spatial Audio - Criteria & Challenges,

    Design-Reuse Team, “Evaluating Spatial Audio - Criteria & Challenges,” Design-Reuse Indus- try Blogs, 2024. Available: https://www.design-reuse.com/industryexpertblogs/55621/ evaluating-spatial-audio-criteria-challenges.html

Show all 36 references
  1. [9]

    BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding,

    J. Devlin, M.-W. Chang, K. Lee, and K. Toutanova, “BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding,” arXiv preprint arXiv:1810.04805 , 2019

  2. [10]

    Large-Scale Automatic Audiobook Cre- ation,

    Mark Hamilton, Yossi Adi, Alexei Baevski, et al., “Large-Scale Automatic Audiobook Cre- ation,” arXiv:2309.03926, 2023

  3. [11]

    AI Speech Tools Revolutionizing Audiobook Production,

    HIIG Digital Society, “AI Speech Tools Revolutionizing Audiobook Production,” Digital So- ciety Blog, Industry analysis report, 2025

  4. [14]

    Emotion-Aware Neural Text-to-Speech with Multi-Agent Reinforcement Learning,

    Seunghee Kim et al., “Emotion-Aware Neural Text-to-Speech with Multi-Agent Reinforcement Learning,” Interspeech 2023, pp. 550–554, 2023

  5. [15]

    Robust Audio Watermarking for AI-Generated Content Attribution,

    Xiang Li and Jiguo Li, “Robust Audio Watermarking for AI-Generated Content Attribution,” IEEE Transactions on Information Forensics and Security , vol. 18, pp. 3456–3470, 2023

  6. [16]

    What are the Main Challenges and Opportunities of Working with Spatial Audio?,

    LinkedIn Insights Team, “What are the Main Challenges and Opportunities of Working with Spatial Audio?,” LinkedIn Industry Articles , 2024. Available: https://www.linkedin.com/ advice/1/what-main-challenges-opportunities-working

  7. [17]

    Temporal-Enhanced Text-to-Audio Generation for Complex Scene Synchro- nization,

    Xubo Liu et al., “Temporal-Enhanced Text-to-Audio Generation for Complex Scene Synchro- nization,” arXiv:2305.18474v2, 2023

  8. [18]

    The Art and Science of Audio Book Production,

    National Library Service for the Blind and Print Disabled (NLS), “The Art and Science of Audio Book Production,” Library of Congress , 2025. Avail- able: https://www.loc.gov/nls/who-we-are/guidelines-and-specifications/ the-art-and-science-of-audio-book-production/

  9. [19]

    Neural Acoustic Field Processing by Learning the Gradient of Sound Field,

    Changan Luo et al., “Neural Acoustic Field Processing by Learning the Gradient of Sound Field,” IEEE/ACM Transactions on Audio, Speech, and Language Processing , vol. 30, pp. 2343–2355, 2022

  10. [20]

    How is AI Revolutionizing Audiobook Production? Creating Thousands of High-Quality Audiobooks from E-books with Neural Text-to-Speech Tech- nology,

    MarkTechPost Team, “How is AI Revolutionizing Audiobook Production? Creating Thousands of High-Quality Audiobooks from E-books with Neural Text-to-Speech Tech- nology,” MarkTechPost, 2023. Available: https://www.marktechpost.com/2023/09/15/ how-is-ai-revolutionizing-audiobook-...

  11. [21]

    Spatial Audio - Microsoft Research Overview,

    Microsoft Research Team, “Spatial Audio - Microsoft Research Overview,” Microsoft Research Publications , 2025. Available: https://www.microsoft.com/en-us/research/ project/spatial-audio/overview/

  12. [22]

    Ray: A Distributed Framework for Emerging AI Applications,

    Philipp Moritz et al., “Ray: A Distributed Framework for Emerging AI Applications,” In OSDI, pp. 561–577, 2018

  13. [23]

    The Best Text To Speech For Audiobooks In 2025: A De- tailed Comparison,

    Murf AI Team, “The Best Text To Speech For Audiobooks In 2025: A De- tailed Comparison,” Murf Resources , 2025. Available: https://murf.ai/resources/ best-text-to-speech-tools-for-audiobooks/

  14. [24]

    GPT-4 Technical Report,

    OpenAI, “GPT-4 Technical Report,” 2023

  15. [25]

    Key Concepts in Spatial Audio,

    New York Times Research Team, “Key Concepts in Spatial Audio,” NYT Research Projects,

  16. [26]

    FastSpeech 2: Fast and High-Quality End-to-End Text to Speech,

    Yi Ren et al., “FastSpeech 2: Fast and High-Quality End-to-End Text to Speech,” arXiv:2006.04558, 2020

  17. [27]

    Spatial Audio: Overcoming Its Unique Challenges to Provide A Complete Solution,

    SemiWiki Team, “Spatial Audio: Overcoming Its Unique Challenges to Provide A Complete Solution,” SemiWiki Blog , 2024. Available: https://semiwiki.com/ip/ceva/ 310769-spatial-audio-overcoming-its-unique-challenges-to-provide-a-complete-solution/

  18. [28]

    Ethical Implications of AI Voice Cloning in Creative Industries,

    John Smith et al., “Ethical Implications of AI Voice Cloning in Creative Industries,” Journal of Digital Ethics , vol. 8(2), pp. 45-67, 2023

  19. [29]

    SpaCy: Industrial-Strength Natural Language Processing,

    Matthew Honnibal et al., “SpaCy: Industrial-Strength Natural Language Processing,” SpaCy Documentation, 2020. Available: https://spacy.io/

  20. [30]

    Current Use and Future Perspectives of Spatial Audio Technologies in Electronic Travel Aids,

    Simone Spagnol et al., “Current Use and Future Perspectives of Spatial Audio Technologies in Electronic Travel Aids,” Wiley Online Library , 2018. Available: https://onlinelibrary. wiley.com/doi/10.1155/2018/3918284

  21. [32]

    VALL-E: Neural Codec Language Models are Zero-Shot Text to Speech Synthesizers,

    Chengyi Zhang et al., “VALL-E: Neural Codec Language Models are Zero-Shot Text to Speech Synthesizers,” arXiv:2301.02111, 2022

  22. [33]

    Hierarchical Auditory Computation Across Timescales in the Human Brain,

    T. D. Griffiths et al., “Hierarchical Auditory Computation Across Timescales in the Human Brain,” Nature Neuroscience, vol. 25, no. 3, pp. 345–357, 2022

  23. [34]

    Human-in-the-Loop Deep Learning for Audio Narration Review,

    Peter Gilbert, Ana Serrano, and Yu Wang, “Human-in-the-Loop Deep Learning for Audio Narration Review,” IEEE Transactions on Affective Computing , 2023

  24. [35]

    Whisper: Scalable Multilingual Speech Recogni- tion with Human Feedback,

    Wei Zhang, Mark Chen, and Alec Radford, “Whisper: Scalable Multilingual Speech Recogni- tion with Human Feedback,” OpenAI Technical Report, 2023

  25. [36]

    Hybrid AI + Human Editing in Voice Cloning Workflows,

    Respeecher Team, “Hybrid AI + Human Editing in Voice Cloning Workflows,” Respeecher Blog, 2023. Available at: https://www.respeecher.com/blog/human-ai-collaboration

  26. [37]

    Learning to summarize with human feed- back,

    Nisan Stiennon, Long Ouyang, Jeffrey Wu, et al., “Learning to summarize with human feed- back,” arXiv:2009.01325, 2020. You can find the code on GitHub: Generate Spatial Audio. 14

  27. [2022]

    Available: https://rd.nytimes.com/projects/key-concepts-in-spatial-audio/

  28. [2025]

    Available: https://www.authorvoices.ai/posts/aibooknarration/

Pith tools

Reviewed August 15, 2026 · model on record in the stance chip above.