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 hn newest 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? load replies (1) _1tem|6 months ago Checkout the PRs to your local machine and test it there? load replies (1)
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? load replies (1) _1tem|6 months ago Checkout the PRs to your local machine and test it there? load replies (1)
johntash|6 months ago If it's a webapp, have the CI pipeline create a temporary env and deploy the branch to it? load replies (1)
stavros|6 months ago
johntash|6 months ago
_1tem|6 months ago