Skip to content
View DariRinch's full-sized avatar
🎯
Focusing
🎯
Focusing
  • github.com/Fronesis-Labs
  • 05:26 (UTC +08:00)

Block or report DariRinch

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
DariRinch/README.md

Dari Rinch Β· KeyKeeper_42

Founder, Fronesis Labs β€” building deterministic audit infrastructure for agentic AI systems
(DCL Β· cryptographic verification Β· AI compliance)

AI Systems Architect Β· Siberia, Russia
Patent applicant (6 patent filings with Rospatent) Β· Independent researcher


What I'm Building

Most agentic systems trust their agents on the output alone.
I build the layer that checks whether the work was actually done.

Core thesis: An AI agent doesn't execute a task β€” it generates text that looks like execution. Without a deterministic verification layer, there is no difference between a completed task and a fabricated one.

This is not a model alignment problem. It is an architecture problem.

Deterministic Commitment Layer (DCL) addresses it by introducing three primitives:

  • Commitment Protocol β€” cryptographic binding to inputs and declared tool use before execution begins
  • Execution Trace Verification β€” independent signing of every tool call, decoupled from the agent's self-report
  • Cryptographic Audit Log β€” an immutable chain linking commitment β†’ trace β†’ result, replayable and tamper-evident

If you can't replay the execution, you can't audit it.
If you can't audit it, you can't deploy it in a regulated environment.


Open Repositories

Working implementation of the DCL evaluation pipeline:

  • Jupyter notebooks with end-to-end verification examples
  • FastAPI endpoints for commitment and trace verification
  • Docker containerization + CI/CD
  • Python Β· FastAPI Β· Docker Β· GitHub Actions

Intellectual Property

Six patent applications filed through Rospatent covering the DCL technology stack.
IP terms negotiated: core DCL architecture remains author's property under license.

Representative systems:

  • DCL core β€” deterministic commitment and trace verification protocol
  • Audit chain primitives β€” cryptographic log construction for multi-agent pipelines
  • Compliance adapter layer β€” mapping DCL outputs to FSTEK and regulated-industry requirements

Writing

  • Deterministic verification layer vs. fabricated execution in agentic systems

  • CVE-HUM trilogy (in progress) β€” applying cybersecurity frameworks to analyze civilizational vulnerabilities. First volume: No Threats Detected. Submitted to Zer0 Books, MIT Press.


Looking For

  • Pilot deployments β€” regulated industries where agent auditability is a hard requirement (finance, legal, government)
  • Standards discussion β€” researchers and architects working on deterministic governance or formal verification for AI
  • Whitepaper feedback β€” DCL full technical specification in preparation, early access on request

Connect


Verification is not a feature.
It is a precondition for deployment.
β€” Dari Rinch

Pinned Loading

  1. dcl-eval-pipeline-demo dcl-eval-pipeline-demo Public

    Evaluation pipeline for monitoring and auditing LLM agent behavior in multi-agent systems

    Jupyter Notebook 1