Index
Journal & Field Notes

Technical Dispatches & Notes.

Atomic thoughts, architectural observations, daily learnings, and implementation snippets from developing autonomous agents and AI tooling.

Showing 4 of 4 Dispatches
ArchitectureSeptember 10, 2026

watchduck: Orchestrating MCP and agent concierges for Claude Code

When using Claude Code and autonomous agents across multiple workspaces, managing tool registration and context boundaries requires an active concierge. Designed watchduck to handle protocol dispatch, session monitoring, and real-time execution feedback seamlessly.

#MCP#ClaudeCode#TypeScript#AgentConcierge
Permalink
ObservationSeptember 4, 2026

lazyduck: Detecting and curtailing invisible AI token over-usage

Agent loops often suffer from silent context accumulation: redundant tool definitions, repeated file dumps, and runaway self-corrections. Built lazyduck to observe token growth trajectories in real time, alerting and throttling before costs compound exponentially.

#TokenOptimization#Python#Observability
Permalink