top | item 44882961

(no title)

JyB | 6 months 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.

discuss

order

stavros|6 months 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.

johntash|6 months ago

If it's a webapp, have the CI pipeline create a temporary env and deploy the branch to it?

_1tem|6 months ago

Checkout the PRs to your local machine and test it there?