> - 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
> - 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...