PLATFORMS Signal 332
Slack adds AI-collaborative code channels with live diffs and HTML previews
Slack introduces persistent, project-specific channels where teams and AI agents jointly write, review, and approve code without leaving the workspace.
Engineers can now keep coding conversations, diffs, and live previews inside Slack instead of juggling separate IDEs, pull-request tools, and chat threads. The feature lowers context-switching but ties code collaboration to Slack’s permission model and AI-agent ecosystem.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
Code channels auto-archive on task completion and maintain an audit log of every change.
Agents from Anthropic, Cognition, Vercel, and GitHub integrate directly into the channels.
Live HTML previews and side-by-side diffs are visible to all channel members before code ships.
THE READ
What the cluster adds up to.
Slack Code creates a single persistent channel per coding task. Every participant, human or AI, sees the same conversation, diffs, and live previews. This collapses the usual loop of chat → IDE → PR → chat into one surface, reducing the number of tools engineers must monitor. The trade-off is that the entire workflow now lives inside Slack’s permission and retention policies, so teams lose fine-grained access controls they might have in GitHub or GitLab.
The feature is agent-agnostic but ships with tight integrations for Claude, Devin, Vercel Agent, and GitHub Copilot. Engineers can tag any supported agent to spin up a channel; the agent then posts code, diffs, and previews inline. Because the channels are project-specific, they avoid the noise of general-purpose threads, but they also fragment the codebase into many small, ephemeral channels that may be harder to search later.
Live HTML previews and side-by-side diffs are rendered directly in the channel, so reviewers can approve changes without pulling the branch locally. This speeds up small fixes but may not scale for complex frontend components that require full build pipelines or staging environments. The auto-archive feature keeps the workspace tidy, yet it also means that once a task is marked complete, the channel becomes read-only, limiting post-mortem edits or follow-up questions.
Written by elseif from the cluster below · checked for specifics the sources never containedTHE CLUSTER
↗