Scene: 5 Minutes at the 1 AM Convenience Store

Last Wednesday at 1 AM, I was crouched at the convenience store downstairs editing a customer ticket—I'd been putting off an "automated reply bot" for nearly 3 years. During those 5 minutes, I admitted it to myself: it wasn't that I couldn't do it. I was scared AI-written stuff would crash the moment it went live.

Charity Majors—a Veteran—Changed Her Mind Too

Honeycomb CTO Charity Majors said on the latest Pragmatic Engineer podcast: in 2025 it's still reasonable to doubt AI, but in 2026 it'll look a bit silly. She works on software reliability—supposedly the most cautious crowd out there—and even she's pivoted.

She drew a key distinction: AI writing code keeps getting cheaper, but "verifying it actually works" is the new bottleneck. That's actually good news for non-coders like us—you don't have to write, but you do have to learn how to "test."

What does this look like in practice? Take my friend Li Jie (Xiaohongshu creator, 30K followers)—she built a customer service bot on Coze, from signup to live in 2 hours. Customer asks "shipping time" → auto-reply. Customer says "I want a refund" → auto-escalate to a human. She says the most critical step: write down your 10 most common questions first, then feed them to the AI as "textbook."

Replication Cost (Using Coze as Example)

  • Money: Free tier is enough; paid tier ~¥200/month (~$28)
  • Time: Signup to first working bot: 1-2 hours
  • Tech barrier: Can type + can click the "Publish" button (no code needed)
  • First step: Open coze.com → click "Create Bot" → pick the "Customer Service" template

Advice by Stage

  • If you're just starting (0 customers / under 20 messages/day): I'd say hold off. Spend a week writing down the top 5 questions customers ask, then copy-paste replies manually. Once you're hitting 30+ replies a day, then think about AI. Honestly, manual replies have more warmth to them.
  • If you have 1-2 customers (20-50 messages/day): Try the Coze free tier. Feed in those 5-10 questions, run it for a week, and watch customer reactions. I messed this up at this exact step—went fully live on day one, then a customer asked about "invoice" and the bot had nothing. Embarrassing. Now I run "semi-auto": AI drafts, I edit before sending.
  • If you're scaling (50+ messages/day): Strongly recommend the paid tier (~¥200/month), paired with a ticket system (like Jianda or Trello). Stop white-knuckling it. I procrastinated on this step too—put off the paid plan for half a year, ended up losing 10 extra hours every week for those six months.

One last thing: this tool isn't for everyone. AI won't replace your relationship with customers—it just pulls you out of repetitive work so you have time for what actually matters.