AI Development

Pushing Limits: What Happens When You Let AI Blend Colors

I asked Claude to blend category colors together. Then I kept adding categories to see what would happen. This is about the process of playing with AI.

Nov 30, 2025
6 min

This post has six categories. Look at the featured image—that gradient is all of them blended together. I kept adding categories to see what would happen. This is about the process: pushing limits, having fun, and doing it all again when a new model drops.

I Wanted to See What Would Happen

So I kept adding categories

Look at the featured image for this post. That gradient came from blending six different category colors together. I didn't plan that. I just kept asking "what if we add one more?" until it looked like something I'd never seen before. That's the fun of building with AI.

6
Categories on This Post
Maximum Color Blend
SEO+
More Connections
Related Posts Everywhere
CRO+
Better Discovery
Readers Find More

Where It Started

2hrs
One Random Question
From 'what if posts had multiple categories?' to fully working color-blending system
JJM

The Actual Interesting Part

Multiple categories? That's just changing a field from a string to an array. Anyone can do that. The fun started when I thought: "What if the featured image could show all the categories at once? What if the colors blended?" So I asked Claude to make it happen. Teal from AI Development mixing with purple from Web Development mixing with blue from Case Studies. And it just... worked.

The Obvious Part

  • Posts can have multiple categories
  • Better for SEO - more internal links
  • Better for readers - more discovery
  • Shows up in multiple filtered views
  • Basic stuff

The Unexpected Part

  • Colors blend into unique gradients
  • Every category combo looks different
  • The more categories, the wilder it gets
  • I asked, Claude built it
  • Actually made me smile

The Question That Started It

What If...

PROBLEM

Why can I only pick one category? This post is web dev AND a case study.

SOLUTION

Had the idea. Asked Claude. Got working code in minutes. Colors blend now.

JJM

Why This Actually Matters

Beyond the cool colors: this post now shows up when you filter by AI Development, Web Development, Case Studies, Founder's Journal, Content Marketing, or Conversion Optimization. That's six different ways for readers to find it. Six different "Related Posts" sections where it could appear. That's the SEO and CRO benefit of connecting categories through prompting.

1

Try Something

Ask the AI to do something you're curious about. Don't plan it. Just try it.

2

Push It Further

When it works, ask 'what else?' The color blending came from that second question.

3

Do It Again

When a new model comes out, try the same thing. It might surprise you differently.

Why It Was Fun

The Good Parts

  • 1

    No planning, just curiosity

  • 2

    Saw results immediately

  • 3

    Had ideas, Claude built them

  • 4

    Shipped the same day

JJM

The One Line That Changed Everything

// This tiny change
category: text("category")
// Became this
categories: text("categories", { mode: "json" }).$type<string[]>()

That's it. One field change. But it unlocked everything else. AI is really good at these "small change, big impact" refactors.

The Speed

"
Pro Tip
Idea to Code in Minutes
I wanted the colors to blend. I told Claude. It wrote the function. The whole thing was live before I finished my coffee.
JJM

The Part I Didn't Expect

It wasn't enough to just show the category badges. I wanted to see what would happen if the background colors blended too. So I asked Claude to make it happen—and now a Web Dev + Case Study post gets this purple-green gradient that's completely unique. Every category combo creates a different look.

The Speed Is The Thing

I had the idea. "What if the colors blended?" In the past, that's where it would've stopped—too much effort to try. Now I just ask Claude, and it's real in minutes. That changes what you're willing to experiment with.

What Changed

The Visual Difference

Before

Every SEO post: same green. Every web dev post: same purple. Boring.

After

Each post gets its own unique gradient from the category combo. Fun to look at.

JJM

Why This Was Actually Fun

No Planning Required
Started with a question, not a spec
Immediate Results
Saw changes as we made them
Surprise Features
Ideas become real in minutes
Low Stakes
If it didn't work, no big deal
Actual Delight
Genuinely smiled when the colors blended
Shipped Same Day
From idea to live in one session

The Real Point

Key Takeaway
The AI Loop

Curiosity → question → code → result → delight. That's what building with AI feels like now. And it's addictive.

JJM

This Is What AI Development Feels Like

The multi-category thing is cool, but that's not really the point. The point is: I had a random thought, asked an AI about it, and two hours later had something working that I genuinely like looking at. That loop—curiosity to code to result—is addictive. And it keeps getting faster.

"

The best features don't come from roadmaps. They come from asking "what if" and seeing what happens.

JJM
The actual takeaway

How It Happened

The Session

Week 1

Asked the question

Week 2

Got surprised by colors

Week 4

Shipped it live

All in the same afternoon

JJM

Try This Yourself

The color blending was my idea. But turning that idea into working code in minutes? That's the AI part. You come up with the "what if" - Claude figures out how to make it real.

Try This

"
Pro Tip
Ask Your AI
Next time you're building: 'What would YOU add to this?' You might get something you didn't expect.
JJM

Go Look at the Blog

Scroll through the posts and look at the featured images. Each one has a different color combo now. That's the thing that made me smile. Maybe it'll make you want to try something too.

See the Colors

Social Media Carousel

8 cards • Download as ZIP (images) or PDF (LinkedIn)

Download
1 of 8

Building a Multi-Category Blog System with AI

Building JJM: The Blog

From random question to color-blending system in 2 hours

JJM
Download
2 of 8
2hrs
Build Time

From 'what if posts had multiple categories?' to working system

JJM
Download
3 of 8

What We Built

  • 1

    Multi-category tagging

  • 2

    Color blending gradients

  • 3

    Dynamic featured images

  • 4

    Category filtering

  • 5

    Visual consistency

JJM
Download
4 of 8

The Spark

Best features don't come from roadmaps. They come from asking 'what if' and seeing what happens.

JJM
Download
5 of 8

Traditional vs AI Dev

Before

Plan, spec, build, test, iterate

After

Ask 'what if', build it, ship it

JJM
Download
6 of 8
"

You come up with the 'what if' - Claude figures out how to make it real.

— Jordan James

JJM
Download
7 of 8

The Real Point

The curiosity to code to result loop is addictive. And it keeps getting faster.

JJM
Download
8 of 8

See the Colors

Check out the blog and see the color-blending in action

View Blog
JJM

Share This Article

Spread the knowledge

Free Strategy Session

Stop Guessing.
Start Growing.

Get a custom strategy built around your goals, not generic advice. Real insights. Measurable results.

No obligation
30-min call
Custom strategy

Continue Your Learning Journey

Explore these related articles to deepen your understanding of ai development

How to Use Claude Code Agent Teams: The Complete Guide

Learn how Claude Code Agent Teams coordinate parallel AI agents to tackle complex projects. Real case study: 7 deliverables in 15 minutes across a plumbing franchise.

11 min read
Read →

Claude Code Background Tasks: How AI Agents Work While You Sleep

Learn how Claude Code background tasks let AI agents run builds, audits, and research autonomously. Discover how we use async agents to manage multiple clients simultaneously.

11 min read
Read →

Claude Code Checkpoints and Rewind: Never Fear a Bad AI Edit Again

Learn how Claude Code's checkpoints and rewind feature automatically saves your code before every AI edit, letting you instantly roll back changes. Complete guide for developers and agencies.

11 min read
Read →