Categories
AI Experiment

Experimenting with OpenAI’s Swarm Framework

I’ve been experimenting with multi-agent setups for a few months now. Mostly in Rivet but more recently within some WordPress and NodeJs projects. So I thought it was about time I experimented with the OpenAI Swarm framework. OpenAI’s Swarm is an experimental educational framework designed to simplify the development and orchestration of multi-agent systems. It […]

Categories
How To Plugins WordPress

Creating Presentations With Custom Post Types

I wanted to come up with a cool way to showcase how powerful custom post types were for the Boston WordPress meetup.

Categories
Blogging How To Themes WordPress

Creating A Video Section On Your WordPress Blog

A while back, I started experimenting with posting videos on my blog. At the time, the easiest way to organize them was to create a dedicated “Video” category. I’d tag any video post with it, exclude them from the homepage and pull the latest one into the sidebar using a bit of custom code. It […]