|
AI
SPOTLIGHT
Slack Turns Coding Into a Team Sport
Slack Code pulls AI coding agents out of private terminals and into shared channels where your whole team can watch, steer, and approve the work.
📖 6 minute read
|
|
|
Welcome Back,
For most teams, working with an AI coding agent still looks like one developer, one terminal, one private tab. The agent writes, the developer checks the diff, and everyone else finds out what shipped only after it's already live.
Slack wants to change that. On August 20, 2026, Salesforce's Slack unveiled Slack Code, a feature that brings software development out of private tabs and into the open, so teams and their agents can plan, write, and review together, according to Slack's own announcement.
Today we look at what a "code channel" actually is, how the workflow plays out from mention to ship, which AI agents are plugged in at launch, and why Salesforce is betting that building software shouldn't be a solo activity anymore.
|
📌 In Today's AI Spotlight
- What Slack Code is and how a "code channel" comes to life.
- The four tabs where agents publish plans, diffs, and previews.
- Which AI coding agents are live at launch, and which is coming soon.
- Why Salesforce is calling this the "multiplayer" era of AI coding.
- Our AI Spotlight take on whether this changes how non-engineers touch code.
|
💻 What Exactly Is Slack Code
Slack Code centers on a new kind of space called a code channel. Mention a coding agent on a complex project inside any conversation, and one spins up a dedicated channel around that specific task, pulling in anyone on the team, not just the person who kicked it off, according to Slack.
The channel then shapes itself around the work. Depending on the task, the agent builds out a code diff, a planning document, or a live HTML preview, so the format follows what the project actually needs rather than forcing everything into a single thread, per Slack's developer changelog.
Context carries forward automatically. A channel is created from an existing conversation, so agents and collaborators inherit whatever was already discussed instead of starting from a blank slate, as described in the same changelog.
Code channels bring software development out of private tabs, so teams and agents can write, review, and ship code together, in the open.
When the task wraps up, the channel archives itself automatically but stays searchable, functioning like an audit log the team can revisit later, according to Slack's product page.
|
Code channels are scoped to a single task, so the work stays contained instead of sprawling across a team's main channels.
|
🔍 How the Workflow Plays Out
The trigger is simple: someone has a bug report, a feature request, or a one-off task, like "update the pricing page copy" or "fix the null pointer in the checkout flow," and mentions a supported agent directly in a channel, thread, or DM, according to RejoiceHub.
From there, the agent creates a project-specific channel scoped to that task and pulls in relevant teammates, inheriting context from the triggering conversation so nobody has to re-explain the problem, per the same report.
Inside the session, work is split across dedicated tabs so nothing gets buried: a Conversation tab for the running back-and-forth, a Plan tab with an auto-generated task breakdown, a Code diffs tab showing old lines struck through beside new ones, and a Live preview tab running the actual HTML output, according to Eigent AI.
💡 AI Spotlight Take
The interesting shift isn't the agent itself, it's the audience. Slack Code assumes a PM or designer might want to watch a bug get fixed in real time, not just read a changelog after the fact.
That structure means the same review engineers already trust, line-by-line diffs, is now open to the whole channel. Teammates can join, review work, add context, and help make decisions, all while collaborating in the same session with the same artifacts, according to Slack.
|
|