product updateReplit

Replit Agent 4 overhauls design, collaboration, and build workflows for product teams

TL;DR

Replit has released Agent 4, a major update that fundamentally restructures how product teams design, collaborate, and build. The release replaces Design Mode with an infinite Design Canvas, moves from fork-and-merge to shared real-time collaboration, and enables concurrent planning and execution.

3 min read
0

Replit has released Agent 4, a significant product update that restructures four core pillars of its building platform: design workflows, team collaboration, artifact scope, and development planning.

Design Canvas Replaces Standalone Design Mode

The most visible change is the replacement of Design Mode—a separate editor tab in Agent 3—with an always-available Design Canvas. The new canvas is an infinite board that displays two types of content side-by-side: interactive artifact previews (running versions of actual applications) and design mockups (lightweight visual prototypes for rapid exploration).

Unlike the previous Design Mode, which only supported web apps, the Design Canvas works with all artifact types: web apps, mobile apps, slide decks, and data visualizations. Users can resize frames, edit inline, change colors, and preview across mobile, tablet, and desktop sizes without triggering a full agent execution loop. When ready to move from exploration to implementation, users select a frame and ask the Agent to convert it into a working artifact.

Collaboration: From Fork-Merge to Shared Projects

Agent 4 eliminates the fork-and-merge collaboration model from Agent 3. Previously, each team member would fork the project into an isolated environment, work independently, and manually resolve merge conflicts when integrating changes.

The new system places all collaborators in a single shared project. Each team member creates their own chat thread as a personal planning space with the Agent, then dispatches tasks simultaneously with teammates. All tasks appear on a shared Kanban board with four columns: Drafts, Active, Ready, and Done. The Agent handles merge operations automatically—no manual conflict resolution required. Git tracking remains under the hood but is abstracted from the user experience.

Plan-While-Building Workflow

Agent 3 enforced sequential planning and execution: teams had to plan first, confirm the plan, then build. Agent 4 enables concurrent planning and building. Users can open a new chat to plan with the Agent while their main build continues running. New plans create tasks that execute in isolated environments (exact copies of the current project) and move through the Kanban board independently, never touching the main project until explicitly approved.

This concurrent execution is safe because tasks run in isolation. If two tasks modify the same files, the system flags the conflict and handles resolution through the Agent without manual intervention.

Expanded Artifact Support

Agent 3 required users to pre-select an artifact type before starting. Agent 4 removes this constraint. Users can describe what they need—slides, a website, a web app, or mobile app—and the Agent handles artifact creation. Multiple artifacts can be built in parallel within a single project. The platform also supports connecting external services (Linear, Slack, Notion, Google Sheets) and using the Agent to pull data across them.

Backward Compatibility

Existing Agent 3 projects remain fully functional. All Agent 4 features—Design Canvas, shared collaboration, and parallel task execution—are available in new projects. The multi-artifact-per-project feature is not yet compatible with legacy projects but is in development.

What This Means

Agent 4 shifts Replit's positioning from a solo-builder tool toward a team-based development platform. The elimination of fork-merge friction and introduction of real-time collaboration directly addresses a core pain point for distributed teams. The plan-while-building workflow reduces idle time and enables continuous progress on complex projects. However, the complexity of multi-threaded planning and concurrent task execution introduces new surface area for conflicts—though Replit claims the Agent handles these automatically. Whether this reduces or merely redistributes cognitive load for teams remains to be seen in practice.

Related Articles

product update

Google Gemini adds memory import feature to ease switching from ChatGPT, Claude

Google has launched a memory import feature for Gemini that lets users transfer their chat history, memories, and preferences from competing AI services like ChatGPT and Claude. The feature works by exporting conversation data and personal context from your existing AI service, then importing it into Gemini to enable faster personalization.

product update

Suno 5.5 adds voice cloning and custom models for personalized AI music generation

Suno has released version 5.5 of its AI music generator with three new features: Voices (record/upload your singing voice for AI songs), Custom Models (fine-tune the model on your music library), and My Taste (personalized genre/mood recommendations). The update is available to Pro and Premier subscribers.

product update

OpenAI adds plugins to Codex to compete with Claude Code's workflow automation

OpenAI is introducing plugins for Codex that bundle skills, integrations, and connectors into shareable workflow packages. The move directly addresses Claude Code's lead among developers and positions Codex beyond coding into broader agentic work platforms. Over 20 plugins are currently available, including integrations with Figma, Notion, Gmail, Slack, and Google Drive.

product update

Google lets users import chat histories and personal data into Gemini from competing chatbots

Google announced 'switching tools' that allow users to transfer chat histories and personal information directly into Gemini from competing chatbots like ChatGPT and Claude. The feature uses a prompt-based system for importing memories and accepts zip file uploads for chat logs. This move targets Gemini's lagging consumer adoption, which sits at 750 million monthly active users compared to ChatGPT's 900 million weekly active users.

Comments

Loading...