Creating A Easy WordPress Plugin With Six AI Chatbots

Synthetic intelligence (AI) chatbots have opened up a world of potentialities for folks to dabble in initiatives they may not have tackled attributable to lack of expertise.

As somebody who makes use of WordPress however doesn’t have coding expertise, I believed it might be fascinating to see which AI might assist create a easy plugin.

For this little check, I used the next six AI chatbots:

  • GPT-4 for ChatGPT Plus subscribers.
  • GPT-4 by way of Microsoft Bing AI.
  • PaLM 2 by way of Google Bard.
  • Claude 2 by way of Anthropic’s web site with a free account.
  • Meta’s Code Llama (codellama-34b-instruct) and Llama 2 (llama-2-13b-chat) by way of Perplexity Labs with a free account.

The Immediate

Whereas not distinctive to WordPress’ repository of plugins, I submitted the next immediate to explain the specified performance.

Are you able to write the PHP code for a WordPress plugin that can add a column to the WordPress admin dashboard All Posts web page displaying every submit’s phrase rely?

The Outcomes

How properly did every of the six AI fashions carry out?

No Revisions Required For ChatGPT, Bard, Bing, And Claude

ChatGPT, Bard, Bing, and Claude generated PHP code that created no points throughout the brand new phrase rely plugin’s set up, activation, or deactivation.

Creating A Simple WordPress Plugin With 6 AI ChatbotsScreenshot from WordPress, September 2023

Of the 4, ChatGPT supplied the cleanest set of instructions on putting in the newly generated plugin, adopted by Bing and Bard.

Creating A Simple WordPress Plugin With 6 AI ChatbotsScreenshot from ChatGPT, September 2023

Llama Requires Help From Different AI Chatbots

Whereas codellama-34b-instruct in Perplexity Labs generated the PHP code for a WordPress plugin, it supplied a couple of further challenges.

After set up, the plugin supplied a sequence of warning errors as a substitute of phrase counts.

Creating A Simple WordPress Plugin With 6 AI ChatbotsScreenshot from WordPress, September 2023

After I requested it to repair the issue, it supplied recommendations.

Creating A Simple WordPress Plugin With 6 AI ChatbotsScreenshot from Perplexity Labs, September 2023

ChatGPT, then again, recognized the difficulty and revised the code.

Creating A Simple WordPress Plugin With 6 AI ChatbotsScreenshot from ChatGPT, September 2023

With ChatGPT’s intervention, the plugin initially generated by codellama-34b-instruct labored as meant, highlighting ChatGPT’s versatility and proficiency in debugging and refining code.

Llama-2-13b-chat additionally generated PHP code for the described WordPress plugin. At first, the plugin labored correctly and displayed the phrase rely on the all posts web page.

Nonetheless, a deadly error appeared when returning to the put in plugins web page.

Creating A Simple WordPress Plugin With 6 AI ChatbotsScreenshot from WordPress, September 2023

To treatment the scenario, I needed to entry the FTP web site and manually delete the plugin recordsdata – not the sort of expertise a typical WordPress consumer would respect.

Like codellama-34b-instruct, llama-2-13b-chat was unable to resolve its downside. But once more, ChatGPT got here to the rescue and stuck the code, which resolved the errors brought on by the unique code from llama-2-13b-chat.

Generative AI And The Future Of Coding

Generative AI holds immense promise for numerous growth duties, together with making a easy WordPress plugin.

Nonetheless, not all AI fashions are created equal. Some stood out for his or her skill to create efficient code with minimal prompting and troubleshoot code generated by different fashions.

With the speedy growth of AI expertise, it shouldn’t be lengthy earlier than different AI fashions develop into extra dependable and correct in engaging in coding duties.


Featured picture: Koshiro Okay/Shutterstock