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:
- comments explaining design decisions so LLM will refactor it better when I ask to
- TODOs when I want to hint LLM where to insert/replace the new code
- stubs of functions/classes so LLM follows the high-level architecture I want it to