Live data from Hacker News

Show HN: Sculptor – A UI for Claude Code

imbue.com

71–80 of 92 posts

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

#71

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

It might be possible to ask claude to write a claude code hook to take a docker snapshot after each finished answer with vibekit to avoid deeply integrating with another third party.

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

#72
This looks really good! Would immediately use it if it worked with Opencode. Qwen, GLM and Kimi are so fast and good nowadays that for many tasks they're the quicker option, while being much cheaper at the same time. Claude Code runs into limits below the $200 tier, and GPT-5 while great and cheaper can be really slow.

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

#73
post #72

This looks really good! Would immediately use it if it worked with Opencode. Qwen, GLM and Kimi are so fast and good nowadays that for many tasks they're the quicker option, while being much cheaper at the same time. Claude Code runs into limits below the $200 tier, and GPT-5 while great and cheaper can be really slow.

Yea generally I find GPT 5 does better at reasoning but holy moly even in medium mode the thing can take minutes to come back with a response

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

#76
post #27

It's not clear to me what a "container" and "pairing" is in this context. What if my application is not dockerized? Can Claude Code execute tests by itself in the context of the container when not paired? This requires all the dependencies, database, etc. - do they all share the same database? Running full containerized applications with many versions of Postgres at the same time sounds very heavy for a dev laptop. B…

You can use git worktree to work in parallel in multiple terminal tabs. It does give a higher cognitive load.

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

#78
post #49

Earlier quoted context omitted.

Same. Chrome on Manjaro with Wayland, just crashes.

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

nvidia GPU for me with hardware acceleration enabled (required some command-line flags passed to chrome to get it working on wayland):

    google-chrome-stable --enable-gpu --ozone-platform=wayland --enable-features=UseOzonePlatform,WaylandLinuxDrmSyncobj
Post reply on HN