GlitchOps Bot, an autonomous engineering agent
Engineering teams lose hours to interrupts: Sentry alerts nobody triages, questions that pull senior engineers out of focus, pull requests that wait days for review. I built an agent that absorbs much of that load, in daily production use across Slack, Sentry, and GitHub. It triages errors as they fire, answers engineering questions in Slack threads with real codebase context, and reviews pull requests.
Most of the design work went into making the autonomy trustworthy. The fix pipeline spawns coding agents (Claude Code or Codex CLI) in isolated git worktrees so nothing touches a shared checkout. A multi-pass self-review gate runs before a human sees anything, and the bot opens draft PRs that it reworks itself when reviewers request changes. The tool architecture is brain-agnostic: LLM backends sit behind one interface and can be swapped without a rewrite.