惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
博客园 - Franky
V
V2EX
Y
Y Combinator Blog
Google DeepMind News
Google DeepMind News
J
Java Code Geeks
T
The Blog of Author Tim Ferriss
罗磊的独立博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Jina AI
Jina AI
博客园 - 叶小钗
F
Fortinet All Blogs
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
A
About on SuperTechFans
M
MIT News - Artificial intelligence
云风的 BLOG
云风的 BLOG
Last Week in AI
Last Week in AI
D
Docker
博客园 - 【当耐特】
阮一峰的网络日志
阮一峰的网络日志

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
GitHub - MeherBhaskar/agent-rigor: A self-sufficient oper...
meherbhaskar · 2026-06-21 · via Hacker News - Newest: "AI"

Strict empirical discipline for your AI coding assistant.

License: MIT PRs Welcome Platform Agnostic

Stop watching your AI agent code itself into a corner. Give it discipline.

Agent Rigor Demo

Quickstart • Philosophy • Architecture • Supported Agents


🚀 Why Agent Rigor?

Most AI coding agents fail not because they lack intelligence, but because they lack discipline. When left to their own devices, they:

  • ❌ Skip planning and jump straight to implementation.
  • ❌ Write plausible-looking code that doesn't actually work.
  • ❌ Get trapped in "doom loops" (fix-forward spirals).
  • ❌ Forget what they learned between sessions (context amnesia).
  • ❌ Suffer from "context rot" by loading too many instructions at once.

Agent Rigor solves this. It provides a structured, multi-layer progressive disclosure framework: a set of mandatory protocols, verification gates, and anti-rationalization safeguards that force empirical discipline at every step.


🛡️ Core Philosophy

  1. Actionable Protocols: Every instruction is a verifiable step with exit criteria, not an essay.
  2. Empirical Sovereignty: Claims require evidence. "Seems right" is never sufficient.
  3. Atomic State Transitions: The codebase moves between known-good states. Broken states are never committed.
  4. Anti-Rationalization: Every skill actively anticipates and rebuts the excuses agents use to skip discipline.
  5. Progressive Disclosure: The agent reads only the files it needs for the current phase, saving tokens and preventing instruction neglect.

🏗️ Architecture

The system is organized into a robust 3-tier hierarchy using Progressive Disclosure to prevent context window collapse.

The 3-Tier Context Hierarchy

  1. L1: Apex Kernel (SYSTEM_CORE.md): Always-on routing and non-negotiable laws.
  2. L2: Phase Directors (00_PHASE_DIRECTOR.md): Just-in-time orchestration loaded only when entering a phase.
  3. L3: Skill Protocols (skills/*.md): Deep execution guidelines loaded only when requested by the Director.

The Operational Loop

graph TD
    A[Phase 1: Mission Synthesis] -->|PLAN.md| B(Phase 2: Execution Engine)
    B -->|Committed Code| C{Phase 3: Verification Matrix}
    C -->|CRITICAL Findings| B
    C -->|Zero Findings| D[Phase 4: Cognitive Persistence]
    D -->|Context Snapshot| A
    
    subgraph Phase 6: Adaptive Protocols
    Z[Self-Correction / Scope Defense / Consolidation]
    end
    
    B -.->|3-Strike Failure| Z
    Z -.->|Recovery| B
Loading

🛠️ The 6 Operational Phases

Phase Purpose Key Skills
01. Mission Synthesis Requirements & Planning Requirement Distillation, Strategic Decomposition
02. Execution Engine Implementation & Testing Convergent Iteration, State Checkpointing
03. Verification Matrix Quality & Review Gates Pentagonal Audit, Entropy Reduction
04. Cognitive Persistence Memory & Knowledge Context Lifecycle, Structural Cartography
05. Interface Protocols Safe Environment Interaction Bounded Observation, Semantic Navigation
06. Adaptive Protocols The Immune System Recursive Self-Correction, Scope Containment

⚡ Quickstart

Get Agent Rigor working in your project in under 2 minutes.

1. Bootstrap Your Project

Run the installation script in your project root:

curl -sSL https://raw.githubusercontent.com/MeherBhaskar/agent-rigor/main/install.sh | bash

(Alternatively, clone this repo into an .agents/ directory).

2. Tell Your Agent to Start

Simply prompt your agent with:

"I need to build [feature]. Read .agents/SYSTEM_CORE.md and begin Phase 1 (Mission Synthesis)."

The agent will automatically read the Phase 1 Director, create a PLAN.md, and orchestrate its own work through implementation, review, and context saving.


🤖 Supported Agents

Agent Rigor is pure markdown and platform-agnostic. It works natively with:

Agent / IDE Integration Method
Cursor Point to .agents/SYSTEM_CORE.md in your .cursorrules or .mdc files.
Claude Code Include a reference in your CLAUDE.md.
GitHub Copilot Reference in .github/copilot-instructions.md.
Gemini CLI / Antigravity Include in .agents/AGENTS.md.
Aider Pass via --read .agents/SYSTEM_CORE.md.

See the examples/ folder for ready-to-use configuration templates.


🤝 Contributing

We welcome contributions to make agents smarter and more disciplined! Please see our Contributing Guidelines to understand how to design skills that agents actually follow.


If this framework saves your agent from a doom loop, consider leaving a ⭐!