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.

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 — Founder of Phionyx Research

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

I build deterministic governance infrastructure for AI systems.

Phionyx treats large language model outputs as noisy cognitive measurements rather than final answers. The goal is to place a verifiable governance runtime between AI systems and end users: safety gates, ethics gates, telemetry, evaluation standards, state evolution, and audit-first control.

Latest (2026-05): Phionyx Core v0.4.0 is live on PyPI alongside three open-source MCP companion packages — phionyx-mcp-server (MCP trust boundary), phionyx-pipeline-mcp (agent self-claim gate), and phionyx-eval-inspect (Inspect AI bridge). They share one trace per session. See phionyx.ai/runtime-evidence for the argument and pip install phionyx-core==0.4.0 to try it.

Current Work

  • Phionyx Core SDK — deterministic AI governance runtime (v0.4.0 live on PyPI)
  • Phionyx MCP Governance Stack — three-layer runtime evidence for AI coding agents (Claude Code, Cursor, Zed, JetBrains): outward MCP trust boundary (descriptor signing, RGE v0.2 envelope, audit chain) + inward self-claim gate (three-layer verification over the agent's own "fixed / tested / changed" declarations) + Inspect AI interoperability bridge (envelope chain → viewable .eval log); all share one trace per session
  • HearthOS — bounded-authority household AI: the operating principle from Volume I of the Governance Trilogy, demonstrated end-to-end in three browser-only modules (Diagnostic, Weekly Reset, Boundary Script) backed by an open-source TypeScript reference implementation and a free printable Starter Kit
  • Phionyx Evaluation Standard — behavioural reliability, safety, coherence, determinism, and long-term stability evaluation
  • Governance Node Architecture — multi-gate AI control and release model
  • Trace / Wheel & Balance — educational and narrative ecosystem for resilience, decision-making, and non-violent RPG-based learning (trace.phionyx.ai · @trace_phionyx)

Core Principles

  • LLM output is not truth; it is a signal requiring governance.
  • AI systems need runtime control, not only prompt-level safety.
  • Safety, coherence, and telemetry should be structured before response release.
  • Evaluation must include behavioural stability, not only benchmark performance.
  • Human-facing AI should be explainable, auditable, and interruptible.

Public Repositories

  • phionyx-research — runtime evidence layer for agentic AI (Python; PyPI: phionyx-core)
  • phionyx-mcp-server — MCP trust boundary: descriptor signing, signed envelopes, audit chain over third-party MCP tool calls (aligned with arXiv:2512.06556 threat taxonomy)
  • phionyx-pipeline-mcp — agent self-claim gate: verifies what the agent says it did against the repository's actual diff
  • phionyx-eval-inspect — Inspect AI bridge: Phionyx runtime evidence exported into Inspect AI .eval evaluation logs (interop-only, no AISI endorsement claim)
  • phionyx-evaluation-standard — vendor-independent evaluation standard for agentic AI runtimes
  • hearthos — bounded-authority household AI orchestration; TypeScript reference implementation, browser-only demo, Starter Kit PDF (AGPL-3.0)

Latest writing

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 gates, replayable sessions. pip install phionyx-core.

    Python 3 3

  2. phionyx-evaluation-standard phionyx-evaluation-standard Public

    Vendor-independent evaluation standard for agentic AI runtimes. JSON-schema signals: reliability, safety, coherence, determinism.

  3. hearthos hearthos Public

    Bounded-authority household AI for families. AI proposes; the responsible adult executes. Browser demo + policy gates.

    TypeScript

  4. phionyx-eval-inspect phionyx-eval-inspect Public

    Inspect AI bridge — Phionyx runtime evidence exported into Inspect eval logs. Replayable agent evaluations.

    Python

  5. phionyx-mcp-server phionyx-mcp-server Public

    MCP trust boundary — descriptor signing, signed envelopes, audit chain over third-party MCP tool calls.

    Python

  6. 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