FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Original HTTPS Page]

Frontier-infra · GitHub

Frontier-infra

frontier-infra

Open-source primitives for AI-first applications.

We build the missing infrastructure layers between web applications and AI agents. Every project here is agentic-first — designed for a world where AI is a first-class consumer of software, not an afterthought bolted on top.


Projects

The harness, not the model. The prompt is the job ticket; The Machine is the operating system — durable state, a dumb deterministic driver, fresh workers, and verification against reality instead of self-report.

Everything else in the stack is a deployment of this pattern, or verifies against it. machine-driver and Conductor are its two reference drivers; Maintainer Gate Blueprint and Agent Control Plane build governance and proof on top of it.

python -m kit score <path-to-deployment-repo>   # dated, evidence-cited L0–L5 packet
python -m kit matrix                            # render the test matrix

Conformance is run, not asserted. A deployment earns a level — L0 Look-Alike through L5 Trusted Autonomy — via the kit; it doesn't claim one.

Read the spec

Producer-side rendering for AI agents. Like i18n, but the target locale is "agent."

Web apps already know their intent, their data, their permissions, and their affordances — then they throw it all away to render pixels. AVL flips this: every page ships a parallel agent-native view alongside the human HTML. Same data, same auth, different rendering target.

/dashboard        → human view (HTML)
/dashboard.agent  → agent view (text/agent-view)
npm install @frontier-infra/avl

MCP is the hands. AVL is the eyes.

Read the thesis · Read the spec · Get started

The rest of the stack

The Machine is the govern tier everything else plugs into. The rest of Frontier Infra covers declare, behave, enforce, operate, and prove — a full loop for reliable, long-running agent work:

  • AVL — Agent View Layer (declare) — a parallel agent-native view shipped alongside the human HTML for every page.
  • ADL — Agent Discipline Layer (behave) — layered guardrails plus a goal contract that Warden verifies against reality before a Claude Code session can end.
  • Proctor (enforce) — the machine-level engine behind ADL: makes an agent's "done" a verified fact instead of a claim.
  • machine-driver and Conductor (operate) — the two reference drivers for The Machine: one drives code work, the other drives multi-agent ops triage.
  • Maintainer Gate Blueprint (govern) — reusable ops model for repos where AI agents work in parallel: patrol loops, PR quality gates, machine-checkable handoffs.
  • Agent Control Plane / AAR (prove) — Agent Attestation Record: portable, signed, ground-truthed proof of what an agent actually did.
  • Roundtable (decide) — convene a council of frontier models — Grok, Codex/OpenAI, GLM, MiniMax, Claude, Gemini — from the CLI or any MCP harness.

See it all running together in stack-demo — a live board whose every claim links a cryptographic receipt you can verify yourself.


Philosophy

  • The agent is not a scraper. Applications should render for AI agents the same way they render for non-English speakers — with a parallel, first-class view owned by the producer, not reverse-engineered by the consumer.
  • Same session, different render. AI agents inherit existing human sessions. No new auth surface, no new API keys, no second permission model to maintain.
  • Ship small, compose well. Every package here is zero-dependency where possible, framework-agnostic at the core, with thin adapters for specific runtimes.
  • Start cheap, get value immediately. Conformance ramps (L0 → L3) let teams ship value in hours and expand incrementally.
  • Witness, don't trust self-report. Evidence comes from tool output and signed, checkable records — never from an agent's own account of itself.

From the Lab

frontier-infra is the open-source arm of Jason Brashear — 30+ years in infrastructure (Cisco CCIE, Red Hat CE, Dell, Apple, AMD), now building at the intersection of AI agents and web infrastructure.

Writing about the agentic-first future at Frontier Operations on Substack.

Related Projects

  • Argent OS — AI agent operating system. AVL is the substrate Argent OS uses to navigate any host application.
  • AInode.dev — AI-native development platform.

Get Involved

We're looking for early adopters, framework implementations, and real-world feedback.

  • Use AVL in your Next.js app and tell us what breaks
  • Build an adapter for SvelteKit, Remix, Nuxt, or Rails
  • Write an agent that consumes .agent URLs natively
  • Try the discipline layer — install ADL and Proctor in a Claude Code repo and see what they catch
  • Join the conversation in Discussions

Infrastructure for the agent-native web.

Pinned Loading

  1. avl avl Public

    Agent View Layer (AVL): producer-owned text/agent-view companions for AI agents, CMS plugins, and agent-ready web discovery.

    PHP 14 1

  2. adl adl Public

    Agent Discipline Layer (ADL) — keep a coding agent honest and make it prove its work: layered guardrails + a /goal contract Warden verifies against reality and signs. Claude Code today; Grok/Codex …

    Shell 2 2

  3. agentcontrolplane agentcontrolplane Public

    Agent Attestation Record (AAR): portable, signed, ground-truthed proof of what an agent actually did. The proof tier of agentcontrolplane.org — sibling to AVL.

    JavaScript 1

  4. frontier-sdk frontier-sdk Public

    Provider- and harness-neutral SDK protocols and conformance fixtures for governed agent applications

    JavaScript 2

  5. the-machine the-machine Public

    The Machine — reference architecture for reliable long-running applied intelligence. The conformance spec + an executable conformance kit. Sibling of AVL, AAR, Conductor, machine-driver.

    Python 1

  6. machine-driver machine-driver Public

    The dumb, tireless driver — Box 2 of The Machine. A deterministic, zero-token control loop that drives long-running code work to a verified definition of done. Code-work sibling of Conductor.

    Python

Repositories

Loading
Type
Select type
All Public Sources Forks Archived Mirrors Templates
Language
Select language
All JavaScript PHP Python Shell TypeScript
Sort
Select order
Last updated Name Stars
Showing 10 of 13 repositories
  • plugins Public

    Frontier Infra plugins for Claude Code and Cowork: design governed AI harnesses and audit them with checkable evidence

    frontier-infra/plugins's past year of commit activity
    TypeScript 0 0 0 0 Updated Aug 24, 2026
  • frontier-sdk Public

    Provider- and harness-neutral SDK protocols and conformance fixtures for governed agent applications

    frontier-infra/frontier-sdk's past year of commit activity
    JavaScript 2 MIT 0 0 0 Updated Aug 24, 2026
  • avl Public

    Agent View Layer (AVL): producer-owned text/agent-view companions for AI agents, CMS plugins, and agent-ready web discovery.

    frontier-infra/avl's past year of commit activity
    PHP 14 MIT 1 0 0 Updated Aug 6, 2026
  • agentcontrolplane Public

    Agent Attestation Record (AAR): portable, signed, ground-truthed proof of what an agent actually did. The proof tier of agentcontrolplane.org — sibling to AVL.

    frontier-infra/agentcontrolplane's past year of commit activity
    JavaScript 1 MIT 0 0 0 Updated Aug 6, 2026
  • the-machine Public

    The Machine — reference architecture for reliable long-running applied intelligence. The conformance spec + an executable conformance kit. Sibling of AVL, AAR, Conductor, machine-driver.

    frontier-infra/the-machine's past year of commit activity
    Python 1 MIT 0 0 0 Updated Aug 6, 2026
  • machine-driver Public

    The dumb, tireless driver — Box 2 of The Machine. A deterministic, zero-token control loop that drives long-running code work to a verified definition of done. Code-work sibling of Conductor.

    frontier-infra/machine-driver's past year of commit activity
    Python 0 MIT 0 0 0 Updated Aug 6, 2026
  • .github Public

    frontier-infra organization profile

    frontier-infra/.github's past year of commit activity
    0 0 0 0 Updated Jul 12, 2026
  • stack-demo Public

    The Workshop — Frontier Infra full-stack demo: a live board whose content is the stack's own receipts. Governed (Maintainer Gate Blueprint) · disciplined (ADL) · enforced (Proctor) · driven (machine-driver) · proven (signed AARs) · declared (AVL). A Frontier Infra project.

    frontier-infra/stack-demo's past year of commit activity
    JavaScript 0 0 0 0 Updated Jul 9, 2026
  • proctor Public

    Proctor — the enforcement engine of ADL (Agent Discipline Layer) for Claude Code: makes an agent's "done" a verified fact instead of a claim. A Frontier Infra project.

    frontier-infra/proctor's past year of commit activity
    Python 0 0 0 0 Updated Jul 9, 2026
  • adl Public

    Agent Discipline Layer (ADL) — keep a coding agent honest and make it prove its work: layered guardrails + a /goal contract Warden verifies against reality and signs. Claude Code today; Grok/Codex CLI/Pi planned. (formerly Claude Layers)

    frontier-infra/adl's past year of commit activity
    Shell 2 MIT 2 0 1 Updated Jul 9, 2026

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…


Back | FazBrowse Home | New Git URL