Pith. sign in

REVIEW 4 major objections 5 minor 27 references

The LLM as a Network Operator: A Vision for Generative AI in the 6G Radio Access Network

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

Pith's one-line read The paper defines an LLM-RAN operator as a mathematical mapping and gives a conditional convergence theorem, so AI-native RAN control can be reasoned about formally.

desk verdict A well-written vision piece with correct but conditional math — the convergence theorem is a tautology until someone exhibits a concrete contraction instance. read the letter →

arxiv 2509.10478 v1 pith:FQPZKOIA submitted 2025-08-27 cs.NI cs.LGcs.SYeess.SY

classification cs.NIcs.LGcs.SYeess.SY
keywords LLM-RANoperatorintent-drivennetworkingOpenRAN6Gradioaccessnetworkfixed-pointconvergencecontractionmappinggenerativeAIinwirelessO-RANintelligentcontrollers
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

The paper tries to make LLM-driven control of a 6G radio access network a subject of mathematical proof rather than only a demonstration. It defines an LLM-RAN operator as a function that turns a high-level intent and a network state into a control action, and treats the closed loop of operator plus wireless environment as a dynamical system. Its central result is conditional: when the composite update $F(s) = f_{\mathrm{env}}(s, O_{\mathrm{LLM}}(i,s))$ shrinks distances between states, the loop converges to a unique fixed point by Banach's theorem. The authors also locate this abstraction in the O-RAN architecture, with the LLM giving slow-loop strategic guidance in the Non-RT RIC and reactive xApps executing fast control in the Near-RT RIC, and an adapter that validates every emitted command before it reaches the network. If the framework works as claimed, stability and feasibility of AI-native RAN control become checkable properties rather than hopes.

What carries the argument

The load-bearing mechanism is the composite closed-loop map $F(s) = f_{\mathrm{env}}(s, O_{\mathrm{LLM}}(i,s))$: one application of the LLM operator followed by one step of the wireless environment. If this map is a contraction, meaning there is a constant $k < 1$ with $\|F(s_1) - F(s_2)\| \le k \|s_1 - s_2\|$, then the Banach fixed-point theorem supplies a unique fixed point and convergence from any starting state. The supporting machinery is the safe command interface: actions are well-typed commands in a finite RAN command domain-specific language, and a total allow-list validator $V$ filters every emission before it is compiled to O-RAN interfaces, which is what makes the framework's safety guarantees checkable in practice.

What would settle it

Run a single-cell simulation with two nearly identical SINR values that fall on opposite sides of the LLM's tokenization boundary; if the LLM emits different power commands for these states and the resulting SINR gap widens, then $\|F(s_1)-F(s_2)\| > \|s_1-s_2\|$, showing the composite map is not a contraction and Theorem 3.3 does not apply to that configuration. Demonstrating such a non-contractive $F$ on any realistic RAN setup would show the promised convergence guarantee has no purchase in the cases the paper targets.

Watch

Extended reading notes

Core claim

The central discovery is a way of stating the LLM-RAN control problem so that guarantees are expressible and testable. The authors define the LLM-RAN operator $O_{\mathrm{LLM}}: I \times S \to A \times S$ and view the system as repeated application of $F(s) = f_{\mathrm{env}}(s, O_{\mathrm{LLM}}(i,s))$; the theorem then says that if $F$ is a contraction on the state space, the state sequence converges to a unique fixed point. They further claim that transformer-based LLMs are expressive enough to approximate any effective intent-to-action policy for bounded RAN tasks, and that a well-designed adapter aligned with O-RAN interfaces can make every emitted command pass a syntactic and semantic safety validator. The paper is honest that proving the contraction condition for a realistic stochastic RAN is likely intractable, and casts the theorem instead as a precise target: identify conditions on the environment, the operator, or the adapter under which convergence can be certified.

Load-bearing premise

The convergence guarantee rests entirely on the premise that the combined network-plus-LLM update $F$ shrinks state distances under some norm, a condition the authors themselves say is likely intractable to prove for a realistic stochastic RAN.

Editorial extensions

If this is right

  • Any controller built so that $F$ is a contraction is guaranteed to settle at the same stable configuration no matter the starting state.
  • Safety becomes a compile-time property: no action reaches A1, E2, or O1 interfaces unless the adapter's validator accepts it.
  • The latency mismatch between LLM inference and real-time radio control is addressed by hierarchy: the LLM issues policies on the Non-RT RIC timescale while xApps execute on the Near-RT RIC timescale.
  • The expressiveness result implies that model capacity and prompt context, not representational power, will be the limiting factors for bounded RAN control tasks.
  • Contraction becomes a concrete research objective: simplified deterministic channel models, restricted finite action sets, or adapter-enforced Lipschitz bounds are enough to make the theorem applicable.

Reading between the lines

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

  • Editorial inference: even where full contraction fails, the operator formalism converts 'keep the AI stable' into measurable Lipschitz estimates on the adapter's output, which could be checked in simulation before deployment.
  • Editorial inference: the allow-list validator opens a natural next experiment: enforce an explicit Lipschitz bound on the composed map by restricting which command sequences the LLM may emit, and measure whether convergence in a digital-twin simulator matches Banach's prediction.
  • Editorial inference: the same operator abstraction may extend beyond RAN to spectrum-sharing and edge-AI control loops, where the contraction premise is more likely to hold because action spaces are smaller and more discrete.
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

4 major / 5 minor

Summary. The paper proposes the LLM-RAN Operator, a framework in which a large language model embedded in the O-RAN control loop translates high-level intents into RAN actions. It defines an intent space, state/action spaces, a formal operator O_LLM, and an architecture separating Non-RT RIC strategy from Near-RT RIC execution. The formal contributions are Proposition 3.1 on expressiveness, Lemma 3.2 on monotonic utility improvement, and Theorem 3.3 on convergence to a fixed point via Banach's theorem. Appendices provide detailed state/action/reward formalisms, a proof sketch for expressiveness, a complete proof of the monotonicity lemma under a do-nothing action assumption, and a candid discussion of why the contraction hypothesis is hard to satisfy in real RANs. The abstract claims the framework provides analytical tools to reason about feasibility and stability of AI-native RAN control.

Significance. If the formal results were properly instantiated, the paper would contribute a useful way to think about stability of LLM-driven RAN loops, and the proposed O-RAN mapping is architecturally sensible. The authors deserve credit for explicitly acknowledging in Appendix D the major obstacles: stochasticity, non-linearity, time-variation of f_env, and discontinuities from tokenization. However, in its current form the central formal contribution is a conditional restatement of Banach's fixed-point theorem with no concrete instance, and the expressiveness proposition is only sketched. The significance of the paper as a theoretical contribution is therefore limited; its value lies mostly in framing a research agenda rather than in delivering the advertised analytical tools.

major comments (4)
  1. [§3, Theorem 3.3; Appendix D] Theorem 3.3 is conditional on the closed-loop operator F(s) = f_env(s, O_LLM(i,s)) being a contraction on S, but no norm is specified, completeness of S is not established, and no concrete f_env or O_LLM is shown to satisfy the required Lipschitz condition. Appendix D itself concedes that f_env is stochastic, nonlinear, and time-varying, and that tokenization can make O_LLM discontinuous, so Banach's theorem cannot be applied in the general setting. As stated, the theorem is a tautology conditional on an uninstantiated premise, and the abstract's claim that the paper 'provides analytical tools to reason about feasibility and stability' is unsupported. The authors should either supply at least one concrete instance where the contraction is proven (e.g., a simplified deterministic environment with a provably Lipschitz LLM operator or adapter) or explicitly reframe Theorem 3.3 as a research roadmap rather than a result.
  2. [§3, Definition 3.2 and Theorem 3.3] The formalism is not cleanly typed. Definition 3.2 defines O_LLM: I×S→A×S, but Theorem 3.3 composes f_env(s, O_LLM(i,s)) as if O_LLM(i,s) is an element of A. If the operator outputs both an action and a next state, the theorem must use a projection onto the action component, or the operator should be redefined as O_LLM: I×S→A. Additionally, the fixed-point equation in Theorem 3.3 contains dangling symbols 'a^' and 's^'; these should be consistently defined (e.g., s* and a* satisfying f_env(s*, a*) = s*).
  3. [§3, Lemma 3.2; Appendix C] Lemma 3.2 as stated in the main text is circular: it assumes the existence of a_t such that U(s_{t+1}) ≥ U(s_t) and then concludes that the sequence is monotonically improving in utility. Appendix C repairs the argument by deriving the inequality from the argmax and a 'do-nothing' action a_null with f_env(s_t, a_null) = s_t, but this assumption is not stated in Lemma 3.2. The lemma should be revised to state the do-nothing-action assumption explicitly and to remove the conclusion from the hypothesis; otherwise the main-text lemma is not a meaningful mathematical statement.
  4. [§3, Proposition 3.1; Appendix B] Proposition 3.1 is load-bearing for the paper's expressiveness claim, but its proof is only a sketch and the appendix explicitly says 'A formal proof is beyond scope.' The cited universality result for transformers does not directly cover arbitrary RAN control policies under tokenization, discretization, and bounded prompt context. To substantiate the proposition, the authors need a precise statement of the class of RAN policies, the tokenization assumptions, the capacity/context requirements, and either a proof or a precise citation that covers those assumptions. As written, the proposition is an assertion rather than a formal result.
minor comments (5)
  1. [§3, Definition 3.2] The sentence after equation (1) says the operator maps intent and state 'to a specific control action a', but the codomain is A×S; this creates avoidable confusion between the abstract definition and its intended semantic meaning.
  2. [Appendix A.2] The notation 'I' is overloaded: in §3, I is the intent space, while in Appendix A.2, I is the interference state space within the decomposition S = H×Q×C×I. Use different symbols (e.g., J or E) for the interference component to avoid ambiguity.
  3. [Appendix C] The proof asserts that the action space A contains a do-nothing action a_null with f_env(s_t, a_null)=s_t, but this is an assumption that should be introduced explicitly before the proof, since it may not hold for every RAN action space (e.g., if all actions change at least one configuration parameter).
  4. [Theorem 3.3] The proof labeled 'Proof 3.1 (Idea)' is not a proof; either supply a complete proof relying on Banach's theorem with all hypotheses verified, or relabel it as a discussion and point to the formal statement in Appendix D.
  5. [References] Reference formatting is inconsistent: several entries list author names in an unusual order (e.g., [13], [18], [19]) and some entries lack page numbers or publisher locations. A consistent citation style would improve readability.

Circularity Check

1 steps flagged · score 2.0 of 10

Minor circular phrasing in Lemma 3.2; central convergence theorem is a conditional Banach application and not circular.

  1. self definitional [Section 3, Lemma 3.2]
    "Assume the LLM operator is designed to solve the single-step optimization problem at = arg max a∈A U (fenv(st, a)). If a solution at exists such that U (st+1)≥ U (st), then the sequence of states generated by the system is monotonically improving in utility."

    The lemma's conclusion is that the generated sequence is 'monotonically improving in utility,' which is exactly the condition U(st+1) ≥ U(st) at each step. As stated in Section 3, that desired inequality appears in the hypothesis, so the proposition assumes its own conclusion. The Appendix C proof repairs the statement by deriving the inequality from the argmax assumption plus a do-nothing action, so the circularity is localized to the formulation of the lemma and does not infect the paper's main convergence theorem.

full rationale

The paper is a vision and formalization paper rather than an empirical prediction paper. Its central formal result, Theorem 3.3, states that if the closed-loop map F(s) = fenv(s, O_LLM(i,s)) is a contraction on S, then the iterates converge to a unique fixed point. This is a direct conditional application of Banach's fixed-point theorem; the contraction hypothesis is not fitted from data, not derived from the authors' own prior results, and not defined in terms of the conclusion. Appendix D explicitly concedes that proving contraction for a general RAN is likely intractable, which makes the theorem a conditional statement rather than a demonstrated prediction. A failure to instantiate the hypothesis is a scope or correctness limitation, not circularity. No parameter is fitted and then renamed as a prediction; no load-bearing self-citation appears; the universal-approximation citations for Proposition 3.1 are external results. The only genuinely circular phrasing is in Lemma 3.2 as stated in Section 3, where the monotonic-improvement conclusion is embedded in the hypothesis; the Appendix C proof repairs the derivation by using the argmax definition and a do-nothing action. Because this flaw is localized and does not bear on the Banach-based theorem, the overall circularity score is low.

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

The framework rests on three classes of input: standard math theorems (transformer universal approximation, Banach fixed point), domain assumptions about the RAN and LLM (do-nothing action, tokenizability, determinism), and one central open assumption (contraction). The centrality of the unproved contraction assumption is the main thing the reader must evaluate.

assumptions (5)
  • standard math Transformers of sufficient size are universal approximators for sequence-to-sequence functions (Yun et al., 2020)
    Invoked in Proposition 3.1 and Appendix A.3 to argue LLM policies can approximate any RAN policy. This is an external theorem, not proved here.
  • standard math Banach fixed-point theorem
    Invoked in Theorem 3.3; the convergence result is exactly Banach's theorem applied to F = fenv ∘ O_LLM.
  • domain assumption The composite closed-loop map F(s) is a contraction on S under some suitable norm
    The central unproved premise of Theorem 3.3. Appendix D concedes this is likely intractable for general RAN environments due to stochasticity, non-linearity, time-variation, and tokenization discontinuities.
  • domain assumption The action space A contains a do-nothing identity action a_null with fenv(s, a_null) = s
    Used in Lemma 3.2/Appendix C to ensure the argmax action is at least as good as doing nothing. This is a reasonable assumption but not verified.
  • domain assumption RAN state can be serialized into a finite token sequence without loss of control-relevant information
    Needed for Proposition 3.1's argument that the control policy becomes a sequence-to-sequence function; Appendix A.3 sketches a tokenization but does not prove fidelity.
invented entities (1)
  • LLM-RAN Operator (O_LLM)
    purpose: Formal abstraction for an LLM that maps intents and RAN states to control actions, central to the framework.
    A conceptual construct with no empirical handle outside the paper; it is a labeled mapping rather than a discovered object.

how reviews work

0 comments
Cite this review

Pith. "Pith review of The LLM as a Network Operator: A Vision for Generative AI in the 6G Radio Access Network." pith.science (2026). https://pith.science/paper/FQPZKOIA

@misc{pith2026250910478,
  author       = {Pith},
  title        = {Pith review of: The LLM as a Network Operator: A Vision for Generative AI in the 6G Radio Access Network},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/FQPZKOIA}},
  note         = {Machine review of arXiv:2509.10478}
}
read the original abstract

The management of future AI-native Next-Generation (NextG) Radio Access Networks (RANs), including 6G and beyond, presents a challenge of immense complexity that exceeds the capabilities of traditional automation. In response, we introduce the concept of the LLM-RAN Operator. In this paradigm, a Large Language Model (LLM) is embedded into the RAN control loop to translate high-level human intents into optimal network actions. Unlike prior empirical studies, we present a formal framework for an LLM-RAN operator that builds on earlier work by making guarantees checkable through an adapter aligned with the Open RAN (O-RAN) standard, separating strategic LLM-driven guidance in the Non-Real-Time (RT) RAN intelligent controller (RIC) from reactive execution in the Near-RT RIC, including a proposition on policy expressiveness and a theorem on convergence to stable fixed points. By framing the problem with mathematical rigor, our work provides the analytical tools to reason about the feasibility and stability of AI-native RAN control. It identifies critical research challenges in safety, real-time performance, and physical-world grounding. This paper aims to bridge the gap between AI theory and wireless systems engineering in the NextG era, aligning with the AI4NextG vision to develop knowledgeable, intent-driven wireless networks that integrate generative AI into the heart of the RAN.

Figures

Figures reproduced from arXiv: 2509.10478 by the authors.

Figure 1
Figure 1. The architectural framework for the LLM-RAN Operator. The Intent Service and Reason [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 2
Figure 2. Evolution of mobile networks and RAN architectures with increasing AI integration [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

27 extracted references · 23 canonical work pages

  1. [1]

    A survey on open radio access networks: Challenges, research directions, and open source approaches

    Wilfrid Azariah, Asisi Fransiscus Bimo, Chih-Wei Lin, Ray-Guang Cheng, Navid Nikaein, and Rittwik Jana. A survey on open radio access networks: Challenges, research directions, and open source approaches. Sensors, 24(3), 1038, 2024

  2. [2]

    Tm forum introductory guide autonomous networks technical architecture

    TMForum. Tm forum introductory guide autonomous networks technical architecture. TMFo- rum, Tech. Rep. Version 1.1.1, 2023

  3. [3]

    Intent driven management

    Ruiyue Xu, Mark Scott, and Stephen Mwanje. Intent driven management. Technical report, G.W. SA5 https://www.3gpp.org/technologies/intent, 2023

  4. [4]

    Asisi Fransiscus Bimo, Canaveras Amparo Maria Galson, Chun-Kai Lai, Ray-Guang Cheng, and Edwin K.P. Chong. Intent-based network for ran management with large language models. arXiv preprint, arxiv:2507.14230, 2025

  5. [5]

    Understanding o-ran: Architecture, interfaces, algorithms, security, and research challenges

    Michael Polese, Leonardo Bonati, Salvatore D’Oro, Stefano Basagni, and Tommaso Melodia. Understanding o-ran: Architecture, interfaces, algorithms, security, and research challenges. arXiv preprint, arxiv:2202.01032v2, 2022

  6. [6]

    Aira technologies demonstrates rangpt, the world’s first llm- based utility for ran query and control

    Aira Technologies. Aira technologies demonstrates rangpt, the world’s first llm- based utility for ran query and control. https://www.prweb.com/releases/ aira-technologies-demonstrates-rangpt-the-worlds-first-llm-based-utility-for-ran-query-and-control-301976776. html, 2023

  7. [7]

    Willm: An open wireless llm communication system

    Boyi Liu, Yongguang Lu, Jianguo Zhao, Qiang Yang, Wen Wu, Lin Chen, Jagmohan Chauhan, and Jun Zhang. Willm: An open wireless llm communication system. arXiv preprint, arxiv:2506.19030, 2025

  8. [8]

    Llm-xapp: A large language model empowered radio resource management xapp for 5g o-ran

    Xingqi Wu, Junaid Farooq, Yuhui Wang, and Juntao Chen. Llm-xapp: A large language model empowered radio resource management xapp for 5g o-ran. Workshop on Security and Privacy of Next-Generation Networks (FutureG), 2025

Show all 27 references
  1. [9]

    Pranshav Gajjar and Vijay K. Shah. Oransight-2.0: Foundational llms for o-ran. IEEE Transactions on Machine Learning in Communications and Networking, 2025

  2. [10]

    Vincent Poor

    Mathushaharan Rathakrishnan, Samiru Gayan, Rohit Singh, Amandeep Kaur, Hazer Inal- tekin, Sampath Edirisinghe, and H. Vincent Poor. Towards ai-driven rans for 6g and beyond: Architectural advancements and future horizons. arXiv preprint, arxiv:2506.16070v1, 2025

  3. [11]

    Clemm, L

    A. Clemm, L. Ciavaglia, L. Z. Granville, and J. Tantsura. Rfc 9315: Intent-based networking - concepts and definitions. RFC Editor, 2022

  4. [12]

    What is agentic architecture? https://www.ibm.com/think/topics/ agentic-architecture#:~:text=Advancements%20in%20machine%20learning%20, agents%20to%20complete%20complex%20tasks

    IBM-Corporation. What is agentic architecture? https://www.ibm.com/think/topics/ agentic-architecture#:~:text=Advancements%20in%20machine%20learning%20, agents%20to%20complete%20complex%20tasks

  5. [13]

    Toward standardization of genai-driven agentic architectures for radio access networks

    Nezami Zeinab, Ali Raza Zaidi Syed, Hafeez Maryam, Xu Jie, and Karim Djemame. Toward standardization of genai-driven agentic architectures for radio access networks. Frontiers in Artificial Intelligence, Volume 8, 2025, 2025

  6. [14]

    React: Synergizing reasoning and acting in language models

    Yao Shunyu, Zhao Jeffrey, Yu Dian, Du Nan, Shafran Izhak, Karthik Narasimhan, and Cao Yuan. React: Synergizing reasoning and acting in language models. In International Conference on Learning Representations (ICLR), 2023. 6

  7. [15]

    Toolformer: Language models that teach themselves to use tools

    Schick Timo, Dwivedi-Yu Jane, Dessi Roberto, Raileanu Roberta, Lomeli Maria, Zettlemoyer Luke, Cancedda Nicola, and Scialom Thomas. Toolformer: Language models that teach themselves to use tools. In Conference on Neural Information Processing Systems (NeurIPS), 2023

  8. [16]

    Quek Tony

    Bao Lingyan, Yun Sinwoong, Lee Jemin, and Q.S. Quek Tony. Llm-hric: Llm-empowered hierarchical ran intelligent control for o-ran. arXiv preprint, arxiv:2504.18062, 2025

  9. [17]

    Research report on cross-domain ai

    China Telecom, AsiaInfo, Dell, Lenovo, Nokia, Ericsson, and China Unicom. Research report on cross-domain ai. O-RAN next Generation Research Group (nGRG) Contributed Research Report, 2024

  10. [18]

    Reddi Sashank, and Kumar Sanjiv

    Yun Chulhee, Bhojanapalli Srinadh, Singh Rawat Ankit, J. Reddi Sashank, and Kumar Sanjiv. Are transformers universal approximators of sequence-to-sequence functions? In International Conference on Learning Representations (ICLR), 2020

  11. [19]

    Multilayer feedforward networks are universal approximators

    Hornik Kurt, Stinchcombe Maxwell, and White Halbert. Multilayer feedforward networks are universal approximators. Neural Networks, 2(5):359–366, 1989. A Appendices and Supplementary Material A.1 Background and Related Work Fig. 2 illustrates the motivation: as wireless systems...

  12. [20]

    multi-domain network digital twins

    introduced an Intent-Based RAN framework where LLMs translate JSON-encoded intents into O-RAN configurations. In particular, the LLM-hRIC framework embeds an LLM as an rApp in the non-RT RIC to provide strategic guidance for near-RT xApps [16]. [8] also presented LLM-xApp, usi...

  13. [21]

    Specifically, [18] proved that a Transformer with sufficient capacity can approximate any continuous, permutation-equivariant sequence-to-sequence function

    Universal Approximation Property of Transformers: While early work on universal approximation focused on feedforward networks [19], recent research has extended these findings to the Transformer architecture that underpins modern LLMs. Specifically, [18] proved that a Transfor...

  14. [22]

    prompt context

    Representing the RAN Control Problem as a Sequence-to-Sequence Task: The primary challenge is to map our problem onto this sequence-to-sequence paradigm. A deterministic RAN control policy is a functionf :S→A which maps a state from the state spaceS to an action in the action ...

  15. [23]

    This is precisely the class of problems that Transformers are proven to be able to approximate [18]

    Connecting the Pillars: With these representations, the RAN control policyf :S→A becomes a mapping from an input token sequence (representingst) to an output token sequence (representingat). This is precisely the class of problems that Transformers are proven to be able to app...

  16. [24]

    do-nothing

    The action spaceA must contain, either explicitly or implicitly, a “do-nothing” or identity action, which we will denote as anull. This action is defined such that it does not change the state of the network. Therefore, applying the environment dynamics with this action yields...

  17. [25]

    This means thatat must yield a utility that is greater than or equal to the utility produced by any other possible actiona′∈A

    According to the central assumption of the lemma, the actionat is chosen to be the optimal action that maximizes the utilityU of the resulting state. This means thatat must yield a utility that is greater than or equal to the utility produced by any other possible actiona′∈A ....

  18. [26]

    Since anull is a member ofA, the above inequality must also hold fora′ =anull: U (fenv(st,a t))≥U (fenv(st,a null))

  19. [27]

    operational distance

    By substituting the definitions from steps 1 and 2 into the inequality from step 4, we arrive at: U (st+1)≥U (st) Since this holds for any arbitrary time stept, the sequence of utilities (U (st)) is monotonically non-decreasing. QED A.5 Appendix D: Extended Discussion on Theor...

Pith tools

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