Back to browse
GitHub Repository

CORD — Constitutional AI safety engine for autonomous agents. Hard blocks, risk scoring, real-time audit. 482 tests.

4 starsJavaScript

Cord – Constitutional AI enforcement engine for autonomous agents

by Alexpinkone·Feb 24, 2026·2 points·1 comment

AI Analysis

●●SolidBig BrainSolve My Problem

Wire-protocol middleware for LLM safety, but constitutional AI has dozens of frameworks.

Strengths
  • Zero-code wrapping of OpenAI/Anthropic clients means trivial integration into existing agents.
  • Hard blocks bypass scoring—violations fail closed regardless of context or weighting.
  • 252 tests and tamper-evident audit trail with plain-English explanations for every decision.
Weaknesses
  • Constitutional framework is hand-authored rules, not learned—limited by human foresight of threats.
  • No evidence this catches novel attack patterns better than model-native safeguards (Claude's constitution, GPT-4's training).
Category
Target Audience

AI engineers building autonomous agents, MLOps teams deploying language models

Similar To

Anthropic Constitutional AI · OpenAI Moderation API · Guardrails AI

Similar Projects

Security●●Solid

Sanna – Enforce AI agent constitutions with cryptographic receipts

Governance rules live in version-controlled YAML and can be applied either by decorating functions with @sanna_observe or by dropping a gateway between an MCP client and downstream tools. It emits portable Ed25519-signed receipts you can persist and verify, which is a neat, practical way to build an auditable trail — the tough part will be ecosystem adoption around MCP and agent integrations.

Big BrainNiche Gem
nicallen
113mo ago

Taking a shart at the first programming language designed for AI agents

The README actually lays down concrete design choices: four cell types (Transformer, Reactor, Keeper, Channel), a Universal Contract with Intent Ledgers, and Merkle-based signatures plus a constitutional validator. Interesting on paper, but the repo looks embryonic — the quickstart is truncated, there are no releases or demos, and the bold architectural claims outpace the visible implementation.

Bold BetRabbit Hole
haltcatchwater
203mo ago
Developer Tools●●Solid

Core – Constitutional governance runtime for AI coding agents

Constitutional enforcement blocks AI agent violations at runtime, but unclear if practical for most teams.

Big BrainBold Bet
DNewecki
123mo ago