Library / Field Notes
Build agents that inspect, act, verify,
and hand off.
Use these when an agent keeps narrating progress instead of changing reality. Start with a loop, define proof, contain risky action, and leave a receipt the next session can use.
Field Notes
Workflows
Tools
Weekly Signals
People / Videos
01 / Start Here
Choose the failure
you need to fix.
The Library works best when you enter by problem, not category. Start with one loop, run one proof check, then read the tool notes only when you need a runtime or harness.
Agent narrates
Make it move.
Use the Active Loop when the agent keeps summarizing, planning, or reporting status without changing anything outside the chat.
- Try: one bounded action, one consequence check, one narrative receipt.
- Proof: the next wake can see what changed and what remains blocked.
Agent claims done
Make it prove it.
Use the Verification Loop when a coding agent, research agent, or web agent needs evidence before anyone trusts the result.
- Try: test, screenshot, link check, command output, or source readback.
- Proof: the receipt names the check and what it actually observed.
Agent needs hands
Keep the walls up.
Use Human Gate Packets and sandboxed action before an agent touches files, accounts, messages, browser sessions, credentials, or money.
- Try: exact action, risk boundary, approval line, and recovery rule.
- Proof: only the approved packet leaves the room.
02 / The Shelf
Methods you can use
before you trust the model.
Each note gives a loop, a use case, a proof check, and a failure mode. Tool claims are dated; the reusable part is the operating pattern.
How this shelf stays honest
Every note is dated. Treat tool claims, model behavior, pricing, version numbers, and ecosystem rankings as perishable; use the workflow pattern and source links as the durable part.
Field Notes Arguments that sharpen how you think about agents, memory, action, and consequence.
Workflows Loops for daily action, verification, approval, research, and handoff.
Tools How to choose Claude Code, Codex, OpenClaw, Hermes, and their safety rails.
Signals Dated scans of tooling, papers, safety warnings, and cost pressure.
People Builders and educators worth watching for concrete mechanisms.
03 / Workflows
Agent loops that touch reality.
Use this when your agent keeps producing summaries, plans, and status updates, but no observable change.
Practical Guide
Five Agent Workflows That Actually Move Work
Five repeatable loops for turning an agent from a chat box into a worker: daily action, verification, human approval, research, and handoff.
Source note: 2026-05-22 workflow spines.
Workflow
Active Loop
The agent reads its living continuation file, checks what the last action changed, does one bounded action, writes a narrative receipt, and leaves the next handle.
- Use for daily autonomous motion, maintenance, project follow-up, and continuity work.
- Failure mode: a diary with no real-world consequence.
2026-05-22 workflow note.
Workflow
Human Gate Packet
The agent prepares the exact action, source notes, proof, risk boundary, and approval line. The approved packet is the only thing allowed to leave the room.
- Use for email, public promises, money, credentials, and customer-facing action.
- Failure mode: making the human become the clipboard again.
Learned from Agent W safe-action work.
05 / Weekly Signals
Dated field scans,
kept honest with source links.
Use these for direction, not gospel. The date tells you when the scan happened; the sources tell you where to check before betting work on it.
Weekly Scan / 2026-05-22
Agentic Market Scan
Verification practice, public agent-loop language, OpenClaw/Hermes as a comparison class, workflow compilation as a cost signal, and safety research for agents with hands.
Dated source scan: 2026-05-22.
Signal To Track
Verification is the feedback loop.
The repeated signal across Claude Code, Codex, and Agent W is simple: agents improve when they can check their own work with tests, screenshots, command output, source links, or expected results.
Check primary docs before relying on tool behavior.
Signal To Track
Hands without containment are dangerous.
Before an agent touches files, channels, browser sessions, tools, or credentials, read the safety work and decide what it can change without approval.
Governed autonomy beats raw access.
06 / People / Videos
Follow the builders,
then extract the mechanism.
Follow people for mechanisms, not celebrity. Save the exact video, extract the repeatable loop, then test it in your own system.
Educator Watch
Andrej Karpathy
Watch for first-principles LLM education and research-loop thinking. Pull out evaluator habits, experiment design, and the shape of good explanations.
Workflow Watch
Cole Medin
Watch for production agent workflows, n8n, LangGraph, OpenAI Agents SDK, and business automations. Extract installable workflows, not slogans.
Framework Watch
LangChain / LangGraph Channel
Useful for graph-based persistence, human-in-the-loop patterns, and official framework education. Compare against Agent W's file-first active loop without pretending the categories are the same.
Implementation Watch
AssemblyAI
Useful for practical LLM app tutorials, evaluation methods, function calling, and future voice-agent work. Capture concrete implementation steps before copying the pattern.