arXiv cs.AI→ original

Phionyx: детерминированный AI-runtime, где ответы LLM — это «показания датчиков», а не решения

На arXiv вышел препринт про Phionyx — детерминированную архитектуру AI-runtime. Её главная идея: относиться к ответам LLM как к «шумным показаниям датчиков», а не как к готовым решениям. По замерам авторов, подход даёт около 31% экономии вычислений против фильтрации постфактум, +24% удержания ценных данных в памяти против LRU и нулевую дисперсию сигналов на 100 повторных прогонах. Пока проверено только на одном инстансе.

AI-processed from arXiv cs.AI; edited by Hamidun News
Phionyx: детерминированный AI-runtime, где ответы LLM — это «показания датчиков», а не решения
Source: arXiv cs.AI. Collage: Hamidun News.
◐ Listen to article

Researchers have presented Phionyx — a deterministic AI runtime architecture that treats large language model (LLM) responses as "noisy sensor readings" rather than ready-made decisions; the preprint appeared on arXiv in July 2026. The architecture grew out of the broader Echoism interaction framework and bets on reproducibility where auditability and governability are needed.

How the architecture is built

Phionyx is built from three layers and relies on deterministic state evolution through a structured state vector governed by rigid equations — unlike probabilistic agents. This design guarantees that the same input always leads to the same behavior.

  • Evaluation core — a canonical pipeline of 46 blocks processing "noisy readings" from the LLM
  • Unified safety layer — pre-response control and architectural privacy protection
  • Time-based semantic memory with impact-weighted cache eviction
  • Governance-first approach: model output is a measurement, not a decision
  • Derived from the Echoism interaction framework

Each layer is responsible for its own task: the core evaluates the input, the safety layer controls the response before it is even issued and protects privacy at the architectural level, while the memory decides what to keep and what to evict. Eviction here is not based on the age of an entry, as in LRU or FIFO, but on its "impact" — impact-weighted.

What the measurements showed

Phionyx delivered approximately a 31% reduction in computational overhead compared to post-hoc filtering — at an unsafe-input share of 30% and a simulated cost model, as stated in the arXiv paper. The key idea is to cut off problematic responses before generation rather than filtering them afterward.

Phionyx's memory retains valuable data better than classic strategies: up to a 24% increase in high-value data retention versus LRU (72% versus FIFO at the same cache volume, confirmed on the benchmark). Determinism was verified over 100 repeated runs — zero variance in control signals, confirmed by hashes, plus zero unplanned restarts in single-instance tests.

  • ~31% less computational overhead vs post-hoc filtering
  • +24% retention of valuable data vs LRU
  • 100 runs — zero variance in control signals
  • 0 unplanned restarts in single-instance tests

How this differs from agents

Phionyx is built on a governance-first principle: the system treats the text produced by the LLM as a raw sensor signal requiring verification, not as a final action. Ordinary probabilistic agents, by contrast, act directly on the model's output, which makes their behavior hard to reproduce and audit.

"We treat the outputs of large language models as noisy sensor

readings, not as direct decisions," the arXiv paper states.

The authors honestly outline the limitations: all results were obtained on single-instance deployments. They leave generalization to distributed and multi-tenant systems for future work — beyond a single instance, the behavior has not yet been verified.

What this means

Phionyx is an attempt to make AI systems predictable where auditability and governability matter: finance, infrastructure, regulated industries. The "LLM as sensor, not decision" approach could become a template for critical applications, but so far it has only been confirmed on a single instance, and portability to distributed systems remains an open question.

Frequently asked questions

What is the governance-first approach in Phionyx?

This is a principle whereby the LLM's output is considered a "noisy sensor reading" rather than a ready-made decision. Before responding, the system runs the text through a canonical pipeline of 46 blocks and a unified safety layer with pre-response control, ensuring reproducibility and auditability. According to the measurements in the arXiv paper, this approach reduces computational overhead by approximately 31% compared to post-hoc filtering.

How does Phionyx differ from ordinary AI agents?

Ordinary agents are probabilistic and act directly on the model's output, which makes their behavior hard to reproduce. Phionyx is deterministic: over 100 repeated runs it showed zero variance in control signals (confirmed by hashes) and zero unplanned restarts in single-instance tests — the same input consistently produces the same result.

ZK
Hamidun News
AI news without noise. Daily editorial selection from 50+ sources. A product by Zhemal Khamidun, Head of AI at Alpina Digital.

Want to stop reading about AI and start using it?

AI News is a curated feed of AI/tech news. Hamidun Academy teaches you to use AI systematically in your work.

What do you think?
Loading comments…