Skip to content
AI.info

Research

Universal Fractal Natural Language Decision Map: Real-Time Edge Triage Across Heterogeneous Domains

Overview Research area: Neuromorphic and procedural computation (cs.NE) — specifically zero-weight-tensor, fractal-geometry-based decision engines for real-time edge triage, positioned against Large L

Universal Fractal Natural Language Decision Map: Real-Time Edge Triage Across Heterogeneous Domains
arXiv
2609.25498
Published
2026-09-21
Authors
Volkan Dağlı, Zerrin Dağlı, Dağhan Dağlı

AI summary

Overview

Research area: Neuromorphic and procedural computation (cs.NE) — specifically zero-weight-tensor, fractal-geometry-based decision engines for real-time edge triage, positioned against Large Language Models and dense neural networks.

Technical level: Advanced. The paper is written in plain declarative prose but relies on complex dynamical systems (Mandelbrot escape dynamics, Lyapunov exponents), information theory, and blockchain deployment concepts.

Scope in one sentence: The paper claims that strongly-typed operational decisions for edge triage can be synthesized procedurally from 24-byte coordinate seeds on the boundary of the Mandelbrot set, achieving 92.6% macro-accuracy with zero stored weight memory, rather than by invoking stored neural network weights.

What This Paper Is About

Automated systems that need to make high-frequency operational decisions — is this API request an attack, should this furnace cool down, is this transaction fraudulent — currently choose between brittle hand-written if-else rules and enormous deep models or LLMs that require gigabytes of GPU memory, hundreds of milliseconds of latency, and continuous network and energy expenditure. This paper asks whether those decisions can instead be produced deterministically and procedurally from a tiny mathematical seed, with no stored weight tensors at all. It extends a prior theory called Mandelbrot Fractal Neural Synthesis and presents a working system, werr (Waves & Errors), plus a deployed platform called answerr, to argue that the chaotic boundary of the Mandelbrot set can serve as an infinite-dimensional, zero-storage non-linear decision kernel.

Key Contributions

  1. Auto-Seed Router with an explicit mathematical domain projector (Φ_D): A deterministic extractor that maps heterogeneous operational state dictionaries — numeric fields such as frequency, temperature and attempt counts, plus categorical and linguistic tokens — onto bounded perturbations of a complex coordinate. An ablation reports that routing through the procedural fractal boundary yields a +28.8% accuracy gain over a purely linear baseline trained directly on Φ_D(s).

  2. Information-Theoretic Acoustic Damping Filter (T_desc = 0.045): A filter grounded in token entropy and phonetic spectral density that downweights verbose descriptive filler and decoy prose while leaving core option keys at undamped unit gain (T_key = 1.0). It is presented both as a prompt-injection defense (0.0% empirical bypass on evaluated vectors) and, unexpectedly, as a compute accelerator that reduces mean escape iterations per grid cell by 45.8% and accelerates inference by 2.5×.

  3. Organic Dynamic Calibration: An O(1) online Exponential Moving Average (α = 0.03) that tracks streaming quadrant energy statistics and dynamically normalizes them, plus a Deterministic Quadrant Phase Rotation that shifts quadrant assignment by a hash-derived offset (δ = hash(instruction) mod 4) to remove geometric positional bias.

  4. Extreme low-resource deployment blueprints: Formulations for running the engine on bare-metal microcontrollers (the runtime fits in an approximately 2 KB SRAM scratchpad) and as an on-chain AI oracle, where the entire 24-byte coordinate triplet (c_x, c_y, zoom) fits in a single 32-byte EVM storage slot.

Main Findings

  • Multi-domain routing ablation (N = 336 decisions, five domains): The Multi-Domain Auto-Seed Router reached 92.6% macro-accuracy (95% Wilson CI [89.3%, 95.0%]) versus 63.8% for the monolithic baseline, a +28.8% absolute leap reported as statistically significant (p < 0.001). Financial risk accuracy rose by +65.0% and game combat reflexes by +45.0%. Table 3 lists the macro-average row as 326 samples while the text states N = 336.

  • Per-domain ablation results (Table 3): API Gateway N = 85, 83.5% → 87.1% (+3.6%), 3.42 ms; E-Commerce Fraud N = 60, 56.7% → 85.0% (+28.3%), 3.29 ms; Financial Risk N = 60, 35.0% → 100.0% (+65.0%), 3.33 ms; Game Combat AI N = 60, 50.0% → 95.0% (+45.0%), 3.17 ms; Smart Home / IoT N = 61, 85.2% → 98.4% (+13.2%), 3.31 ms.

  • JevBench result: Evaluated on the official JevBench test suite (Issue #10), werr reports a World #1 score of 81.65%, outperforming dense 4B models while requiring 0 Bytes VRAM and executing at 1.99 ms median latency on commodity CPU hardware.

  • Adversarial robustness (100-question battery, five exploit vectors, N = 10 targeted categories): With T_desc = 0.045, the engine selected the deceptive decoy option 0 times out of 10 targeted exploit categories — a 0.0% empirical bypass rate, 95% Wilson score interval [0.0%, 30.8%].

  • Damping as acceleration: Mean escape iterations per grid cell fell from K̄ = 42.6 to K̄ = 23.1 (a 45.8% reduction), cutting median latency from 8.41 ms to 3.31 ms, a 2.5× acceleration. The paper attributes this to damping anchoring C_eff into well-defined escape basins where non-resonant points escape within K ≤ 4–8 iterations rather than iterating up to M_max = 100.

  • Dynamic calibration convergence: The streaming EMA moved the quadrant baseline from default priors [0.38, 0.91, 0.35, 0.91] to empirical steady state [0.2268, 0.9267, 0.2354, 0.929] over 100 consecutive live queries.

  • Positional bias elimination: Telemetry over 850 initial queries showed Quadrants Q1 and Q3 accumulated 63.3% of choices under static indexing; after Quadrant Phase Rotation, option slot rotation produced identical semantic choices across 100% of trials.

  • Dual-language and out-of-distribution invariance: Two 100-question batteries were run — 100 English out-of-domain stress questions (astrophysics, quantum computing, synthetic jargon) and 100 Turkish operational questions (including Turkish Findeks credit rating on a 0–1900 scale and municipal telemetry). Turkish diacritics normalized in under 0.05 ms and exhibited functional parity with English.

  • Cumulative public telemetry (N = 1,150+ decisions, 3,200+ evaluated questions, 30+ domains): 1,120 Boolean noul evaluations (66.0% True / 34.0% False), 1,070 categorical choice evaluations, and 1,050 ordinal score evaluations. Cumulative macro-accuracy was 92.6% (95% Wilson CI [90.8%, 94.1%]), cumulative median latency 7.08 ms (P95: 34.20 ms), and persistent weight memory 0 Bytes.

  • Campaign 4 latency: The 100 multi-domain evaluations completed in 2.85 seconds total (mean 8.41 ms).

  • Energy comparison: The paper cites a cloud-routed LLM forward pass at an estimated 1,500–3,000 mJ (1.5–3.0 J) per query versus approximately 0.04 mJ (40 μJ) for werr on an embedded single-core CPU — an improvement exceeding 37,000×.

  • Domain seeds (Table 2, 24-byte footprint, all with in-sample F1 of 1.000): API Gateway & Security (c_x = −0.74364389, c_y = +0.13182590, zoom 120.0); Financial Underwriting (−0.74800000, +0.06500000, 60.0); IoT Life Safety (−0.74500000, +0.11200000, 85.0); E-Commerce Fraud (−0.74950000, +0.08200000, 70.0); Game Combat Reflex (−0.74450000, +0.12500000, 65.0).

Methodology in Plain English

The researchers treat each operational scenario as a point on the complex plane near the edge of the Mandelbrot set — the boundary region where the quadratic iteration Z_{n+1} = Z_n² + C flips between staying bounded and escaping to infinity. Each domain gets a base seed: three numbers (c_x, c_y, zoom) totalling 24 bytes. Incoming data is converted into small nudges to that seed: numeric fields are normalized to [−1, 1] with affine sigmoids, and matched language tokens contribute signed weights scaled by their damping coefficient. The nudged coordinate then becomes the effective point C_eff.

At that point the engine lays a small N×N sampling lattice around C_eff with aperture W = 4.0/zoom, iterates the Mandelbrot recurrence at each node until |Z_n| exceeds the escape radius R = 2.0, and records how many iterations each node needed. The lattice is split into four Cartesian quadrants, and the normalized mean escape count per quadrant becomes a quadrant energy. Different combinations of quadrant energies produce the three output types: noul (a probabilistic Boolean from the upper-minus-lower quadrant differential passed through a sigmoid), choice (the argmax quadrant under a phase permutation, over at most 4 candidates), and score (a bounded continuous value raised to a curvature exponent gamma).

Domain seeds are found offline with genetic search maximizing an objective combining F1, quadrant energy variance, and a penalty for saturation. Two runtime mechanisms then manage the system online: the acoustic damping filter attenuates descriptive prose and decoy text (any token matching a calibrated root lexicon is weighted by its damping coefficient, with T_desc = 0.045), which both blocks injection attacks and shrinks how often the coordinate lands in turbulent boundary fringes; and an exponential moving average tracks quadrant energies to rebalance them. Out-of-vocabulary inputs are never rejected — they are hashed and projected onto a trigonometric phase angle so the engine cannot throw null exceptions. Everything was measured on a single bare-metal server (api.answerr.me:4431, Ubuntu Linux, Intel Xeon CPU @ 2.40GHz, 16 GB RAM, zero GPU/VRAM) with decisions logged automatically to MariaDB.

Why This Matters

Impact on research. The paper challenges the assumption that useful non-linear decision boundaries require stored parameters, proposing that the Mandelbrot boundary functions as an infinite-dimensional, zero-storage non-linear kernel. The authors frame this as extending Mandelbrot Fractal Neural Synthesis, and position the zero-tensor result as a complement — not necessarily a replacement — for deliberative cloud LLMs.

Real-world applications (as discussed in the paper):

  • High-frequency edge triage in distributed microservices and API gateways (DDoS detection, request allow/drop).
  • Industrial and IoT safety loops, such as deciding whether an autonomous manufacturing furnace should initiate cooling.
  • Financial transaction fraud and credit-risk gating, where the reported financial-risk accuracy jumped +65.0%.
  • Embedded microcontrollers and robotics, where multi-megabyte weight arrays will not fit in flash and the whole runtime fits in an approximately 2 KB SRAM scratchpad.
  • Decentralized on-chain AI oracles for DeFi, governance and blockchain gaming, where the 24-byte seed fits in one 32-byte EVM slot at a reported 20,000 gas cold write, under 50,000 gas on Ethereum, or under 1,000 compute units on Solana.

Industry relevance. The system is presented as a drop-in OpenAI-compatible endpoint (POST /v1/chat/completions), so developers can redirect existing SDK base URLs to sub-10 ms zero-VRAM decisions. The paper explicitly contrasts the paradigm against TypeSafe AI's proprietary cloud Jev and against compact local models such as OpenJev 4B (based on Qwen or Gemma, requiring approximately 8.0 GB dedicated VRAM and a 4.2 GB checkpoint file), and reports a JevBench World #1 at 81.65%. It cites Landauer's principle to argue that cloud-routed inference carries an irreducible thermodynamic cost that edge-local procedural execution avoids. Licensing is stated as 100% free and open source under the MIT License.

Future Directions

  • Verifying the benchmark claims under independent replication: The JevBench World #1 result and the 92.6% macro-accuracy figure rest on telemetry from a single production server, and the adversarial result carries a wide 95% Wilson interval of [0.0%, 30.8%] on only 10 targeted exploit categories — larger adversarial batteries would narrow this.
  • Moving from pilots to the promised deployment targets: The microcontroller and EVM/Solana blueprints are formulated but the paper does not report measured escape-recurrence timings or gas figures from an actual on-chain or Cortex-M4 deployment; the ZK-SNARK verifiability scheme is likewise described rather than demonstrated.
  • Scaling the categorical output beyond four options: The choice primitive selects among M ≤ 4 candidates via quadrant energies, which ties output cardinality to the four-quadrant lattice geometry; extending this to larger action spaces is an open architectural question.
  • Clarifying where understanding lives: The authors explicitly raise whether natural language understanding is performed by the fractal geometry itself or by the preprocessing projection Φ_D, and characterize the fractal layer in the main text as a kernel over projected coordinates — resolving this boundary between preprocessing and geometry would sharpen the contribution.
  • Reconciling reported figures: The ablation text states N = 336 while Table 3's macro-average row lists 326, and the 92.6% macro-accuracy appears with two different confidence intervals ([89.3%, 95.0%] for Campaign 1 and [90.8%, 94.1%] for the cumulative telemetry); these would benefit from clarification.

Target Audience

This paper is most useful for edge and embedded systems engineers, neuromorphic and procedural-computation researchers, MLOps and infrastructure architects evaluating LLM alternatives for high-frequency control loops, and blockchain developers interested in verifiable on-chain decision engines. Readers evaluating strongly-typed decision runtimes — particularly anyone already familiar with the JevBench benchmark or with LLM-based natural-language decision primitives — will find the direct paradigm comparison most relevant. It is less suited to readers seeking a self-contained mathematical proof of the Mandelbrot decision-kernel claim, since the paper presents its evidence as production telemetry rather than formal analysis, and it explicitly notes that the writing process used AI assistance (Google DeepMind Antigravity / Gemini) for LaTeX typesetting, API code documentation, and English language editing.

Authors’ abstract

Deploying Large Language Models for runtime operational triage incurs prohibitive latency (&gt;100-500 ms), high VRAM requirements (&gt;4-8 GB), and excessive energy dissipation. Extending Mandelbrot Fractal Neural Synthesis (Dagli et al., 2026), this paper presents the Universal Fractal Natural Language Decision Map, realized via the werr machine-native edge reflex runtime and the production answerr platform (https://answerr.me). Operating entirely without stored weight tensors (0 Bytes VRAM), the engine synthesizes deterministic decisions---noul (Boolean), choice (categorical), and score (ordinal)---by dynamically modulating 24-byte coordinate seeds along the chaotic boundary of the Mandelbrot set and evaluating 4-quadrant escape dynamics. Drawing inspiration from biological System-One reflex arcs, the engine introduces: (i) an Auto-Seed Router with domain projector Phi_D yielding a +28.8% accuracy gain over linear baselines; (ii) an Information-Theoretic Acoustic Damping Filter grounded in token entropy and phonetic spectral density that insulates against prompt injections (0.0% empirical bypass; 95% Wilson CI: [0.0%, 30.8%]) while pruning escape iterations by 45.8% (accelerating throughput 2.5x to 3.31 ms latency); and (iii) an Organic Dynamic Calibration framework using O(1) Exponential Moving Average (EMA, alpha=0.03) and quadrant phase rotation to eliminate positional bias. Benchmarked on bare-metal infrastructure (api.answerr.me:4431) across 1,150+ verified decisions (3,200+ questions) and ranked World #1 on the independent JevBench suite (81.65%), the framework achieves 92.6% macro-accuracy (95% CI: [90.8%, 94.1%]) with 7.08 ms median CPU latency. We provide an OpenAI-compatible API (/v1/chat/completions) and demonstrate feasibility on microcontrollers and 32-byte EVM smart contracts.

Read the original paper