← Reddit

Matt used Claude to build The Guinndex: a voice agent that phoned every pub in Ireland and the UK to log the price of a pint - he's doing an AMA

Reddit · Fit-Sky8697 · June 1, 2026
Matt built The Guinndex, a voice agent powered by Claude that called pubs throughout Ireland and the UK to collect pricing data for pints of Guinness. Matt is hosting an Ask Me Anything session to discuss the application.

Detailed Analysis

A developer named Matt built and deployed a voice agent called The Guinndex, which used Claude as its underlying AI model in conjunction with Twilio's telephony infrastructure to systematically phone pubs across Ireland and the United Kingdom for the purpose of recording the current retail price of a pint of Guinness. The project, which Matt shared via an Ask Me Anything thread on the r/twilio subreddit, represents a fully automated data-collection pipeline in which an AI-powered agent conducts real telephone conversations with pub staff, extracts pricing information, and logs it at scale — tasks that would require enormous manual effort if undertaken by human researchers.

The practical significance of the project lies in what it demonstrates about the maturity of AI voice agents for real-world data acquisition. Calling individual pubs is not a standardized API interaction; it requires navigating hold music, variable staff responses, ambient noise, and conversational ambiguity. The fact that Matt was able to deploy Claude in this context — handling unscripted, informal telephone exchanges with bartenders and pub managers across two countries — speaks to the conversational robustness now achievable with large language models integrated into voice pipelines. Twilio provides the programmable telephony layer, but the language understanding and response generation that make the calls functionally coherent come from the Claude integration.

The Guinndex also taps into a genuinely useful economic dataset. The price of a pint of Guinness in the British Isles is a widely referenced informal cost-of-living indicator, with significant variation across regions, urban versus rural settings, and establishment types. By automating the collection of this data at scale — potentially reaching thousands of individual venues — Matt's project produces a granular pricing index that no existing commercial database tracks in real time. This positions The Guinndex as both a technical demonstration and a piece of functional consumer or economic research infrastructure.

More broadly, the project illustrates an emerging category of AI application: agentic systems that interact with the analog world through telephone infrastructure rather than digital APIs. Most AI integrations assume a structured digital endpoint — a REST API, a database, a web form. Voice agents that call arbitrary phone numbers and conduct open-ended conversations represent a fundamentally different paradigm, one that extends AI automation to any entity reachable by phone. This has obvious implications beyond pub pricing, including price monitoring in local retail, appointment scheduling, business hours verification, and informal market research at scale.

The community response on r/twilio — a platform oriented toward developers building communication applications — reflects growing interest in combining conversational AI models like Claude with carrier-grade telephony infrastructure. Matt's AMA format invites technical interrogation of his architecture, prompting choices, error handling, and data pipeline design, effectively making the project a knowledge-sharing exercise for developers looking to replicate or extend the approach. As voice AI tooling matures and costs per call continue to fall, projects like The Guinndex are likely to become templates for a new class of automated, phone-based data collection agents.

Read original article →