Skip to content
View halvrenofviryel's full-sized avatar

Highlights

  • Pro

Block or report halvrenofviryel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
halvrenofviryel/README.md

Ali Toygar Abak — Phionyx Research

ORCID PyPI: phionyx-core Zenodo DOI Measurement Axioms DOI Substack X: @phionyx_ai

I build runtime governance and evidence infrastructure for agentic AI — deterministic control paths, measurement discipline, decision evidence, and auditable execution boundaries.

Phionyx treats large language model output as a noisy measurement, not a final answer. The work puts a governed runtime between an AI system and real-world action — and, separately, defines a neutral way to write down what that runtime actually decided, so an outsider can check it. A governed action carries policy + a state transition + an abstain / block / rewrite decision + a replayable evidence record in one inspectable trace. An optional self-claim gate checks development-agent claims against repository evidence, and a runnable control-hardening demo shows what holds, what fails closed, and what stays a documented gap. This sits alongside the emerging agent-governance tooling rather than against it — a capability boundary, not containment.

The research programme

Four research lines, each with its own artefact and its own claim boundary:

Research line Primary artefact Public status
Runtime governance phionyx-research (pip install phionyx-core) implemented / experimental runtime
Runtime evidence ai-runtime-evidence-protocol (AIREP) proposed experimental format
Measurement discipline measurement-axioms published normative research artefact
Persistent causal traces resonatus-ontology OWL 2 DL / SHACL ontology artefact

Runtime governance — a canonical pipeline with a state vector, kill switch, human-in-the-loop queue, ethics and safety gates, and a hash-chained audit trail (optionally Ed25519-signed). Its founding axiom: LLM output is a sensor reading, governed before it becomes action — not an oracle to be trusted.

Runtime evidence (AIREP) — a neutral, vendor- and model-independent record format: one hash-chained, canonical-JSON record per AI runtime decision — what was decided, on what basis, and, distinctively, what the evidence does not cover. Checkable offline by two cross-language first-party verifier implementations (Python + Node) that agree byte-for-byte; it depends on no Phionyx code. Experimental — a proposed open format, not a ratified standard. Phionyx currently emits RGE records; no current RGE→AIREP conformance claim is made — RGE is being developed toward AIREP interoperability.

Measurement discipline — the doctrine the rest of this is held to: a governance system that returned safe may have checked nothing. A governance verdict is a measurement of a claim about a system, and a measurement that was not taken must not be reported as one that passed. Seven axioms, a six-value verdict algebra (PASS · FAIL · NOT_MEASURED · INCONCLUSIVE · ERROR · NOT_APPLICABLE), and two prohibitions: an absence is not a result, and a proxy is not the thing. The release includes an audit of my own runtime against it — none of its findings pass, one was contributed by an outside reader, and it is documented rather than quietly corrected. No conformance claim is made about any implementation, mine included. CDE-12 is the companion instrument: criteria for what a system can and cannot record about a control decision and its fate.

Persistent causal tracesResonatus, an OWL 2 DL ontology with a SHACL validation profile for processes whose causal history must remain inspectable over time: w3id.org/resonatus. An ontological model with verification artefacts — it makes no physical or empirical claim.

Reviewer evidence — how we try to break our own claims

phionyx-conformance runs executable scenarios against our own released tooling and publishes the results, including the failures: every current scenario finds a real gap, each result is a frozen machine-readable record, and nothing in it has been independently reproduced yet — it says so itself. measurement-axioms states what should be measured; AIREP states how a decision should be recorded; this repository is the standing attempt to falsify our own claims with published method.

Adapters & tools

Bridges that export the same runtime evidence into common stacks — each records events as hash-chained envelopes, optionally Ed25519-signed:

Reference applications & demonstrations

  • hearthos — bounded-authority household AI: a browser demo with policy gates over every suggested action. A reference application, not a product.
  • trace.phionyx.ai — narrative-coherence for game/NPC and storytelling systems: detects character drift and incoherent state before a scene reaches the player.

Core principles

  • LLM output is not truth; it is a signal requiring governance.
  • A governance verdict is itself a measurement, and one that was not taken must not be reported as one that passed.
  • AI systems need runtime control, not only prompt-level safety.
  • Safety, coherence, and telemetry should be structured before a response is released.
  • Evaluation must include behavioural stability, not only benchmark performance.
  • Human-facing AI should be explainable, auditable, and interruptible.

Links


If runtime evidence for agentic AI is a problem you have, watch phionyx-research to get email updates when we ship new experiments.

Pinned Loading

  1. phionyx-research phionyx-research Public

    Runtime evidence layer for agentic AI — signed audit chain, deterministic gate verdicts with record-bound audit replay. pip install phionyx-core.

    Python 2 3

  2. phionyx-mcp-server phionyx-mcp-server Public

    MCP trust boundary — descriptor hash pinning and hash-chained evidence envelopes (optional signing) over third-party MCP tool calls.

    Python

  3. ai-runtime-evidence-protocol ai-runtime-evidence-protocol Public

    AIREP — a neutral, vendor- and model-independent record format for per-decision AI runtime governance evidence: one signed, hash-chained, canonical-JSON record per decision, checkable offline. Expe…

    Python

  4. phionyx-pipeline-mcp phionyx-pipeline-mcp Public

    Agent self-claim gate — verifies what the agent says it did against the repository's actual diff. For Claude Code + MCP hosts.

    Python

  5. measurement-axioms measurement-axioms Public

    A governance system that returned safe may have checked nothing. Seven axioms, a verdict algebra, a normative specification, and an audit of its authors' own runtime against it.

    Python

  6. resonatus-ontology resonatus-ontology Public

    Resonatus ontology: OWL 2 DL model, SHACL validation profile, competency questions, and verification artefacts for persistent causal trace processes.

    Python