Tools

What You'll Build

An agent that makes phone calls for you, at a scale no person could, and turns what it hears into clean data.

Matt Cortland wanted to know where you could get a cheap pint of Guinness in Ireland. So he built a voice agent, gave her a Northern Irish accent, named her Rachel, and pointed her at the phone book. Rachel called around 3,000 pubs across Ireland and the UK. She asked one question, the price of a pint, said thanks, and hung up. Claude turned every recorded answer into a number, and those numbers became the Guinndex, a live map of what a pint costs and where.

The whole project cost about €200. The average pint came back near €6.01. And some pubs saw their price sitting high on the public index and lowered it to compete. A solo project with a phone and three tools nudged real prices in a real market.

You are not building a pub price tracker. You are building the machine underneath it: an outbound caller that works a list, holds a short natural conversation, and logs a structured result every time.

Why This Works

Phone work is the last thing most owners still do by hand, and it is the easiest to hand off. A robocaller blasts a recording and gets hung up on. A phone tree makes the human do the work. Rachel is neither. She holds a real conversation, understands the answer she gets back, and hands you structured data instead of a voicemail you have to listen to later.

It is also cheap in a way that changes what is worth doing. At pennies per call, projects that were never worth a person's time become trivial. Calling 3,000 anyone used to mean a call center and a budget. Now it means a list and a weekend. The edge is not that the information was secret. The edge is that you are the only one in your category actually making the calls.

Prerequisites

Step-by-Step Setup

Step 1: Get Your List

For the Guinndex it was a directory of pubs. For you it is a CRM export, a list of suppliers, or a sheet of leads. You need a phone number, and ideally a name, per row.

Step 2: Write the Conversation in ElevenLabs

This is where Rachel lives. Give the agent exactly one job and a script tight enough to finish in under a minute. Define how she opens and identifies herself, the single question she is calling to answer, how she handles "who is this," "we're busy," and voicemail, and when to thank the person and hang up. Keep the goal to one data point per call. The more you ask, the longer the call, and the more ways it goes sideways.

Step 3: Wire Up Twilio to Place the Calls

Twilio provides the number and the dialing. It hands each live call to the ElevenLabs agent and records the audio. You feed it the list and it works through it. Per-minute call costs are pennies.

Step 4: Let Claude Pull the Answer Out

After each call, Claude reads the transcript or recording and extracts the one thing you wanted: the price, the yes or no, the new appointment time, the supplier quote. It writes that into your sheet as a clean field. No human listens to 3,000 calls. Claude does the listening and the typing.

Step 5: Test on Small Batches, Then Scale

This is the step people skip and regret. Cortland ran small batches first and tuned Rachel between them. An early version had her repeat the price back to confirm it, which made calls run long and gave people time to get suspicious. The fix was simple: ask the question, say thanks, hang up. He only scaled to thousands of calls once the short version worked cleanly. Run 10 calls, listen, fix the script, run 10 more. Then open the throttle.

Adapting This for Your Business

The build is the same no matter the question. To repoint it, change three things: the list, the one question Rachel asks, and the field Claude extracts. Everything else stays.

Gotchas and Tips

What This Replaces

Before this stack, a calling campaign at any real scale meant one of two things:

After this stack, 3,000 calls cost about €200 and a weekend of setup, the agent never gets bored or rude on the hundredth call, and every answer lands in a spreadsheet already structured. The job that used to justify a headcount or a vendor is now a skill you point at a list.


Keep Reading