Vladimir Sotnikov

Pair programming with LLMs

Since getting access to Copilot private beta in 2021, most of the code I'm writing falls into one of these categories:

  1. comments explaining design decisions so LLM will refactor it better when I ask to
  2. TODOs when I want to hint LLM where to insert/replace the new code
  3. stubs of functions/classes so LLM follows the high-level architecture I want it to