I did,
I needed a small utility to do some small cleanup in some files&directory structure, so i thoutght it was the perfect excuse to try out ChatGPT: I just needed to search in a folder for any file named 'README.md' to be deleted, but only if it would happen to be a direct 'child' of any folder named 'lib', in that unknown and large directory structure.
So here is my interaction with ChatGPT. (i did it in two steps, to show off its 'context preserving' feature)

I tried it and it works! Took 15 seconds instead of 10-15 minutes digging in the nodejs docs, refreshing my memory about the fs/paths libs API and/or reading stack overflow while typing and correcting typos to finally make it work...
Most impressive is the explanations that it also gives under it's code snippets!
What a time to be alive - this is blade-runner level sh*t!
(oh, and in the meantime i'm working on leojs almost every night, very near an alpha release... ill post some updates on that soon!)
Félix