Hacker News new | ask | show | jobs
by JyB 312 days ago
Assuming you're using GitHub or similar, make pushing branches and creating PRs part of their prompts, and review on the GitHub app or equivalent? Seem like an orthogonal problem to those LLMs tools.
1 comments

I can review the code that way, but not the outputs. I could have it write tests and run them, but that's usually fiddly for web apps.
If it's a webapp, have the CI pipeline create a temporary env and deploy the branch to it?
Yeah, that's basically the only solution I can think of, but requires quite a bit of infra work. I guess that's what LLMs are for, huh...
Checkout the PRs to your local machine and test it there?
That kind of defeats the purpose of running the agents in the cloud, no?