GitHub

GitHub Copilot

Andrej Karpathy actually recommends using Copilot. But he never directly uses the suggestions, there are 2 purposes:

  1. 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
  2. Write redundant code, Copilot is really good at discovering patterns