Even design wise this looks virtually identical to https://terragonlabs.com/
Show HN: Sculptor – A UI for Claude Code
21–30 of 92 posts
Re: Show HN: Sculptor – A UI for Claude Code
#22Re: Show HN: Sculptor – A UI for Claude Code
#23Even design wise this looks virtually identical to https://terragonlabs.com/
Re: Show HN: Sculptor – A UI for Claude Code
#24Wasn't imbue training models for coding having raised a huge fund? Is this a pivot?
This is from our fundraising post 2 years ago:
> Our goal remains the same: to build practical AI agents that can accomplish larger goals and safely work for us in the real world. To do this, we train foundation models optimized for reasoning. Today, we apply our models to develop agents that we can find useful internally, starting with agents that code. Ultimately, we hope to release systems that enable anyone to build robust, custom AI agents that put the productive power of AI at everyone’s fingertips.
- https://imbue.com/company/introducing-imbue/
We have trained a bunch of our own models since then, and are excited to say more about that in the future (but it's not the focus of this release)
Re: Show HN: Sculptor – A UI for Claude Code
#25Unfortunately the page repeatedly crashed and reloads on my iPhone 13 mini until it gives up.
Re: Show HN: Sculptor – A UI for Claude Code
#26got to try this a bit and really liked the UI! It felt very transparent and understandable even for someone without a coding background
Please feel free to join discord if you run into any bugs or have any issues at all, we're happy to help: https://discord.gg/sBAVvHPUTE
Suggestions welcome too!
Re: Show HN: Sculptor – A UI for Claude Code
#27In general I'm not even sure if the extra cognitive overload of agent multiplexing would save me time in the long run. I think I still prefer to work on one task at a time for the sake of quality and thoroughness.
However the feature I was most looking forward to is a mobile integration to check the agent status while away from keyboard, from my phone.
Re: Show HN: Sculptor – A UI for Claude Code
#28Re: Show HN: Sculptor – A UI for Claude Code
#29Re: Show HN: Sculptor – A UI for Claude Code
#30It'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…
under sculptor, claude code CAN execute tests by itself when not paired. that will also work for non-dockerized applications.
sharing a postgres across containers may require a bit of manual tweaking, but we support the devcontainer spec, so if you can configure e.g. your network appropriately that way, you can use a shared database as you like!
regarding multiplexing: the cognitive overhead is real. we are investigating mechanisms for reducing it. more on that later.
regarding mobile integration: we also want that! more on that later.