pull down to refresh

I still like to understand what the AI recommends, and I don't really trust it to write large sections of code. For example when using ethers.js, you have to remind it you're using a different version.
Overall it is useful for finding out quickly how an API works, and it makes coding faster in that respect. It's really pleasant to ask a question about an API and see a code snippet rather than looking through API docs. I still have the API docs open but it definitely saves time.
ChatGPT is also decent at telling you what parts of the code are, and whether something is necessary 'framework magic' (its term not mine) that shouldn't be fiddle with.