Slack Launches Slack Code to Host AI Coding Agents in Dedicated Project Channels

Slack has introduced Slack Code, a native environment that shifts AI-assisted software development out of private chat windows and into dedicated, collaborative workspace channels. Available immediately across all Slack subscription tiers, including free accounts, the feature enables engineering and product teams to summon autonomous coding agents directly into project-scoped spaces where teammates can monitor implementation progress, inspect code diffs, review live web previews, and control pro

2 min
Slack Launches Slack Code to Host AI Coding Agents in Dedicated Project Channels

Slack has introduced Slack Code, a native environment that shifts AI-assisted software development out of private chat windows and into dedicated, collaborative workspace channels. Available immediately across all Slack subscription tiers, including free accounts, the feature enables engineering and product teams to summon autonomous coding agents directly into project-scoped spaces where teammates can monitor implementation progress, inspect code diffs, review live web previews, and control production approvals.

The launch formalizes the interaction model between human developers and artificial intelligence agents, treating model runtimes as participatory team members rather than siloed command-line utilities.

Slack Code interactive workflow and agent orchestration

Ephemeral Project Channels and Human Control Gates

Under the Slack Code architecture, users trigger a coding agent by tagging an integrated model—such as Anthropic's Claude Code, Cognition's Devin, Vercel Agent, or GitHub Copilot—within an existing thread or channel. The agent initiates an isolated project channel designated specifically for the task, whether addressing a bug ticket, drafting a UI component, or refactoring an endpoint.

Within these dedicated channels, Slack provides specialized tool tabs tailored for developer collaboration:

  • Real-time diff auditing: Teammates can inspect file-by-file modifications as the agent writes code.
  • Live artifact rendering: Interactive previews allow teams to render HTML, CSS, and frontend outputs directly within the client interface.
  • Collaborative prompt steering: Multiple engineers can submit clarifications, feedback, and constraints that the model incorporates in subsequent iterations.
  • Mandatory approval checkpoints: Code cannot merge or deploy without explicit human sign-off from an authorized channel participant.
  • Automated lifecycle management: Once a task is completed and verified, the channel automatically archives itself while preserving an immutable audit log detailing every prompt, diff, and approval.

Platform Infrastructure and MCP Integration

The debut of Slack Code represents the operational culmination of Salesforce and Slack's multi-phase agent infrastructure buildout. In late 2025, Anthropic introduced a preliminary research integration enabling Claude Code to ingest Slack threads for context. That development was followed in early 2026 by the launch of Slack's Model Context Protocol (MCP) server and Real-Time Search API, which established permissioned boundaries for external agents querying workspace data.

With the recent general availability of the Slackbot MCP Client under Salesforce's Headless 360 platform, third-party agents can bidirectionally interface with connected enterprise systems, including Atlassian, GitHub, Box, and Notion. By anchoring the agent runtime to standard channel primitives rather than standalone web dashboards, Slack aims to centralize developer workflows where organizational communication already transpires.

Sources

Written by

More to read

  • Generalist AI Releases GEN-1.5: One-Shot In-Context Learning for Robotic Manipulation

    Robotics research startup Generalist AI announced GEN-1.5, an embodied foundation model capable of learning closed-loop physical manipulation tasks from a single demonstration without gradient updates or fine-tuning. The model adapts through in-context physical prompting, mirroring the few-shot learning dynamics originally identified in autoregressive language models. GEN-1.5 processes multimodal inputs including multi-view video, proprioceptive signals, sensor feeds, and natural language instr

    1 min
  • Micron Launches Micron Research Labs with $10B Commitment for AI Memory Architecture

    Micron Technology announced on August 20, 2026, the creation of Micron Research Labs, a domestic long-horizon research institution headquartered in Boise, Idaho. Backed by a planned $10 billion investment across the next decade, the entity is designed to conduct precompetitive semiconductor and architecture research positioned upstream of commercial fabrication roadmaps. The funding operates independently from the more than $250 billion in domestic manufacturing and commercial development that

    1 min
  • Query Transformation in Production RAG: Architecture, Latency Economics, and Retrieval Trade-Offs for HyDE, Multi-Query Expansion, and Step-Back Prompting

    Standard retrieval-augmented generation (RAG) architectures operate on a naive assumption: that the raw user query is suitable for direct retrieval against a vector database or lexical search index. In production, this assumption fails across significant query distributions. Raw user queries are frequently short (averaging 4 to 8 words), structurally underspecified, conversational, or laden with unresolved pronoun bindings. Conversely, indexed document chunks typically contain 256 to 1024 tokens

    1 min