Notes

Start with the area you care about, then scan the latest notes inside it.

3 areas34 notes15 drops

Start here

Choose where to begin. OpenClaw is the broadest entry point.

Browse notes

Main reads come first, with related notes close behind.

OpenClaw6 reads

Source-code teardown, subsystem support notes, and the operator setup path.

More notes
RelatedSupportMar 05, 2026
The OpenClaw Heartbeat: Why the Agent That Schedules Its Own Future Is the One That Survives

Deep dive into OpenClaw's heartbeat and cron systems — the architecture that turns a reactive chatbot into an autonomous AI agent that wakes itself, schedules its own future, and improves while you sleep.

Read
RelatedSupportFeb 17, 2026
OpenClaw Gateway Architecture: Why Presence Beats Intelligence in AI Agent Design

Deep dive into OpenClaw gateway-first architecture — how a single WebSocket, channel plugin system, and block streaming engine let one AI agent show up everywhere.

Read
RelatedSupportFeb 10, 2026
OpenClaw Self-Modification: How AI Agents Rewrite Their Own Personality, Memory, and Tools

Deep dive into how OpenClaw agents modify their own personality files, create new skills, and drift into emergent behaviors — the architecture of AI self-modification.

Read
RelatedSupportApr 25, 2026
OpenClaw `HEARTBEAT.md` Example: Safe Defaults, Quiet Hours, and Real Templates

Copyable OpenClaw `HEARTBEAT.md` templates and the rules for quiet hours, `HEARTBEAT_OK`, and keeping heartbeat silent by default.

Read
RelatedSupportApr 25, 2026
OpenClaw Architecture Explained: Gateway, Sessions, Memory, and Tools

Skimmable OpenClaw system map covering the gateway, sessions, memory files, heartbeat and cron, and the execution layer from inbound message to action.

Read
RelatedSupportApr 25, 2026
OpenClaw Cron vs Heartbeat: When to Use Each Without Creating Noise

Practical OpenClaw scheduling guide: when heartbeat should batch recurring checks, when cron should own exact reminders, and how to avoid notification noise.

Read
Build AI Agent4 reads

The start-here tutorial lane for learning how to build an AI agent, with the first working agent tutorial first, the framework route second, and support notes after the route is chosen.

Start here
AI Agent Tools7 reads

Stack decisions, CLI workflows, and the tooling layer around production agent systems.

Start here
StartTutorialMar 08, 2026
How to Build CLI Tools That AI Agents Can Actually Use

I built datafast-cli and pointed an autonomous AI agent at it. 13 commands, 2 bugs found, and the 5 principles that make CLI tools genuinely useful as AI agent tools. If you're still choosing the broader first-agent path before the tooling layer, start at /build-ai-agent.

Read
RelatedSupportMar 13, 2026
SEO CLI for AI Developer Tools: SERPs, Audits, Handoffs

CLI-first SEO becomes one of the most practical ai developer tools when keywords, SERPs, audits, and ranks turn into machine-readable handoffs.

Read
RelatedSupportApr 28, 2026
The Coding Agent Harness Layer: How to Orchestrate Claude Code, Codex, Gemini CLI, and More Without Workflow Rot

A practical field guide to the layer above the coding agent: when to use native CLIs, when wrappers help, and when a full harness is worth the complexity.

Read
RelatedSupportApr 28, 2026
Cross-Agent Handoff: How to Move Work Between Coding Agents Without Losing Continuity

A practical field guide to cross-agent handoff: what belongs in the packet, when to resume instead of switch, and how to move work between coding agents without turning the workflow into mush.

Read
RelatedSupportApr 28, 2026
Coding Agent Wrappers: Convenience, Durability, and Policy Risk Without the Hype

A practical guide to coding agent wrappers: where they help, where they degrade workflow quality, and how to judge native CLI vs wrapper vs harness without policy melodrama.

Read
RelatedSupportApr 26, 2026
ClawSweeper Review: What It Actually Does

ClawSweeper is an AI repo-maintenance worker with typed decisions, durable artifacts, and a proposal/apply split. Here’s what it actually does and why the design matters.

Read
RelatedSupportApr 26, 2026
OpenAI Symphony Review: What It Actually Does

OpenAI Symphony is an issue-driven coding-agent orchestrator with repo-owned workflow contracts, reconciliation loops, and per-issue workspaces. Here’s what it actually does and what builders should steal.

Read
Elsewhere11 reads

Additional notes from the library.

MoreApr 15, 2026
Claude Managed Agents Review: What Anthropic Actually Ships

Claude Managed Agents gives Anthropic a hosted agent runtime with sessions, environments, and tools. Here’s what it actually ships, what it gets right, and what control you give up.

Read
MoreApr 04, 2026
How to Run Codex and Claude Code Through OpenClaw with ACP

A practical OpenClaw Codex guide for running Codex and Claude Code through ACP, with the real runtime boundary, thread workflow, permission caveats, and decision rule.

Read
MoreMar 21, 2026
What Karpathy’s autoresearch Actually Does

Karpathy’s autoresearch is a real autonomous experiment loop, but it is much narrower than the hype suggests. Here is what the repo actually does, what breaks when you generalize it, and the one pattern worth stealing.

Read
MoreMar 12, 2026
Claude Agent SDK Workspace: An Open-Source Multi-Workspace Agent Dev Environment (FastAPI + Vite)

A deep, command-level teardown of claudeagentsdk (#005): an open-source agent workspace built around the Anthropic Agent SDK, with a FastAPI backend, a Vite/React frontend, and an optional Vercel Sandbox runner for async, reproducible runs.

Read
MoreMar 11, 2026
Inbox to Execution: The Human + Agent Loop We Use to Ship Without Drift

A command-level teardown of the Starkslab inbox-to-execution loop: intake, triage, routing, artifact discipline, incidents, handoffs, metrics, and checklist controls.

Read
MoreMar 11, 2026
OpenClaw in the AI Developer Tools Stack: When to Use It and Why

A command-level, evidence-first teardown of where OpenClaw fits in an ai developer tools stack: architecture, workflows, incidents, throughput, and adoption boundaries.

Read
MoreMar 08, 2026
How to Build AI Agent Tools: A Revenue Data CLI from Scratch

I built trustmrr-cli — a TypeScript CLI giving AI agents access to verified revenue data for 4,900+ startups. Here's the architecture, the API workarounds, and why agent-native CLI tools are the missing layer.

Read
MoreMar 08, 2026
How to Build an AI Agent That Schedules X Posts

I built an X post scheduler from scratch — Express, Postgres, cron — and had an AI coding agent write most of it. Here's the architecture, the deployment, and why simple AI agent automation beats over-engineering.

Read
More
Untitled
Read
More
Untitled
Read
More
Untitled
Read
The Vault collects the deeper playbooks and tools behind these notes.