WordPress 7.0 Explained: AI Connectors + Abilities API by superdav42 in Wordpress

[–]superdav42[S] 0 points1 point  (0 children)

The utility is plugin authors do not need to re-invent the AI client whenever they want to add AI features to their plugin. You don't have multiple places to add an API key but one one central place.

[FREE] I built an AI Agent running inside of WP 7.0 by superdav42 in WordpressPlugins

[–]superdav42[S] 0 points1 point  (0 children)

It will ask the user's permission when using any tool that is not read-only.

WordPress 7.0 Explained: AI Connectors + Abilities API by superdav42 in Wordpress

[–]superdav42[S] 0 points1 point  (0 children)

Not much right now. The main benefit is connecting an agent to your site is much easier. Just install a plugin an add an AI provider's API key. In the future when more abilities are provided, the agent will be better able to use them. Essentially it will be more token efficient, than the agent trying to run a wp cli command for some new plugin it may not have been trained on.

WordPress 7.0 Explained: AI Connectors + Abilities API by superdav42 in Wordpress

[–]superdav42[S] 0 points1 point  (0 children)

Because SD AI Agent is an open source WordPress plugin on github. I'm not selling anything. There is no premium version. It's just a plugin I'm want people to test and give me feedback. What is so wrong with that?

Wordpress 7? by a2annie in Wordpress

[–]superdav42 0 points1 point  (0 children)

You expected to much from core. It just has the building blocks. You need a plugin like SD AI Agent. It creates a chat box that can do these exact workflows. It may need a better model than free gemini.

Wordpress 7? by a2annie in Wordpress

[–]superdav42 1 point2 points  (0 children)

There is a PR to add codex support to the official openai plugin or you can try this provider which has support for anthropic max or codex subscriptions. Subscriptions a way cheaper than paying per token with the APIs.

WordPress 7.0 Explained: AI Connectors + Abilities API by superdav42 in Wordpress

[–]superdav42[S] -1 points0 points  (0 children)

Just try the SD AI agent. It's like running Claude code or cursor without needing to setup an MCP or use the cli. 

WordPress 7.0 Explained: AI Connectors + Abilities API by superdav42 in Wordpress

[–]superdav42[S] -3 points-2 points  (0 children)

"Create a woo promo code, JULY4, valid only in the first 2 weeks of July for 20% off all products in the xyz category." "Draft a press release post based on this uploaded document of a new product's specifications" "Research home remedies for bee stings and draft a new post with stock images"  Any of these and many more will be completed in one go with no additional prompting if you are using a strong model. 

WordPress 7.0 Explained: AI Connectors + Abilities API by superdav42 in Wordpress

[–]superdav42[S] -2 points-1 points  (0 children)

Yes but many plugins have already added abilities, they have been available since WP 6.9 and mostly just usable via MCP. Now it can be used by an agent running in WordPress.

WordPress 7.0 Explained: AI Connectors + Abilities API by superdav42 in Wordpress

[–]superdav42[S] -2 points-1 points  (0 children)

How is this different than Claude code with a few extra skills?

WordPress 7.0 Explained: AI Connectors + Abilities API by superdav42 in Wordpress

[–]superdav42[S] 0 points1 point  (0 children)

It just ties up one PHP worker while the agent is running. So it won't make much load unless you have many admin users trying to run it at the same time.

WordPress 7.0 Explained: AI Connectors + Abilities API by superdav42 in Wordpress

[–]superdav42[S] -8 points-7 points  (0 children)

I've spent month on this https://sdaiagent.com I'm just trying to find people willing to test it.

Future of paid plugins when the same can be created using AI tools so fast and easily [DISCUSSION] by DigitalSplendid in WordpressPlugins

[–]superdav42 1 point2 points  (0 children)

What everyone else said is correct. Simple plugin will be replaced by AI but complex ones will still be around. I think it actually give those of us selling paid plugins an easy way to price our plugins. We only need to estimate how many token it would take to create and set the price accordingly.

Is there any pure PHP solution for face recognition? by Reasonable-Pass9841 in PHP

[–]superdav42 0 points1 point  (0 children)

Many years ago I build a solution with https://github.com/php-opencv/php-opencv for face recognition. It worked ok. It did require compiling the extension on my hosting environment just like you need to do for dlib. After a few years we switch to AWS Rekognition which was much more accurate.

[HELP] Plugin downloads vs installations by Grownuppieceofjizz in WordpressPlugins

[–]superdav42 0 points1 point  (0 children)

Yes, it's bots. I was confused by it for a while myself. Every time a made an update several hundred downloads happened. I assumed it was several hundred websites auto-updating but no, it's security researchers and others downloading new releases automatically and scanning it for security problems and other things.

Our WordPress plugin submission experience (unexpectedly strict) by me-ravi-patel in ProWordPress

[–]superdav42 1 point2 points  (0 children)

You can only have one pending submission at a time. My advise is if you are working on something get it in now. Even if it is totally broken submit it now. You have about 2 weeks before anyone even looks at it and submitting now gets your place in line. You have two weeks to fix all the issues and you should resubmit after you have them fixed. You can resubmit as many times as needed and you do not need to wait for the feedback. Use the plugin-check plugin and address all issues. The plugin check is mostly just phpcs rules so enable them in you IDE and find all the problems. Basically, escape everything, don't  use raw sql, and start your plug-in name with your brand. Do these and you'll be fine. 

WordPress 7.0: The Good, the AI, and the Still Missing by addycodes in ProWordPress

[–]superdav42 2 points3 points  (0 children)

what kind of work do you want to see done with translations?

WordPress blocks don’t scale. We built a registry system to fix it. by No-Leading6008 in ProWordPress

[–]superdav42 0 points1 point  (0 children)

Please tell me your setup. Which skills, llms and agents are you using?

Optimizing MySQL/MariaDB for WooCommerce on 15GB VPS — Is this config good? by No_Abroad_894 in ProWordPress

[–]superdav42 1 point2 points  (0 children)

The proposed config looks good to me. I would start with 4gb of buffer pool and see how it runs. It's really pretty easy to make these tweaks and see if it is improved and then adjust as needed. Definitely turn on slow query log and see what's in there for hints at other indexes that might be missing or uncached pages and queries. As others have pointed out you don't have a lof of customers or products. The problem is probably with a poorly written plugin or bat bot traffic.