Skip to content
View darklordVirtual's full-sized avatar
🤩
Coding and exploration in progress
🤩
Coding and exploration in progress

Block or report darklordVirtual

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
darklordvirtual/README.md

Stian Skogbrott

AI execution controls · Python systems · network automation

I build systems that control what AI agents are allowed to do and make those decisions inspectable.

I am CEO of Luftfiber AS, working with telecom and operational infrastructure in Norway. That experience shapes my software work: keeping credentials under control, containing failures, handling stale state and verifying what actually changed.

My core architectural principle is reasoning authority ≠ execution authority. A model can propose an action; approval and execution depend on authority established outside its reasoning loop.

Open standards & AI security

I contribute technical review and executable conformance cases to discussions in CoSAI / OASIS WS4.

The evidence-sufficiency RFC #189 explicitly references my checker, regression artifacts and cases where identical observations can correspond to different underlying histories. Those cases show why missing evidence cannot automatically establish either conformance or a violation.

My contribution focuses on what a verifier can legitimately conclude, including NOT_ESTABLISHED, and on keeping test expectations separate from evidence inputs. This is participation in an ongoing standards discussion; it does not imply adoption or endorsement of my projects.

Selected projects

Project Purpose
REMORA Research Research into policy-gated agent execution, authorization binding and evidence of external effects. Includes reproducible experiments, a claim register and published negative results.
Agent Authority Conformance An independent evidence model for seven authority and execution properties. Draft v0.2 adds explicit inconclusive verdicts, stricter evidence requirements and a bounded reference checker.
Assured Agent Execution Product-oriented control-plane work: separate approval and execution roles, exact-payload binding, selected effect verification and an auditable lifecycle.
vericlaim CI checks that bind documented claims and benchmark numbers to their supporting artifacts, detecting drift when the evidence changes.
pilotfish Early research into network link selection governed by policy, cost constraints and evidence freshness. Includes a decision core and simulator; router adapters remain future work.

REMORA is research/shadow-mode software. Each project documents its own scope and limitations; the portfolio makes no claim of production certification or universal agent safety.

Inspect the evidence

Three useful starting points:

For a longer read, see the REMORA paper (PDF). The v0.11.0 release provides downloadable artifacts and checksums. AAE documents its separate pinned core and verification procedure.

How I work

I start with a bounded property, identify the evidence it needs and build a test that can expose a violation. Claims stay tied to revisions and explicit assumptions. When a result fails to support the claim, I narrow the claim or change the implementation.

My work spans Python, distributed systems, policy-as-code, identity and access controls, MCP/tool integration and network automation.

Work with me

Through Luftfiber, I am interested in engineering work on governed AI integrations, Python automation and reliable operational infrastructure. I also welcome independent replication, adversarial review and collaboration on executable conformance cases.

A useful starting point is a concrete workflow: which actions it needs, who can authorize them and how their effects can be checked.

Contact: support@luftfiber.no

Pinned Loading

  1. REMORA-research REMORA-research Public

    Policy-Gated Governance for Operational AI Agents

    Python 6

  2. assured-agent-execution assured-agent-execution Public

    Controlled execution for AI-agent tool calls. A reference runtime that routes every proposed tool call to ACCEPT, VERIFY, ABSTAIN or ESCALATE through a hash-pinned REMORA core, binds approval to th…

    Python

  3. agent-authority-conformance agent-authority-conformance Public

    A vendor-neutral vocabulary for evaluating authority and execution controls in agentic systems. Seven properties, never aggregated into a score.

    Python

  4. remora-security-operations remora-security-operations Public

    Governed security automation for detection, investigation and response: AI agents may propose actions, execution stays policy-constrained, scoped and verified. A REMORA reference profile.

    Python