GraphARC: Deterministic Admission Gates for Agent Graph Topologies
Desperate-Ad-9679 · reddit · 2026-08-06
A developer open-sourced GraphARC, an orchestration tool that introduces an 'admission gate' mechanism for AI agent graphs. It allows models to propose their own execution topologies, which must pass a deterministic checker before any actual execution occurs.
Core Mechanics & Highlights:
- Multi-check Gate: The checker validates registry, policy, budget, depth, and acyclicity. The model receives a complete list of objection reasons rather than failing on the first error.
- Refusals as a Feature: Using a dangerous prompt (forcing a deployment rollback), a local 8B model was blocked by policy in the first two rounds. On the third try, it abandoned the rollback and proposed a read-only investigation, which was admitted. Zero dangerous actions were executed, with a full audit trail.
- Dynamic Topology: Models can dynamically generate complex graph structures (e.g., a 16-node parallel investigation branch) that execute within 22 seconds.
- Append-only Tracing: All state reads/writes are based on a single append-only JSONL file, ensuring the live dashboard perfectly matches the audit trail. It supports pre-run cost estimation and per-node billing.
Built on LangGraph, the tool is compatible with Ollama, OpenRouter, and other backends.
Related event: GraphARC Open Source: Deterministic Interception for Agent Workflows(4 posts)→
More from coding & agent
- Solving Tool Overload in AI Agents: Skill-Aware Decomposition — bendee983 · 2026-08-06
- MemoryPlugin Launches Mac Sync App, Unifying Memory for Claude Code and Other Coding Agents — testingcatalog · 2026-08-06
- MemoryPlugin Launches macOS App to Sync Local Coding Agent Chats — testingcatalog · 2026-08-06
- AI Vulnerability Scanning Reshapes Security: Bug Bounty Prices Drop as SDLC Integrates AI — philvenables · 2026-08-06
- Scale AI Launches Muse Code, Its First Coding Agent in Beta — parth007_96 · 2026-08-06
- Snorkel AI proposes milestone-based evaluation to pinpoint long-horizon agent bottlenecks — ajratner · 2026-08-06