{"id":93,"date":"2025-04-10T11:12:05","date_gmt":"2025-04-10T11:12:05","guid":{"rendered":"https:\/\/fin.ai\/research\/?p=93"},"modified":"2025-04-11T15:58:30","modified_gmt":"2025-04-11T15:58:30","slug":"does-slower-seem-smarter-rethinking-latency-in-ai-agents","status":"publish","type":"post","link":"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/","title":{"rendered":"Slower Feels Smarter? Experimenting with AI Agent Latency"},"content":{"rendered":"\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u201cSlow is smooth, smooth is fast.\u201d -Navy SEALs saying<\/p>\n<\/blockquote>\n\n\n\n<p>Nobody likes slow software. Despite Moore&#8217;s law and improving hardware, software doesn&#8217;t seem to be getting faster over time. Sometimes it feels like things are even slowing down due to increasing bloat. Software latency isn&#8217;t just a user annoyance, there&#8217;s also documented evidence of real business cost:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Google found a 0.5 second delay caused a 20% decrease in repeat traffic, that persisted after the delay went away<sup data-fn=\"eb06b541-c6fd-46d5-bbaf-14b7717a9f5f\" class=\"fn\"><a id=\"eb06b541-c6fd-46d5-bbaf-14b7717a9f5f-link\" href=\"#eb06b541-c6fd-46d5-bbaf-14b7717a9f5f\">1<\/a><\/sup><\/li>\n\n\n\n<li>Amazon found every 100ms slower the site loaded, they lost 1% in revenue<sup data-fn=\"f095221e-7553-4c6c-80b9-cfa0caf2ce00\" class=\"fn\"><a id=\"f095221e-7553-4c6c-80b9-cfa0caf2ce00-link\" href=\"#f095221e-7553-4c6c-80b9-cfa0caf2ce00\">2<\/a><\/sup><\/li>\n\n\n\n<li>Walmart.com found a very large change in conversion rate based on page load times<sup data-fn=\"b890ef94-b409-48fb-88dc-c0f10a4758de\" class=\"fn\"><a id=\"b890ef94-b409-48fb-88dc-c0f10a4758de-link\" href=\"#b890ef94-b409-48fb-88dc-c0f10a4758de\">3<\/a><\/sup><\/li>\n<\/ul>\n\n\n\n<p>Does the same apply to AI agents for customer support? Is latency just annoying, or also harmful?<\/p>\n\n\n\n<p>As LLMs inherently do so much computation \u2013 which takes time \u2013 and as there are so many different LLMs available, with different latency and quality tradeoffs, we needed to know.<\/p>\n\n\n\n<p>The only way to answer that important question is through an AB test, as the natural latency variation is confounded by many factors (e.g. peak time has higher latency then early morning, but the user types and queries in those periods are different too).<\/p>\n\n\n\n<p>At Intercom&#8217;s AI group, we run hundreds of AB tests per year. Almost all of them are to evaluate improvements to our AI Agent <a href=\"https:\/\/www.intercom.com\/fin\">Fin<\/a>, but we made an exception here: To understand the impact of latency to Fin, we ran an experiment where we increased latency in a small amount of conversations.<\/p>\n\n\n\n<p>We faced two difficulties:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>We cannot artificially decrease latency, only increase it: if there were any latency reduction low-hanging fruits, they&#8217;d have been picked already!<\/li>\n\n\n\n<li>We cannot harm the end user or customer experience: the experiment must be imperceptible to them<\/li>\n<\/ol>\n\n\n\n<p>We managed to implement an experiment design where the changes were indeed imperceptible. The experiment also uncovered a non-obvious truth:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>As we expected, latency increases deflections<\/li>\n\n\n\n<li>Unexpectedly, latency also increases positive feedback without harming negative feedback or CSAT<\/li>\n<\/ul>\n\n\n\n<p>Those results were so surprising that we had to run confirmatory tests. Here is a summary of the 2 more relevant experiments:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"690\" src=\"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-1-1024x690.png\" alt=\"\" class=\"wp-image-131\" srcset=\"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-1-1024x690.png 1024w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-1-300x202.png 300w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-1-768x517.png 768w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-1.png 1100w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Despite those results, since then Fin has become <em>faster<\/em>, not slower: Despite our findings, we still want to speed Fin up! Even if the latency doesn&#8217;t seem to negatively effect the business outcomes, we want to make the experience fast. Nonetheless, these results are valuable &#8211; not least because they have changed the way we run AB tests at Intercom, to account for latency as an important confounder.<\/p>\n\n\n\n<p>Before exploring the results and take aways, let&#8217;s dive into the methodology first.<\/p>\n\n\n\n<h2 id=\"experiments-and-methodology\" class=\"wp-block-heading\">Experiments and methodology<\/h2>\n\n\n\n<p>Due to the nature of the experiment and to make it <a href=\"https:\/\/en.wikipedia.org\/wiki\/Blinded_experiment\">blind<\/a>, we had to design it in a way that it wouldn&#8217;t be noticeable to both users and customers:<\/p>\n\n\n\n<p>We first measured the current latency percentiles and made increases that would be consistent with the already-existing latency. For example, at the time of the experiment, the P99 latency used to be 20 seconds over the median, so the variant that increased latency by 20 seconds was just 1% of the conversational volume.<\/p>\n\n\n\n<p>In other words, as a user, you wouldn&#8217;t notice an increase in latency, unless you were unlucky enough to be in the natural 99 percentile and fall in the 20 second delay experiment arm, a tiny 1 in 10k chance!<\/p>\n\n\n\n<p>During the time of the experiment, we didn&#8217;t receive any latency complaints that could be attributed to the experiment, indicating that the methodology was a success in terms of hiding the experiment effects from users and customers.<\/p>\n\n\n\n<p>We randomized the experiment at the conversation-level<sup data-fn=\"b07d7ee0-79a8-41a4-81a1-dc63f3071977\" class=\"fn\"><a id=\"b07d7ee0-79a8-41a4-81a1-dc63f3071977-link\" href=\"#b07d7ee0-79a8-41a4-81a1-dc63f3071977\">4<\/a><\/sup> with 1 control and 4 treatment arms roughly mimicking the natural latency variation:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Control \/ no latency increase: 90% of conversations<\/li>\n\n\n\n<li>5s delay: 4% of conversations<\/li>\n\n\n\n<li>10s delay: 3% of conversations<\/li>\n\n\n\n<li>15s delay: 2% of conversations<\/li>\n\n\n\n<li>20s delay: 1% of conversations<\/li>\n<\/ul>\n\n\n\n<p>As the results were so surprising, we ran two more confirmatory experiments:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>We targeted our previous generation Resolution Bot, which is much faster than Fin as it doesn&#8217;t use AI\/LLMs, thus covering the shortcoming of not being able to decrease latency<\/li>\n\n\n\n<li>One unrelated experiment was naturally decreasing latency by 2 seconds, so we added one more arm there to compensate for that latency decrease<\/li>\n<\/ol>\n\n\n\n<p><em>All 3 experiments found similar results.<\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Metrics<\/h3>\n\n\n\n<p>When running AB tests, we monitor it through a dashboard that covers dozens of metrics. Here are the most important ones:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Resolution rate: our key business metric (we charge customers by resolutions)<\/li>\n\n\n\n<li>Volume: to ensure the experiment has enough statistical power<\/li>\n\n\n\n<li><a href=\"https:\/\/en.wikipedia.org\/wiki\/Sample_ratio_mismatch\">Sample ratio mismatch<\/a>: to ensure assignments and randomization is working as expected<\/li>\n\n\n\n<li>Confirmed resolution rate: resolutions with positive feedback<\/li>\n\n\n\n<li>Positive \/ negative feedback rates: users reacting to \u201cdid that help?\u201d with \u201cyes\u201d or &#8220;no\u201d respectively<\/li>\n\n\n\n<li>CSAT score: customer satisfaction survey sent after the conversation is closed<\/li>\n\n\n\n<li>Latency percentiles: both time to first token and total duration<\/li>\n\n\n\n<li>Cost per conversation in $<\/li>\n\n\n\n<li>Error rate<\/li>\n\n\n\n<li>Interaction analysis between other concurrent experiments<\/li>\n<\/ul>\n\n\n\n<p>Those metrics help understand the impact of each experiment under many different dimensions. They allow us to judge whether the experiment was well designed and implemented, has enough sample size, and its impacts on business, users, and engineering metrics.<\/p>\n\n\n\n<p>We will expand on our experimental methodology in future posts.<\/p>\n\n\n\n<h2 id=\"results\" class=\"wp-block-heading\">Results<\/h2>\n\n\n\n<p>\u201cAny figure that looks interesting or different is usually wrong\u201d -Twyman&#8217;s law<\/p>\n\n\n\n<p>Before we get to the actual results, here is what we expected to happen from first-principles:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Deflections and assumed resolutions will go up due to more users bouncing off<\/li>\n\n\n\n<li>Confirmed resolutions, positive feedback and CSAT score will go down due more users getting annoyed and fewer getting to the feedback stage<\/li>\n<\/ul>\n\n\n\n<p>Here is what we actually saw:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Overall resolution rate<\/h3>\n\n\n\n<p>The overall resolution rate increases by up to 2 percentage points (pp):<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"668\" src=\"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/graph-2-1024x668.png\" alt=\"\" class=\"wp-image-132\" srcset=\"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/graph-2-1024x668.png 1024w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/graph-2-300x196.png 300w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/graph-2-768x501.png 768w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/graph-2-1536x1002.png 1536w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/graph-2.png 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>To understand what is going on, we need to break resolution down into its two components:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Assumed resolutions: When users engage with the AI agent, receive an AI answer with sources, don&#8217;t leave positive or negative feedback, and don&#8217;t escalate to a human support agent<\/li>\n\n\n\n<li>Confirmed resolutions: Same as above, plus the user needs to leave positive feedback to the last AI answer (e.g. saying \u201cthat helped \ud83d\udc4d\u201d)<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Assumed resolutions<\/h3>\n\n\n\n<p>As expected, assumed resolution is the main driver of the increase: we expect users to drop off more, leading to more such resolutions when AI answers are delivered<sup data-fn=\"a9d0fe36-1c05-42a2-8fb8-9a5ca4d4c8bf\" class=\"fn\"><a id=\"a9d0fe36-1c05-42a2-8fb8-9a5ca4d4c8bf-link\" href=\"#a9d0fe36-1c05-42a2-8fb8-9a5ca4d4c8bf\">5<\/a><\/sup>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/graph-3-1024x683.png\" alt=\"\" class=\"wp-image-133\" srcset=\"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/graph-3-1024x683.png 1024w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/graph-3-300x200.png 300w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/graph-3-768x512.png 768w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/graph-3-1536x1024.png 1536w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/graph-3.png 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Confirmed resolutions \/ positive feedback<\/h3>\n\n\n\n<p>Surprisingly, confirmed resolutions, which are resolutions with positive feedback, seem to actually increase by 0.4pp for higher latency increases. This was the most puzzling result &#8211; a Confirmed Resolution is the result of an end user explicitly clicking a button saying \u201cthat helped \ud83d\udc4d\u201d, and we use this as our north star. As such, this should only go up if the user was in fact more satisfied with the AI answers. It was this puzzling result that led to further analysis and experiments.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-4-1024x683.png\" alt=\"\" class=\"wp-image-134\" srcset=\"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-4-1024x683.png 1024w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-4-300x200.png 300w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-4-768x512.png 768w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-4-1536x1024.png 1536w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-4.png 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Negative feedback<\/h3>\n\n\n\n<p>Also surprisingly, negative feedback is not increased and seems reduced for higher latencies. Note that negative feedback does not mean anger or dissatisfaction, only replying \u201cNo\u201d after \u201cdid that help?&#8221;.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-5-1024x683.png\" alt=\"\" class=\"wp-image-136\" srcset=\"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-5-1024x683.png 1024w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-5-300x200.png 300w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-5-768x512.png 768w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-5-1536x1024.png 1536w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-5.png 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">CSAT<\/h3>\n\n\n\n<p>Finally, we don&#8217;t see a clear impact to CSAT rating, but we do see an increase in response rate in higher latencies, another puzzling result:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"512\" src=\"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-6-1024x512.png\" alt=\"\" class=\"wp-image-137\" srcset=\"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-6-1024x512.png 1024w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-6-300x150.png 300w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-6-768x384.png 768w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-6-1536x768.png 1536w, https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/Graph-6.png 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 id=\"take-aways\" class=\"wp-block-heading\">Take aways<\/h2>\n\n\n\n<p>We saw expected results for deflections and assumed resolutions but not for the feedback associated metrics. Are users actually more happy with increased latency?&nbsp;<\/p>\n\n\n\n<p>We brainstormed potential explanations:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>The metrics are wrong i.e. the results are just due to some data artefact, in the spirit of Twyman&#8217;s law<\/li>\n\n\n\n<li>There is a poorly understood psychological effect at play, not well documented by the literature<\/li>\n<\/ol>\n\n\n\n<p>We ruled the first hypothesis by double checking the data, running confirmatory experiments, and conferring with our excellent AI infrastructure engineering team, owners of the AB test assignment logic.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Psychological explanation<\/h3>\n\n\n\n<p>\u201cWhen you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth\u201d. -Sherlock Holmes<\/p>\n\n\n\n<p>Our best hypothesis is a psychological explanation: The longer users wait, the more human or effortful the reply becomes in their minds, leading to improved answer perception. We have some corroborating evidence for that hypothesis:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>An experiment which provided detailed status on Fin \u201cthinking\u201d slightly decreased hard resolutions, showing user perception of how Fin works impacts their feedback. In this case, by making Fin more transparent, we slightly hurt the positive feedback rate.<\/li>\n\n\n\n<li>We have received complaints that Fin over email is \u201ctoo fast&#8221;, as it seems suspicious to get an almost instant response for email queries.<\/li>\n\n\n\n<li>An independent AI engineer formed similar conclusions here: <a href=\"https:\/\/chamomile.ai\/chatbot-response-rate-limiting-for-improved-resolution-time\/\">Improved chatbot customer experience: sleep() is all you need<\/a>.<\/li>\n\n\n\n<li>An independent designer also shares similar conclusions: <a href=\"https:\/\/www.theunconsciousconsumer.com\/user-experience\/2023\/6\/4\/why-users-love-thinking-chatbots-the-use-of-delays-in-conversational-ai\">Why Users Love &#8216;Thinking&#8217; Chatbots: The Use of Delays in Conversational AI<\/a>:<br><em>The Labor Illusion, as discussed in a previous post, is a term coined by Harvard researchers. This behavioural economic concept posits that users tend to appreciate a service more when they perceive that effort is being expended on their behalf. In the context of chatbots, delays in response times simulate the effort of a human agent &#8216;thinking&#8217; through the customer&#8217;s query, creating an illusion of diligence and attentiveness.<\/em><\/li>\n<\/ul>\n\n\n\n<p>If true, a question we naturally might ask is, how else can we make an AI agent be more humanlike whilst remaining within legal<sup data-fn=\"c63acff4-a69f-41b9-8215-2f6fad3b1273\" class=\"fn\"><a id=\"c63acff4-a69f-41b9-8215-2f6fad3b1273-link\" href=\"#c63acff4-a69f-41b9-8215-2f6fad3b1273\">6<\/a><\/sup> and moral limits? That has led to other interesting experiment ideas:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Changing \u201cthinking\u2026\u201d into a typing indicator<\/li>\n\n\n\n<li>Removing unnecessary references to \u201cAI agent\u201d in the UI<\/li>\n\n\n\n<li>Adding an acknowledgement message (\u201clet me look into Fin pricing for you \ud83d\udd0e\u201d) while Fin searches for answer<\/li>\n<\/ul>\n\n\n\n<p>While some of those experiments are still ongoing (more on them in future posts), all have promising results, so we are even more confident that the psychological hypothesis is the correct one.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Latency as a confounder<\/h3>\n\n\n\n<p>Another takeaway is that latency is a confounder for any other experiment that accidentally increases or decreases latency.<\/p>\n\n\n\n<p>In other words, if an experiment testing something else happens to increase latency by 10 seconds, it might show positive benefits solely due to latency. Conversely, an experiment that reduces latency might decrease resolution rate solely due to latency reduction.<\/p>\n\n\n\n<p>That means latency needs to be corrected for. For experiments with increased latency, we should remove the resolution rate gains as shown above. For experiments with decreased latency, we need to add another variant with latency corrections, resulting in an ABC test:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A: control arm<\/li>\n\n\n\n<li>B: treatment arm<\/li>\n\n\n\n<li>C: treatment arm with same latency as control arm<\/li>\n<\/ul>\n\n\n\n<p>This effect also explains some historical results. For example, the biggest ever Fin latency reduction required multiple iterations not to harm Fin metrics. At first, we thought it was due to the quality of the original prompt, but now we realise some of it was just due to latency. Meaning, we underestimated how good the change was as the only reason the resolution rate didn&#8217;t go up was due to the latency reduction.<\/p>\n\n\n\n<h2 id=\"fin-latency-today\" class=\"wp-block-heading\">Fin latency today<\/h2>\n\n\n\n<p>Despite those results, since we ran that experiment in late 2024, we have made good progress in reducing Fin&#8217;s latency, from changing the way we serve Claude Sonnet models to a new more streamlined architecture, where we rely on eager execution to save precious seconds.<\/p>\n\n\n\n<p><em>As of March 14, 2025, Fin is at its fastest ever: The median time to first token is now 7 seconds, a 60% reduction from its peak.<\/em><\/p>\n\n\n\n<p>Why are we making Fin faster, given the experiment findings? While we&#8217;re confident in the findings, we know latency effects go beyond just end user psychology. We must also serve our customers, who are actually paying for Fin&#8217;s resolutions. While they might be glad of a marginal resolution rate increase, they&#8217;d much prefer for their users to have the best possible experience.<\/p>\n\n\n\n<p>Fin is now the first-line of support for many of our customers, which range from <a href=\"https:\/\/www.anthropic.com\/customers\/intercom\">Anthropic<\/a> to Clay to Culture Amp, and is responsible for over half of all their resolutions on average, meaning Fin is an integral part of their customer support operations.<\/p>\n\n\n\n<p>From that prism, it&#8217;s unacceptable to have a subpar experience even if it doesn&#8217;t harm end user metrics. We go back to the original opener of this post: <em>nobody likes slow software<\/em>. We want Fin to be fast and to be perceived as such, as we want Fin to be the best AI agent in all dimensions.<\/p>\n\n\n\n<p>You should expect even more latency improvements to Fin in 2025.<\/p>\n\n\n<ol class=\"wp-block-footnotes\"><li id=\"eb06b541-c6fd-46d5-bbaf-14b7717a9f5f\"><a href=\"https:\/\/glinden.blogspot.com\/2006\/11\/marissa-mayer-at-web-20.html\">Marissa Mayer at Web 2.0<\/a> <a href=\"#eb06b541-c6fd-46d5-bbaf-14b7717a9f5f-link\" aria-label=\"Jump to footnote reference 1\">\u21a9\ufe0e<\/a><\/li><li id=\"f095221e-7553-4c6c-80b9-cfa0caf2ce00\"><a href=\"https:\/\/www.conductor.com\/academy\/page-speed-resources\/faq\/amazon-page-speed-study\/\">Amazon study: Every 100ms in Added Page Load Time Cost 1% in Revenue<\/a> <a href=\"#f095221e-7553-4c6c-80b9-cfa0caf2ce00-link\" aria-label=\"Jump to footnote reference 2\">\u21a9\ufe0e<\/a><\/li><li id=\"b890ef94-b409-48fb-88dc-c0f10a4758de\"><a href=\"https:\/\/www.slideshare.net\/devonauerswald\/walmart-pagespeedslide\">Walmart slides<\/a> <a href=\"#b890ef94-b409-48fb-88dc-c0f10a4758de-link\" aria-label=\"Jump to footnote reference 3\">\u21a9\ufe0e<\/a><\/li><li id=\"b07d7ee0-79a8-41a4-81a1-dc63f3071977\">We typically randomize AB tests at the conversation instead of the more typical user-level. There are pros and cons to each alternative, but here the decision was clear: We didn&#8217;t want to harm the end user experience, so randomizing by conversation gives the end user opportunity to get support at natural latencies most of the times. <a href=\"#b07d7ee0-79a8-41a4-81a1-dc63f3071977-link\" aria-label=\"Jump to footnote reference 4\">\u21a9\ufe0e<\/a><\/li><li id=\"a9d0fe36-1c05-42a2-8fb8-9a5ca4d4c8bf\">AI answer delivered does not mean it was read or seen by the end user! <a href=\"#a9d0fe36-1c05-42a2-8fb8-9a5ca4d4c8bf-link\" aria-label=\"Jump to footnote reference 5\">\u21a9\ufe0e<\/a><\/li><li id=\"c63acff4-a69f-41b9-8215-2f6fad3b1273\">California\u2019s <a href=\"https:\/\/leginfo.legislature.ca.gov\/faces\/billTextClient.xhtml?bill_id=201720180SB1001\">SB-1001<\/a>, the Bolstering Online Transparency Act, prohibits bots from communicating online to mislead about their artificial identity for commercial transactions or influencing votes, requiring clear disclosure to California consumers, with enforcement by the state attorney general and fines up to $2,500 per violation. <a href=\"#c63acff4-a69f-41b9-8215-2f6fad3b1273-link\" aria-label=\"Jump to footnote reference 6\">\u21a9\ufe0e<\/a><\/li><\/ol>\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Conventional wisdom says speed matters in software and that fast is always better. But in testing our AI agent, we found that slowing down might actually make it feel smarter. <\/p>\n","protected":false},"author":17,"featured_media":177,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":"[{\"id\":\"eb06b541-c6fd-46d5-bbaf-14b7717a9f5f\",\"content\":\"<a href=\\\"https:\\\/\\\/glinden.blogspot.com\\\/2006\\\/11\\\/marissa-mayer-at-web-20.html\\\">Marissa Mayer at Web 2.0<\\\/a>\"},{\"id\":\"f095221e-7553-4c6c-80b9-cfa0caf2ce00\",\"content\":\"<a href=\\\"https:\\\/\\\/www.conductor.com\\\/academy\\\/page-speed-resources\\\/faq\\\/amazon-page-speed-study\\\/\\\">Amazon study: Every 100ms in Added Page Load Time Cost 1% in Revenue<\\\/a>\"},{\"id\":\"b890ef94-b409-48fb-88dc-c0f10a4758de\",\"content\":\"<a href=\\\"https:\\\/\\\/www.slideshare.net\\\/devonauerswald\\\/walmart-pagespeedslide\\\">Walmart slides<\\\/a>\"},{\"id\":\"b07d7ee0-79a8-41a4-81a1-dc63f3071977\",\"content\":\"We typically randomize AB tests at the conversation instead of the more typical user-level. There are pros and cons to each alternative, but here the decision was clear: We didn't want to harm the end user experience, so randomizing by conversation gives the end user opportunity to get support at natural latencies most of the times.\"},{\"id\":\"a9d0fe36-1c05-42a2-8fb8-9a5ca4d4c8bf\",\"content\":\"AI answer delivered does not mean it was read or seen by the end user!\"},{\"id\":\"c63acff4-a69f-41b9-8215-2f6fad3b1273\",\"content\":\"California\\u2019s <a href=\\\"https:\\\/\\\/leginfo.legislature.ca.gov\\\/faces\\\/billTextClient.xhtml?bill_id=201720180SB1001\\\">SB-1001<\\\/a>, the Bolstering Online Transparency Act, prohibits bots from communicating online to mislead about their artificial identity for commercial transactions or influencing votes, requiring clear disclosure to California consumers, with enforcement by the state attorney general and fines up to $2,500 per violation.\"}]"},"categories":[12],"tags":[],"coauthors":[10],"class_list":["post-93","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-human-perception-of-ai"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.6 (Yoast SEO v24.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Slower Feels Smarter? Experimenting with AI Agent Latency - \/research<\/title>\n<meta name=\"description\" content=\"Conventional wisdom says speed matters in software and that fast is always better. But in testing our AI agent, we found that slowing down might actually make it feel smarter.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Slower Feels Smarter? Experimenting with AI Agent Latency\" \/>\n<meta property=\"og:description\" content=\"Conventional wisdom says speed matters in software and that fast is always better. But in testing our AI agent, we found that slowing down might actually make it feel smarter.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/\" \/>\n<meta property=\"og:site_name\" content=\"\/research\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-10T11:12:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-11T15:58:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/image-14-1-1024x512.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Pedro Tabacof\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@intercom\" \/>\n<meta name=\"twitter:site\" content=\"@intercom\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pedro Tabacof\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/\"},\"author\":{\"name\":\"Pedro Tabacof\",\"@id\":\"https:\/\/fin.ai\/research\/#\/schema\/person\/8873862a7df3f69ab9bbf689ebb2782f\"},\"headline\":\"Slower Feels Smarter? Experimenting with AI Agent Latency\",\"datePublished\":\"2025-04-10T11:12:05+00:00\",\"dateModified\":\"2025-04-11T15:58:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/\"},\"wordCount\":2062,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/fin.ai\/research\/#organization\"},\"image\":{\"@id\":\"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/image-14-1.png\",\"articleSection\":[\"Human Perception of AI\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/\",\"url\":\"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/\",\"name\":\"Slower Feels Smarter? Experimenting with AI Agent Latency - \/research\",\"isPartOf\":{\"@id\":\"https:\/\/fin.ai\/research\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/image-14-1.png\",\"datePublished\":\"2025-04-10T11:12:05+00:00\",\"dateModified\":\"2025-04-11T15:58:30+00:00\",\"description\":\"Conventional wisdom says speed matters in software and that fast is always better. But in testing our AI agent, we found that slowing down might actually make it feel smarter.\",\"breadcrumb\":{\"@id\":\"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/#primaryimage\",\"url\":\"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/image-14-1.png\",\"contentUrl\":\"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/image-14-1.png\",\"width\":3072,\"height\":1536},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/fin.ai\/research\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Slower Feels Smarter? Experimenting with AI Agent Latency\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fin.ai\/research\/#website\",\"url\":\"https:\/\/fin.ai\/research\/\",\"name\":\"Intercom.ai\",\"description\":\"Insights and blogs from the AI Group building Fin at Intercom\",\"publisher\":{\"@id\":\"https:\/\/fin.ai\/research\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fin.ai\/research\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/fin.ai\/research\/#organization\",\"name\":\"Intercom.ai\",\"url\":\"https:\/\/fin.ai\/research\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fin.ai\/research\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/favicon.png\",\"contentUrl\":\"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/favicon.png\",\"width\":1024,\"height\":1024,\"caption\":\"Intercom.ai\"},\"image\":{\"@id\":\"https:\/\/fin.ai\/research\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/intercom\",\"https:\/\/www.linkedin.com\/company\/intercom\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/fin.ai\/research\/#\/schema\/person\/8873862a7df3f69ab9bbf689ebb2782f\",\"name\":\"Pedro Tabacof\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fin.ai\/research\/#\/schema\/person\/image\/303c5d5ae2b3c1c17738bd61b1e7bf00\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/da16099081bdd479d5d659307927d0c3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/da16099081bdd479d5d659307927d0c3?s=96&d=mm&r=g\",\"caption\":\"Pedro Tabacof\"},\"description\":\"is a Principal Machine Learning Scientist at Intercom. With over 10 years of experience in the field, Pedro has helped scale three 'unicorn' startups: Wildlife Studios, Nubank, and iFood.\",\"url\":\"https:\/\/fin.ai\/research\/author\/pedro-tabacof\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Slower Feels Smarter? Experimenting with AI Agent Latency - \/research","description":"Conventional wisdom says speed matters in software and that fast is always better. But in testing our AI agent, we found that slowing down might actually make it feel smarter.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/","og_locale":"en_US","og_type":"article","og_title":"Slower Feels Smarter? Experimenting with AI Agent Latency","og_description":"Conventional wisdom says speed matters in software and that fast is always better. But in testing our AI agent, we found that slowing down might actually make it feel smarter.","og_url":"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/","og_site_name":"\/research","article_published_time":"2025-04-10T11:12:05+00:00","article_modified_time":"2025-04-11T15:58:30+00:00","og_image":[{"width":1024,"height":512,"url":"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/image-14-1-1024x512.png","type":"image\/png"}],"author":"Pedro Tabacof","twitter_card":"summary_large_image","twitter_creator":"@intercom","twitter_site":"@intercom","twitter_misc":{"Written by":"Pedro Tabacof","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/#article","isPartOf":{"@id":"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/"},"author":{"name":"Pedro Tabacof","@id":"https:\/\/fin.ai\/research\/#\/schema\/person\/8873862a7df3f69ab9bbf689ebb2782f"},"headline":"Slower Feels Smarter? Experimenting with AI Agent Latency","datePublished":"2025-04-10T11:12:05+00:00","dateModified":"2025-04-11T15:58:30+00:00","mainEntityOfPage":{"@id":"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/"},"wordCount":2062,"commentCount":0,"publisher":{"@id":"https:\/\/fin.ai\/research\/#organization"},"image":{"@id":"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/#primaryimage"},"thumbnailUrl":"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/image-14-1.png","articleSection":["Human Perception of AI"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/","url":"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/","name":"Slower Feels Smarter? Experimenting with AI Agent Latency - \/research","isPartOf":{"@id":"https:\/\/fin.ai\/research\/#website"},"primaryImageOfPage":{"@id":"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/#primaryimage"},"image":{"@id":"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/#primaryimage"},"thumbnailUrl":"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/image-14-1.png","datePublished":"2025-04-10T11:12:05+00:00","dateModified":"2025-04-11T15:58:30+00:00","description":"Conventional wisdom says speed matters in software and that fast is always better. But in testing our AI agent, we found that slowing down might actually make it feel smarter.","breadcrumb":{"@id":"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/#primaryimage","url":"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/image-14-1.png","contentUrl":"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/image-14-1.png","width":3072,"height":1536},{"@type":"BreadcrumbList","@id":"https:\/\/fin.ai\/research\/does-slower-seem-smarter-rethinking-latency-in-ai-agents\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fin.ai\/research\/"},{"@type":"ListItem","position":2,"name":"Slower Feels Smarter? Experimenting with AI Agent Latency"}]},{"@type":"WebSite","@id":"https:\/\/fin.ai\/research\/#website","url":"https:\/\/fin.ai\/research\/","name":"Intercom.ai","description":"Insights and blogs from the AI Group building Fin at Intercom","publisher":{"@id":"https:\/\/fin.ai\/research\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fin.ai\/research\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/fin.ai\/research\/#organization","name":"Intercom.ai","url":"https:\/\/fin.ai\/research\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fin.ai\/research\/#\/schema\/logo\/image\/","url":"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/favicon.png","contentUrl":"https:\/\/fin.ai\/research\/wp-content\/uploads\/2025\/03\/favicon.png","width":1024,"height":1024,"caption":"Intercom.ai"},"image":{"@id":"https:\/\/fin.ai\/research\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/intercom","https:\/\/www.linkedin.com\/company\/intercom"]},{"@type":"Person","@id":"https:\/\/fin.ai\/research\/#\/schema\/person\/8873862a7df3f69ab9bbf689ebb2782f","name":"Pedro Tabacof","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fin.ai\/research\/#\/schema\/person\/image\/303c5d5ae2b3c1c17738bd61b1e7bf00","url":"https:\/\/secure.gravatar.com\/avatar\/da16099081bdd479d5d659307927d0c3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/da16099081bdd479d5d659307927d0c3?s=96&d=mm&r=g","caption":"Pedro Tabacof"},"description":"is a Principal Machine Learning Scientist at Intercom. With over 10 years of experience in the field, Pedro has helped scale three 'unicorn' startups: Wildlife Studios, Nubank, and iFood.","url":"https:\/\/fin.ai\/research\/author\/pedro-tabacof\/"}]}},"_links":{"self":[{"href":"https:\/\/fin.ai\/research\/wp-json\/wp\/v2\/posts\/93","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fin.ai\/research\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fin.ai\/research\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fin.ai\/research\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/fin.ai\/research\/wp-json\/wp\/v2\/comments?post=93"}],"version-history":[{"count":0,"href":"https:\/\/fin.ai\/research\/wp-json\/wp\/v2\/posts\/93\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fin.ai\/research\/wp-json\/wp\/v2\/media\/177"}],"wp:attachment":[{"href":"https:\/\/fin.ai\/research\/wp-json\/wp\/v2\/media?parent=93"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fin.ai\/research\/wp-json\/wp\/v2\/categories?post=93"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fin.ai\/research\/wp-json\/wp\/v2\/tags?post=93"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/fin.ai\/research\/wp-json\/wp\/v2\/coauthors?post=93"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}