Y
Hacker News
new
|
ask
|
show
|
jobs
by
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.
2 comments
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