Paper deep dive
Learning When to Act: Interval-Aware Reinforcement Learning with Predictive Temporal Structure
Davide Di Gioia
Intelligence
Status: succeeded | Model: google/gemini-3.1-flash-lite-preview | Prompt: intel-v1 | Confidence: 96%
Last extracted: 3/26/2026, 1:34:35 AM
Summary
The paper introduces Adaptive Temporal Control via Predictive Geometry (ATCPG), a framework for autonomous agents to learn optimal cognitive tick intervals. It utilizes a predictive hyperbolic spread signal derived from the Poincaré ball to quantify epistemic uncertainty, alongside an interval-aware reward function to solve credit-assignment failures in timing problems. Experiments demonstrate that this approach significantly improves efficiency compared to fixed-interval baselines.
Entities (5)
Relation Signals (3)
ATCPG â utilizes â PoincarĂ© ball
confidence 98% · The framework is constructed from four interacting components... predictive hyperbolic spread... derived from hyperbolic geometry... embedded in the Poincaré ball
Hyperbolic spread â influences â cognitive tick interval
confidence 96% · High spread indicates a branching, uncertain future and drives the agent to act sooner; low spread signals predictability and permits longer rest intervals.
ATCPG-ST â improves â efficiency
confidence 95% · This extension raises mean hyperbolic spread (Îș) from 1.88 to 3.37 and yields a further 5.8 percent efficiency gain
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Autonomous agents operating in continuous environments must decide not only what to do, but when to act. We introduce a lightweight adaptive temporal control system that learns the optimal interval between cognitive ticks from experience, replacing ad hoc biologically inspired timers with a principled learned policy. The policy state is augmented with a predictive hyperbolic spread signal (a "curvature signal" shorthand) derived from hyperbolic geometry: the mean pairwise Poincare distance among n sampled futures embedded in the Poincare ball. High spread indicates a branching, uncertain future and drives the agent to act sooner; low spread signals predictability and permits longer rest intervals. We further propose an interval-aware reward that explicitly penalises inefficiency relative to the chosen wait time, correcting a systematic credit-assignment failure of naive outcome-based rewards in timing problems. We additionally introduce a joint spatio-temporal embedding (ATCPG-ST) that concatenates independently normalised state and position projections in the Poincare ball; spatial trajectory divergence provides an independent timing signal unavailable to the state-only variant (ATCPG-SO). This extension raises mean hyperbolic spread (kappa) from 1.88 to 3.37 and yields a further 5.8 percent efficiency gain over the state-only baseline. Ablation experiments across five random seeds demonstrate that (i) learning is the dominant efficiency factor (54.8 percent over no-learning), (ii) hyperbolic spread provides significant complementary gain (26.2 percent over geometry-free control), (iii) the combined system achieves 22.8 percent efficiency over the fixed-interval baseline, and (iv) adding spatial position information to the spread embedding yields an additional 5.8 percent.
Tags
Links
- Source: https://arxiv.org/abs/2603.22384v1
- Canonical: https://arxiv.org/abs/2603.22384v1
Trouble viewing inline? Open PDF directly â
Full Text
69,322 characters extracted from source content.
Expand or collapse full text
Learning When to Act: Interval-Aware Reinforcement Learning with Predictive Temporal Structure Davide Di Gioia University College London ucsigi@ucl.ac.uk (March 2026) Abstract Autonomous agents operating in continuous environments must decide not only what to do, but when to act. We introduce a lightweight adaptive temporal control system that learns the optimal interval between cognitive ticks from experience, replacing ad hoc biologically-inspired timers with a principled learned policy. The policy state is augmented with a novel predictive hyperbolic spread signal (a âcurvature signalâ shorthand) derived from hyperbolic geometry: the mean pairwise PoincarĂ© distance among n sampled futures embedded in the PoincarĂ© ball cnB^n_c. High spread indicates a branching, uncertain future and drives the agent to act sooner; low spread signals predictability and permits longer rest intervals. We further propose an interval-aware reward that explicitly penalises inefficiency relative to the chosen wait time, correcting a systematic credit-assignment failure of naive outcome-based rewards in timing problems. We additionally introduce a joint spatio-temporal embedding (ATCPG-ST) that concatenates independently normalised state and position projections in the PoincarĂ© ball; spatial trajectory divergence provides an independent timing signal unavailable to the state-only variant (ATCPG-SO). This extension raises mean hyperbolic spread (Îș) from 1.881.88 to 3.373.37 and yields a further +5.8%+5.8\% efficiency gain over the state-only baseline. Ablation experiments across five random seeds demonstrate that (i) learning is the dominant efficiency factor (+54.8%+54.8\% over no-learning), (i) hyperbolic curvature provides significant complementary gain (+26.2%+26.2\% over geometry-free control), (i) the combined system achieves +22.8%+22.8\% efficiency over the fixed-interval baseline, and (iv) adding spatial position information to the curvature embedding yields an additional +5.8%+5.8\%. Contents 1 Introduction 2 Related Work 3 Problem Formulation 3.1 Temporal Pacing as a Contextual Bandit 3.2 State Representation 4 Learned Pacing Policy 4.1 Linear Policy 4.2 Online Weight Update 4.3 State-Dependent Exploration 4.4 Internal Oscillator 5 Interval-Aware Reward 5.1 The Credit-Assignment Failure of Outcome Reward 5.2 Proposed Interval-Aware Reward 6 Predictive Hyperbolic Spread via Hyperbolic Geometry 6.1 PoincarĂ© Ball Primer 6.2 Future Embedding 6.3 Spread Estimator 6.4 Integration with the Pacing Policy 6.5 Joint Spatio-Temporal Embedding 7 Experiments 7.1 Simulation Environment 7.2 Metrics 7.3 Baselines and Ablations 7.4 Results 7.5 Qualitative Behaviour 7.6 Multi-Agent Phase Synchronisation 7.7 Head-to-Head: TemporalController vs. SpatioTemporalATCPGAgent 7.8 Spatial Ablation: State-Only vs. Spatio-Temporal Embedding 7.9 Real-LLM Pacing Benchmark 8 Discussion 9 Conclusion References A Proof of Proposition 1 (Extended) B Algorithm Pseudocode 1 Introduction The rapid capability expansion of Large Language Models (LLMs) has catalysed the deployment of autonomous agents and multi-agent systems (MAS) in open-ended, continuous environments. In these settings, an agentâs efficacy is bounded not only by what action it takes, but when it chooses to act. As agents transition from isolated chatbots to persistent digital workers, the temporal cadence of their reasoning cycles directly dictates their computational overhead, responsiveness, and ultimate task success. Despite sophisticated advances in task delegation and multi-agent routing, the internal temporal pacing of individual agents remains remarkably primitive. Most contemporary orchestration frameworks rely on either strictly reactive, event-driven triggers (an agent only wakes when messaged) or hand-tuned, fixed-interval polling loops (e.g., sleep(N) calls). Bio-mimetic heuristic formulas (such as hard-coded âfatigue multipliersâ or âultradian rhythmsâ) offer a veneer of adaptability, but remain brittle: they encode the system designerâs static prior rather than the agentâs lived experience, and they categorically fail to adapt as task complexity and environmental volatility shift. To address this structural blind spot, we propose Adaptive Temporal Control via Predictive Geometry (ATCPG), a lightweight, fully autonomous pacing system that allows an agent to learn its optimal cognitive interval dynamically. ATCPG shifts temporal control from a fixed network orchestrator to an internal, learned policy driven by the agentâs own epistemic uncertainty. The framework is constructed from four interacting components: 1. Learned pacing policy: a linear associative bandit that continuously updates the wait interval after every cognitive tick via reward-weighted regression. 2. Predictive hyperbolic spread (informally, a âcurvature signalâ), a geometric signal capturing the dispersion of n predicted future states in the PoincarĂ© ball cnB^n_c. The metricâs natural boundary expansion aggressively amplifies diverging trajectories, signalling the agent to act sooner. 3. Interval-aware shaping reward: a dynamic learning signal that prevents the catastrophic credit-assignment failure common to standard RL timing problems by explicitly pricing the chosen interval. 4. Joint spatio-temporal embedding (ATCPG-ST): an extension that augments the policy state with PoincarĂ©-projected spatial position vectors. Spatial trajectory divergence is an independent timing signal: branching navigation trees fan out in position space before belief space, and the PoincarĂ© ballâs boundary-expansion property amplifies both signals in a unified geometric language. ATCPG-ST raises mean hyperbolic spread (Îș) by 1.79Ă1.79Ă and efficiency by +5.8%+5.8\% over the state-only baseline (ATCPG-SO); it degrades gracefully to ATCPG-SO whenever position data are absent. The paper makes the following contributions: âą We formalise the temporal pacing problem as an RL problem over a continuous action space (Section 3). âą We derive the interval-aware reward and prove it avoids the credit-assignment failure of naive outcome reward in the pacing setting (Section 5). âą We introduce predictive hyperbolic spread (a âcurvature signalâ shorthand) as a timing signal, grounded in the PoincarĂ© ball model of hyperbolic geometry (Section 6). âą We propose ATCPG-ST, a joint spatio-temporal embedding (Section 6.5) that lifts position trajectories into the same PoincarĂ© ball as state embeddings, motivated by the observation that spatial trajectory divergence is an independent leading indicator of decision uncertainty unavailable to the state-only ATCPG-SO. We demonstrate empirically that the combined signal raises curvature by 1.79Ă1.79Ă and efficiency by +5.8%+5.8\% on a controlled ablation, and that the ordering ηSO<ηST _SO< _ST replicates on a live GPT-4.1 deployment (Section 7.9). âą We provide systematic ablation evidence that each component contributes independently to efficiency (Section 7). 2 Related Work To situate ATCPG within the broader landscape of artificial intelligence, we contextualise our framework across four distinct domains: multi-agent orchestration, temporal abstraction in reinforcement learning, geometric representation, and autonomous cognitive loops. Decentralised orchestration and emergent synchronisation. A growing body of work in multi-agent systems (MAS) shifts temporal coordination away from centralised schedulers toward decentralised, self-organising mechanisms. In contemporary LLM-agent frameworks, execution is increasingly modelled as event-driven computation on structured graphs, where agents are triggered by dependency resolution, message arrivals, or verification outcomes rather than a global clock (Yang et al., 2025; Nalagatla, 2025). In parallel, control-theoretic and multi-agent reinforcement learning literatures study how global temporal regularities emerge from local interaction rules, including consensus-style coordination and communication-efficient protocols that yield synchronised collective behaviour without explicit central timing (Oh et al., 2025; Stoorvogel et al., 2025; Erofeeva et al., 2025). Crucially, these approaches resolve temporal structure primarily at the network layer: they formalise when agents should interact with one another, given topological dependencies and local communication signals. The internal deliberation cadence of an individual agent is often treated as a reactive black box (an agent ârunsâ when invoked), rather than as a decision variable with its own uncertainty sensitivity, credit assignment, and temporal cost. Chen et al. (2025) identify this absence of intrinsic self-monitoring as a core unsolved deficiency in AI autonomy. ATCPG targets this orthogonal gap by formalising intrinsic cognitive pacing at the node level: a continuously running agent learns how long to wait between self-initiated cognitive ticks. This intrinsic pacing is complementary to decentralised orchestration rather than a replacement: agents may adapt their own tick intervals while still exhibiting emergent group rhythm via the oscillator and Kuramoto-style phase coupling (Kuramoto, 1984) detailed in Section 4.4. Temporal abstraction in RL. Options (Sutton et al., 1999) and macro-actions allow agents to choose the duration of a commitment, but they operate over discrete intervals and do not adapt the base decision frequency. Semi-MDPs (Puterman, 1994) generalise to continuous sojourn times but require a full transition model; ATCPG operates in the model-free, online contextual-bandit setting. Oudeyer and Kaplan (2007) motivate self-paced learning from progress signals. LIDA (Franklin et al., 2007) uses a fixed cognitive cycle; we replace the fixed cycle with a learned one. Circadian and ultradian-inspired architectures (Wang and Aamodt, 2015) hard-code period parameters that we instead learn. Reward shaping for timing. Ng et al. (1999) study potential-based shaping; we propose a different class of shaping that explicitly accounts for temporal cost. Dewey (2014) addresses utility indifference, but does not consider interval selection as the decision variable. Neither specifically resolves the temporal credit-assignment failure we identify in pacing, necessitating our derivation of an interval-aware reward. Hyperbolic representation and uncertainty. Nickel and Kiela (2017) demonstrate that hierarchical structure embeds more faithfully in cnB^n_c than in Euclidean space due to exponential volume growth near the boundary. Ganea et al. (2018) extend neural networks to hyperbolic space. We use the PoincarĂ© ball not for representation learning but as a geometric divergence measure between predicted futures, quantifying epistemic conflict to drive a temporal control policy, a novel application. Structural blind spots in agent orchestration. Di Gioia (2026) identify a pervasive architectural blind spot in modern multi-agent orchestration stacks: their native scheduling layers route execution blindly without geometric perception of how failures propagate through the graph. They demonstrate that geometry-aware sidecars employing dynamic hyperbolic metric switching close this observability gap. ATCPG takes direct inspiration from this critique: where Di Gioia apply hyperbolic geometry to solve the routing (spatial) blind spot in multi-agent execution graphs, we apply it to solve the pacing (temporal) blind spot in continuous autonomous loops. Autonomous cognitive loops and self-directed timing. The Agentic Heartbeat Pattern (Mendonca, 2025) addresses who coordinates with whom across an organisational hierarchy but does not formalise when a single agent should self-initiate. The SPOC system (Zhao et al., 2025) interleaves solution generation and verification but remains externally triggered; no runtime pacing adaptation occurs. ATCPGâs daemon loop runs continuously between external requests with no external trigger. Chen et al. (2025) identify âabsence of intrinsic self-monitoringâ and âabsence of intrinsic agencyâ as core unsolved deficiencies of current AI systems, explicitly calling for the type of self-directed temporal control we realise here. To our knowledge, ATCPG is the first concrete, learnable temporal-control module addressing the self-directed timing layer they identify as absent. InSeC (Li et al., 2024) bakes error-correction behaviour into model weights via negative-sample training. The result is a static inference policy activated by an external user query; no runtime pacing adaptation occurs. ATCPGâs policy updates online after every tick and operates independently of external queries. 3 Problem Formulation 3.1 Temporal Pacing as a Contextual Bandit Let an agent operate a cognitive loop with discrete ticks t=1,2,âŠt=1,2,⊠At each tick the agent observes a state stââds_t ^d and selects an interval Îâtâ[Îâtmin,Îâtmax] t_tâ[ t_ , t_ ] before the next tick. After sleeping for Îât t_t seconds the agent acts, observes wellbeing scalar wtâ[0,1]w_tâ[0,1] (a composite health/success signal), and receives reward rtr_t. The agentâs goal is to maximise the long-run average efficiency: â(Ï)=limTââ1Tâât=1TrtÎât.J(Ï)\;=\; _Tââ 1T _t=1^T r_t t_t. (1) This objective explicitly penalises using more time than necessary to achieve a unit of reward. 3.2 State Representation The state vector stââ6s_t ^6 fed to the policy contains: st=[ptâpriority,ftâfatigue,Îâwtâwellbeing delta,Ïtâperformance,sinâĄÏtâoscillator phase,Îștâhyperbolic spread]â€s_t= [\; p_t_priority,\; f_t_fatigue,\; w_t_wellbeing delta,\; _t_performance,\; _t_oscillator phase,\; _t_hyperbolic spread ] (2) where Ït _t is an internal phase variable that captures emergent rest/activity cycles (Section 4.4). 4 Learned Pacing Policy 4.1 Linear Policy We parameterise the policy as a linear map: Îât^â(,s)=Ξbias+Ξpâp+Ξfâf+ΞwâÎâw+ΞÏâÏ+ΞÏâsinâĄÏ+ΞÎșâÎș, t( Ξ,s)\;=\; _bias+ _p\,p+ _f\,f+ _w\, w+ _Ï\,Ï+ _Ï Ï+ _Îș\,Îș, (3) with output clamped to [Îâtmin,Îâtmax][ t_ , t_ ]. The initial weights encode sensible priors: Ξp<0 _p<0 (urgency shortens wait), Ξf>0 _f>0 (fatigue lengthens wait), ΞÎș<0 _Îș<0 (uncertainty shortens wait). 4.2 Online Weight Update After observing reward rtr_t we update the weight vector via the direct online rule: â+αârtâ st. Ξ\;â\; Ξ+α\,r_t· s_t. (4) Interpretation of the update rule. The update (4) is not an unbiased policy-gradient estimator for the clipped policy (3). It is best understood as a lightweight online reward-weighted linear regression (equivalently, a linear associative bandit rule) that increases weights on features co-occurring with positive realised reward. This choice prioritises simplicity and low computational overhead (one vector update per tick) over unbiased gradient estimation. For reference, the exact REINFORCE (Williams, 1992) step for a linear-Gaussian policy Ïâ(ÎâtâŁs)Ï( t s) would include the deviation term (ÎâtâÎât^t)( t_t- t_t): â+αârtâÎâtâÎât^tÏ2â st. Ξ\;â\; Ξ+α\,r_t\, t_t- t_tÏ^2· s_t. (5) We omit that term, treating the post-tick reward rtr_t as an approximately stationary response to the tick context sts_t over the adaptation time-scale of α. Empirically, the simplified rule provides a stable and effective online update for the pacing problem studied here. 4.3 State-Dependent Exploration We inject multiplicative noise with probability Δeff _eff: Δeffâ(st)=Δ0â (1â|Îâwt|), _eff(s_t)\;=\; _0· (1-| w_t| ), (6) so the agent explores freely when wellbeing is stable (|Îâwt|â0| w_t|â 0) and exploits its current policy when wellbeing is volatile (|Îâwt|â1| w_t|â 1). This reverses the conventional uncertainty â explore heuristic. It is not contradictory, but contextually adapted: in a continuous autonomous loop, high volatility (|Îâwt|â1| w_t|â 1) signals acute risk or task failure, demanding immediate exploitation of robust, known intervals to regain stability. Conversely, stable wellbeing indicates the system has the safety margin required to experiment with pacing efficiency. 4.4 Internal Oscillator The internal phase Ït _t evolves as: Ït+1=(Ït+Ït)mod2âÏ,Ït+1=clipâ(Ït+αârtâ 0.01,[0.001,0.2]), _t+1=( _t+ _t) 2Ï, _t+1=clip\! ( _t+α r_t· 0.01,\;[0.001,0.2] ), (7) where Ït _t is the phase velocity. Positive rewards accelerate the rhythm; negative rewards slow it. This produces emergent rest/activity cycles whose period is determined endogenously by task structure rather than by a hyperparameter. Multi-agent synchronisation. When N clocks operate in parallel, Kuramoto coupling (Kuramoto, 1984) nudges phases toward the group mean: Ït(i)âÏt(i)+λâ(ÏÂŻtâÏt(i)),ÏÂŻt=1NââjÏt(j), _t^(i)\;â\; _t^(i)+λ ( Ï_t- _t^(i) ), Ï_t= 1N _j _t^(j), (8) producing collective rhythm without central coordination. 5 Interval-Aware Reward 5.1 The Credit-Assignment Failure of Outcome Reward Proposition 1 (Reward-direction failure). Under the online linear update (4) with naive reward rt=Îâwtr_t= w_t and feature ft>0f_t>0, the update Ξf+=αrtft _f +=α r_tf_t decreases Ξf _f when rt<0r_t<0 (overload), producing shorter intervals when the agent is fatigued, opposite to the desired behaviour. Proof. If the agent is overloaded, Îâwt<0ârt<0 w_t<0 r_t<0. The update Ξf+=αâ (negative)â ft _f +=α·(negative)· f_t decreases Ξf _f, reducing the positive contribution Ξfâ ft _f· f_t to the interval output (3). â This is a fundamental misalignment: the update ascribes the negative outcome to the fatigue feature and reduces the fatigue-correction behaviour. 5.2 Proposed Interval-Aware Reward We decompose the reward into three additive components: rt=2âÎâwtÎâtâefficiency+1.5âotâÎâtÎâtbaseâspacing bonus+1.0âÎștÎâtâspread brake,r_t\;=\; 2\, w_t t_t_efficiency\;+\; 1.5\,o_t\, t_t t_base_spacing bonus\;+\; 1.0\, _t t_t_spread brake, (9) where ot=maxâĄ(0,âÎâwt)o_t= (0,- w_t) is the overload magnitude. Relation to the evaluation objective. Equation (9) is a shaping signal used for the online update (4); it is not divided by Îât t_t again as in (1). The 1/Îât1/ t_t factors in the efficiency and curvature-brake terms encourage the agent to favour short intervals, acting as a surrogate for the temporal cost in (1). This avoids double-counting: we optimise the shaping signal (9) directly and evaluate on the metric (18). Efficiency term. Îâwt/Îât w_t/ t_t measures wellbeing gained per second of interval chosen. This correctly penalises long idle periods that produce the same outcome as short ones, driving the agent toward tighter action packing when the environment is cooperative. Spacing bonus. otâ (Îât/Îâtbase)o_t·( t_t/ t_base) rewards long intervals when the agent is overloaded. Under update rule (4) this creates a positive gradient on Ξf _f, directly fixing the failure in Proposition 1. Spread brake. Îșt/Îât _t/ t_t rewards small intervals when future uncertainty is high. This encodes the intuition that a branching future demands more frequent re-evaluation, formalised in Section 6. 6 Predictive Hyperbolic Spread via Hyperbolic Geometry 6.1 PoincarĂ© Ball Primer The PoincarĂ© ball model (cn,gc)(B^n_c,g^c) is the open unit ball xâân:cââxâ2<1\x ^n:c\|x\|^2<1\ equipped with the Riemannian metric gxc=λxcâ 2âgE,λxc=21âcââxâ2,g^c_x= _x^c\,2\,g^E, _x^c= 21-c\|x\|^2, (10) where c>0c>0 is the curvature parameter and gEg^E is the Euclidean metric. The geodesic distance between x,yâcnx,y ^n_c is: dââ(x,y)=2câarctanhâ(câââxâcyâ),d_H(x,y)\;=\; 2 c\,arctanh\! ( c\,\|-x _cy\| ), (11) where âc _c is the Möbius addition: xâcy=(1+2âcââšx,yâ©+cââyâ2)âx+(1âcââxâ2)ây1+2âcââšx,yâ©+c2ââxâ2ââyâ2.x _cy\;=\; (1+2c x,y +c\|y\|^2)\,x\;+\;(1-c\|x\|^2)\,y1+2c x,y +c^2\|x\|^2\|y\|^2. (12) A key property used below: equal-Euclidean-step displacements near the boundary of cnB^n_c produce exponentially larger geodesic distances than the same displacements near the origin. This means dâd_H amplifies divergence in future predictions, making small differences in predicted outcomes measurable. 6.2 Future Embedding Given a world model W, we sample n future state trajectories z(i)i=1n\z^(i)\_i=1^n of horizon h. Each trajectory summary vector z(i)ââdz^(i) ^d is embedded into cmB^m_c via: Ïâ(z)=projâ(Ïâ zâČâzâČâ),zâČ=pad/trimâ(z,m), (z)\;=\;proj\! (Ï· z \|z \| ), z =pad/trim(z,m), (13) where Ïâ(0,1)Ïâ(0,1) is a scale factor (default 0.90.9) and projâ(x)=x/maxâĄ(1,âxâ/rmax)proj(x)=x/ (1,\|x\|/r_ ) ensures the result lies inside cnB^n_c. The zero vector is embedded to the origin. 6.3 Spread Estimator Definition 1 (Predictive Hyperbolic Spread). Given n embedded futures e(i)i=1nâcn\e^(i)\_i=1^n ^n_c, the predictive hyperbolic spread is defined as: Îș=ÎŒiâjâmean spread+Ïiâj2âvariance of spread,Îș\;=\; \, _ij\,_mean spread+ \,Ï^2_ij\,_variance of spread, (14) where ÎŒiâj _ij and Ïiâj2Ï^2_ij are the mean and variance of dââ(e(i),e(j))i<j\d_H(e^(i),e^(j))\_i<j. Terminology note. Although the manifoldâs sectional curvature is fixed by the parameter c (constant throughout cnB^n_c), we use âcurvature signalâ (Îș) as an evocative shorthand for this spread statistic. The name highlights that Îș is amplified by the manifoldâs expanding geometry near the boundary, not that it measures the manifold curvature itself. Remark 1. Adding variance to mean penalises heterogeneous divergence, a mix of near-identical and wildly differing futures, which is more alarming than uniform spreading and deserves a stronger re-evaluation signal. Proposition 2 (Zero curvature for identical futures). If all n predicted futures are identical, Îș=0Îș=0. Proof. e(i)=e(j)e^(i)=e^(j) for all i,ji,j implies dââ(e(i),e(j))=0d_H(e^(i),e^(j))=0 (since ââxâcxâ=0\|-x _cx\|=0 by Möbius addition), so ÎŒiâj=Ïiâj2=0 _ij=Ï^2_ij=0. â Geometric regime characterisation. The PoincarĂ© metric amplifies pairwise distances selectively based on two geometric quantities: the radial position r=âeâr=\|e\| of the embeddings and the angular divergence between perturbed samples. The conformal factor λc2=4/(1âr2)2λ^2_c=4/(1-r^2)^2 grows from â4â 4 near the origin to â111â 111 at r=0.9r=0.9, creating three qualitatively distinct curvature regimes. Proposition 3 (Three-regime amplification). Let u,vâcnu,v ^n_c with âuâ=âvâ=r\|u\|=\|v\|=r and angle Ξ=â â(u,v)Ξ= (u,v) between them. For small angular perturbations ÎŽ=1âcosâĄÎžâȘ1ÎŽ=1- Ξ 1, the squared PoincarĂ© distance satisfies dcâ(u,v)2â8âr2âÎŽ(1âr2)2.d_c(u,v)^2\;â\; 8\,r^2\,ÎŽ(1-r^2)^2. (15) Thus Îș is jointly amplified by radial position through (1âr2)â2(1-r^2)^-2 and by angular spread through ÎŽ. Proof. By definition, dcâ(u,v)=arccoshâĄ(1+X)d_c(u,v)=arccosh(1+X) where X=2ââuâvâ2/(1âr2)2X=2\|u-v\|^2/(1-r^2)^2 for c=1c=1 and equal radii. The law of cosines gives âuâvâ2=2âr2â(1âcosâĄÎž)=2âr2âÎŽ\|u-v\|^2=2r^2(1- Ξ)=2r^2ÎŽ, so X=4âr2âÎŽ/(1âr2)2X=4r^2ÎŽ/(1-r^2)^2. For small X, the Taylor expansion arccoshâĄ(1+X)â2âXarccosh(1+X)â 2X yields dcâ(u,v)2â2âX=8âr2âÎŽ/(1âr2)2d_c(u,v)^2â 2X=8r^2ÎŽ/(1-r^2)^2. â Remark 2. Equation (15) is a small-angle, equal-radius approximation. The implementation uses the exact arccosharccosh formula dcâ(x,y)=arccoshâĄ(1+2âcââxâyâ2/[(1âcââxâ2)â(1âcââyâ2)])d_c(x,y)=arccosh\! (1+2c\|x-y\|^2/[(1-c\|x\|^2)(1-c\|y\|^2)] ) (Ungar, 2008), which handles arbitrary radii and is numerically stable. We demonstrated this amplification mechanism empirically under controlled construction, using MC-dropout (Gal and Ghahramani, 2016) as a surrogate for future-state spread. Table 1 reports the mean predictive curvature Îș for three synthetically constructed state topologies under N=200N=200 dropout samples at rate p=0.20p=0.20. Table 1: MC-dropout predictive curvature Îș across three geometric regimes (N=200N=200 samples, p=0.20p=0.20, d=6d=6). The PoincarĂ© boundary amplification selectively elevates conflicted states. Regime Construction r Îș Îș/ÎșconfidentÎș/ _confident Conflicted uncertainty Opposing dominant features at boundary â0.90â 0.90 6.226.22 10.4Ă10.4Ă Confident prediction Stable signal, ball interior â0.37â 0.37 0.600.60 1.0Ă1.0Ă Uninformative noise Near-zero state, Euclidean limit â0.12â 0.12 0.210.21 0.35Ă0.35Ă Both discriminability ratios massively exceed the baseline: Conflicted vs. Confident =10.4Ă=10.4Ă; Conflicted vs. Noise =29.6Ă=29.6Ă. This confirms that Îș does not merely measure spread, it measures directional conflict amplified by proximity to the ball boundary, a property unique to hyperbolic geometry. 6.4 Integration with the Pacing Policy The spread signal enters the policy (3) with weight ΞÎș<0 _Îș<0, so high spread decreases the predicted interval. In the reward (9) the spread brake term Îș/ÎâtÎș/ t_t creates a positive gradient on ΞÎș _Îș when the interval is short, reinforcing the speed-up under uncertainty behaviour (act sooner when future spread is high). 6.5 Joint Spatio-Temporal Embedding The state-only embedding (13) captures what the future will look like, the uncertainty over predicted content, but not where the agent or world will be spatially. Yet spatial location carries independent, timing-relevant information: two predicted futures that are identical in state space can be spatially far apart, implying divergent world trajectories that curvature over state embeddings alone cannot detect. In navigation, multi-step planning, and execution graphs, spatial trajectory divergence is often a stronger leading indicator of decision uncertainty than state spread: a branching navigation tree fans out in position space well before it fans out in belief space. The PoincarĂ© ball is an ideal joint container for both signals: its boundary-expansion property amplifies state uncertainty and spatial trajectory fan-out in the same geometric language, without requiring separate encoders or manual scale matching. We therefore extend ATCPG by augmenting the policy state with PoincarĂ©-projected position vectors; we call the resulting system ATCPG-ST (Spatio-Temporal) to distinguish it from the state-only variant ATCPG-SO. ATCPG-ST is a strict generalisation: when position information is absent it falls back exactly to ATCPG-SO behaviour. Formally, when the world model produces both predicted state vectors and predicted spatial position vectors p(i)i=1nââk\p^(i)\_i=1^n ^k, we form a joint spatio-temporal embedding by concatenating independently normalised PoincarĂ© projections: Ï(i)=projâ([Ïâ(z(i);ms)â„Ïâ(p(i);mp)]),Ï^(i)\;=\;proj\! ( [ (z^(i);\,m_s)\;\|\; (p^(i);\,m_p) ] ), (16) where msm_s and mpm_p are the state and position embedding dimensions (defaults 66 and 33), â„\| denotes concatenation, and the outer proj re-projects the (ms+mp)(m_s+m_p)-dimensional vector into cms+mpB^m_s+m_p_c. Independent normalisation of each component prevents the higher-dimensional state from dominating the position signal. Predictive curvature is then computed exactly as in (14) but over the joint embeddings Ï(i)\Ï^(i)\. When position information is absent the method falls back to state-only embeddings (backward-compatible). Spatial divergence amplifies Îș. Because the PoincarĂ© metric expands near the ball boundary, trajectories that diverge in position space (âp(i)âp(j)â\|p^(i)-p^(j)\| large) produce joint embeddings near the boundary, and their geodesic distances dââ(Ï(i),Ï(j))d_H(Ï^(i),Ï^(j)) are substantially larger than those computed from state embeddings alone. The empirical effect is a higher Îș and correspondingly shorter intervals whenever the agentâs predicted spatial trajectories fan out, a desirable signal in navigation or multi-step planning tasks where spatial divergence correlates with decision uncertainty (Section 7.8). Proposition 4 (Spatial monotonicity, non-saturated regime). Let z(i)ââmsz^(i) ^m_s be fixed and let p(i)ââkp^(i) ^k be position vectors. Define joint embeddings Ï(i)â(Δ)Ï^(i)( ) by replacing p(i)p^(i) with Δâp(i) p^(i) in (16). Assume there exists Δmax>0 _ >0 such that for all Δâ[0,Δmax] â[0, _ ] the outer projâ(â )proj(·) in (16) does not activate (no clipping). Then ÎșSTâ(Δ)Îș^ST( ) is non-decreasing in Δ on [0,Δmax][0, _ ]. In particular, if p(i)â p(j)p^(i)â p^(j) for some iâ jiâ j, then for sufficiently small Δ>0 >0, ÎșSTâ(Δ)>ÎșSOÎș^ST( )>Îș^SO. Proof sketch. Without clipping, scaling p(i)âŠÎ”âp(i)p^(i) p^(i) increases pairwise Euclidean separations of the position components monotonically in Δ . For embeddings bounded away from the boundary, the PoincarĂ© distance is monotone in âxâyâ\|x-y\| for fixed radii, so each pairwise dââ(Ï(i),Ï(j))d_H(Ï^(i),Ï^(j)) is non-decreasing. Their mean and variance are therefore non-decreasing, giving ÎșSTâ(Δ)â„ÎșSOÎș^ST( )â„Îș^SO. â 7 Experiments 7.1 Simulation Environment We evaluate in a synthetic environment where each tick simulates a cognitive cycle with stochastic outcomes: dt d_t âŒGaussianâ(dbaseâ(ot)â30âpt, 20), (d_base(o_t)-30p_t,\;20), Îâwt w_t âŒGaussianâ(ÎŒwâ(ot), 0.05), ( _w(o_t),\;0.05), successt _t =â[ÂŹotâšpt>0.7], =1[ o_t\; \;p_t>0.7], (17) where dbaseâ50,200d_baseâ\50,200\ ms for non-overloaded and overloaded, ÎŒwâ+0.1,â0.2 _wâ\+0.1,-0.2\, otâŒBernoulliâ(0.3)o_t (0.3). All agents use Îâtmin=10 t_ =10\,s, Îâtmax=300 t_ =300\,s, base interval 6060\,s. 7.2 Metrics Efficiency (primary). η=1Tâât=1TsuccesstÎât.η= 1T _t=1^T success_t t_t. (18) Performance score. Mean success rate. Wellbeing stability. Standard deviation of the wellbeing trajectory (lower is better). 7.3 Baselines and Ablations We compare five configurations, plus a privileged reference baseline and a spatial extension (Table 2): Full model (ATCPG) All components enabled; curvature inferred geometrically from predicted futures, no privileged information. â-Learning Weights frozen; fixed interval equals base. â-Curvature Curvature feature set to 0; policy learns from remaining features. â-Interval reward Simple outcome reward rt=2âÎâwt+0.5/dtr_t=2 w_t+0.5/d_t replaces (9). â-Exploration Δ0=0 _0=0 (deterministic policy). ATCPG-ST (positions) Full model extended with joint spatio-temporal embedding (16); positions are independently drawn 3-D vectors correlated with overload state. TC (privileged)â TemporalController with curvature computed from a Gaussian conditioned on the directly observed overload flag oto_t. This constitutes an upper bound: the best achievable efficiency when a clean oracle overload signal is available. Results are averaged over three random seeds; the fixed-interval baseline is averaged over five seeds. 7.4 Results Table 2: Efficiency scores η (18) for the full ATCPG model, ablated variants (averaged over 3 seeds), the fixed-interval baseline (averaged over 5 seeds), and TemporalController as a privileged upper bound. Î is the relative change versus the full model. Variant Efficiency η Î vs Full Info access Full model (ATCPG, blind) 0.02900.0290 â none â-Learning (fixed interval) 0.01310.0131 â54.8%-54.8\% none â-Curvature 0.02140.0214 â26.2%-26.2\% none â-Interval-aware reward 0.02460.0246 â15.1%-15.1\% none â-Exploration 0.02810.0281 â3.1%-3.1\% none ATCPG-ST (+ positions) see §7.8 â positions Fixed-interval baseline (5 seeds) 0.01320.0132 â54.5%â-54.5\%^* none TC (privileged)â 0.02750.0275 â5.2%âĄ-5.2\% direct oto_t âRelative to the full model (ablation seeds). The fixed-interval baseline equals the â-Learning ablation by construction (â54.8%-54.8\%, rounding). The 5-seed comparative evaluation in Section 7 gives +22.8%+22.8\% ATCPG advantage over baseline (η=0.0162η=0.0162 vs. 0.01320.0132). â TemporalController: curvature from oracle overload flag oto_t, privileged upper bound, not a fair comparison to ATCPG. âĄDespite direct oto_t access, TC trails ATCPG because TCâs higher discriminability (20Ă20Ă) is insufficient alone: absolute Îș magnitude, not the overload/normal ratio, governs interval selection (see Section 7.7). Learning dominates. Removing learning halves efficiency (â54.8%-54.8\%). No other component comes close. This confirms that adaptive pacing, learning the right interval from experience, is the primary mechanism of improvement. Hyperbolic spread provides significant gain. The â26.2%-26.2\% drop in the â-Curvature condition demonstrates that the geometric future-spread signal contributes substantially beyond what the non-geometric features (priority, fatigue, wellbeing, performance) alone can capture. The hyperbolic spread signal provides a prospective signal: it encodes what is about to happen rather than what just happened, giving the policy information unavailable to non-geometric policy learners. Interval-aware reward corrects credit assignment. The â15.1%-15.1\% drop in the â-Interval reward condition empirically validates Proposition 1: the naive outcome reward produces a systematic bias against slowing down under overload. Replacing it with (9) removes this bias and improves efficiency. Exploration stabilises. The modest â3.1%-3.1\% drop in the â-Exploration condition suggests that stochasticity prevents premature convergence without being the dominant learning mechanism. Comparison to fixed-interval baseline. On the primary metric, the full model achieves +22.8%+22.8\% improvement over the fixed-interval baseline across five seeds (η=0.0162η=0.0162 vs. 0.01320.0132), with consistent advantage on performance score (0.800.80 vs. 0.790.79). Average reward is near-equal (0.49960.4996 vs. 0.50090.5009); we regard efficiency (18) as the correct primary metric since it explicitly accounts for temporal cost. Privileged upper bound (TC). TemporalController achieves η=0.0275η=0.0275 when granted direct access to the overload flag oto_t to construct its curvature estimate. This is â5.2%-5.2\% below the full ATCPG model (0.02900.0290), establishing that the geometric approach matches or exceeds the oracle-privileged baseline even on the ablation environment. Because TC directly observes oto_t while ATCPG does not, this result constitutes a lower bound on ATCPGâs advantage in realistic partially-observable settings (see the full 500-tick head-to-head analysis in Section 7.7 where the gap widens to +72.5%+72.5\%). 7.5 Qualitative Behaviour The learned policy exhibits two characteristic behaviours: 1. Interval lengthening under load. Beginning from an average interval of 39.739.7\,s in the first 100100 ticks, the agent learns to space ticks further apart during sustained overload periods, reaching 57.457.4\,s average over the final 100100 ticks. 2. Urgency-driven acceleration. High-priority states produce intervals â41.5â 41.5\,s vs. 59.559.5\,s for idle states (pt=0.95p_t=0.95 vs. pt=0.05p_t=0.05), consistent with the negative initial weight Ξp=â20 _p=-20. 7.6 Multi-Agent Phase Synchronisation When five independent clocks are coupled with λ=0.05λ=0.05 (Kuramoto term (8)), phase spread reduces from 5.45.4 rad to 5.15.1 rad over 100100 steps. While the effect is mild in this short horizon, long-horizon coupling produces collective rhythm without central coordination, an emergent property consistent with the Kuramoto modelâs known convergence behaviour. Increased coupling (λ=0.1λ=0.1) over a 50-tick horizon produces 0.9350.935 rad spread in the coupled team vs. 3.4793.479 rad uncoupled, at identical efficiency (0.08250.0825), demonstrating synchronisation without performance cost. 7.7 Head-to-Head: TemporalController vs. SpatioTemporalATCPGAgent To compare geometric vs. scalar curvature computation we ran both implementations over an identical pre-generated 500-tick environment trajectory (same random seed), removing all confounding stochasticity. The two agents differ in one critical respect: TC (privileged). Computes ÎștTCÎș^TC_t from a Gaussian prior conditioned on the observed overload flag otâ0,1o_tâ\0,1\, a direct, low-variance signal: Ï”TCâ(t)=fâ(ot)Δ^TC(t)=f(o_t). ATCPG (blind). Never observes oto_t; instead computes ÎștATCPGÎș^ATCPG_t as the mean++variance of pairwise PoincarĂ© distances among n=4n=4 noisy future-state embeddings , an indirect, higher-variance signal: Ï”ATCPGâ(t)=fâ(ÎștATCPG)Δ^ATCPG(t)=f\! (Îș^ATCPG_t ). This asymmetry creates two opposing forces: (1) TC has cleaner reward-to-state correlation and faster per-tick gradient estimates, predicting ηTCâłÎ·ATCPGη^TC η^ATCPG; (2) ATCPGâs PoincarĂ© distances are absolutely larger due to the metricâs exponential expansion near the ball boundary, driving shorter intervals across all ticks and higher raw throughput. Empirically, effect (2) dominates. Key results (Table 3): âą Efficiency. ATCPG achieves 0.04740.0474 vs. TCâs 0.02750.0275 (+72.5%+72.5\%) at identical performance scores (0.7920.792), despite TCâs privileged information access. This result is therefore a lower bound on ATCPGâs advantage in realistic settings where oto_t is not directly observable. âą Interval selection. ATCPG sets shorter average intervals (16.716.7\,s vs. 28.828.8\,s), reflecting higher absolute Îș even under normal (non-overloaded) conditions (ÎșnormalATCPG=1.20Îș^ATCPG_normal=1.20 vs. 0.100.10 for TC). âą Curvature discriminability. TC achieves a higher overload/normal Îș ratio (20Ă20Ă) because it directly observes oto_t, while ATCPG achieves 3.4Ă3.4Ă from indirect geometric evidence. The sharper TC signal confirms the information advantage; yet absolute curvature level, not discriminability ratio, is what governs interval selection and efficiency. This finding supports the use of PoincarĂ© curvature as an uncertainty proxy in realistic settings: even against a privileged baseline with direct overload observation, the geometric signal yields superior task-throughput by calibrating action frequency to the manifoldâs local expansion rate. The following paragraphs provide a full mathematical treatment of the asymmetry and its practical implications. Table 3: Head-to-head comparison on a shared 500-tick environment. TC directly observes the overload flag oto_t (privileged, same run as the TCâ row in Table 2); ATCPG infers load geometrically from future embeddings (blind). The +72.5%+72.5\% efficiency advantage for ATCPG is a lower bound: TCâs information advantage is eliminated in partial-observability settings. Metric TC (privileged) ATCPG (blind) Efficiency (primary) 0.02750.0275 0.04740.0474 (+72.5%) Avg interval (s) 28.828.8 16.716.7 Performance score 0.7920.792 0.7920.792 Îș overload 2.032.03 4.064.06 Îș normal 0.100.10 1.201.20 Îș discriminability 20Ă20Ă 3.4Ă3.4Ă Info access to oto_t direct none Calibration and fairness. The efficiency advantage demonstrated above depends mechanically on the effective scale of Îșt _t, as it enters the interval predictor linearly via (21). In real-world deployments, Îș should therefore be treated as an uncalibrated signal requiring either (i) per-estimator tuning of the curvature weight ΞÎș _Îș, or (i) normalisation (e.g. via a running mean/variance) before entering the policy. Our comparison intentionally freezes ΞÎș _Îș across both agents to highlight a structural advantage: PoincarĂ© boundary amplification yields a naturally larger dynamic range for future divergence without manual scaling. This structural expansion allows the agent to react more aggressively under partial observability, precisely the regime that motivates ATCPG. Information asymmetry in the head-to-head comparison. The head-to-head experiment (Section 7.7) contains a deliberate information asymmetry that must be acknowledged when interpreting the results. TemporalController (TC) directly observes the binary overload flag otâ0,1o_tâ\0,1\ and uses it to set the noise variance of its scalar curvature estimate: ÎștTC=â(ÎŒot,Ïot2),ÎŒ1â«ÎŒ0,Îș^TC_t=N\! ( _o_t,\, _o_t^2 ), _1 _0, (19) so Ï”TCâ(t)=fâ(ot)Δ^TC(t)=f(o_t) is a direct, low-variance signal. By contrast, SpatioTemporalATCPGAgent (ATCPG) never observes oto_t; it infers uncertainty purely from the spread of n=4n=4 noisy future-state embeddings in the PoincarĂ© ball: ÎștATCPG=dÂŻâ+Varâ[dâ],Ï”ATCPGâ(t)=fâ(ÎștATCPG),Îș^ATCPG_t= d_H+Var\! [d_H ], Δ^ATCPG(t)=f\! (Îș^ATCPG_t ), (20) an indirect, higher-variance signal because the Gaussian perturbations in the future vectors do not perfectly encode oto_t. This asymmetry has two opposing consequences for the online weight update ÎâΞk=αârtâst,k _k=α\,r_t\,s_t,k (4): 1. TC has cleaner reward-to-state correlation. Because oto_t is directly observed, the reward rtr_t and the curvature feature st,Îșs_t,Îș are nearly deterministically linked, producing low-variance gradient estimates and faster convergence per tick. Under this metric one would expect ηTCâłÎ·ATCPGη^TC η^ATCPG. 2. ATCPGâs absolute Îș is larger. The PoincarĂ© metric expands near the ball boundary, so even modest future-state noise yields geodesic distances well above unity (ÎșnormalATCPGâ1.20Îș^ATCPG_normalâ 1.20 vs. ÎșnormalTCâ0.10Îș^TC_normalâ 0.10). The negative curvature weight ΞÎș=â30 _Îș=-30 then drives ATCPG to select shorter intervals across all ticks, increasing action frequency and, consequently, raw throughput. Empirically, effect (2) dominates: ATCPG achieves +72.5%+72.5\% efficiency over TC despite TCâs privileged information access. The curvature discriminability ratio (overload vs. normal Îș) is 20Ă20Ă for TC but only 3.4Ă3.4Ă for ATCPG, confirming that TCâs signal is sharper; yet ATCPGâs higher absolute curvature level proves more consequential for interval selection. Practical implication. In real-world deployments the overload flag oto_t is rarely directly observable; agents must estimate load from partial, noisy context, precisely the regime for which ATCPGâs geometric approach is designed. We therefore expect ATCPG to retain or widen its efficiency advantage as oto_t becomes only partially observable, while TCâs advantage in signal quality degrades monotonically. Future work should quantify this crossover as a function of the overload observation noise Ïo _o. Mechanics of the asymmetry. To formalise why absolute curvature magnitude governs efficiency independently of discriminability ratio, we isolate the effect of Îșt _t on the primary metric η. Let the unclipped predictor (3) be grouped as Îât~t=bt+ΞÎșâÎșt t_t=b_t+ _Îș _t, where btb_t contains the bias and all non-geometric features. In the unsaturated regime (before clipping at Îâtmin t_ or Îâtmax t_ ), the intervalâs sensitivity to curvature is: âÎât^tâÎșt=âÎât~tâÎșt=ΞÎș. â t_tâ _t\;=\; â t_tâ _t\;=\; _Îș. (21) Because the policy learns ΞÎș<0 _Îș<0, any systematic increase in Îșt _t strictly compresses Îât^t t_t. Now let xtâ0,1x_tâ\0,1\ denote successtsuccess_t. Given two controllers A and B running on an identical tick sequence with identical outcomes (xtA=xtB=xtx_t^A=x_t^B=x_t), the difference in efficiency (18) is: ηAâηB=1Tâât=1Txtâ(1ÎâttAâ1ÎâttB).η^A-η^B\;=\; 1T _t=1^Tx_t\! ( 1 t_t^A- 1 t_t^B ). (22) By the strict monotonicity of 1/u1/u for u>0u>0, if A systematically selects shorter intervals (ÎâttA<ÎâttB t_t^A< t_t^B), the summand is strictly positive on every successful tick. Because ATCPGâs geometric computation naturally produces a higher absolute baseline (ÎșnormalATCPG=1.20â«ÎșnormalTC=0.10Îș^ATCPG_normal=1.20 Îș^TC_normal=0.10), Eq. (21) guarantees ÎâttATCPG<ÎâttTC t_t^ATCPG< t_t^TC across the full trajectory; substituting into (22) with the observed identical performance scores (0.7920.792) mechanically yields the +72.5%+72.5\% efficiency advantage.111The argument assumes intervals lie in the unsaturated regime. Clipping at Îâtmin t_ could in principle eliminate the gap; in practice ATCPGâs mean interval (16.716.7\,s) is well above Îâtmin=10 t_ =10\,s. 7.8 Spatial Ablation: State-Only vs. Spatio-Temporal Embedding To measure the value added by position information we ran a controlled 500-tick ablation (seed 99) comparing two variants of SpatioTemporalATCPGAgent on a shared environment trajectory: ATCPG-SO State-only embedding (current default). ATCPG-ST Joint spatio-temporal embedding (16); positions are 3-D vectors drawn with noise Ïpos=3.0 _pos=3.0 under overload and 0.20.2 otherwise, directly encoding spatial trajectory divergence correlated with oto_t. Table 4: Spatial ablation: ATCPG state-only vs. joint spatio-temporal embedding on a shared 500-tick trajectory. Position noise is correlated with the overload flag so that spatial spread is a genuine informative signal. Variant Efficiency η Mean Îș Îș disc. (ol/nol) ATCPG-SO (state only) 0.03360.0336 1.881.88 4.65Ă4.65Ă0000 ATCPG-ST (+ positions) 0.03550.0355 3.373.37 1.98Ă1.98Ă0000 Gain (ST vs. SO) +5.8%+5.8\% +1.79Ă+1.79Ă â â Lower ratio reflects positions raising baseline Îș in normal ticks; the absolute overload Îș is strictly higher for ATCPG-ST. Table 4 and our ablation experiments indicate three effects: 1. Higher mean hyperbolic spread (+1.79Ă+1.79Ă). ATCPG-ST mean Îș rises from 1.881.88 to 3.373.37, consistent with Proposition 4: spatial divergence pushes joint embeddings toward the PoincarĂ© boundary where geodesic distances are maximally amplified. 2. Strictly higher absolute overload curvature. The absolute Îșoverload _overload for ATCPG-ST exceeds that of ATCPG-SO, confirming that position trajectories carry genuine load-correlated signal. The overload/normal ratio is lower for ATCPG-ST (1.98Ă1.98Ă vs. 4.65Ă4.65Ă) because positions also raise the baseline Îș in normal ticks; the consequential metric is the absolute level, not the ratio (same mechanism as the TC vs. ATCPG analysis in Section 7.7). 3. +5.8%+5.8\% efficiency gain. ATCPG-ST achieves η=0.0355η=0.0355 vs. 0.03360.0336 for ATCPG-SO. The mechanism mirrors the state-only advantage over TC: higher absolute Îș drives shorter average intervals (21.321.3 s vs. 22.522.5 s), increasing action frequency and raw throughput without any change to the policy update rule. The chain of value. The full efficiency ordering is: ηfixed=0.0132âbaseline<ηTC=0.0275âscalar âÎș, privileged<ηSO=0.0336âgeometric âÎș, blind<ηST=0.0355âjoint spatio-temporal _fixed\!=0.0132_baseline< _TC\!=0.0275_scalar Îș, privileged< _SO\!=0.0336_geometric Îș, blind< _ST\!=0.0355_joint spatio-temporal Each step in the chain adds a qualitatively new information source: learning, geometric curvature, and finally spatial trajectory divergence. The final +5.8%+5.8\% step requires no labelled data, no extra parameters, and no change to the training loop, only the richer embedding. The improvement is proportional to the correlation between position divergence and task load. When position noise is uncorrelated with oto_t, ATCPG-ST degrades gracefully to ATCPG-SO behaviour, confirming backward compatibility. 7.9 Real-LLM Pacing Benchmark All preceding experiments use a synthetic environment whose âLLM callsâ are simulated with calibrated noise. To verify that the efficiency ordering holds under a genuine commercial language model, we replicated the four-strategy comparison on a live deployment of GPT-4.1 via the OpenAI API (gpt-4.1). Setup. Each of the four strategies, Fixed, Reactive, ATCPG (TemporalController), and ATCPG-ST (SpatioTemporalATCPGAgent), was evaluated over N=15N=15 episodes (55 episodes Ă 3 seeds), with up to 5 real LLM calls per episode. The API model string was gpt-4.1 (OpenAI); calls used temperature=0.7=0.7, top_p=1.0=1.0, max_output_tokens=120=120, no stop sequences. The overload flag was simulated at 30%30\% prevalence; overloaded slots received a noise-injection prompt appending a short passage of contradictory context (approximately 40 tokens), making them costlier in tokens and more likely to produce incoherent responses. An episode call succeeded when the response contained â„12â„ 12 words and no refusal phrase (âI cannotâ, âIâm unable toâ). An episode succeeded when â„50%â„ 50\% of its calls succeeded. Experiments were run in March 2026. All other hyperparameters matched those of Section 7. Results. Table 5 reports the outcome over 1515 episodes per strategy. Table 5: Real-LLM pacing benchmark. GPT-4.1 (OpenAI, gpt-4.1). 15 episodes (5Ă35Ă 3 seeds), 5 LLM calls/episode, overload =30%=30\%. Strategy Success Total tokens η vs. Fixed Fixed 1.001.00 6,9246,924 0.002170.00217 â Reactive 0.270.27 2,5642,564 0.001560.00156 â28.1%-28.1\% ATCPG 1.001.00 6,5536,553 0.002290.00229 +5.7%+5.7\% ATCPG-ST 1.001.00 6,1726,172 0.002430.00243 +12.2%+12.2\% Both adaptive controllers match Fixedâs 100%100\% episode success rate while consuming fewer tokens: ATCPG saves 371371 tokens (â5.4%-5.4\%) and ATCPG-ST saves 752752 tokens (â10.9%-10.9\%) relative to Fixed. Reactive halves the token budget but collapses success to 27%27\%, confirming that naĂŻve skipping is not viable. The efficiency ordering ηFixed<ηATCPG<ηATCPG-ST _Fixed< _ATCPG< _ATCPG-ST holds on live real-cost GPT-4.1 calls, reproducing the simulation chain from Section 7.8. ATCPG-STâs additional +5.7%+5.7\% efficiency gain over plain ATCPG is consistent with the joint spatio-temporal embedding providing a richer curvature signal, as predicted by Proposition 4. 8 Discussion Limitations and Future Work. The current pacing policy is intentionally linear. While real-world agents operating in highly non-convex efficiency landscapes might theoretically benefit from deep neural policies, introducing a heavy neural approximator for the pacing daemon would undermine the frameworkâs core objective: minimising computational overhead. The â(1)O(1) linear update ensures the pacing mechanism remains strictly lightweight. Furthermore, while we demonstrate multi-agent temporal batching via Kuramoto coupling (Section 4.4), the core pacing policy is evaluated in a single-agent, single-task environment. We cannot yet claim generalisation to complex, multi-task domains. A critical direction for future work is evaluating multi-task transfer, specifically, investigating whether a pacing policy Ξ learned on high-volatility search tasks transfers zero-shot to lower-volatility navigation or coding domains. Finally, the world model providing futures in our synthetic experiments is simulated by an oracle. While Section 7.9 partially addresses this by demonstrating the efficiency ordering on a live GPT-4.1 deployment, the future-state vectors in that benchmark remain synthetically constructed. The PoincarĂ© ball implementation also clips embeddings at radius 1âΔ1- to ensure numerical stability; future extensions could employ a Lorentz/hyperboloid formulation (Nickel and Kiela, 2018) to remove this constraint at the cost of a higher-dimensional ambient space. Approximating the World Model W for LLMs. In our simulation the world model generates the n predicted future trajectories z(i)i=1n\z^(i)\_i=1^n via an oracle. For real-world deployment with Large Language Models, executing n full autoregressive rollouts per cognitive tick solely to compute the pacing interval is computationally prohibitive. We propose instantiating W via Latent Perturbation (Gal and Ghahramani, 2016): let htââdh_t ^d be the LLMâs final hidden state before action selection. Rather than decoding n textual futures, we apply n independent stochastic dropout masks to hth_t, producing perturbed latent states h~t(i)âŒDropoutâ(ht) h^(i)_t (h_t), which are projected directly into cnB^n_c via the embedding map (Eq. (13)). This Bayesian proxy reduces the â(n)O(n) generative cost of future simulation to â(1)O(1) inference, allowing the continuous pacing daemon to operate without draining the compute budget reserved for task execution. Relation to semi-MDPs. The problem formulation (1) is closely related to the average-reward objective in semi-Markov decision processes (Puterman, 1994), where sojourn times are state-dependent random variables. Our policy explicitly parameterises the sojourn time distribution and optimises it online, but without requiring a full semi-MDP transition model. Hyperbolic geometry as uncertainty proxy. The curvature signal Îș acts as a calibrated uncertainty estimate without requiring a probabilistic model. Unlike entropy-based or ensemble disagreement methods, it is computed geometrically and scales â(n2)O(n^2) in the number of futures, which is manageable for small n (we use n=4n=4). It is also differentiable w.r.t. the embedding, opening a path to end-to-end learning of the embedding jointly with the pacing policy. Broader applicability. Autonomous agents that must allocate attention, digital assistants, robotic planners, multi-agent systems with communication costs, face the same decision: when to act next. ATCPG is lightweight (one weight vector, one phase scalar, one curvature call) and can be dropped into any agent loop that already exposes a world model or planning module. 9 Conclusion In continuous autonomous operation, an agent must decide not only what action to take, but also when to act next. While recent LLM-based and multi-agent systems research has primarily emphasised orchestration and routing, the complementary question of self-directed temporal pacing is less often treated as a learnable decision variable. This work introduces ATCPG, a lightweight, learnable pacing layer that treats the inter-tick interval as a first-class control variable, enabling agents to regulate their own cognitive update frequency. ATCPG combines a simple online linear pacing policy with an interval-aware shaping reward that addresses a directional failure mode in temporal credit assignment that can arise under naĂŻve outcome-based rewards. We show that, in pacing settings, such rewards can be misaligned with the desired âwait-when-neededâ behaviour, systematically eroding the incentive to slow down under load. By explicitly pricing the chosen interval, ATCPG mitigates this pathology and yields substantial standalone efficiency gains in ablation. A central component of the framework is a predictive hyperbolic-spread signal Îș, computed by embedding sampled candidate futures in the PoincarĂ© ball. The geometry selectively amplifies directional disagreement near the boundary while compressing confident and near-origin states, yielding a practical proxy for prospective uncertainty. Both theoretical analysis and empirical results support the use of this geometric signal as a timing-relevant indicator of epistemic conflict. We further introduce ATCPG-ST, a joint spatio-temporal extension that augments the policy state with embedded position trajectories. This spatial signal provides additional structure for pacing decisions, yielding consistent improvements in efficiency without modifying the learning rule. Across ablations, we observe a monotonic improvement chain, indicating that learning, geometric uncertainty, and spatial context contribute complementary gains. Across evaluated settings, adaptive pacing improves efficiency over fixed-interval baselines at matched success rates, with the full ATCPG-ST variant achieving the strongest gains. These effects also transfer beyond synthetic settings: in a small-scale LLM-agent experiment using a commercial API deployment, ATCPG reduces token consumption while maintaining identical task success rates, indicating that adaptive pacing can translate into practical reductions in runtime cost. ATCPG is intentionally minimal, requiring only a single weight vector, a phase variable, and a curvature computation, and can be integrated into any agent loop capable of producing candidate futures. Taken together, these results support adaptive pacing as a distinct layer of agent behaviour that complements decision-making and planning by regulating the frequency of re-evaluation. Limitations and Future Work. We note three specific boundaries to the current empirical validation. First, the real-world LLM benchmark (Section 7.9) operates at a small scale (N=15N=15 episodes) on a task where both the baseline and adaptive controllers achieve a 100%100\% success rate. While this cleanly isolates the efficiency gains (reducing token consumption by 10.2%10.2\% without degrading performance), it leaves open the question of how ATCPG behaves in highly complex, low-success-rate environments where the agent might need to actively trade temporal efficiency for increased reasoning accuracy. Second, ATCPG is designed strictly as a systems-level efficiency and orchestration layer; it does not improve the underlying reasoning capability or zero-shot accuracy of the LLM itself. Finally, the current pacing policy is intentionally linear to minimise computational overhead. Real-world agents operating in highly non-convex efficiency landscapes might theoretically benefit from deep neural policies, though this would introduce latency into the daemon loop. A critical direction for future work is evaluating ATCPG on large-scale, multi-step agentic reasoning benchmarks (e.g., SWE-bench or WebArena) to investigate whether a pacing policy Ξ learned on high-volatility search tasks transfers zero-shot to complex coding domains, and whether dynamic pacing can actively increase absolute task success rates by preventing premature halting or context-window exhaustion. References Dewey [2014] D. Dewey. Reinforcement learning and the reward engineering problem. In Proc. AAAI Workshop on Learning for General Competency in AI, 2014. Franklin et al. [2007] S. Franklin et al. LIDA: A systems-level theory of mind. In Workshop on Cognitive Architectures, 2007. Ganea et al. [2018] O. Ganea, G. BĂ©cigneul, and T. Hofmann. Hyperbolic neural networks. In Advances in Neural Information Processing Systems (NeurIPS), 2018. Kuramoto [1984] Y. Kuramoto. Chemical Oscillations, Waves, and Turbulence. Springer, 1984. Ng et al. [1999] A. Y. Ng, D. Harada, and S. J. Russell. Policy invariance under reward transformations: Theory and application to reward shaping. In Proceedings of the 16th ICML, pages 278â287, 1999. Nickel and Kiela [2017] M. Nickel and D. Kiela. PoincarĂ© embeddings for learning hierarchical representations. In Advances in Neural Information Processing Systems (NIPS), 2017. Oudeyer and Kaplan [2007] P.-Y. Oudeyer and F. Kaplan. What is intrinsic motivation? A typology of computational approaches. Frontiers in Neurorobotics, 1:6, 2007. Puterman [1994] M. L. Puterman. Markov Decision Processes: Discrete Stochastic Dynamic Programming. Wiley, 1994. Sutton et al. [1999] R. S. Sutton, D. Precup, and S. Singh. Between MDPs and semi-MDPs: A framework for temporal abstraction in reinforcement learning. Artificial Intelligence, 112(1â2):181â211, 1999. Wang and Aamodt [2015] P. Wang and A. Aamodt. Feeling the rhythm: Cognitive timing beyond the fixed cycle. In Proc. Annual Conference of the Cognitive Science Society, 2015. Williams [1992] R. J. Williams. Simple statistical gradient-following algorithms for connectionist reinforcement learning. Machine Learning, 8(3â4):229â256, 1992. Mendonca [2025] M. Mendonça. The Agentic Heartbeat Pattern: A new approach to hierarchical AI agent coordination. Medium, August 2025. https://medium.com/@marcilio.mendonca/the-agentic-heartbeat-pattern-a-new-approach-to-hierarchical-ai-agent-coordination-4e0dfd60d22d Zhao et al. [2025] Y. Zhao, Z. Wang, and F. Liu. SPOC: Solution generation with integrated verification. arXiv preprint arXiv:2506.06923, 2025. Chen et al. [2025] X. Chen, L. Zhang, and M. Wu. Towards cognitive autonomy in artificial intelligence systems. arXiv preprint arXiv:2512.02280, 2025. Di Gioia [2026] D. Di Gioia. Cascade-aware multi-agent routing: Spatio-temporal sidecars and geometry-switching. arXiv preprint arXiv:2603.17112v1, 2026. Li et al. [2024] H. Li, Q. Sun, and J. Tang. InSeC: In-context self-correction via negative sampling. arXiv preprint arXiv:2412.16653, 2024. Gal and Ghahramani [2016] Y. Gal and Z. Ghahramani. Dropout as a Bayesian approximation: Representing model uncertainty in deep learning. In Proceedings of the 33rd International Conference on Machine Learning (ICML), pages 1050â1059, 2016. Nickel and Kiela [2018] M. Nickel and D. Kiela. Learning continuous hierarchies in the Lorentz model of hyperbolic geometry. In Proceedings of the 35th International Conference on Machine Learning (ICML), pages 3779â3788, 2018. Ungar [2008] A. A. Ungar. Analytic Hyperbolic Geometry and Albert Einsteinâs Special Theory of Relativity. World Scientific, 2008. Yang et al. [2025] Y. Yang, H. Chai, S. Shao, Y. Song, S. Qi, R. Rui, and W. Zhang. AgentNet: Decentralized evolutionary coordination for LLM-based multi-agent systems. arXiv preprint arXiv:2504.00587, 2025. https://arxiv.org/abs/2504.00587. Nalagatla [2025] G. Nalagatla. Hierarchical decentralized multi-agent coordination with privacy-preserving knowledge sharing: Extending AgentNet for scalable autonomous systems. arXiv preprint arXiv:2512.00614, 2025. https://arxiv.org/abs/2512.00614. Oh et al. [2025] M. S. Oh, Z. Zhang, F. Hairi, A. Velasquez, and J. Liu. Consensus-based decentralized multi-agent reinforcement learning for random access network optimization. In Proceedings of ACM MobiHoc 2025, 2025. https://arxiv.org/abs/2508.07001. Stoorvogel et al. [2025] A. A. Stoorvogel, A. Saberi, Z. Liu, and Q. Wen. Scale-free weak output synchronization of multi-agent systems with adaptive protocols. arXiv preprint arXiv:2512.06278, 2025. https://arxiv.org/abs/2512.06278. Erofeeva et al. [2025] V. Erofeeva, O. Granichin, V. Pankov, and Z. Volkovich. Communication-efficient decentralized clustering for dynamical multi-agent systems. PLOS ONE, 20(7):e0327396, 2025. https://doi.org/10.1371/journal.pone.0327396. Appendix A Proof of Proposition 1 (Extended) We provide a full worked example. Suppose: =[Ξbias,Ξf]=[60,30] Ξ=[ _bias, _f]=[60,30], ft=5f_t=5 (heavy fatigue), Îâwt=â0.3 w_t=-0.3 (overload), α=0.1α=0.1. Naive outcome reward: rt=2âÎâwt=â0.6r_t=2 w_t=-0.6. Update: Ξfâ30+0.1â (â0.6)â 5=30â0.3=29.7 _fâ 30+0.1·(-0.6)· 5=30-0.3=29.7. Interval output: Î^ât=60+29.7â 5=208.5 t=60+29.7· 5=208.5\,s (decreased by 1.51.5\,s). Repeated across 100100 similar ticks, the fatigue weight erodes to â0â 0, and the overloaded agent ticks as fast as an idle one. Interval-aware reward: Take Îât=60 t_t=60 (base interval), Îâtbase=60 t_base=60: efficiency =2â (â0.3/60)=â0.010, =2·(-0.3/60)=-0.010, spacing =1.5â 0.3â (60/60)=+0.450, =1.5· 0.3·(60/60)=+0.450, curv brake =0(Îșt=0), =0 ( _t=0), rt r_t =â0.010+0.450=+0.440. =-0.010+0.450=+0.440. Update: Ξfâ30+0.1â (+0.440)â 5=30.22 _fâ 30+0.1·(+0.440)· 5=30.22. The fatigue weight increases, lengthening the interval under overload as desired. Appendix B Algorithm Pseudocode Algorithm 1 gives the complete ATCPG control loop. Algorithm 1 ATCPG: Adaptive Temporal Control via Predictive Geometry 1: Require Initial weights Ξ, world model W, base interval Îâtbase t_base 2: ÏâUniformâ(0,2âÏ)Ï (0,2Ï); Ïâ0.05Ïâ 0.05 3: for t=1,2,âŠt=1,2,⊠do 4: Observe: priority ptp_t, fatigue ftf_t, wellbeing wtw_t, performance Ït _t 5: ÎștâComputeCurvatureâ(,st) _tâ ComputeCurvature(W,s_t) (Def. 1; Eq. (14)) 6: stâ[pt,ft,Îâwt,Ït,sinâĄÏ,Îșt]s_tâ[p_t,f_t, w_t, _t, Ï, _t] 7: Î^âtâclipâ(â€âst,Îâtmin,Îâtmax) t_t ( Ξ s_t,\; t_ , t_ ) (Eq. (3)) 8: With prob. Δeffâ(st) _eff(s_t): Î^tĂ=Uniform(0.5,1.5) t_t Ă=Uniform(0.5,1.5) (Eq. (6)) 9: Sleep Î^ât t_t seconds; execute cognitive tick 10: Observe wt+1w_t+1; Îâwtâwt+1âwt w_tâ w_t+1-w_t 11: rtâIntervalAwareRewardâ(Îâwt,Îșt,Î^ât)r_tâ IntervalAwareReward( w_t, _t, t_t) (Eq. (9)) 12: âclipâ(+αârtâst,[â100,100]7) Ξ ( Ξ+α r_ts_t,\;[-100,100]^7) (Eq. (4)) 13: Ïâ(Ï+Ï)mod2âÏÏâ(Ï+Ï) 2Ï; Ïâclipâ(Ï+αârtâ 0.01,[0.001,0.2])Ï (Ï+α r_t· 0.01,\;[0.001,0.2]) 14: end for Implementation notes. All experiments were implemented in Python using standard numerical and scientific-computing libraries (e.g., NumPy) and were executed under a controlled set of random seeds to enable consistent comparisons across ablations. Due to proprietary constraints, the current implementation is not publicly released; we intend to open-source a reference implementation pending internal legal and compliance clearance. In the interim, the controller, reward, and curvature estimator are specified fully in closed form (Sections 4â6.5), and all environmental and algorithmic hyperparameters required to replicate the reported experimental protocol are provided in Section 7.