<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>TheAutomate Blog</title>
    <link>https://theautomate.io/blog/</link>
    <description>Notes on the work that repeats and on building this kind of software.</description>
    <language>en-AU</language>
    <lastBuildDate>Sun, 20 Sep 2026 10:39:45 GMT</lastBuildDate>
    <atom:link href="https://theautomate.io/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Agent Validation: Stop Before You Book, Charge, or Send</title>
      <link>https://theautomate.io/blog/agent-validation-before-irreversible-actions/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/agent-validation-before-irreversible-actions/</guid>
      <pubDate>Thu, 25 Jun 2026 21:12:53 GMT</pubDate>
      <category>Voice AI</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Agent validation is the checkpoint that stops your AI from booking wrong, charging twice, or sending junk. Here&apos;s how to wire it into every production build.</description>
    </item>
    <item>
      <title>Retell&apos;s Concurrent Call Pricing: What You&apos;re Actually Paying For</title>
      <link>https://theautomate.io/blog/retell-concurrent-calls-pricing-free-tier/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/retell-concurrent-calls-pricing-free-tier/</guid>
      <pubDate>Wed, 24 Jun 2026 21:05:15 GMT</pubDate>
      <category>Voice AI</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Every Retell account includes 20 concurrent calls free. Extra concurrency costs $8 per call per month. Here&apos;s what that means for your voice AI build cost.</description>
    </item>
    <item>
      <title>The Dead Letter Queue: Where Failed Calls Go to Be Replayed</title>
      <link>https://theautomate.io/blog/dead-letter-queue-failed-call-event-replay/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/dead-letter-queue-failed-call-event-replay/</guid>
      <pubDate>Tue, 23 Jun 2026 22:07:16 GMT</pubDate>
      <category>Voice AI</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>A dead letter queue catches failed call events so you can replay them instead of losing the lead. Keep your voice AI stack reliable. Here&apos;s how to wire one in.</description>
    </item>
    <item>
      <title>Why Production Agents Store State in Postgres, Not the Model</title>
      <link>https://theautomate.io/blog/production-agents-postgres-state-persistence/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/production-agents-postgres-state-persistence/</guid>
      <pubDate>Fri, 19 Jun 2026 13:58:44 GMT</pubDate>
      <category>Voice AI</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Production agents that store call state in Postgres outperform context-only builds. Here&apos;s the architecture decision that keeps voice AI reliable at scale.</description>
    </item>
    <item>
      <title>The Quote Was $0.07 a Minute. The Bill Wasn&apos;t.</title>
      <link>https://theautomate.io/blog/voice-agent-cost-breakdown-model-telephony-tts/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/voice-agent-cost-breakdown-model-telephony-tts/</guid>
      <pubDate>Mon, 15 Jun 2026 22:24:14 GMT</pubDate>
      <category>Voice AI</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>The $0.07/min voice agent cost quote covers the engine only. Add the model, telephony, and TTS and you&apos;re paying $0.13 to $0.31 per minute in production.</description>
    </item>
    <item>
      <title>Cheap Model First, Expensive Model on Retry: Voice Agent Cost Control</title>
      <link>https://theautomate.io/blog/cheap-model-first-expensive-model-retry-voice-agent-cost/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/cheap-model-first-expensive-model-retry-voice-agent-cost/</guid>
      <pubDate>Mon, 15 Jun 2026 10:36:29 GMT</pubDate>
      <category>Voice AI</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Keep your voice agent cost flat without sacrificing accuracy. The cheap-first, expensive-on-retry pattern for production AI builds that need cost discipline.</description>
    </item>
    <item>
      <title>Model Dependency Killed My Build Mid-Session</title>
      <link>https://theautomate.io/blog/model-dependency-build-mid-session-ai-export-control/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/model-dependency-build-mid-session-ai-export-control/</guid>
      <pubDate>Sun, 14 Jun 2026 06:48:29 GMT</pubDate>
      <category>Behind the Scenes</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Anthropic&apos;s Fable 5 went dark mid-build after a US export-control order. Here&apos;s what model dependency actually costs and how to build so it doesn&apos;t kill your launch.</description>
    </item>
    <item>
      <title>LLM Evals Are the Unit Tests of AI Agent Work</title>
      <link>https://theautomate.io/blog/llm-evals-unit-tests-ai-agent-work/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/llm-evals-unit-tests-ai-agent-work/</guid>
      <pubDate>Tue, 09 Jun 2026 21:50:25 GMT</pubDate>
      <category>Behind the Scenes</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>LLM evals catch regressions before your clients do. Here&apos;s how we started writing them, why they matter, and what the architecture looks like in production.</description>
    </item>
    <item>
      <title>Code Description Is Now the Bottleneck (Not the Code)</title>
      <link>https://theautomate.io/blog/code-description-bottleneck-spec-kit-90000-stars/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/code-description-bottleneck-spec-kit-90000-stars/</guid>
      <pubDate>Mon, 08 Jun 2026 22:15:03 GMT</pubDate>
      <category>Behind the Scenes</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Spec-Kit hit 90,000 stars in seven months. The reason? Code description is now the slow part. Here&apos;s what that means for builders shipping real automation.</description>
    </item>
    <item>
      <title>Plan Mode Is the Cheapest Phase. Use It.</title>
      <link>https://theautomate.io/blog/plan-mode-cheapest-phase-solve-right-problem/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/plan-mode-cheapest-phase-solve-right-problem/</guid>
      <pubDate>Thu, 04 Jun 2026 22:00:24 GMT</pubDate>
      <category>Behind the Scenes</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Plan mode is where automation builds succeed or fail. It costs almost nothing and decides everything. Skip it and you will build the wrong thing faster.</description>
    </item>
    <item>
      <title>The Offboarding Kit: What Clients Actually Get Back</title>
      <link>https://theautomate.io/blog/offboarding-kit-prompts-knowledge-base-recordings-creds/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/offboarding-kit-prompts-knowledge-base-recordings-creds/</guid>
      <pubDate>Mon, 01 Jun 2026 22:12:19 GMT</pubDate>
      <category>Behind the Scenes</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Your offboarding kit should include prompts in plain text, exported knowledge base, recordings in client storage, and rotated credentials. Here&apos;s how we do it.</description>
    </item>
    <item>
      <title>Why We Charge for the Handover Call</title>
      <link>https://theautomate.io/blog/why-we-charge-for-the-handover-call/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/why-we-charge-for-the-handover-call/</guid>
      <pubDate>Fri, 29 May 2026 09:54:13 GMT</pubDate>
      <category>Behind the Scenes</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>The handover call isn&apos;t a courtesy. It&apos;s billable work. Here&apos;s why we line-item the handover call on every automation build and why your pricing should too.</description>
    </item>
    <item>
      <title>Managed Agents vs N8N: Agent Cost Isn&apos;t the Same Thing</title>
      <link>https://theautomate.io/blog/managed-agents-vs-n8n-agent-cost-breakdown/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/managed-agents-vs-n8n-agent-cost-breakdown/</guid>
      <pubDate>Thu, 28 May 2026 11:50:51 GMT</pubDate>
      <category>Behind the Scenes</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Managed Agents charges $0.08 per session-hour. N8N self-hosted is $20/month. Same category, completely different agent cost model. Here&apos;s how to pick the right one.</description>
    </item>
    <item>
      <title>18 N8N Workflows for Clients Who Had No Idea What an API Was</title>
      <link>https://theautomate.io/blog/18-n8n-workflows-clients-no-api-knowledge/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/18-n8n-workflows-clients-no-api-knowledge/</guid>
      <pubDate>Tue, 26 May 2026 21:19:44 GMT</pubDate>
      <category>Behind the Scenes</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Shipped 18 n8n workflows for non-technical clients. Here&apos;s what actually breaks, what slows you down, and how to scope these builds properly so they stick.</description>
    </item>
    <item>
      <title>I Tested Google AI Mode for AU Finance Queries. Zero Hits.</title>
      <link>https://theautomate.io/blog/google-ai-mode-au-finance-broker-zero-hits/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/google-ai-mode-au-finance-broker-zero-hits/</guid>
      <pubDate>Mon, 25 May 2026 06:10:56 GMT</pubDate>
      <category>Behind the Scenes</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>I ran theautomate.io through Google AI Mode for 8 AU finance broker queries and got zero citations. Here&apos;s the root cause and the fix I shipped today.</description>
    </item>
    <item>
      <title>The Two-Track Agency: Self-Serve vs Bespoke Builds</title>
      <link>https://theautomate.io/blog/two-track-agency-self-serve-vs-bespoke-builds/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/two-track-agency-self-serve-vs-bespoke-builds/</guid>
      <pubDate>Thu, 21 May 2026 21:11:25 GMT</pubDate>
      <category>Behind the Scenes</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Not every client needs a custom build. Learn when to push a client toward self-serve and when bespoke automation is the only sensible option, saving time and budget.</description>
    </item>
    <item>
      <title>Hand-Off Design for a Four-Person Broker Team</title>
      <link>https://theautomate.io/blog/hand-off-design-four-person-broker-voice-ai/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/hand-off-design-four-person-broker-voice-ai/</guid>
      <pubDate>Wed, 20 May 2026 21:20:20 GMT</pubDate>
      <category>Case Studies</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Hand-off design is where most voice AI builds break down. Here&apos;s how a small broker team gets the agent to stop at the right moment and pass to a human.</description>
    </item>
    <item>
      <title>Why We Price at $499 a Month, Not the $99 Floor</title>
      <link>https://theautomate.io/blog/ai-agent-pricing-99-no-contract-10-free-calls/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/ai-agent-pricing-99-no-contract-10-free-calls/</guid>
      <pubDate>Wed, 20 May 2026 06:16:04 GMT</pubDate>
      <category>Behind the Scenes</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>theautomate.io prices at $499 a month, not $99. No contract, 20 free calls on the trial. Here is the reasoning behind every part of that decision.</description>
    </item>
    <item>
      <title>The Signup Pipeline: URL In, Live Agent in Under 5 Minutes</title>
      <link>https://theautomate.io/blog/signup-pipeline-url-scraped-knowledge-base-voice-clone/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/signup-pipeline-url-scraped-knowledge-base-voice-clone/</guid>
      <pubDate>Tue, 19 May 2026 20:49:26 GMT</pubDate>
      <category>Voice AI</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>The signup pipeline turns a URL into a scraped knowledge base, voice clone, and live agent in under 5 minutes. See how it works for Australian service businesses.</description>
    </item>
    <item>
      <title>9,000 Dormant Contacts, 90 Days, One AI Agent: What We Found</title>
      <link>https://theautomate.io/blog/dormant-contacts-pipedrive-ai-agent-90-days/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/dormant-contacts-pipedrive-ai-agent-90-days/</guid>
      <pubDate>Sun, 17 May 2026 20:24:15 GMT</pubDate>
      <category>Case Studies</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>We ran one AI agent across 9,000 dormant Pipedrive contacts over 90 days. Here is what actually happened, what broke, and what service businesses should know.</description>
    </item>
    <item>
      <title>What It Costs a Finance Broker to Ring Back Every Enquiry</title>
      <link>https://theautomate.io/blog/finance-broker-lead-qualification-cost-voice-ai/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/finance-broker-lead-qualification-cost-voice-ai/</guid>
      <pubDate>Fri, 15 May 2026 01:42:03 GMT</pubDate>
      <category>Case Studies</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>A worked example, not a client story: what the first call to an enquiry really costs, what we built to take it, and the arithmetic to run on your own numbers.</description>
    </item>
    <item>
      <title>Retell vs Vapi vs Bland: 200 Broker Leads, Same Data</title>
      <link>https://theautomate.io/blog/retell-vs-vapi-vs-bland-australian-broker-leads/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/retell-vs-vapi-vs-bland-australian-broker-leads/</guid>
      <pubDate>Thu, 14 May 2026 03:09:37 GMT</pubDate>
      <category>Case Studies</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>We ran Retell, Vapi, and Bland AI on 200 Australian broker leads with identical data. Here is what each platform cost, broke, and delivered in production.</description>
    </item>
    <item>
      <title>How We Train AI Voice Agents to Handle Difficult Callers</title>
      <link>https://theautomate.io/blog/training-ai-voice-agents-difficult-callers-australia/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/training-ai-voice-agents-difficult-callers-australia/</guid>
      <pubDate>Wed, 06 May 2026 23:34:16 GMT</pubDate>
      <category>Voice AI</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>How we train AI voice agents to handle angry, confused and distressed callers in Australia. Real call recordings, adversarial testing, weekly retraining.</description>
    </item>
    <item>
      <title>AI Receptionist for Specialist Medical Clinics in Australia</title>
      <link>https://theautomate.io/blog/ai-receptionist-specialist-medical-clinic-australia/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/ai-receptionist-specialist-medical-clinic-australia/</guid>
      <pubDate>Tue, 05 May 2026 23:34:51 GMT</pubDate>
      <category>Industry Insights</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>AI receptionists for Australian specialist clinics: referral intake, bookings and callbacks, what they cannot do, and the practice software questions to ask.</description>
    </item>
    <item>
      <title>AI Receptionist for Australian Dental Practices: The Honest 2026 Guide</title>
      <link>https://theautomate.io/blog/ai-receptionist-dental-practice-australia/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/ai-receptionist-dental-practice-australia/</guid>
      <pubDate>Sun, 03 May 2026 23:36:35 GMT</pubDate>
      <category>Industry Insights</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>What an AI receptionist can and cannot do for an Australian dental practice: after-hours calls, bookings, honest limits and a worked example you can check.</description>
    </item>
    <item>
      <title>AI Receptionists for Solar Installers Australia: Capturing After-Hours Quotes</title>
      <link>https://theautomate.io/blog/ai-receptionist-solar-installer-australia/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/ai-receptionist-solar-installer-australia/</guid>
      <pubDate>Thu, 30 Apr 2026 23:33:45 GMT</pubDate>
      <category>Industry Insights</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Australian solar installers miss quote calls once the crews are off the roof and the office is closed. AI receptionists answer after hours, work out who&apos;s a real prospect, and book site assessments overnight.</description>
    </item>
    <item>
      <title>How We Chose Our AI Voice Stack: Behind the Scenes</title>
      <link>https://theautomate.io/blog/ai-voice-stack-australia-how-we-chose-it/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/ai-voice-stack-australia-how-we-chose-it/</guid>
      <pubDate>Fri, 24 Apr 2026 23:36:38 GMT</pubDate>
      <category>Behind the Scenes</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>We run our voice agent on Retell, on a number that stays ours. The criteria that decided it, and how to test a voice platform yourself.</description>
    </item>
    <item>
      <title>AI Voice Agents for Law Firm Client Intake in Australia</title>
      <link>https://theautomate.io/blog/ai-voice-agent-legal-client-intake-australia/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/ai-voice-agent-legal-client-intake-australia/</guid>
      <pubDate>Wed, 22 Apr 2026 23:33:09 GMT</pubDate>
      <category>Industry Insights</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>AI voice agents handle Australian law firm client intake by qualifying enquiries, booking consults, and catching the after-hours calls you would otherwise lose.</description>
    </item>
    <item>
      <title>AI Phone Answering Cost Australia: The Real 2026 Number</title>
      <link>https://theautomate.io/blog/ai-phone-answering-cost-australia-2026/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/ai-phone-answering-cost-australia-2026/</guid>
      <pubDate>Mon, 20 Apr 2026 10:04:15 GMT</pubDate>
      <category>Industry Insights</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Most Australian small businesses overpay for phone answering. See the real AI phone answering cost Australia in 2026 and the number you should actually compare it to.</description>
    </item>
    <item>
      <title>Australian Accents and AI Voice Agents: What Actually Works</title>
      <link>https://theautomate.io/blog/australian-accent-ai-voice-training/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/australian-accent-ai-voice-training/</guid>
      <pubDate>Thu, 16 Apr 2026 08:36:18 GMT</pubDate>
      <category>Behind the Scenes</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>We did not train a speech model. Here is what actually decides whether an Australian caller gets understood, and why the voice you pick is a different question.</description>
    </item>
    <item>
      <title>From a Dormant Patient List to Booked Appointments: A Worked Example</title>
      <link>https://theautomate.io/blog/from-9000-dormant-patients-to-booked-appointments/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/from-9000-dormant-patients-to-booked-appointments/</guid>
      <pubDate>Mon, 13 Apr 2026 23:35:55 GMT</pubDate>
      <category>Case Studies</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>A worked example, not a client story: how to price a list of 9,000 dormant patients, and what an AI phone agent can honestly do about it.</description>
    </item>
    <item>
      <title>The Hidden Costs of &apos;Cheap&apos; AI Receptionists: What That $49/Month Doesn&apos;t Tell You</title>
      <link>https://theautomate.io/blog/the-hidden-costs-of-cheap-ai-receptionists/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/the-hidden-costs-of-cheap-ai-receptionists/</guid>
      <pubDate>Mon, 13 Apr 2026 23:34:56 GMT</pubDate>
      <category>Industry Insights</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Discover the hidden costs of cheap AI receptionists. Learn about LLM fees, telephony charges, and the integration tax before you commit to a provider.</description>
    </item>
    <item>
      <title>The Real Cost of a Missed Call for Trades Businesses</title>
      <link>https://theautomate.io/blog/the-missed-call-tax-is-real/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/the-missed-call-tax-is-real/</guid>
      <pubDate>Mon, 13 Apr 2026 23:33:24 GMT</pubDate>
      <category>Industry Insights</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>What an unanswered phone actually costs a trades business, worked out from your own call log, and how an AI phone agent picks up outside office hours.</description>
    </item>
    <item>
      <title>Bland AI vs Vapi vs Retell vs Air AI: Which is Best for Australian Businesses?</title>
      <link>https://theautomate.io/blog/bland-ai-vs-vapi-vs-retell-vs-air-ai/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/bland-ai-vs-vapi-vs-retell-vs-air-ai/</guid>
      <pubDate>Mon, 13 Apr 2026 22:03:02 GMT</pubDate>
      <category>Industry Insights</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Bland AI vs Vapi vs Retell vs Air AI compared for Australian businesses. Honest breakdown of pricing, features, and which platform actually works locally.</description>
    </item>
    <item>
      <title>AI Voice Agents: The Ultimate Guide for Australian Tradies</title>
      <link>https://theautomate.io/blog/ai-voice-agents-for-tradies/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/ai-voice-agents-for-tradies/</guid>
      <pubDate>Sun, 12 Apr 2026 22:54:13 GMT</pubDate>
      <category>Voice AI</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>AI voice agents give Australian tradies a reliable way to answer calls, qualify jobs, and book work during the hours the business sets, including evenings and weekends. This guide explains how an AI receptionist stops you from losing jobs to whichever competitor picks up first.</description>
    </item>
    <item>
      <title>The Definitive Guide to AI Phone Agents for Australian Businesses</title>
      <link>https://theautomate.io/blog/ai-phone-agents-australian-businesses/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/ai-phone-agents-australian-businesses/</guid>
      <pubDate>Sun, 12 Apr 2026 13:15:00 GMT</pubDate>
      <category>Voice AI</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>How AI phone agents help Australian SMBs answer more calls, work out which ones need a person, and book appointments outside standard hours. A practical guide.</description>
    </item>
    <item>
      <title>47 Missed Calls. 5 Voicemails. The Hidden Revenue Problem Costing Australian Small Businesses Every Month.</title>
      <link>https://theautomate.io/blog/missed-calls-small-business-australia/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/missed-calls-small-business-australia/</guid>
      <pubDate>Wed, 08 Apr 2026 12:06:46 GMT</pubDate>
      <category>Industry Insights</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>47 missed calls, 5 voicemails, 42 silent losses. See what missed calls cost Australian small businesses every month and how an AI voice agent stops the bleeding.</description>
    </item>
    <item>
      <title>Why AI Receptionists Are Becoming Table Stakes: What Separates the Ones That Work</title>
      <link>https://theautomate.io/blog/ai-receptionist-australia-2026-market-shift/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/ai-receptionist-australia-2026-market-shift/</guid>
      <pubDate>Mon, 06 Apr 2026 23:32:04 GMT</pubDate>
      <category>Industry Insights</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>The AI receptionist market is bifurcating into cheap DIY tools and purpose-built managed systems. Here is what the shift means for Australian SMBs in 2026.</description>
    </item>
    <item>
      <title>7 Myths About AI Voice Agents That Australian SMBs Still Believe in 2026</title>
      <link>https://theautomate.io/blog/myths-about-ai-voice-agents-australia-2026/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/myths-about-ai-voice-agents-australia-2026/</guid>
      <pubDate>Sun, 05 Apr 2026 23:31:33 GMT</pubDate>
      <category>Industry Insights</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>7 common myths about AI voice agents that Australian small business owners still believe in 2026, and the reality behind each one.</description>
    </item>
    <item>
      <title>AI or a Human Receptionist: Which Calls Should Go Where</title>
      <link>https://theautomate.io/blog/ai-vs-human-receptionist-australia/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/ai-vs-human-receptionist-australia/</guid>
      <pubDate>Thu, 02 Apr 2026 23:14:47 GMT</pubDate>
      <category>Industry Insights</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Most Australian business call volume is repetitive and AI-ready. See how the AI vs human receptionist hybrid model works, and what it costs to implement.</description>
    </item>
    <item>
      <title>After-Hours Leads for a Melbourne Plumber: A Worked Example</title>
      <link>https://theautomate.io/blog/melbourne-plumber-after-hours-leads/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/melbourne-plumber-after-hours-leads/</guid>
      <pubDate>Thu, 02 Apr 2026 13:42:01 GMT</pubDate>
      <category>Case Studies</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Not a client story. A worked example for a Melbourne plumbing business: how many jobs an after-hours voice agent at $499 a month has to cover.</description>
    </item>
    <item>
      <title>Why Every Trades Business Needs an AI Receptionist in 2026</title>
      <link>https://theautomate.io/blog/trades-business-ai-receptionist-2026/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/trades-business-ai-receptionist-2026/</guid>
      <pubDate>Thu, 02 Apr 2026 13:13:16 GMT</pubDate>
      <category>Voice AI</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Why every Australian trades business needs an AI receptionist in 2026. Pick up the calls you can&apos;t get to, book more jobs, for $499 a month.</description>
    </item>
    <item>
      <title>AI Voice Agents for Physio Clinics: Calling a Dormant Patient List</title>
      <link>https://theautomate.io/blog/ai-patient-reactivation-physio-clinic-case-study/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/ai-patient-reactivation-physio-clinic-case-study/</guid>
      <pubDate>Thu, 02 Apr 2026 01:12:29 GMT</pubDate>
      <category>Case Studies</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>AI patient reactivation for Australian clinics: how a voice agent works a dormant patient list, plus the arithmetic. A worked example, not a client story.</description>
    </item>
    <item>
      <title>AI Voice Agents Are Not Replacing Your Receptionist</title>
      <link>https://theautomate.io/blog/ai-voice-agents-not-replacing-receptionists/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/ai-voice-agents-not-replacing-receptionists/</guid>
      <pubDate>Wed, 01 Apr 2026 02:00:00 GMT</pubDate>
      <category>Voice AI</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>AI voice agents don&apos;t replace receptionists. They handle the repetitive 80% so your team can focus on high-value work. See how the split works, with a worked example.</description>
    </item>
    <item>
      <title>How Finance Brokers Lose Leads Every Night After 5pm</title>
      <link>https://theautomate.io/blog/finance-brokers-after-hours-calls/</link>
      <guid isPermaLink="true">https://theautomate.io/blog/finance-brokers-after-hours-calls/</guid>
      <pubDate>Tue, 31 Mar 2026 22:00:00 GMT</pubDate>
      <category>Case Studies</category>
      <dc:creator>Syed Bilgrami</dc:creator>
      <description>Finance brokers who rely on voicemail after 5pm let evening enquiries go to whoever answers first. See how AI voice agents can answer inside the hours you set and book the appointment before the lead calls someone else.</description>
    </item>
  </channel>
</rss>
