Building a "Company Brain" for ops that turns messy Slack approvals into automated actions. Would you use this?
Hey everyone,
I’ve been talking to a few mid-market e-commerce and B2B SaaS founders recently, and I noticed a huge, recurring operational nightmare.
Every company has Standard Operating Procedures (SOPs). They live statically in Notion or PDFs. But in reality, nobody actually follows them perfectly because edge cases happen constantly.
For example: A package is delayed by 4 days. The static SOP says "No refunds after shipping." But last week on Slack, a manager approved a $20 voucher for a VIP customer facing the exact same issue. The support agents have to constantly dig through old Slack threads, pins, and emails just to answer: "How did we handle this exception last time?"
Standard AI chatbots/RAG fail here completely. They just read the static text, but they can't map out the non-linear human decision-making history or institutional memory.
I’m currently validating an idea called SOP-Flow AI to solve this.
How it works under the hood: Instead of just reading a static handbook, it ingests your documentation plus your live dynamic channels (like Slack approval channels). It cleans out the noise (memes, bot alerts) and builds a live "decision graph."
When a ticket comes in:
- It runs a stateful multi-agent workflow in the background.
- It cross-references the strict policy with historical manager approvals.
- It drafts the exact programmatic action schema (e.g., issue $20 voucher, update address).
- Human-in-the-loop: If the AI's confidence score is low (less than 85%), it doesn't auto-send. It surfaces the drafted action to a human agent on a clean dashboard to approve/reject with one click.
We are backing this with a robust engineering stack (Express + BullMQ for handling high-volume webhook spikes safely, and single PostgreSQL with Row-Level Security so no tenant data ever leaks).
My questions for the community:
- For founders/ops managers: Does your team actually waste time hunting down "how did we handle this last time" exceptions, or is this a solved problem for you?
- If an AI could auto-draft these complex resolutions with 100% data isolation and a human-in-the-loop safety net, would you trust it in your workflow?
- What integrations would be absolute dealbreakers for you? (Shopify, Intercom, Slack, Zendesk?)
I'm not going to write a single line of production code until I validate whether this is a real burning pain point or just a "nice-to-have" feature. Would love some brutal, honest feedback. Thanks!