← Hacker News

Using AI to track the cost of Guinness

Hacker News · pieterr · April 4, 2026

Detailed Analysis

Matt Cortland, a 37-year-old developer, constructed an AI-powered system to survey Guinness pint prices across Ireland by placing automated calls to more than 3,000 pubs, producing what he termed the "Guinndex" — a real-time, crowdsourced consumer price index for one of Ireland's most culturally significant consumer goods. Motivated by paying €7.80 for a single pint in Dublin, Cortland built a voice AI agent named "Rachel," voiced with a Northern Irish accent through ElevenLabs, to conduct natural-sounding phone conversations with bartenders. Anthropic's Claude then processed the resulting call recordings, extracting price data and organizing it into a searchable, continuously updatable database. The entire project cost approximately €200 (roughly $231 USD), an extraordinarily low overhead for a data collection effort of this scale.

The Guinndex addresses a genuine informational vacuum in Irish consumer economics. Ireland's Central Statistics Office ceased tracking beer prices in 2011, leaving drinkers and market observers without reliable, granular data on one of the country's most widely purchased products. Cortland's project fills that gap with a methodology that is both low-cost and highly scalable. The system's real-world impact became evident almost immediately: at least one pub owner, upon discovering their prices were now publicly visible and comparable to competitors, voluntarily reduced prices by €0.40 and began updating the index themselves. This suggests the Guinndex functions not merely as a passive data repository but as an active market mechanism, surfacing price signals that were previously invisible to consumers and creating competitive pressure among vendors.

The technical architecture of the project illustrates a maturing pattern in applied AI development — the combination of voice AI for unstructured data collection and large language models for structured data extraction. Claude's role was specifically analytical: converting conversational transcripts into clean, queryable price records. Notably, few bartenders detected that they were speaking with an AI agent, with transcripts reflecting natural, often humorous exchanges — some bartenders joked, and others apparently offered discounts, unaware of their interlocutor's nature. This raises understated but significant questions about disclosure norms when AI agents interact with humans in commercial contexts, particularly when those interactions generate data that affects market behavior.

More broadly, the Guinndex project exemplifies the democratization of economic intelligence through consumer-grade AI tools. Tasks that once required institutional resources — large call centers, professional surveyors, government statistical agencies — can now be approximated by a single developer with a modest budget and access to commercially available AI APIs. The project sits within a growing trend of citizen-led data infrastructure, where individuals use AI to fill gaps left by public institutions or to generate localized, real-time datasets that traditional methodologies cannot economically produce. As voice AI and language model capabilities continue to improve, similar projects are likely to proliferate across other consumer categories and geographies, potentially reshaping how grassroots economic transparency is achieved.

Read original article →