2
6 Comments

the line I drew when an AI moved into slack 24/7

the one config decision that matters with an always-on AI isn't what it can do, it's where noticing turns into acting. flag-only, follow-up, or autonomous write. pick that line on purpose or inherit whatever the default was.

an AI took up permanent residence in a Slack channel yesterday. one per channel, watches threads, can act on connected tools without being asked. and the thing I noticed working with agents all year is that the always-on ones break your intuitions. a tool you invoke has a human on both ends of every call. an ambient one fires on its own - the invoke step is gone, sometimes the read step too.

so I stopped asking "what can it do" and started writing one sentence per agent: it may notice X, act up to Y, past Y I'm in the loop. that sentence is the whole governance model. everything else is config.

what's the first action you'd actually let an always-on agent take without you reading it first?

on June 24, 2026
  1. 1

    this is pretty much why we built huddle to only ever act on @mention, never on its own. the second an ambient agent does something nobody asked for, trust drops fast even if the action itself was harmless. have you thought about making that line configurable per channel, or keeping it as one global rule?

  2. 1

    "The ones I turned off were always the ones with fuzzy scope"; that's the single most honest metric I've heard for whether scope definition actually worked. If you can't explain the edge, the agent shouldn't run. Most teams learn this backward: they deploy first, find the edge when it hurts.

  3. 1

    The flag-only vs autonomous distinction is something most teams skip until they get burned. Ive seen teams that set tight constraints early actually trust their agents more over time because they know exactly where the edge is. Narrow the scope aggressively, let the agent run inside it. Has the constraint-first approach slowed adoption at all or does the clarity make up for the initial friction?

    1. 1

      yeah that trust-over-time piece is real. the agents I let run longest are the ones with the clearest edge. I know what they won't do, so I stop watching. the ones I've turned off were always the ones with fuzzy scope.

  4. 1

    Really interesting approach to agent governance - defining constraints first instead of capability-first thinking. I've found the same with tool selection at scale: the clearest wins come from setting explicit boundaries (only in this channel, must flag before acting), not from maximizing what the tool can do. Did you find teams naturally gravitated toward your constraint model, or did it take enforcement to stick?

    1. 1

      honestly took some nudging at first - not policy enforcement, more like I kept explaining why the constraint existed. the click happened when the agent nearly sent an update to the wrong person and the flag caught it. after that they didn't need convincing