Y
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
stavros
312 days ago
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.
link
johntash
312 days ago
If it's a webapp, have the CI pipeline create a temporary env and deploy the branch to it?
link
stavros
312 days ago
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...
link
_1tem
312 days ago
Checkout the PRs to your local machine and test it there?
link
stavros
312 days ago
That kind of defeats the purpose of running the agents in the cloud, no?
link