GitHub Copilot
Andrej Karpathy actually recommends using Copilot. But he never directly uses the suggestions, there are 2 purposes:
- Discover new functions that you didn’t know exist, that exist to solve the problem you are facing (so for discovery) → Copy paste the code onto Google / Stack Overflow and discover it
- Write redundant code, Copilot is really good at discovering patterns