CommCopilot
In developmentAn AI chief of staff for engineering communication
It attends your work conversations for you, investigates what matters, and interrupts you only when needed.
CommCopilot watches Slack channels and threads, triages every conversation, and — when a message implies your code might be affected — dispatches a coding agent against a read-only checkout of your repository. You get a decision-ready package instead of a ping: what changed, whether you're actually affected, the likely fix, and a draft reply in your voice.
- Always-on triage: IGNORE · FYI · CONTEXT · ACTION · REPLY · URGENT
- Autonomous repository investigation by a sandboxed coding agent
- Evidence validated against git — unverified claims are labelled, never trusted
- Interrupt budget with a twice-daily digest for everything else
- Suggested replies drafted in your own writing style
How it works
- 1
Listen
Watches the channels, DMs and threads you scope it to. No prompting.
- 2
Understand
Classifies every conversation window with a cheap model; deterministic rules score it.
- 3
Investigate
Dispatches a sandboxed coding agent against a read-only checkout when your code might be affected.
- 4
Decide
Applies an interrupt budget: silent, digest, notify or urgent.
- 5
Notify
Delivers a decision-ready package with verified evidence and a draft reply.
Under the hood
A multi-model pipeline via OpenRouter — a cheap classifier tier, a frontier reasoning tier running a bounded tool loop, and headless coding agents. Replay-based evals on labelled conversations gate every prompt and model change.