Unfortunately the page repeatedly crashed and reloads on my iPhone 13 mini until it gives up.
I'm also unable to load it in chrome on linux (wayland backend). Seems like some sort of GPU issue.
Show HN: Sculptor – A UI for Claude Code
41–50 of 92 posts
Re: Show HN: Sculptor – A UI for Claude Code
#42So... are we all just working on various ways of using Claude Code in docker with git worktrees? Is that like, the whole world's project this month? :-)
We've also shipped "suggestions" under beta (think CI pipelines for your parallel agents) which might feel a little different. The idea is to use LLMs and your regular coding tools (pytest, pyre, ...) to verify that the code produced by the agents is actually correct.
Re: Show HN: Sculptor – A UI for Claude Code
#43Re: Show HN: Sculptor – A UI for Claude Code
#44Based on vibekit (open source) ? "VibeKit is a safety layer for your coding agent. Run Claude Code, Gemini, Codex — or any coding agent — in a clean, isolated sandbox with sensitive data redaction and observability baked in." https://docs.vibekit.sh/cli
Re: Show HN: Sculptor – A UI for Claude Code
#45> Sculptor is free while we're in beta. Ok, and then what? Honest question.
Re: Show HN: Sculptor – A UI for Claude Code
#46Based on vibekit (open source) ? "VibeKit is a safety layer for your coding agent. Run Claude Code, Gemini, Codex — or any coding agent — in a clean, isolated sandbox with sensitive data redaction and observability baked in." https://docs.vibekit.sh/cli
Our approach is a bit more custom and deeply integrated with the coding agents (ex: we understand when the turn has finished and can snapshot the docker container, allowing rollbacks, etc)
We do also have a terminal though, so if you really wanted, I suppose you could run any text-based agent in there (although I've never tried that). Maybe we'll add better support for that as a feature someday :)
Re: Show HN: Sculptor – A UI for Claude Code
#47Re: Show HN: Sculptor – A UI for Claude Code
#48How does it compare with https://conductor.build/ ?
Containers also unlock a cool agent-switching workflow, Pairing Mode: https://loom.com/share/1b02a925be42431da1721597687f7065
Ultimately, our roadmaps are pretty different — we're focused ways to help you easily verify agent code, so that over time you can trust it more and work at a higher level.
Towards this, today we have a beta feature, Suggestions, that catches issues/bugs/times when Claude lies to you, as you're working. That'll get built out a lot over the next few months.