
Sign up to save your podcasts
Or


AI as a WordPress Fundamental:
The funny thing about this mental experiment is that your average WordPress user doesn't know what a database is, much less the fundamental role it plays within WordPress. It's taken for granted. Of course posts save, comments can be made, and settings are stored. Why wouldn't they? [...]
Yes, "imagine that". "What if." What if, from the end-user to the plugin developer, they could take for granted that there's an AI model accessible to me by virtue of being in WordPress? What kinds of things would people use it for? What amazing things would people create that are built on the reliable presence of a capable LLM? [...]Imagine if every single developer was empowered with AI capabilities without having to handle the complexities of AI integration. What if the developer just did something like
$$image = Ai_Client::prompt( 'Create an image that beautifully reflects this post content' ) ->with_text($post_content) ->generate_image();
Previously, previously, previously.
By AI as a WordPress Fundamental:
The funny thing about this mental experiment is that your average WordPress user doesn't know what a database is, much less the fundamental role it plays within WordPress. It's taken for granted. Of course posts save, comments can be made, and settings are stored. Why wouldn't they? [...]
Yes, "imagine that". "What if." What if, from the end-user to the plugin developer, they could take for granted that there's an AI model accessible to me by virtue of being in WordPress? What kinds of things would people use it for? What amazing things would people create that are built on the reliable presence of a capable LLM? [...]Imagine if every single developer was empowered with AI capabilities without having to handle the complexities of AI integration. What if the developer just did something like
$$image = Ai_Client::prompt( 'Create an image that beautifully reflects this post content' ) ->with_text($post_content) ->generate_image();
Previously, previously, previously.