Tag:ipc
All the posts with the tag "ipc".
Skill to Binary: Debugging agent-doc Live — 6-Part Mini-Series

A 7.5-hour live coding mini-series documenting the migration of agent-doc's boundary management from the Claude Code skill into deterministic binary/plugin code — and the cascade of bugs discovered along the way.
Ep1: The CRDT Ordering Bug — Skill to Binary Series

CRDT merge preserves data but not semantic ordering. Debugging how user prompts end up below agent responses, discovering IPC caching as the root cause, and a philosophical detour about 'vibe coder' labels.
Ep2: The Snowball Bug — Skill to Binary Series

Moving boundary management into the binary reveals a cascading corruption bug. Conditional reinsertion causes each cycle to perpetuate a missing boundary. Also: AI agents as probabilistic algorithms and context window optimization.
Ep4: IPC Timeout Deep Dive — Skill to Binary Series

Why does the boundary reposition time out? Debugging the IPC layer between agent-doc and the JetBrains plugin, CRDT vs semantic ordering, and the argument for file descriptors over polling.
Ep5: Preflight & Browser Extension — Skill to Binary Series

YouTube comment automation research, designing the preflight command, fixing the IPC boundary reposition bug, and planning a browser extension for platform automation.