How a Slice of Pizza Turned into a Lesson in AI Automation
Apr 11, 2025
It started with a pizza.
Well, actually - it started with no food in the house, a mildly desperate craving for takeaway, and a heated debate over pineapple on pizza. But the real story? That began when I phoned my favourite local pizzeria, Slice Slice Baby, and was met not with a cheery hello, but an exhausted sigh from Joe, the owner, who was running the entire operation solo: answering the phone, taking orders, and throwing dough like a one-man Cirque du Soleil act.
"Do I look like Mr Tickle?" he snapped.
He had a point.
This was not a business scaling gracefully. It was drowning in manual work - one pepperoni at a time.
And that's when I made a promise: tomorrow, I'd stop by and build Joe his very own AI co-pilot to take orders. No fancy kit. No expensive consultants. Just Microsoft's Copilot Studio and a bit of common sense.
From Chaos to Copilot
The next day, coffee in hand and optimism in full swing, I fired up copilotstudio.microsoft.com and got to work. No engineering degree required. This is drag-and-drop territory with a bit of clever prompting.
Step one: tell the system what I want.
"We run a pizza shop called Slice Slice Baby. We need a co-pilot agent to take orders - base, cheese, toppings - the works. Then email the chef."
The AI cheerfully proposed a name: "Pizza Order Assistant."
I would’ve preferred "Slice Bot," but whatever. We had a bot.
Feeding the Brain: Teaching Copilot What It Doesn't Know
Here’s the thing: AI is only as smart as the information you feed it. Initially, Copilot gave generic answers: "Sure, we deliver!" But it didn’t know when they deliver or where - let alone how much a Margherita costs.
Solution? We uploaded a simple Word doc with the shop’s opening hours, delivery area, payment options and house specials. Suddenly, the AI had a knowledge base. Not just any knowledge. Joe's knowledge.
Ask it "Do you deliver?" and it now replies with, "We offer delivery within a 5-mile radius."
Ask for the address? Boom - "123 Pizza Lane."
No joke. That’s the real address. It’s like the cosmos wants this business to succeed.
Conversations, Not Code
But good AI isn’t just about what it says. It’s how it says it. Joe didn’t want robotic formality. He wanted warmth - like the dough in his oven.
So we tweaked the "conversation start" topic. Instead of "Hello, I am your virtual assistant," the bot now says:
"Hey there! I’m here to help you order one of our delicious pizzas."
Much better.
Then we added actual conversational logic.
Is it for collection or delivery?
If it’s delivery, it asks for your address. If it’s collection, it asks when you’ll pick it up.
It’s not rocket science. It’s just... conversation design.
Adaptive Cards: When Things Get Tasty
Here's where it got interesting.
Ordering pizza isn't just a binary choice. It’s a multi-step masterpiece. Base. Cheese. Size. Toppings.
To make this work, we used Adaptive Cards - dynamic UI blocks that let users make selections with buttons instead of typing in weird combos like "Stuffed crust with extra cheddar and 13-inch base, please."
Even better, I didn’t write a single line of code. I asked Copilot Chat to generate the card layout for me. Cut. Paste. Done.
Confirmation & Correction: The Fail-Safe Loop
One of Joe’s biggest fears? Someone fat-fingering an order and then blaming the AI for a rogue anchovy.
So we built a confirmation step. The bot reads back your choices and asks:
"Is this correct?"
Yes = carry on.
No = loop back and start again. Simple.
The Final Slice: Emailing the Chef
Last piece of the puzzle? Getting the order to the kitchen.
We created a Power Automate flow that grabs the order details - base, cheese, size, toppings, customer name - and fires off an email to the chef’s iPad. That’s it. No dashboards. No logins. Just a new order in the inbox every time someone clicks "Submit."
And yes - it works. We tested it. Live.
From Dough to Digital
Joe’s shop was never about technology. It was about good food, good people, and surviving another Friday night rush. But that’s the beauty of Copilot Studio: it brings automation to the places that need it most, without turning them into Silicon Valley clones.
Now Joe’s not just tossing dough - he’s tossing the future of small business into the oven, one AI-powered slice at a time.
Final Thought
There’s something quietly revolutionary about helping a neighbourhood pizza place automate their order system with no developers, no servers, and no drama.
Because the future of work isn’t just about big corporations and billion-pound startups.
Sometimes, it’s about a tired chef, a chat window, and a very, very good pizza.