← All IntelClip / AI AgentsTurn every human interface into an agent interface
From Multiplayer agentic engineering — Arjun Singh, Superconductor · ≈2:58
“So, what we really wanted was to be able to work with the same session from every relevant interface.”
“Cuz now we've taken it from trapped on somebody's laptop to kind of trapped in Slack.”
“And the important thing here is the exact same agent session.”
What’s in it
- Explains why coding agents stuck on Slack or laptop aren't enough
- Shows the fix: one agent session across Slack, app, GitHub
- Describes a real workflow moving a single session between interfaces
Clip transcript
effectively. So, the next one is to turn every human interface into an agent and human interface. So, you know, typically when people are working with coding agents, they're on their laptop, kind of stuck on that laptop. Nobody else can talk to that agent. So, the first place people go to kind of expose more interfaces for them is Slack. Cloud has a Slack bot. Coda has a Slack bot. We have a Slack bot. It's really cool. You can say, "Hey, Coda bot, do XYZ." It does it. Somebody else can talk to it. But it's not enough. Cuz now we've taken it from trapped on somebody's laptop to kind of trapped in Slack. And a lot of work happened in Slack, so that's better than than than nothing, but certainly not all work happens in Slack. So, what we really wanted was to be able to work with the same session from every relevant interface. Could be Slack, could be our app, could be GitHub, could be elsewhere. And so, one possible flow is you start and collaborate on a session in Slack. And then maybe you continue in a kind of more engineer-focused environment in the desktop app or the mobile app. And then, you can finish it up in GitHub. And the important thing here is the exact same agent session. So, it's like the agent didn't forget what you did in one place in Slack when you go and talk to it from GitHub, it's the same session. It's got the same context.
Comments
Sign in to comment.
Loading comments…