Back to browse
Agent Kernel – 3 MD files that turn any AI into a self-aware Agent

Agent Kernel – 3 MD files that turn any AI into a self-aware Agent

by obilgic·Mar 27, 2026·2 points·0 comments

AI Analysis

●●●BangerBig BrainCozyZero to One

Uses AGENTS.md convention to give agents memory with zero infrastructure overhead.

Strengths
  • Leverages existing AGENTS.md convention agents already read—no new tooling required.
  • Append-only notes/ and mutable knowledge/ separate narrative from state cleanly.
  • Each agent is its own git repo, enabling multiple specialized agents effortlessly.
Weaknesses
  • Only works with agents that read AGENTS.md—excludes many commercial tools.
  • No built-in conflict resolution when multiple sessions modify knowledge files.
Target Audience

Developers using AI coding agents like Cursor, Claude Code, or Windsurf

Similar To

Mem0 · LangChain Memory · CrewAI Memory

Similar Projects