Categories
AI Experiment

Building AI Tools to Stay Grounded

In my last post, I shared a few tools I’ve been building as part of a new section on my site, Jon Bishop’s AI Projects. These are small, self-contained apps powered by GPT and built using a one-page architecture. No frameworks, no dependencies, just quick experiments with purpose. Most of the first batch leaned toward […]

Categories
AI Web Development

Introducing My AI Projects

Over the past 6 months, in between contract gigs, client work and The Alib.ai, I’ve been spending a lot of time exploring what’s possible with generative AI. Not just playing around with ChatGPT or generating cool images with Midjourney, but really digging into what you can build with these tools. Like, how fast can I […]

Categories
AI Rant

The Biggest Upcoming Changes in How We Use Technology

Technology is evolving at an unprecedented pace, reshaping how we interact with the digital and physical world. What once seemed like science fiction, AI-powered personal assistants that anticipate our needs, seamless real-time translation and AI-generated entertainment, is now on the verge of becoming everyday reality. These advancements will fundamentally change how we work, communicate and […]

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
AI Experiment Web Development

Creating My New Home Page Experience

There’s something captivating about a homepage that feels alive, personal and interactive. When I set out to update my home page, I wanted to create an experience that engaged users right from the moment they landed. I wanted to blend animation, personalization and AI-driven content into a seamless, immersive journey that feels like a conversation […]

Categories
AI Web Development

Lessons Learned Using ChatGPT to Code from 3.5 to o1

I’ve been using ChatGPT to write code since 3.5 and most recently have been leaning heavily on the 4o model. I’ve also experimented with o1-preview and 4o with canvas. Whether it’s setting up build pipelines, generating code from scratch or refactoring large blocks of code, ChatGPT has changed everything about how I work and write […]

Categories
AI

How AI is Changing the Way We Play

As a lifelong gamer, I’ve seen the evolution of gaming firsthand. From those early days playing Counter-Strike 1.6, back when LAN parties and dial-up internet were the norm, to now, where most of my gaming hours are spent in Rocket League and Call of Duty: Warzone. While my heart lies with competitive gaming, I also […]

Categories
AI

An Entire Post About Delimiters in AI Prompts

When I began exploring AI prompt engineering, I quickly realized that how I structured my prompts significantly impacted the quality of the AI’s output. A crucial aspect of this structuring was the use of delimiters, specific sequences of characters like —, ### and |||, to organize and clarify the instructions given to AI models like […]

Categories
AI Experiment Web Development

Getting Structured Data from OpenAI API

I’ve been prompting ChatGPT for structured data since before it was an officially supported feature. The idea of an API endpoint that can morph and adapt to whatever purpose it needs to fill is incredible. Ever since I figured out how to do it, I’ve been building little apps that make use of GPT under […]

Categories
AI Experiment WordPress

Experimenting with GPT-4 API for Automated Web Design in WordPress

I still try and keep up with all things WordPress, so I was eager to review the current state of generative AI integrations. I was ultimately surprised to see that a majority of the integrations revolved around copywriting and image asset creation. So, in my ongoing exploration of AI technologies, I’ve developed a WordPress plugin […]