I know I know. I wanted to import data from a web page - title and publishing dates from Stephen King books. I wanted to update my caliber library with the correct metadata from the online source.

I tried three different AI’s. Claude. Pi. And ChatGPT. I’ve spent all day copying and pasting error messages copying pasting new scripts running scripts copying and pasting error messages etc etc etc.

I could have gone line by line through my caliber library manually in much less time than I have spent doing this.

There’s no question the AI knows how to program in Python better than I do. What hope do I have of ever reducing my workload significantly using Python?

  • Rhaedas@fedia.io
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    26 days ago

    One of the problems with using AI currently is getting the right prompting to get the results close to what you want. Hell, there’s AI for writing prompting. So you either learn some programming by doing it yourself like the AI did, trial and error, or maybe look at the code as the AI builds it and fixes bugs…or learn how to prompt well enough to get results faster. I can’t say which is easier, faster, or better, things are changing rapidly.

    I will add that having the right LLM for coding helps. One that is trained specifically on programming rather than a general LLM.