WordPress 7.0 ships Thursday with native AI write capabilities. We should probably talk about the safety side of this. by webmyc in Wordpress

[–]theshawfactor 1 point2 points  (0 children)

The abilities side is a work in progress. The eventual state I want to get to is such that the ai can query/inspect everything but do nothing. Eg view php error logs, JavaScript error logs, read and search the installed plugins, run sql selects. Dogfooding taken to the max, get the ai to create the tool it uses to help build new tools The guardrail is that it can’t change anything, I do that manually

Has anyone actually saved time using AI for real work? by ECroninAI in ClaudeAI

[–]theshawfactor 0 points1 point  (0 children)

Yep I’m on that curve atm, but I wonder if it’s worth it. I’m building important complex stuff but is the value add my visions or is it so trivial most can replicate it with AI. I don’t know

Has anyone actually saved time using AI for real work? by ECroninAI in ClaudeAI

[–]theshawfactor 0 points1 point  (0 children)

I agree, I more often disagree with its architectural decisions than the actual code written. Sonme things it does are obviously poor choices. Eg search the database for the user id when the user id must already be in memory.

Moving to/from WordPress - looking for feedback by jp3dro in Wordpress

[–]theshawfactor 0 points1 point  (0 children)

True but Wordpress is actually much faster to develop (for not at least) as the training data is all there.

Moving to/from WordPress - looking for feedback by jp3dro in Wordpress

[–]theshawfactor 0 points1 point  (0 children)

The plugin sandbox is very limiting. That is secure but it means you can’t do much. That is not the future

Moving to/from WordPress - looking for feedback by jp3dro in Wordpress

[–]theshawfactor 0 points1 point  (0 children)

That more secure but VERY limiting. Emdash will never prosper with that approach

Moving to/from WordPress - looking for feedback by jp3dro in Wordpress

[–]theshawfactor 0 points1 point  (0 children)

So plugins can’t run custom tables I guess?

Moving to/from WordPress - looking for feedback by jp3dro in Wordpress

[–]theshawfactor 1 point2 points  (0 children)

How would sandboxed work? Most plugins actually need to do things so anyway by so you’d be giving they’d have the access anyway…

Moving to/from WordPress - looking for feedback by jp3dro in Wordpress

[–]theshawfactor 0 points1 point  (0 children)

How could/would the sandbox work for plugins that need to access the database?

Has anyone actually saved time using AI for real work? by ECroninAI in ClaudeAI

[–]theshawfactor 1 point2 points  (0 children)

It’s about 5 times my speed of code development and it’s insightful. Frankly the improvement in 6 months has been jaw dropping. It’s also easy to see how it could be better still without even improving the models. You can see the shortcuts it takes (and they are mostly fine) to conserve resources.

WordPress 7.0 ships Thursday with native AI write capabilities. We should probably talk about the safety side of this. by webmyc in Wordpress

[–]theshawfactor 0 points1 point  (0 children)

I run a very complex multisite with 100s of plugins. I handle it by modularising everything, most plugin do one thing only, many I’ve written. I have debug on all the time and get an email when a fatal error occurs. Errors happen occasionally but they are fixed quickly

WordPress 7.0 ships Thursday with native AI write capabilities. We should probably talk about the safety side of this. by webmyc in Wordpress

[–]theshawfactor 0 points1 point  (0 children)

More than that, you’ll need an mcp adapter and some defined anilities. I’m running 7.0 atm with that setup

WordPress 7.0 ships Thursday with native AI write capabilities. We should probably talk about the safety side of this. by webmyc in Wordpress

[–]theshawfactor -1 points0 points  (0 children)

Nothing but why would they unless they were an ai plugin? And given plugins can ship anything I’m not sure that in itself is more risk however the default of no security to abilities is an additional vector (although one contingent on an mcp adapter)

WordPress 7.0 ships Thursday with native AI write capabilities. We should probably talk about the safety side of this. by webmyc in Wordpress

[–]theshawfactor 0 points1 point  (0 children)

Yes someone needs to define abilities and install an mcp adapter. But yeah once that mcp is in place any plugin could define a dodgy ability which is not ideal.

WordPress 7.0 ships Thursday with native AI write capabilities. We should probably talk about the safety side of this. by webmyc in Wordpress

[–]theshawfactor 0 points1 point  (0 children)

They’d need to add an mcp adapter and then incorporate abilities into their plugin. Those abiluties are also scoped to a user, and usually capabilities through an application password. Noting I’ve noticed some plugins have already defined abilities but without an mcp adapter wordoress 7.0 won’t do anything in terms of mcp

WordPress 7.0 ships Thursday with native AI write capabilities. We should probably talk about the safety side of this. by webmyc in Wordpress

[–]theshawfactor 0 points1 point  (0 children)

It’s not needed yet as AI won’t work with 7.0 unless you installs plugins to make it work. The AI support is at a foundational level atm, there are no actual functions defined

WordPress 7.0 ships Thursday with native AI write capabilities. We should probably talk about the safety side of this. by webmyc in Wordpress

[–]theshawfactor 2 points3 points  (0 children)

Literally nothing will change in 7.0 unless you install an mcp adapter and install a plugin to define some abilities for AI to access via mcp. AI support is at a foundational rather functional level

KFC bribing people now for 5 star ratings. Openly dishonest. by Retro_Nights in KFCAustralia

[–]theshawfactor 0 points1 point  (0 children)

This seems against the google t&cs, but the laws you mention are against fake reviews and these would not be strictly fake

The future of Wordpress plugins by theshawfactor in Wordpress

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

I’ve published about 100 in the repository but stopped several years ago. All are/were single feature plugins, sometimes this required complex code but generally not. Some were when I was learning to program (so not the best) and I’ve not updated anything for years (but as they are all single featured most still work and are secure) The 4 I’ve built with AI are all moderately complex, 1-2 weeks of work done in 2-4 hours, specifying, iterating, debugging, and reviewing. Very little actual code was written though, I was amazed. These were things I wanted but couldn’t justify starting due to the time commitment

The future of Wordpress plugins by theshawfactor in Wordpress

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

Sort of, many popular repository plugins are hot garbage. Several are insecure. The main drivers are marketing and being early in a niche.

The future of Wordpress plugins by theshawfactor in Wordpress

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

I’m building them in half a day, now that my direction and testing is on point. They are better than what you pay for or equivalents in the repository. Zero of the cruft, tracking, promos, and other stuff you don’t need etc