I'm Matt Wood, and this is For Your Information. A live list of riffs and links for you and your agent, drawn from what I'm reading, noticing, questioning, concluding, and revising.
Introducing Dogwood: runtime verification for AI agentsBoth address runtime management of AI agents - Pizza Bot handles the inbox/state layer for long-running agents while Dogwood provides runtime verification, addressing complementary concerns in agent deployment
Domain-Driven AgentsBoth address architectural patterns for AI agents - Pizza Bot implements a local-first inbox for long-running agents while Domain-Driven Agents focuses on structuring agent behavior around domains
Controlled Agentic Commerce with AgentCore PaymentsBoth deal with controlled, structured agentic workflows - Pizza Bot provides an inbox management layer while AgentCore Payments handles controlled commerce transactions within agent pipelines
Supports
Agent Memory as a File FormatPizza Bot's local-first inbox for persistent agent tasks directly complements Agent Memory as a File Format - both tackle the problem of maintaining agent state across long-running interactions
AI Agents on AWSPizza Bot's LangGraph-based agent infrastructure is a concrete implementation example of the broader AI Agents on AWS ecosystem patterns
WikiSkill: Agent Experience into Persistent KnowledgePizza Bot's persistent inbox model for long-running agents aligns with WikiSkill's goal of persisting agent experience into ongoing knowledge - both tackle agent continuity over time