AI doesn’t keep up necessarily
Here’ an issue I’ve run into repeatedly: AI having old versions of APIs for services, in this case JIRA, who recently updated theirs and didn’t leave any backwards compatibility (and also hosed my dev data lake).
I have a python script I AI’d out of Claude to extract JIRA data for a BERT model training. But, when running, get the 410 error for the JIRA endpoint:

I am also using Claude in VS Code for this, so having it fix it. Run the update and it works….

This AI coding requires a lot of practice to get better with it, still generating this script even with the api error saved some time.