Live data from Hacker News

Show HN: Druids – Build your own software factory

github.com

11–17 of 17 posts

Re: Show HN: Druids – Build your own software factory

#11

> - building custom automated software pipelines for eg code review, pentesting, large-scale migrations, etc... I'd be interested in hearing more about how you did this, sounds super valuable

Yeah, I guess we have sandboxes qwith our various code environemnts, and then we've been developing programs that run agents to do various things, which we iterated on to make them better at the task.

For example, one spawns copies of the env with a PR and runs agents in the dev env to verify by running and demonstrating functionality and then comments on github

another one is just a generic software factory that spawns a bunch of agents to coordinate on some repo, others do a redteaming flow, etc...

Re: Show HN: Druids – Build your own software factory

#17
Currently looking for a good solution for exactly this. Druid looks very cool and thought-through. Two major blockers for me to use it in my workflow:

- Sandbox-only environment. For certian workflows I may want to run agents directly on my machine. - No Cursor agent support. Cursor supports ACP, so should in principle plug-in neatly in the existing framework.

Post reply on HN