logoalt Hacker News

degamadlast Tuesday at 11:55 PM1 replyview on HN

> 1. First, I use the assistant to come up with the success condition program

> 2. Then I use the assistant to solve the original problem by asking it to check with the success condition program

This sounds a lot like Test-Driven Development. :)


Replies

arjielast Tuesday at 11:59 PM

It is the exact same flow. I think a lot of things in programming follow that pattern. The other one I can think of is identifying the commit that introduces a regression: write the test program, git-bisect.