Symposium: Agents That Start Themselves
What happens when you take the human out of the agent loop. Building an autonomous issue-to-PR pipeline in Rust with MCP, fail-open design, and filesystem IPC.
What happens when you take the human out of the agent loop. Building an autonomous issue-to-PR pipeline in Rust with MCP, fail-open design, and filesystem IPC.
What I learned setting up a large-scale iOS codebase so that AI coding agents can work in it effectively, from hierarchical documentation to executable skills.
How we built a skill that lets AI coding agents verify their own iOS changes on a real simulator, with video recording and accessibility auditing.
Why wrapping your iOS build commands in a Makefile is the highest-leverage change you can make for AI coding agents.
What I learned building claude-deep-review, a code review skill that decomposes review into 15 specialized agents running in parallel.
What I learned building Claudio, a tool that runs multiple AI coding agents simultaneously using git worktrees