| ▲ | lateforwork 8 hours ago | |
> When Claude writes tests for code Claude just wrote, it's checking its own work. You can have Gemini write the tests and Claude write the code. And have Gemini do review of Claude's implementation as well. I routinely have ChatGPT, Claude and Gemini review each other's code. And having AI write unit tests has not been a problem in my experience. | ||
| ▲ | xandrius 5 hours ago | parent | next [-] | |
I don't think that's necessary, just make sure the context is not shared. A pretty good model can handle both sides well enough. | ||
| ▲ | aray07 8 hours ago | parent | prev [-] | |
yeah i have started using codex to do my code reviews and it helps to have “a different llm” - i think one of my challenges has been that unit tests are good but not always comprehensive. you still need functional tests to verify the spec itself. | ||