Using AI as a pair programmer is a great idea. When I get stuck somewhere I show Claude the portion of my code and ask it to suggest a better approach.
Although it sometimes does not give you the solution, it can move you in the right direction where you can figure it out. Then I sometimes validate that solution.
It can generate good unit tests as well which I can quickly run and validate the code with confidence.
Using AI as a pair programmer is a great idea. When I get stuck somewhere I show Claude the portion of my code and ask it to suggest a better approach.
Although it sometimes does not give you the solution, it can move you in the right direction where you can figure it out. Then I sometimes validate that solution.
It can generate good unit tests as well which I can quickly run and validate the code with confidence.
Insightful.