Sculptor is a coding agent environment from Imbue that embeds software engineering practices into an AI-augmented development workflow; it runs your code in sandboxed containers, spots issues (e.g., missing tests, style violations, memory leaks, race conditions), and proposes fixes that you can review and merge. You can launch multiple agents in parallel, each operating in its isolated container, and use “Pairing Mode” to sync an agent’s branch into your local IDE for testing, editing, or collaboration. Changes go back and forth in real time. Sculptor also supports merging agent outputs while flagging and resolving conflicts, and includes a Suggestions feature (beta) to surface improvements or catch problematic agent behavior. It preserves full session context (code, plans, chats, tool calls) so you can revisit prior states, fork agents, and continue work across sessions.