|
|
|
|
|
by alexchantavy
259 days ago
|
|
> They’re doing sweet battle with bots that are more interested in getting their newly-generated test suite to pass than solving the user’s problem in the simplest way possible. Makes having good tests even more important. One technique I've found super helpful for coding with agents is to make the agent do TDD. Basically ask the agent to come up with the test cases first, manually review those to make sure they make sense, then have the agent game itself to write code to pass the tests. I feel like doing TDD on my own manually is very tedious but having it be AI-assisted helps me move a lot faster. |
|