Viewing profile — thejash
thejash
HN member- Joined
- Tue, Oct 07, 2008, 2:36 PM UTC
- HN karma
- 460
- Public activity
- 180 items
- HN profile
- View on Hacker News ↗
About thejash
joshalbrecht@gmail.com
Recent public activity
- comment
- story
- story
-
comment
Comment #47663793
These are real problems, and I think you nailed it: the concentration of power is the core issue. I don't have a simple, perfect solution. We're just trying to make it possible for…
-
comment
Comment #47650237
(author here) I strongly agree that these systems start to break down once the code base gets larger (we've seen that with our own projects) But our reaction to it has been to say …
-
comment
Comment #47650191
(author here) I agree that it's super important to understand what software actually does--that's part of the whole reason we made mngr in the first place! I believe we can use the…
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #45519339
Since Sculptor allows you to use custom docker containers (devcontainers), you can check out the other projects in there. Then your primary project (from Sculptor's perspective) is…
-
comment
Comment #45440997
It actually originally worked that way, and you can still mostly kinda use it that way (except that, because of CSRF protection, it's obnoxious -- run the program once to figure ou…
-
comment
Comment #45437332
We have some docs here: https://github.com/imbue-ai/sculptor If you have any specific questions that aren't covered there, please let us know in Discord!
-
comment
Comment #45437281
Yup -- electron app, typescript / react on the front end, python on the backend
-
comment
Comment #45432922
I haven't tried it, but it might work if you set the env var yourself (I think you can create a `.env` file in `~/.sculptor/.env` and it will be injected into the environment for t…
-
comment
Comment #45432900
Definitely! I'm very excited to get in support both for other coding agents, and for as many language models (and providers) as we can. Eventually what we want is for the whole thi…
-
comment
Comment #45428695
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 fi…
-
comment
Comment #45428512
Replying to each piece: > What if my application is not dockerized? Then claude runs in a container created from our default image, and any code it executes will run in that contai…
-
comment
Comment #45428255
Thanks! 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!
-
comment
Comment #45428216
Since our launch 2 years ago, we've focused more on the "agents that code" part of our vision (so that everyone can make software) rather than the "training models from scratch" pa…
-
comment
Comment #45428093
Our current plan is to make the source code available and make it free for personal use, but we're not quite ready to open-source it. Someday we'll probably have paid plans and bus…
-
story
Show HN: Sculptor – A UI for Claude Code
Hey, I'm Josh, cofounder of Imbue. We built Sculptor because we wanted a great UI for parallel coding agents. We love Claude Code, but wanted to solve some of the problems that com…