<script data-pm-proxy="intercept"></script><?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[The Phoenix]]></title><description><![CDATA[Honest and unglorified snippets about a career transition from India to the USA]]></description><link>https://thephoenix.substack.com</link><image><url>https://substackcdn.com/image/fetch/$s_!enjf!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f85c9a5-152e-4c35-97d3-b2a4306f0928_1280x1280.png</url><title>The Phoenix</title><link>https://thephoenix.substack.com</link></image><generator>Substack</generator><lastBuildDate>Wed, 02 Sep 2026 18:43:00 GMT</lastBuildDate><atom:link href="/__u/thephoenix.substack.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Shivani]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[thephoenix@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[thephoenix@substack.com]]></itunes:email><itunes:name><![CDATA[Shivani Singh]]></itunes:name></itunes:owner><itunes:author><![CDATA[Shivani Singh]]></itunes:author><googleplay:owner><![CDATA[thephoenix@substack.com]]></googleplay:owner><googleplay:email><![CDATA[thephoenix@substack.com]]></googleplay:email><googleplay:author><![CDATA[Shivani Singh]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[How to Structure Proactive Recommendations through LLM]]></title><description><![CDATA[For product builders wiring a model up to a calendar and trying to work out how to organize what comes out the other side]]></description><link>https://thephoenix.substack.com/p/how-to-structure-proactive-recommendations</link><guid isPermaLink="false">https://thephoenix.substack.com/p/how-to-structure-proactive-recommendations</guid><dc:creator><![CDATA[Shivani Singh]]></dc:creator><pubDate>Thu, 27 Aug 2026 19:21:59 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/bb20613f-8bf0-4fca-8c7d-14813e4fd131_1908x480.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Notes from working out how to structure what an assistant offers before you ask for it. Mostly written for me, but the mistakes might save someone else the detour.</p><p>The setup was simple enough. A model with access to someone&#8217;s calendar and task list, and the goal of being useful without being asked. Notice things. Offer things.</p><p>I got stuck on how to organize the suggestions. There seemed to be two obvious ways to slice it.</p><p><strong>By what the suggestion does</strong>: Some are just information. Some hand off into another app. Some group nearby errands together.</p><p><strong>By what the suggestion is about</strong>: Health and wellness. Family and relationships. Errands and chores. Travel and commute.</p><p>I started with the second one, because it felt cleaner and it maps to how people describe their own lives. It took a while to notice it was the wrong foundation.</p><p><strong>Why themes fell apart for me</strong></p><p>Themes describe the subject of a suggestion. They turn out to say nothing about whether the suggestion is any good.</p><p>Here are two things that both sit squarely in &#8220;health and wellness&#8221;:</p><ul><li><p>You haven&#8217;t scheduled any exercise this week.</p></li><li><p>Your physical therapy appointment is at 4pm, and you need to leave by 3:20 because of traffic.</p></li></ul><p>The first is a lecture. The second saves your afternoon. Same theme, wildly different value, and the theme label gives you no way to tell them apart.</p><p>What made this concrete for me was watching what the structure encouraged. When themes are the backbone, the natural thing to build is coverage: one decent suggestion per theme per day. And once you&#8217;re optimizing for coverage, most of what you generate is the first kind, because the first kind is always available. You can always tell someone they haven&#8217;t exercised.</p><p>There&#8217;s a softer version of this too. Nobody wakes up wanting a family-and-relationships suggestion. They want to not forget their kid&#8217;s recital. Organizing around the category put me at one remove from the thing people actually care about.</p><p><strong>Why action types weren&#8217;t much better</strong></p><p>I tried flipping to action types next. Better, but it has a different hole in it.</p><p>Action types describe the output, not the reason. &#8220;Deep link the user into a shopping app&#8221; is a mechanism. It says nothing about when doing that is a good idea, and when-is-this-a-good-idea turned out to be the entire problem I was actually trying to solve.</p><p>So I&#8217;d swapped a taxonomy that ignored value for one that ignored timing.</p><p><strong>What actually worked: stop looking for one taxonomy</strong></p><p>The unlock, eventually, was realizing these aren&#8217;t competing answers to one question. They&#8217;re answers to three different questions, and I&#8217;d been mashing them together.</p><p><strong>Layer 1: the trigger. Why are we speaking at all?</strong></p><p>This is the layer I&#8217;d skipped entirely, and it turned out to be the foundation.</p><p>A trigger is a specific pattern in the data that justifies opening your mouth. Not a topic. A pattern. The list I ended up with looks something like:</p><p>- Two events overlap</p><p>- Not enough time to travel between two locations</p><p>- A deadline approaching with no time set aside for it</p><p>- A recurring task that&#8217;s overdue</p><p>- A free gap big enough to fit a pending task</p><p>- A task whose location is near somewhere you&#8217;re already going</p><p>- Five meetings back to back with no break</p><p>- A meeting that just ended and implied a follow-up</p><p>The thing that surprised me is that this list is <strong>finite</strong>. I can write it down. For calendar and task data it seems to land somewhere between fifteen and twenty-five patterns, and I got a rough version down in an afternoon.</p><p>That property is what makes everything else possible. A list you can write down is a list you can test, count, rank, and delete from. The version I&#8217;d been building before, where you hand the model the calendar and ask it to suggest something helpful, has no list. So there was nothing to test, and nothing to remove when something felt off. I could only tune the prompt and hope.</p><p><strong>Layer 2: the action shape. What can they do about it?</strong></p><p>Once a trigger fires, there&#8217;s a separate question about what you&#8217;re offering. This list roughly sorts itself by value:</p><p>1. One tap and it&#8217;s done. The assistant completes it.</p><p>2. Change my schedule. It rewrites the calendar or task list for you.</p><p>3. Take me there. Hands off into an app or service, ideally carrying context so you don&#8217;t start over.</p><p>4. Bundle several things. Groups related items into one offer. Three errands near one appointment.</p><p>5. Just telling you. Nothing to do. Pure information.</p><p>That last one is where I think most of these products quietly die. It&#8217;s the cheapest kind to generate and the least valuable to receive, and there&#8217;s no natural brake on it. I&#8217;ve come to treat a hard cap on it as non-negotiable, though I don&#8217;t have a principled way to pick the number yet.</p><p><strong>Layer 3: the packaging. How does it show up?</strong></p><p>This is where grouping by distance actually belongs, which was the other thing I&#8217;d been placing wrong. Proximity grouping isn&#8217;t a category of suggestion. It&#8217;s an optimization that runs after you&#8217;ve already decided a set of errands is worth surfacing.</p><p>Same story for time-of-day grouping, or collapsing several small things into one card. Presentation decisions, made last, on whatever survived.</p><p><strong>Themes came back, just somewhere else</strong></p><p>I didn&#8217;t end up throwing themes out. They just moved off the critical path. Four jobs where they earn their keep:</p><p><strong><span data-color="#fd6752" style="color: rgb(253, 103, 82);">Limiting repetition</span></strong>: Without them there&#8217;s no way to notice you&#8217;ve fired four health nudges today.</p><p><strong><span data-color="#fd6752" style="color: rgb(253, 103, 82);">Keeping variety</span></strong>: If five suggestions are on screen, themes stop all five being about work.</p><p><strong><span data-color="#fd6752" style="color: rgb(253, 103, 82);">Consent</span></strong>: This is the strongest reason to keep them, and the one I underrated. Health isn&#8217;t errands. Family isn&#8217;t commute. People should be able to say yes to one and no to another, and that setting needs a label to attach to.</p><p>Finding blind spots. Breaking results down by theme is how you notice what you&#8217;re failing at completely.</p><p>So: settings screen and metrics dashboard, not ranking logic. Which in hindsight is a fine place for a taxonomy to live. I&#8217;d just given it a promotion it couldn&#8217;t handle.</p><p><strong>What I found when I looked at how others did it</strong></p><p>Once I had the layered version, I went back through what shipped systems actually do, and the shape is pretty consistent:</p><p>something changes in the data</p><p>  &#8595;</p><p>detect which triggers fired</p><p>  &#8595;</p><p>add context (location, travel time, history)</p><p>  &#8595;</p><p>drop anything ineligible (too soon, too often, muted, low confidence)</p><p>  &#8595;</p><p>rank what&#8217;s left</p><p>  &#8595;</p><p>bundle and package</p><p>  &#8595;</p><p>pick the moment and the channel</p><p>  &#8595;</p><p>watch what happens, learn</p><p><strong>The detail I keep coming back to: The decision to speak is made by rules. The words are written by the model.</strong></p><p>Models seem to be unreliable at judging when to interject, the ability doesn&#8217;t track model size, and prompting for more proactivity barely moves it. [<a href="https://arxiv.org/abs/2410.12361v2">ProactiveBench</a>], [<a href="https://arxiv.org/abs/2603.19466">a multimodal proactiveness study</a>]. </p><p>Four things models are genuinely very good at:</p><ul><li><p>Reading messy human text. </p></li><li><p>Deciding which service or tool could actually fulfill something.</p></li><li><p>Writing the one sentence a person reads.</p></li><li><p>Checking tone, and catching the suggestions that are technically correct but socially wrong.</p></li></ul><p>That last one I&#8217;d underestimated. There&#8217;s a whole class of suggestion that is factually right and still lands badly, and rules are hopeless at spotting it.</p><p><strong>The rule I&#8217;d keep above all the others</strong></p><p>Every suggestion has to be able to show its work.</p><p>I ended up putting this in the data structure rather than the prompt, so a suggestion can&#8217;t exist without a pointer back to the calendar entry or task that produced it.</p><p>The difference reads like this:</p><ul><li><p>You might want to pick up your prescription.</p></li><li><p>Your pharmacy is a two-minute detour from your 3:30 dentist appointment, and &#8220;refill prescription&#8221; has been on your list since Monday.</p></li></ul><p>The second is checkable. If it&#8217;s wrong, you can see exactly where it went wrong, and it stays trustworthy even when it misses. The first is a guess wearing a confident face, and a few bad ones seem to poison the whole feature.</p><p><strong>Timing, which I got wrong twice</strong></p><p>Every suggestion has a window where it&#8217;s useful, and it took me two passes to start carrying that window in the data.</p><p>The buckets I settled on:</p><ul><li><p><strong><span data-color="#fd6752" style="color: rgb(253, 103, 82);">Right now</span></strong>: Under fifteen minutes. Earns the right to interrupt.</p></li><li><p><strong><span data-color="#fd6752" style="color: rgb(253, 103, 82);">Today</span></strong>: Belongs on an ambient surface, not in your ear.</p></li><li><p><strong><span data-color="#fd6752" style="color: rgb(253, 103, 82);">This week</span></strong>: Belongs in a morning summary.</p></li><li><p><strong><span data-color="#fd6752" style="color: rgb(253, 103, 82);">Standing</span></strong>: Never urgent. Belongs somewhere browsable.</p><p></p></li></ul><p>The window is what picks the channel. And the same correct piece of information, delivered as a voice interrupt instead of a quiet card, is the difference between helpful and irritating. Nothing about the content changes.</p><p>The related thing I keep relearning: when confidence is low, ask instead of acting. A guess phrased as a question is charming. The same guess executed as an action feels like a betrayal.</p><p><strong>If I were starting over</strong></p><p>I&#8217;d spend the first two weeks on a spreadsheet instead of the integration.</p><p>1. Write down the trigger list. Fifteen to twenty-five patterns, plain English, no code.</p><p>2. Collect a couple hundred real calendar and task snapshots.</p><p>3. Label them by hand. Which triggers fired, and would I have actually wanted to hear about it?</p><p>No infrastructure required. What comes out of it is the knowledge that five or six triggers produce nearly all of the value, which settles the taxonomy question with evidence rather than argument, and tells you where not to spend the quarter.</p><p>I did this in the wrong order and built twenty triggers of roughly equal polish before I had any idea which ones were carrying the thing.</p><p><strong>What I&#8217;m watching</strong></p><p>Acceptance rate and time-to-action are the obvious numbers, and they&#8217;re also the flattering ones.</p><p>The honest number is how often people turn it off. Mutes and disables. A good acceptance rate alongside a rising mute rate is a system that&#8217;s failing, and the acceptance rate will tell you the opposite right up until the end.</p><p>The other one worth tracking is which triggers get dismissed repeatedly. That&#8217;s the delete list, and mine was shorter and more obvious than I expected.</p><p>Still plenty I don&#8217;t have answers for. How to set the interruption budget without just guessing. Whether the trigger list stays finite once you add email and messages, or whether that&#8217;s where the whole approach starts to strain. How much of the ranking can be learned rather than hand-tuned.</p><p>But the trigger list was the thing I should have started with, and I didn&#8217;t.</p>]]></content:encoded></item><item><title><![CDATA[Health Data and Wearables: Signal, Noise, and the Cost of Optimization]]></title><description><![CDATA[Some learnings digging through the noise about effects of health tracking]]></description><link>https://thephoenix.substack.com/p/are-wearables-optimizing-health-or</link><guid isPermaLink="false">https://thephoenix.substack.com/p/are-wearables-optimizing-health-or</guid><dc:creator><![CDATA[Shivani Singh]]></dc:creator><pubDate>Thu, 08 Jan 2026 16:16:06 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!3exo!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd48bdbbe-acef-4702-be82-5f7e5a79bdab_4200x3600.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I&#8217;m a big proponent of health transparency. I strongly believe in knowing how different things affect my body and internal systems. I often go down rabbit holes researching how a particular medicine or ointment, a fruit or vegetable, a spice, a combination of foods, or even a daily routine can impact bodily functions - and then I try to optimize my habits based on what I find.</p><p>But after spending a significant amount of time doing this, one thought keeps crossing my mind: <em>Was I healthier when I didn&#8217;t know this much? Is my body&#8217;s ecosystem already optimized? Am I overdoing it&#8212;and possibly making things worse?</em></p><p>A similar question comes up when I think about the health metrics provided by fitness trackers.</p><p>When I first started using one, it felt like a novelty. Over time, though, it slowly became a reason for me to run, work out, cycle, or swim. That behavior can be interpreted in two very different ways: motivational or obsessive. And depending on the context, I can convincingly argue either side.</p><p>This tension became even more real when I started building in the same space - integrating health metrics with Alexa to make smart homes even smarter. The product manager in me immediately asked: How do I segment users for a product like this when the user in me isn&#8217;t fully convinced of its utility?</p><p>I&#8217;ve come across countless articles, research papers, and personal testimonials with strong, and often opposing views. Usually, I can predict where a friend will land on a debate like this. But this one is harder. The trade-offs are nuanced, and the stakes so personal.</p><p>I wanted to understand it better.</p><p>Motivated by that curiosity, this piece covers learnings from cutting through the noise around health and fitness trackers. </p><p><em>Who benefits the most from them? Who should avoid them altogether? And in which scenarios should people be especially cautious about their use?</em></p><h3>Positive effects of wearables</h3><p>Wearables deliver measurable improvements in physical activity, metabolic health, sleep quality, and cardiac monitoring when matched to the right population and paired with behavioral support. A study published in <a href="https://www.thelancet.com/journals/landig/article/PIIS2589-75002200111-X/fulltext">The Lancet</a> shows evidence base spanning over 160 randomized controlled trials and multiple systematic reviews consistently showing that wearables increase daily movement, support weight management, and improve disease-specific outcomes such as glycemic control in diabetes.</p><h4>Types of wearables, their positive effects, and best customer segments</h4><ol><li><p><strong>Activity trackers and fitness bands (Fitbit, Garmin, Xiaomi, Mi Band): </strong><a href="https://www.thelancet.com/journals/landig/article/PIIS2589-75002200111-X/fulltext">The Lancet study</a> found that users wearing activity trackers averaged 1,800 additional steps per day compared to control groups, equivalent to approximately 40 extra minutes of walking daily. The same review documented an increase of 6 minutes per day of moderate-to-vigorous physical activity, with effects most pronounced with goal-setting, coaching, or feedback mechanisms.<br>Overweight and obese users experience substantially larger benefits. A 2024 systematic umbrella review in <a href="http://file:///Users/shivanisingh/Downloads/s41746-024-01172-y.pdf">NPJ</a> found that health intervention through tech in this population achieved step increases of 2,185 per day - more than double the 1,007 steps seen in general populations.<br><br><strong>Best Customer Segment: </strong>Activity trackers are most effective for individuals who start with <em>a significant deviation from baseline health or activity norms</em>. Overweight and obese adults, as well as highly inactive individuals, experience the greatest gains because the feedback provided by trackers represents a <em>meaningful signal</em>, not marginal noise.<br>For these users, step counts, streaks, and visual progress indicators translate into large, observable changes in daily movement and modest but tangible weight loss. The gap between their starting point and recommended activity levels makes the data salient and motivating, reinforcing behavior change.<br>The larger the initial deviation from the mean, the more actionable and rewarding the feedback becomes.<br></p></li><li><p><strong>Smartwatches with coaching programs (Apple Watch, Samsung Galaxy Watch, Garmin): </strong>Smartwatches paired with structured coaching dramatically amplify adherence and long-term behavior change. A <a href="https://bmjopen.bmj.com/content/15/3/e092260">2025 study</a> found that participants recently diagnosed with Type 2 Diabetes using smartwatch-enhanced coaching programs were 10 times more likely to begin regular exercise compared to control groups. At six months, they remained seven times more likely to stay active, and at one year, three times more likely to sustain activity levels. 52% percent of smartwatch-coached users met recommended physical activity guidelines versus only 17% in the control group.<br><br><strong>Best customer segment</strong>: Smartwatches excel for general adults seeking habit formation through integrated coaching, reminders, and adaptive goals. They are particularly valuable for busy professionals who want an all-in-one device that combines health tracking with communication and productivity features. The coaching element is critical - without it, smartwatches function as expensive activity trackers with marginal additional benefit. <br></p></li><li><p><strong>Smart rings (Oura Ring, WHOOP 4.0, Samsung Galaxy Ring): </strong>Smart rings offer discrete 24/7 monitoring with a focus on sleep, recovery, and readiness metrics. A <a href="https://www.frontiersin.org/journals/physiology/articles/10.3389/fphys.2021.777874/full">12&#8209;month randomized controlled trial</a> using a biometric smart ring plus guided feedback showed large, clinically relevant gains: sleep onset latency dropped from 25 to 14 minutes at three months; VO2max improved by 11.8% at three months; body fat fell by ~3.8 percentage points; HRV increased by ~40%; and daily steps rose by ~60%. Most improvements persisted even after coaching stopped, with 99%+ device adherence over a year.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!YoHo!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0415eccc-0146-4d2d-bc52-f9cd0d8ec342_1296x514.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!YoHo!, /__u/thephoenix.substack.com/w_424, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_webp, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0415eccc-0146-4d2d-bc52-f9cd0d8ec342_1296x514.png 424w, /__u/substackcdn.com/image/fetch/$s_!YoHo!, /__u/thephoenix.substack.com/w_848, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_webp, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0415eccc-0146-4d2d-bc52-f9cd0d8ec342_1296x514.png 848w, /__u/substackcdn.com/image/fetch/$s_!YoHo!, /__u/thephoenix.substack.com/w_1272, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_webp, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0415eccc-0146-4d2d-bc52-f9cd0d8ec342_1296x514.png 1272w, /__u/substackcdn.com/image/fetch/$s_!YoHo!, /__u/thephoenix.substack.com/w_1456, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_webp, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0415eccc-0146-4d2d-bc52-f9cd0d8ec342_1296x514.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!YoHo!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0415eccc-0146-4d2d-bc52-f9cd0d8ec342_1296x514.png" width="1296" height="514" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0415eccc-0146-4d2d-bc52-f9cd0d8ec342_1296x514.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:514,&quot;width&quot;:1296,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:144439,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://thephoenix.substack.com/i/183767368?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0415eccc-0146-4d2d-bc52-f9cd0d8ec342_1296x514.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" title="" srcset="/__u/substackcdn.com/image/fetch/$s_!YoHo!, /__u/thephoenix.substack.com/w_424, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_auto, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0415eccc-0146-4d2d-bc52-f9cd0d8ec342_1296x514.png 424w, /__u/substackcdn.com/image/fetch/$s_!YoHo!, /__u/thephoenix.substack.com/w_848, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_auto, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0415eccc-0146-4d2d-bc52-f9cd0d8ec342_1296x514.png 848w, /__u/substackcdn.com/image/fetch/$s_!YoHo!, /__u/thephoenix.substack.com/w_1272, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_auto, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0415eccc-0146-4d2d-bc52-f9cd0d8ec342_1296x514.png 1272w, /__u/substackcdn.com/image/fetch/$s_!YoHo!, /__u/thephoenix.substack.com/w_1456, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_auto, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0415eccc-0146-4d2d-bc52-f9cd0d8ec342_1296x514.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>Best-fit segments are</strong>: (1) adults seeking sustained lifestyle change (sleep, fitness, body composition); (2) competitive and serious recreational athletes optimizing training load and recovery; and (3) people with insomnia or sleep-architecture concerns wanting non-pharmacologic improvement;</p></li></ol><h3><strong><br></strong>Negative effects: studies and worst-affected customer segments</h3><p>While wearables offer clear benefits for many populations, they can worsen motivation, trigger anxiety, and reinforce disordered behaviors in specific groups. The harms are most pronounced among adolescents, individuals with eating disorders or body image concerns, cardiac patients prone to health anxiety, and users who interpret data through a perfectionistic or threat-focused lens.</p><ol><li><p><strong>Adolescents in school physical education programs (ages 13&#8211;14): </strong>A <a href="https://pure-oai.bham.ac.uk/ws/files/42831636/Manuscript_AJHE_accepted_version.pdf">randomized controlled trial</a> by University of Birmingham examined the motivational impact of Fitbit activity trackers on 84 adolescents aged 13&#8211;14 years enrolled in mandatory physical education classes over eight weeks. Rather than increasing intrinsic motivation for physical activity, the intervention produced significant declines across multiple dimensions of self-determination theory. Autonomous motivation - the internal drive to be active for its own sake&#8212;decreased by 0.22 points. More troubling, amotivation - a state of disengagement and lack of any motivation to be active - increased by 0.35 points, a large effect size . Perceived competence, and autonomy significantly decreased, indicating that the wearable undermined students' confidence, sense of control, and social connection around physical activity.<br><br>The mechanisms driving these negative effects centered on non-personalized step targets, peer comparison, and external pressure. Adolescents reported feeling judged when they failed to meet arbitrary targets. Instead of fostering joy, the Fitbit became a source of guilt, replacing intrinsic enjoyment with judgement. The study highlights that wearables in youth settings can backfire when they emphasize competition and standardized goals rather than personal progress and autonomy-supportive coaching.<br><br>Wearables that impose external benchmarks and make performance visible to others can undermine the very motivation they are intended to build, particularly in teens who are not already intrinsically motivated to exercise.<br></p></li><li><p>Young adult women with body image vulnerability (ages 17&#8211;35): <a href="https://www.sciencedirect.com/science/article/pii/S1469029225000895">Multiple studies</a> in university and <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC8485346/">community samples</a> of young women document associations between fitness and diet app use and higher levels of disordered eating, body dissatisfaction, and compulsive exercise. Women who use diet tracking apps show significantly more eating pathology than those who use fitness-only apps or no tracking apps. Those who combine diet and fitness tracking exhibit the highest scores on validated measures of disordered eating, drive for thinness, and obligatory exercise.&#8203;<br><br>When fitness becomes about optimizing numbers and achieving aesthetic ideals rather than enjoyment, health, or performance, the psychological costs can outweigh any physical benefits. "Fit-ideal internalization" acts as a moderator: women who strongly endorse cultural ideals of leanness are most vulnerable to the negative effects of tracking.<br><br>This finding is particularly concerning given the marketing of fitness wearables and apps to young women through appearance-focused messaging (e.g., "get bikini ready," "tone and sculpt"). The data suggest that these tools can nudge vulnerable users toward disordered eating and exercise behaviors</p></li><li><p><strong>Older adults with limited technology literacy and physical impairments</strong>: <a href="https://www.scirp.org/journal/paperinformation?paperid=127016">Usability studies</a> of wearables in older adults (65+) document frustration and disengagement related to four primary factors: inaccurate or confusing data displays, difficult setup instructions, device malfunctions, and physical discomfort during wear. Older users also report challenges with small touchscreens, gesture-based interactions, and lack of clear explanations for complex metrics such as HRV.<br><br>Age-related changes in fine motor control, vision, and cognition make interactions that are trivial for younger users&#8212;such as navigating nested menus or interpreting trend graphs&#8212;genuinely difficult for many older adults. When wearables are mandated by healthcare providers or family members without adequate training and ongoing support, they can become sources of stress, incompetence feelings, and technology abandonment.</p></li></ol><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!3exo!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd48bdbbe-acef-4702-be82-5f7e5a79bdab_4200x3600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!3exo!, /__u/thephoenix.substack.com/w_424, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_webp, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd48bdbbe-acef-4702-be82-5f7e5a79bdab_4200x3600.png 424w, /__u/substackcdn.com/image/fetch/$s_!3exo!, /__u/thephoenix.substack.com/w_848, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_webp, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd48bdbbe-acef-4702-be82-5f7e5a79bdab_4200x3600.png 848w, /__u/substackcdn.com/image/fetch/$s_!3exo!, /__u/thephoenix.substack.com/w_1272, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_webp, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd48bdbbe-acef-4702-be82-5f7e5a79bdab_4200x3600.png 1272w, /__u/substackcdn.com/image/fetch/$s_!3exo!, /__u/thephoenix.substack.com/w_1456, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_webp, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd48bdbbe-acef-4702-be82-5f7e5a79bdab_4200x3600.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!3exo!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd48bdbbe-acef-4702-be82-5f7e5a79bdab_4200x3600.png" width="1456" height="1248" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/d48bdbbe-acef-4702-be82-5f7e5a79bdab_4200x3600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1248,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:682068,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://thephoenix.substack.com/i/183767368?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd48bdbbe-acef-4702-be82-5f7e5a79bdab_4200x3600.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" title="" srcset="/__u/substackcdn.com/image/fetch/$s_!3exo!, /__u/thephoenix.substack.com/w_424, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_auto, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd48bdbbe-acef-4702-be82-5f7e5a79bdab_4200x3600.png 424w, /__u/substackcdn.com/image/fetch/$s_!3exo!, /__u/thephoenix.substack.com/w_848, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_auto, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd48bdbbe-acef-4702-be82-5f7e5a79bdab_4200x3600.png 848w, /__u/substackcdn.com/image/fetch/$s_!3exo!, /__u/thephoenix.substack.com/w_1272, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_auto, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd48bdbbe-acef-4702-be82-5f7e5a79bdab_4200x3600.png 1272w, /__u/substackcdn.com/image/fetch/$s_!3exo!, /__u/thephoenix.substack.com/w_1456, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_auto, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd48bdbbe-acef-4702-be82-5f7e5a79bdab_4200x3600.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h3><strong>What This Means for You</strong></h3><p>The research reveals a clear pattern: <strong>wearables amplify existing trajectories</strong>.</p><p>If you&#8217;re significantly below baseline health (overweight, sedentary, uncontrolled diabetes), the feedback is signal - loud, clear, actionable. The ~2,000 extra steps for obese users aren&#8217;t marginal, they&#8217;re meaningful.</p><p>If you&#8217;re already health-optimized, the same device produces noise. Those 1,800 steps matter less when you&#8217;re starting from 8,000. The juice may not be worth the squeeze.</p><p><strong>Three decision rules:</strong></p><ol><li><p><strong>High benefit, low risk</strong>: Overweight/obese adults, newly diagnosed Type 2 diabetics, serious athletes, people with sleep disorders&#8212;<em>all paired with coaching or clinical oversight</em></p></li><li><p><strong>High risk, uncertain benefit</strong>: Adolescents 13-16, individuals with eating disorder history, young women with body image concerns, patients with health anxiety, older adults with limited tech literacy</p></li><li><p><strong>Everyone else</strong>: Marginal gains require active engagement. If you ignore the data, don&#8217;t wear the device. If you obsess over the data, don&#8217;t wear the device. The sweet spot is narrow.</p><p></p></li></ol><blockquote><p>The question isn&#8217;t whether wearables work. It&#8217;s whether they work <em>for you</em>, <em>right now</em>, <em>with the support structures needed to make them helpful rather than harmful</em>.</p></blockquote><p></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://thephoenix.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption"></p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[Mapping the Voice AI Stack Across Modern Business Workflows]]></title><description><![CDATA[How businesses are leveraging voice AI to improve their business metrics and customer experience]]></description><link>https://thephoenix.substack.com/p/application-of-voice-ai-in-business</link><guid isPermaLink="false">https://thephoenix.substack.com/p/application-of-voice-ai-in-business</guid><dc:creator><![CDATA[Shivani Singh]]></dc:creator><pubDate>Mon, 29 Dec 2025 09:30:51 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!SrRw!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F671bdd14-79be-4fee-a4a8-96a5d8e33ddd_1432x990.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h4>Table of Contents:</h4><ol><li><p><a href="/__u/thephoenix.substack.com/i/182407871/introduction-why-voice-ai-is-becoming-workflow-infrastructure">Introduction: Why Voice AI Is Becoming Workflow Infrastructure</a></p></li><li><p>Revenue Capture &amp; Transaction Intake</p><ol><li><p>Case Studies: Wendy&#8217;s, Apollo Hospitals (Apollo 24|7)</p></li></ol></li><li><p>Service Delivery &amp; Customer Support</p><ol><li><p>Case Studies: Meesho, Smartness</p></li></ol></li><li><p>Revenue Recovery &amp; Accounts Receivable</p><ol><li><p>Case Study: Southwest Recovery Services</p></li></ol></li><li><p>Trust, Risk &amp; Compliance</p><ol><li><p>Case Studies: HSBC UK, Barclays</p></li></ol></li><li><p>Conclusion</p></li></ol><div><hr></div><h4>Introduction: Why Voice AI Is Becoming Workflow Infrastructure</h4><p>My fascination with voice AI deepened during my summer internship at Amazon, where I worked at the intersection of Alexa voice AI and the smart home ecosystem. Since then, I&#8217;ve contributed to projects spanning multiple industries focusing on applying voice AI to real business workflows - not just to save time and effort, but to meaningfully scale operations and elevate the quality of customer experience.</p><p>While the technology itself has scaled rapidly and advanced significantly, I believe its real value and true validation comes from how effectively it is applied within business workflows. This has been the core problem statement I&#8217;ve been working on over the past few months, and it made me curious to draw inspiration from how other industries are leveraging similar capabilities. This piece is a synthesis of those learnings and observations.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://thephoenix.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading The Phoenix! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p>Voice AI has moved well beyond &#8220;press 1 for billing.&#8221; As per <a href="https://www.grandviewresearch.com/industry-analysis/ai-voice-generators-market-report">Grand View Research</a>, the global voice AI generators market is growing at a CAGR of 29.6% and expected to reach USD 21.8 Bn by 2030. Understanding the trends in such a hyper-growth sector is crucial if you are in the industry and want to stay abreast with what&#8217;s happening around. </p><p>I&#8217;ve structured this article around the different stages in the lifecycle of business workflows that are most disrupted by voice AI, along with case studies for each stage to illustrate how these applications have materialized in the real world.</p><ol><li><p><strong>Revenue capture &amp; transaction intake</strong></p></li><li><p><strong>Service delivery &amp; customer support</strong></p></li><li><p><strong>Revenue recovery &amp; accounts receivable</strong></p></li><li><p><strong>Trust, risk &amp; compliance</strong></p></li></ol><div><hr></div><h3><strong>Revenue capture &amp; transaction intake</strong></h3><p>Across industries, leaders are increasingly treating <strong>voice</strong> as a <em>revenue and transaction channel</em>, not just a support cost - because a meaningful share of high-intent demand still shows up as real-time conversations (phone calls, voice kiosks, in-car voice, voice assistants). The workflow they&#8217;re optimizing is essentially:</p><blockquote><p><strong>Demand &#8594; capture &#8594; structure the order/reservation &#8594; confirm &#8594; route to fulfillment (POS/KDS/reservations system) &#8594; upsell where appropriate</strong></p></blockquote><p>A few common mental models show up across deployments:</p><ul><li><p><strong>Front-door transaction layer (not just an IVR):</strong> Voice AI isn&#8217;t there to deflect calls; it&#8217;s there to complete the transaction and push clean data into POS/KDS/reservation systems (often with a human fallback).</p></li><li><p><strong>Throughput engine for peak hours:</strong> The goal is to remove the ordering bottleneck - reduce service time, increase order completion, and keep staff focused on prep and handoff. It can also be deployed during after-hours to capture any missed opportunities. </p></li><li><p><strong>Guardrails + integration &gt; pure conversation:</strong> The best results usually come when the system is tightly constrained around offerings/menu/reservation rules and integrated with POS/reservations - rather than being a totally open-ended chatbot.</p></li></ul><h4>Case studies:</h4><h5>Wendy&#8217;s</h5><p>Wendy&#8217;s scaled its FreshAI, a voice AI system that automates drive-thru ordering, (alongside digital menu boards) as a top-of-funnel transaction intake play - automating order taking, improving the in-restaurant operating rhythm, and using AI-driven suggestions to lift check size. The rollout is positioned as part of a broader customer experience strategy focused on personalization, convenience, and hospitality. The core impact:</p><ul><li><p>Target rollout to 500+ restaurants by end of 2025 (FreshAI + digital menu boards).</p></li><li><p>Already deployed to 160+ U.S. restaurants in Q1 2025</p></li><li><p>Broader digital performance cited alongside this strategy: digital mix reached over 20% of total sales in Q1; conversion rate hit an all-time high (not solely attributed to FreshAI).</p></li><li><p>Improved order accuracy and efficiency as staff can focus on speed of service and correct order delivery </p></li></ul><div class="native-video-embed" data-component-name="VideoPlaceholder" data-attrs="{&quot;mediaUploadId&quot;:&quot;63a7ae12-cfdb-4afd-8f11-abac7d279c04&quot;,&quot;duration&quot;:null}"></div><p><strong>What did Wendy&#8217;s implement in the customer journey:</strong></p><ol><li><p><strong>They inserted FreshAI at the earliest conversion choke point - the drive-thru speaker: </strong>FreshAI is deployed as the <em>order-taker</em> at the drive-thru, automating the conversation customers normally have with a crew member. The intent is to make ordering faster and more consistent while keeping humans focused on execution and hospitality.</p></li><li><p><strong>The experience is designed to handle real drive-thru ordering complexity (not a rigid script): </strong>Wendy&#8217;s explicitly frames FreshAI as solving problems traditional rule-based chatbots struggle with - casual conversation, slang, and heavy customization - by using generative AI that adapts in real time instead of following a narrow decision tree.</p></li><li><p><strong>Orders flow into restaurant systems (POS + hardware), with guardrails: </strong>In the Google Cloud partnership announcement, Wendy&#8217;s described the system as being powered by Google&#8217;s foundational LLMs using Wendy&#8217;s menu data, business rules / conversation guardrails, and integration with restaurant hardware and the POS - so the outcome of the conversation becomes an executable order, not just text.</p></li><li><p><strong>&#8220;Human-in-the-loop&#8221; is built into the workflow: </strong>Wendy&#8217;s positions FreshAI as an assistant that empowers the crew, not a replacement. Success is measured in &#8220;orders submitted without human intervention,&#8221; but the operating model expects crew to stay available for exceptions and to focus on speed-of-service and getting the order out accurately.</p></li><li><p><strong>They paired voice automation with adjacent accuracy tooling downstream: </strong>Alongside the drive-thru voice AI, Wendy&#8217;s is rolling out tools like menu item label printers (to ensure customizations are executed correctly) and smart delivery scales (to confirm all items are included), reinforcing the perfect order promise after the order is captured.</p></li></ol><p>[Source: <a href="https://www.restaurantdive.com/news/wendys-deploy-digital-menu-boards-drive-thru-ai-500-restaurants-2025/746977/">1</a>]</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://thephoenix.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading The Phoenix! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><h5>Apollo Hospitals (via Apollo 24|7)</h5><p>Apollo 24|7 built an omnichannel booking and engagement stack where patients can discover services and complete bookings inside familiar channels - most notably WhatsApp, and (for appointment handling) voice integrated into their customer care workflows. The core impact:</p><ul><li><p>+49% increase in bookings using WhatsApp Flows vs their usual chatbot booking approach</p></li><li><p>+72% increase in average revenue per order using WhatsApp Flows vs usual chatbot booking approach</p></li><li><p>20% decrease in calls to the customer care center after integrating Voice API (with quicker query resolution)</p></li></ul><p>How Apollo 24|7 is using voice + conversational automation to improve top-of-funnel and booking:</p><ol><li><p><strong>They redesigned booking as a native in-chat transaction (WhatsApp Flows)</strong>: Apollo 24|7 moved diagnostic test booking into a single, end-to-end flow that lives entirely inside WhatsApp. Instead of sending users across links and forms, the conversation itself becomes the booking interface: patients can select the relevant test, request home collection or a kit where applicable, pick a date and time, and apply a coupon - all without leaving the chat.</p><p>This reduces friction at the exact moment of conversion. The less context-switching a patient has to do, the more likely they are to complete the booking (and the more likely they are to add higher-value services).</p></li><li><p><strong>They used acquisition + re-engagement channels that drop users directly into the booking flow</strong>: To drive bookings, Apollo 24|7 shortened the path from &#8220;interest&#8221; to &#8220;confirmed appointment&#8221; by pushing traffic straight into WhatsApp. Their campaign combined click-to-WhatsApp ads (to acquire or retarget), offline QR codes (to convert physical touchpoints like leaflets and pharmacy posters), and WhatsApp messages (to re-engage existing users).</p><p>This is essentially lowest-friction conversion: marketing &#8594; WhatsApp &#8594; Flow &#8594; booking, with fewer steps where users typically drop off.</p></li><li><p><strong>Where &#8220;voice&#8221; comes in</strong> - <strong>recovering drop-offs and routing patients: </strong>On the appointment side, the setup also uses voice as a support channel - routing patients to the right consultant and calling back users who drop off or get disconnected mid-booking. That&#8217;s a simple but high-leverage conversion recovery loop in healthcare, where abandoned booking attempts are often high intent.</p></li></ol><p>[Sources: <a href="https://business.whatsapp.com/resources/success-stories/apollo-24-7">1</a>, <a href="https://www.infobip.com/customer/apollo-247">2</a>]</p><div><hr></div><h3><strong>Service delivery &amp; customer support</strong></h3><p>As we all have seen and experienced, in service delivery, voice AI isn&#8217;t a nice-to-have anymore - it&#8217;s becoming the front door to resolution for customers who still default to calling when something is urgent, confusing, or high-stakes. The north star is shifting from deflect calls to resolve intent fast, safely, and empathetically, while keeping a seamless human handoff for edge cases. That means leaders increasingly evaluate voice AI on whether it can operate reliably under real constraints like peak spikes, noisy audio, multilingual callers, regulated policy language, safety routing, etc. </p><p>Common mental models show up across voice AI deployments in service delivery &amp; customer support:</p><ul><li><p><strong>Resolution engine (not just deflection):</strong> The goal isn&#8217;t to make calls go away, it&#8217;s to solve the customer&#8217;s problem end-to-end&#8212;answer, authenticate if needed, take the action, and only escalate when the issue truly requires a human.</p></li><li><p><strong>Triage + routing layer (get to the right place fast):</strong> Voice AI needs to act as the smart front desk - identify the right intent, gather the minimum necessary context, and route the customer to the right queue or specialist. The win is fewer transfers, less repetition, and lower customer effort.</p></li><li><p><strong>Surge absorber for peak demand:</strong> In many industries, call volume is spiky (outages, travel disruption, payment failures). Voice AI is treated as elastic capacity - handle the surge, keep wait times sane, and protect CSAT - while human agents focus on the hardest cases.</p></li><li><p><strong>Guardrails + system integration &gt; free-form chat:</strong> The best deployments are tightly grounded in approved policies, knowledge sources, and backend systems (CRM, billing, scheduling). They prioritize reliable actions and compliant answers over open-ended conversation - especially in regulated or high-stakes contexts.</p></li></ul><h4>Case studies:</h4><h5>Meesho - India (in collaboration with ElevenLabs)</h5><p>Meesho used <a href="https://elevenlabs.io/?utm_source=google&amp;utm_medium=cpc&amp;utm_campaign=india_brandsearch_brand_english&amp;utm_id=22349493305&amp;utm_term=elevenlabs&amp;utm_content=brand_-_brand&amp;gad_source=1&amp;gad_campaignid=22349493305&amp;gbraid=0AAAAAp9ksTEUkhqk716E7DOqYHBfALSZG&amp;gclid=Cj0KCQiAx8PKBhD1ARIsAKsmGbcJBQIXXiGkTwq--fB8YUr7zTk21JZugZT1efl9rVphxzJwNAaeqUcaAgYQEALw_wcB">ElevenLabs</a> voice AI tools to deploy a real-time AI voice agent to automate high-volume customer support calls - especially &#8220;where is my order?&#8221; style queries like delivery status, delays, cancellations, and refunds - in Hindi and English, with a focus on keeping the experience empathetic and human-like at massive scale. The core impact:</p><ul><li><p>Handles 60,000+ customer calls per day</p></li><li><p>Reported 95% resolution rate, significantly reducing the need for human intervention/escalations</p></li><li><p>~50% improvement in average handle time (AHT)</p></li><li><p>+10% higher CSAT after deploying the voice bot experience</p></li><li><p>~75% lower per-call cost vs human-operated calls</p></li></ul><div class="native-video-embed" data-component-name="VideoPlaceholder" data-attrs="{&quot;mediaUploadId&quot;:&quot;0551926a-549a-4a80-b943-aaf9a206e0b4&quot;,&quot;duration&quot;:null}"></div><p><strong>What did Meesho implement?</strong></p><ol><li><p><strong>A real-time voice agent at the highest-volume support entry point (voice calls): </strong>Meesho deployed a voicebot that answers customer calls and handles the most common &#8220;where is my order?&#8221; flows - so customers get instant support in natural speech without waiting for an agent.</p></li><li><p><strong>Multilingual support:</strong> The voice agent supports both Hindi and English from day one, enabling Meesho to serve a broad base of users in India in the languages they naturally speak on calls.</p></li><li><p><strong>Engineered for real Indian calling conditions (noise, interruptions, basic devices):</strong> The bot is described as handling peak seasonal demand reliably and includes interruption intelligence to distinguish affirmations (ji/okay/yes) from true interruptions - keeping conversations fluid instead of stopping mid-sentence. It&#8217;s also framed as robust for noisy environments and accessible to users on basic smartphones.</p></li><li><p><strong>Designed the workflow to maximize containment while reducing handle time:</strong> By focusing on high-frequency intents and resolving many queries without human intervention, the implementation is explicitly positioned around reducing AHT and freeing human agents for complex cases.</p></li></ol><p>[Sources: <a href="https://elevenlabs.io/blog/meesho">1</a>, <a href="https://www.business-standard.com/companies/news/meesho-unveils-multilingual-gen-ai-powered-voice-bot-for-human-like-support-124112601001_1.html">2</a>]</p><h5>Smartness (in collaboration with ElevenLabs)</h5><p>Smartness (Italian SaaS serving hospitality operators globally) built two internal voice agents using ElevenLabs Conversational AI: a Support Agent that captures customer inquiries during off-hours and turns them into prioritized Zendesk tickets, and an AI SDR Agent that engages qualified leads and schedules product demos - so the company can offer more continuous service while reducing time spent on low-priority sales outreach. The core impact:</p><ul><li><p>Continuous customer support coverage during off-hours by capturing inquiries and converting them into prioritized Zendesk tickets</p></li><li><p>Sales team time reclaimed: the AI SDR agent reduces time human SDRs spend on lower-priority accounts by handling initial outreach and booking demos</p></li></ul><p><strong>Implementation:</strong></p><ol><li><p><strong>Inserted an AI Support Agent at the after-hours support choke point:</strong> it collects customer requests when the team is offline and automatically creates prioritized tickets in Zendesk.</p></li><li><p><strong>They operationalized the handoff by auto-creating prioritized Zendesk tickets:</strong> Instead of just collecting a voicemail or transcript, the agent turns the interaction into a structured Zendesk ticket that&#8217;s already prioritized - so the support queue starts the next day with clearer triage. </p></li><li><p><strong>They used a helpdesk integration pattern that makes the agent ticket-native:</strong> ElevenLabs&#8217; Zendesk integration is designed to let voice agents create tickets and use historical ticket data/knowledge base to resolve issues faster. The Smartness story explicitly confirms ticket creation + prioritization; the broader Zendesk integration capabilities show the typical way this is implemented technically.</p></li><li><p><strong>Added an AI SDR Agent at the top-of-funnel qualification step:</strong> it behaves like a virtual sales rep - engages qualified leads and schedules product demonstrations, reducing manual SDR effort on low-priority accounts.</p></li></ol><p>[Sources: <a href="https://elevenlabs.io/blog/smartness">1</a>]</p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://thephoenix.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading The Phoenix! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><h3><strong>Revenue recovery &amp; accounts receivable</strong></h3><p>Voice AI can be leveraged wherever revenue is leaking because a human couldn&#8217;t get to the call: unanswered inbound traffic, after-hours calls, low-connectivity outbound campaigns, or agents spending time on repeatable verification + payment flows. The winning pattern is not to replace collectors - it&#8217;s to expand coverage and tighten execution: automate the repeatable steps (reach, verify, negotiate within guardrails, take payment, document outcomes), and escalate exceptions to humans fast. </p><p>Common mental models show up across deployments:</p><ul><li><p><strong>Coverage &gt; headcount:</strong> use voice agents to answer every inbound call (including after-hours) and run large outbound campaigns without staffing spikes.</p></li><li><p><strong>RPC/PTP as the funnel:</strong> collections teams treat Right Party Contact (RPC) and Promise-to-Pay (PTP) like conversion metrics, and voice AI is optimized against those.</p></li><li><p><strong>Compliance-first conversation design:</strong> constrain what the agent can say/do (disclosures, permitted offers, escalation rules), then scale.</p></li><li><p><strong>Payment as the end-state:</strong> best systems don&#8217;t chat - they drive to an executable outcome (on-call payment, payment portal handoff, or a documented arrangement).</p></li></ul><h4>Case study:</h4><h5>Southwest Recovery Services</h5><p>Southwest Recovery Services adopted Skit.ai&#8217;s Voice AI to automate a portion of inbound debt-collection calls - especially to handle call volume they couldn&#8217;t cover and to answer outside business hours - while maintaining a live-agent transfer path when needed. The core impact:</p><ul><li><p>10&#215; ROI reported within a few weeks of going live.</p></li><li><p>50% Right-Party Contact (RPC) rate and 10% Promise-to-Pay (PTP) rate reported</p></li><li><p>Enabled 24/7 assistance for consumers and improved agent productivity (agents focus on transfers + exceptions)</p></li></ul><p><strong>Implementation:</strong></p><ul><li><p><strong>Inserted voice AI at the inbound front door:</strong> Skit.ai answers inbound consumer calls first, then transfers to a live agent when requested. </p></li><li><p><strong>Automated core collections intents with guardrails:</strong> the deployment targets common inbound intents (questions, next steps), then routes to RPC / PTP flows and escalation paths. </p></li><li><p><strong>Enabled end-to-end resolution options:</strong> the solution is described as supporting on-call payment processing and negotiation capabilities, pushing conversations toward closure rather than deflection. </p></li><li><p><strong>Expanded beyond inbound once stable:</strong> the CEO quote also references automation across outbound calls (scale + cost efficiency) once the model proved out.</p></li></ul><p>[Source: <a href="https://www.prnewswire.com/news-releases/southwest-recovery-services-achieves-10x-roi-with-skitais-inbound-voice-ai-solution-302032423.html">1</a>]</p><div><hr></div><h3><strong>Trust, risk &amp; compliance</strong></h3><p>Trust and compliance is where voice AI stops being convenient and starts being critical. When real money, identity, safety, or sensitive data is on the line, the voice channel becomes a prime target for fraud, and at the same time, customers have near-zero patience for clunky security rituals. The north star here is shifting from more authentication steps to smarter, lower-friction verification. In practice, leaders evaluate voice AI in this workflow on whether it can hold up under hard constraints - spoofing and deepfakes, regulatory auditability, bias across accents and languages, privacy and consent requirements - all while keeping the experience fast enough that customers don&#8217;t abandon the interaction.</p><p>Common mental models show up across deployments:</p><ul><li><p><strong>Silent security layer (verify while you talk): </strong>Instead of interrogating customers with knowledge-based questions, teams use passive voice<strong> </strong>biometrics to confirm identity during normal conversation - reducing friction while improving security.</p></li><li><p><strong>Risk engine + step-up:</strong> Voice becomes one signal in a broader risk model. If risk is low, let the user proceed quickly; if risk is high (new device, unusual behavior, suspected spoof), trigger step-up authentication or route to a specialist.</p></li><li><p><strong>Deepfake era readiness (liveness + multi-layer defense):</strong> As synthetic voice improves, leaders increasingly assume voice can be spoofed and plan for layered defenses (liveness detection, multi-signal scoring, and continuous monitoring).</p></li></ul><h4><strong>Case Studies</strong>:</h4><h5>HSBC UK</h5><p>HSBC UK embedded Voice ID (voice biometrics) directly into its telephone banking authentication flow, so callers can be verified by matching their live voice to a stored voiceprint, instead of relying primarily on knowledge-based security questions that fraudsters can sometimes steal or guess. The bank positions Voice ID as a practical way to make phone banking both easier for legitimate customers and harder for impersonation scams, and it pairs the &#8220;verify the customer&#8221; use case with a second line of defense. The core impact (as of 2021):</p><ul><li><p>~&#163;249M prevented from being lost to telephone fraudsters </p></li><li><p>Attempted telephone banking fraud down 50% year-on-year.</p></li><li><p>43,000+ fraudulent phone calls identified since the technology was introduced in the UK </p></li><li><p>&#163;981M+ of customers&#8217; money protected since introduction </p></li><li><p>Voice ID was used by 2.8M+ active customers, and HSBC said it was enrolling ~14,000 customers per week at the time</p></li></ul><p><strong>Implementation:</strong></p><ol><li><p><strong>Inserted Voice ID at the authentication choke point:</strong> during a normal phone banking call, the system checks whether the caller&#8217;s voice matches the voiceprint held on file, allowing faster, lower-friction verification than repeated Q&amp;A security steps.</p></li><li><p><strong>Added a fraudster-voice cross-check capability:</strong> beyond verifying legitimate customers, HSBC describes building a library of fraudsters&#8217; voice prints to cross-check new incoming calls, turning Voice ID into both an authentication tool and a fraud detection layer.</p></li><li><p><strong>Positioned it as part of a broader channel strategy:</strong> the announcement situates Voice ID inside a wider push to manage high contact volumes (e.g., new voice response system handling 450k+ calls/week) while steering general queries to chat - suggesting HSBC was thinking about risk + operational load together, not in isolation.</p></li></ol><p>[Source: <a href="https://www.about.hsbc.co.uk/news-and-media/hsbc-uks-voice-id-prevents-gbp249-million-of-attempted-fraud?utm_source=chatgpt.com">1</a>]</p><p>Other examples: <a href="https://www.nuance.com/content/dam/nuance/en_uk/collateral/enterprise/case-study/cs-barclays-en-uk.pdf?utm_source=chatgpt.com">Barclays</a> Customer Service Solutions</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!SrRw!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F671bdd14-79be-4fee-a4a8-96a5d8e33ddd_1432x990.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!SrRw!, /__u/thephoenix.substack.com/w_424, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_webp, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F671bdd14-79be-4fee-a4a8-96a5d8e33ddd_1432x990.png 424w, /__u/substackcdn.com/image/fetch/$s_!SrRw!, /__u/thephoenix.substack.com/w_848, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_webp, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F671bdd14-79be-4fee-a4a8-96a5d8e33ddd_1432x990.png 848w, /__u/substackcdn.com/image/fetch/$s_!SrRw!, /__u/thephoenix.substack.com/w_1272, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_webp, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F671bdd14-79be-4fee-a4a8-96a5d8e33ddd_1432x990.png 1272w, /__u/substackcdn.com/image/fetch/$s_!SrRw!, /__u/thephoenix.substack.com/w_1456, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_webp, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F671bdd14-79be-4fee-a4a8-96a5d8e33ddd_1432x990.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!SrRw!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F671bdd14-79be-4fee-a4a8-96a5d8e33ddd_1432x990.png" width="1432" height="990" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/671bdd14-79be-4fee-a4a8-96a5d8e33ddd_1432x990.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:990,&quot;width&quot;:1432,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:255494,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://thephoenix.substack.com/i/182407871?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F671bdd14-79be-4fee-a4a8-96a5d8e33ddd_1432x990.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!SrRw!, /__u/thephoenix.substack.com/w_424, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_auto, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F671bdd14-79be-4fee-a4a8-96a5d8e33ddd_1432x990.png 424w, /__u/substackcdn.com/image/fetch/$s_!SrRw!, /__u/thephoenix.substack.com/w_848, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_auto, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F671bdd14-79be-4fee-a4a8-96a5d8e33ddd_1432x990.png 848w, /__u/substackcdn.com/image/fetch/$s_!SrRw!, /__u/thephoenix.substack.com/w_1272, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_auto, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F671bdd14-79be-4fee-a4a8-96a5d8e33ddd_1432x990.png 1272w, /__u/substackcdn.com/image/fetch/$s_!SrRw!, /__u/thephoenix.substack.com/w_1456, /__u/thephoenix.substack.com/c_limit, /__u/thephoenix.substack.com/f_auto, /__u/thephoenix.substack.com/q_auto:good, /__u/thephoenix.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F671bdd14-79be-4fee-a4a8-96a5d8e33ddd_1432x990.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h4>Conclusion</h4><p>I&#8217;ve come to believe the real value of voice AI is validated only when it is embedded into workflows in a way that drives measurable outcomes. That has been the core problem statement I&#8217;ve been working on over the past few months and it&#8217;s what made me curious to study how other teams are deploying voice AI in the wild. This article is a synthesis of those observations.</p><p>Across the case studies, one pattern keeps repeating: <strong>t</strong>he best deployments don&#8217;t treat voice as a standalone bot. They treat it as a workflow primitive. That means voice AI is judged less by how human it sounds, and more by whether it can reliably do three things:</p><ol><li><p>Capture structured intent from messy, real-world speech,</p></li><li><p>Push that intent into systems of record (POS/CRM/helpdesk/payment rails), and</p></li><li><p>Operate under constraints -peak demand, multilingual accents, regulatory policy, fraud risk - while handing off gracefully when needed.</p></li></ol><p>If there&#8217;s one meta-takeaway, it&#8217;s this: voice AI creates value when it changes the shape of a workflow. It either (a) removes a bottleneck at the moment of intent, (b) increases resolution capacity during spikes, (c) drives recovery where humans can&#8217;t reach at scale, or (d) embeds security without breaking experience.</p><p>I believe that the next wave of differentiation won&#8217;t come from voice sounding more human - it will come from voice being more operational: deeper integrations, tighter guardrails, clearer measurement, and faster iteration loops. The teams that win will be the ones that treat voice AI not as a channel experiment, but as workflow infrastructure.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://thephoenix.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading The Phoenix! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p></p>]]></content:encoded></item></channel></rss>