Fikrago Logo

I Used AI to Build a Chatbot in One Afternoon — Was It Actually Good Enough?

 




Written by Ayoub Zinani, Founder of Fikrago

I gave myself one afternoon. No spreading it across a week, no coming back to polish it later. Start after lunch, have something working before dinner. I wanted to know if the "build a chatbot in an afternoon" claim I keep seeing floating around is actually true, or if it's the kind of thing that's technically true if you squint and ignore the six hours of cleanup nobody mentions.

The setup

I picked a real use case, not a toy one — a simple FAQ-style chatbot for a small service business, answering the kind of questions that come in on repeat: pricing, availability, how something works. Nothing exotic. The kind of chatbot an actual small business owner would realistically want.

I gave myself the constraint on purpose: no custom backend, no weeks of testing, just what a solo builder with AI tools and no dev team could realistically pull off before the day ended.

What went fast

The core build genuinely was fast. Structuring the conversation flow, writing the response logic, getting a working version answering basic questions — that took less time than I expected, maybe two hours. This is the part of the process AI has completely changed. Two years ago, without a coding background, this same task would have taken me weeks of trial and error, or money I didn't have to hire someone else to do it.

What wasn't fast

Testing it with realistic, messy input took the rest of the afternoon and then some. Real customers don't type clean questions. They type things sideways, with typos, out of order, sometimes asking two things in one sentence. The chatbot handled the clean version of every question fine on the first try. It fumbled the messy version more than I expected, and fixing that took real iteration — not code, just testing, noticing what broke, adjusting, testing again.

By the time I stopped, I had something functional, not something finished. Good enough to demo. Not good enough to hand a business owner and walk away.

So — was it actually good enough?

Honestly, partially. If the bar is "can I have a working proof of concept by end of day," yes, completely. If the bar is "can I ship this to a real business today and trust it not to embarrass them," no. The gap between those two is where most of the real work in this kind of project actually lives — and it's exactly the part that gets skipped in videos that show the exciting two-hour build and cut before the messy testing part.

What this actually means if you're thinking about doing this yourself

The technical build genuinely is within reach in an afternoon now, even with no coding background — that part of the hype is true. What isn't true is that afternoon-built chatbot is ready for real customers without more testing time behind it. Budget for that separately. Don't let the fast part fool you into skipping the slow part.

This is the exact gap I help close for the businesses I work with — getting from "working demo" to "something I'd actually trust in front of my customers." If you're thinking about building a chatbot for your own business and want to skip some of the trial and error I went through, message me.


See the tools I used for this build on the Tools page, browse resources on the Digital Market page, or check what I've built on the Products page.