2 min lesson
Mode one: drop a Slack thread into a fresh agent
Take "Mode one: drop a Slack thread into a fresh agent" step by step, then finish with the result that proves it worked.
Step 1 of 2
Mode one: drop a Slack thread into a fresh agentthe billing investigation that took a day
A finance teammate flagged a self-serve account with ten stacked unpaid invoices - the product should have blocked the account after the first non-payment, and didn't. The whole investigation was one move: open a new agent, paste the raw Slack thread, hit go. Nothing else. With the GitHub repo open and Databricks, Slack and Notion wired in over MCPModel Context Protocol. A standard that lets an AI agent pull in context from outside the repo, like Jira tickets or internal docs. Press Enter for the full definition., the agent reasoned across every system, built its own to-do list, and worked the problem end to end.
- 1Paste the raw thread. Open a fresh agent and drop the unedited Slack thread in as the prompt. No cleanup, no framing.
- 2Let it discover the code. The agent searches the repo live and locates the exact function that should have gated the account after the first unpaid invoice. You don't need to know the codebase yourself.
- 3Validate against the customer. It checks the failure against that specific account in the warehouse, confirming the bug reproduced for them.
- 4Quantify the blast radiusHow much breaks if a change goes wrong; the scope of potential damage. Press Enter for the full definition.. It summarizes every impacted team - open invoice counts, total exposure, and the top ten customers by open value.
- 5Propose the fix and file it. It drafts the code fix and a Linear bug report so eng can pick it up.
An order-to-cash investigation that normally means a day of digging plus eng triage collapsed into a single chat. You aren't expected to know where the gating logic lives; the agent finds the files for you.
"Typically, this sort of investigation might take you a day... And so, we've been able to do all of that in the space of, 5 to 10 minutes."