Closed siimre closed 1 year ago
Writing tests with Copilot (https://til.simonwillison.net/gpt3/writing-test-with-copilot) was a very excellent article! It is under the "AI assisted learning: Learning Rust with ChatGPT, Copilot and Advent of Code" article (https://simonwillison.net/2022/Dec/5/rust-chatgpt-copilot/). It helps to save time and avoid routine.
I had ChatGPT search for information about Moonsund regattas from 2000 to 2022 (http://muhuvain.ee/tulemused-1/). I had it create a table showing the number of participating sailboats and the year of participation, and I also had it add a column for the number of sailors. Searching for these numbers one by one on the website would be quite a time-consuming task. I instructed ChatGPT to write Python code that generates a comprehensive graph, and it did so successfully. However, one major drawback is that the data is only sometimes accurate. Fortunately, ChatGPT can be trained by pointing out errors, and it will correct them.
Nevertheless, one should only sometimes believe everything ChatGPT responds with. For example, I asked some verification questions, such as who won in the ORC I class in 2019. It answered incorrectly. I am knowledgeable about this area, so I corrected it. I asked about the second place, and it responded poorly again - so mistakenly that the sailboat offered was not even in the ORC I class, and the skipper was not even from that sailboat! Fortunately, the trends depicted on the graph are correct. The number of participants was significantly lower during the economic downturn in 2008 and the year of COVID in 2020.
Asking
Feeling, Writing, Thinking
Doing
Programming & Infrastructure
copyq
on Windows Powershell or Linux using Chocolatey, or install Maccy on Mac using Homebrew. This will save you a lot of time throughout the class as you copy and paste things from ChatGPT!