Using #AdventOfCode 2023 problems this month to try out #GitHub #Copilot for first time. I have not give Copilot the text of a challenge, but since I infrequently use #python, GC's been a good "coach". Saved time looking up syntax via chat instead of ref guides. Autocomplete great for documenting as I code. Also, if I write pseudocode in comments to lay out my logic, it sometimes generates code I planned to write with me only pressing the tab key.