Live data from Hacker News

Show HN: Sculptor – A UI for Claude Code

imbue.com

41–50 of 92 posts

Re: Show HN: Sculptor – A UI for Claude Code

#41

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.

Same. Chrome on Manjaro with Wayland, just crashes.

Re: Show HN: Sculptor – A UI for Claude Code

#42
post #15

So... 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? :-)

haha honestly a little bit ya. One key thing we've learned from working on this is that lowering the barrier to working in parallel is key. Making it easy to merge, context switching, etc are all important as you try to parallelize things. I'm pretty excited about "pairing mode" for this reason as it mirrors an agents branch locally so you can make your own edits quickly and test changes.

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

#43

Earlier quoted context omitted.

I'm also unable to load it in chrome on linux (wayland backend). Seems like some sort of GPU issue.

Same. Chrome on Manjaro with Wayland, just crashes.

hmm not ideal -- will try and take a look and see whats going wrong

Re: Show HN: Sculptor – A UI for Claude Code

#44

Based 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

nope but vibekit looks interesting -- will take a look

Re: Show HN: Sculptor – A UI for Claude Code

#46

Based 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

Nope, not based on vibekit, but it looks like a cool project!

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

#48

How does it compare with https://conductor.build/ ?

Great question! Agents in Sculptor run in containers vs. locally on your machine, so they can all execute code simultaneously (and won't destroy your machine).

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.

Re: Show HN: Sculptor – A UI for Claude Code

#49

Earlier quoted context omitted.

I'm also unable to load it in chrome on linux (wayland backend). Seems like some sort of GPU issue.

Same. Chrome on Manjaro with Wayland, just crashes.

more info on setup, if you can: are you using a non-intel GPU for rendering?
Post reply on HN