Hacker News new | ask | show | jobs
by efishnc 1203 days ago
What could be nice is the developer providing some unit tests, and Second using those to ensure the PR is functional, re-generating if not.

Given a set of tests, I guess you could try to generate the code as well, though I could imagine it might overfit on the given tests and create a "hack" solution.

1 comments

One of the great things about Second is that uses GitHub as the handoff of code between bot to human. This means you can run your own CI against the code changes that the bot generates, triggered by GitHub actions.