AI and upgrading WordPress- part 4- four points to work with AI

The task was to upgrade a WordPress blog to the latest version, keeping ONLY comments and posts .

Using AI

  1. You  could do one solution architecture per day and going far , far away by letting AI to generate code. Also, if it is wrong, I do another one next day .
  2.    Caveat

        • Do NOT let AI to generate 1 file with everything
        • Do NOT let AI to correct small errors  that you can solve as programmer ( it will take hours for a 5 minute job). Let AI know the new version.
  3. Do let AI to generate code in the language/framework that you are most familiar with .
  4. Tell AI the steps necessary to make the task .
  5. Caveat

        • Do let AI to generate tests for each step , in order to know that is correct. Aim for completeness
        • Make the steps easy + fast to run from start to end
  6. Do NOT aim for the perfect solution – you can make it perfect later.
  7. If AI hallucinates, start the chat over with a fresh new beginning .

Posted

in

by

Tags: