<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Case Studies Archive - Transitiv</title>
	<atom:link href="https://transitiv.ai/case-studies/feed/" rel="self" type="application/rss+xml" />
	<link>https://transitiv.ai/case-studies/</link>
	<description></description>
	<lastBuildDate>Mon, 10 Aug 2026 15:11:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://transitiv.ai/wp-content/uploads/2024/10/fav.png</url>
	<title>Case Studies Archive - Transitiv</title>
	<link>https://transitiv.ai/case-studies/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Turning WhatsApp Into an AI-Powered Business Assistant</title>
		<link>https://transitiv.ai/case-studies/turning-whatsapp-into-an-ai-powered-business-assistant/</link>
		
		<dc:creator><![CDATA[ronita.kundu]]></dc:creator>
		<pubDate>Mon, 10 Aug 2026 14:36:07 +0000</pubDate>
				<guid isPermaLink="false">https://transitiv.ai/?post_type=neuros_case_study&#038;p=23174</guid>

					<description><![CDATA[<p>The Idea What if customers didn&#8217;t need to download another application, learn a new interface, or navigate through complicated menus to interact with a business? What if they could simply open WhatsApp and start a conversation? That was the idea behind...</p>
<p>The post <a href="https://transitiv.ai/case-studies/turning-whatsapp-into-an-ai-powered-business-assistant/">Turning WhatsApp Into an AI-Powered Business Assistant</a> appeared first on <a href="https://transitiv.ai">Transitiv</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading"><strong>The Idea</strong></h3>



<p class="wp-block-paragraph">What if customers didn&#8217;t need to download another application, learn a new interface, or navigate through complicated menus to interact with a business?</p>



<p class="wp-block-paragraph">What if they could simply <strong>open WhatsApp and start a conversation?</strong></p>



<p class="wp-block-paragraph">That was the idea behind our exploration of combining the <strong>WhatsApp Business API with AI</strong>.</p>



<p class="wp-block-paragraph">The goal wasn&#8217;t simply to connect WhatsApp to an AI model. We wanted to understand whether WhatsApp could become a practical, intelligent interface for real business interactions.</p>



<p class="wp-block-paragraph">The real test of an AI commerce experience isn&#8217;t whether the AI can generate a good answer.</p>



<p class="wp-block-paragraph">It&#8217;s whether a customer can start with a completely natural question and actually <strong>get something done</strong>.</p>



<p class="wp-block-paragraph">Imagine this:</p>



<p class="wp-block-paragraph">You&#8217;re getting ready for dinner. You don&#8217;t know much about wine, and you don&#8217;t want to spend 20 minutes browsing an online store.</p>



<p class="wp-block-paragraph">So you open WhatsApp.</p>



<p class="wp-block-paragraph"><strong>You:</strong><strong><br></strong><em>&#8220;Suggest me a dry red wine.&#8221;</em></p>



<p class="wp-block-paragraph">That&#8217;s it.</p>



<p class="wp-block-paragraph">No filters.<br>No product categories.<br>No complicated search.</p>



<p class="wp-block-paragraph">Just a conversation.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading"><strong>The Challenge Was Bigger Than Sending a Message</strong></h3>



<p class="wp-block-paragraph">At first glance, the implementation seemed straightforward:</p>



<p class="wp-block-paragraph"><strong>Customer → WhatsApp → AI → Response</strong></p>



<p class="wp-block-paragraph">But real-world conversations aren&#8217;t that simple.</p>



<p class="wp-block-paragraph">A customer might ask one question, change the topic, refer to something they said five messages earlier, or continue the conversation hours later.</p>



<p class="wp-block-paragraph">That immediately raised several questions:</p>



<ul class="wp-block-list" class="wp-block-list">
<li>How do we maintain conversation context?</li>



<li>How do we know which customer the conversation belongs to?</li>



<li>Where should conversation history live?</li>



<li>How do we handle AI responses alongside business rules?</li>



<li>What happens when the AI doesn&#8217;t know the answer?</li>



<li>How do we keep the integration reliable when message volume increases?</li>



<li>How can businesses continue using their existing systems while adding AI?</li>
</ul>



<p class="wp-block-paragraph">The problem was no longer <strong>“How do we connect WhatsApp with AI?”</strong></p>



<p class="wp-block-paragraph">It became:</p>



<p class="wp-block-paragraph"><strong>“How do we build a reliable business conversation layer around AI?”</strong></p>



<h3 class="wp-block-heading"><strong>Research Before Implementation</strong></h3>



<p class="wp-block-paragraph">Rather than immediately jumping into development, we explored the complete flow.</p>



<p class="wp-block-paragraph">We investigated:</p>



<ul class="wp-block-list" class="wp-block-list">
<li>WhatsApp Business API capabilities</li>



<li>Webhooks and message processing</li>



<li>Conversation management</li>



<li>AI model integration</li>



<li>Context and memory management</li>



<li>Authentication and user identification</li>



<li>Business-specific workflows</li>



<li>Error handling and fallback scenarios</li>



<li>Scalability considerations</li>
</ul>



<p class="wp-block-paragraph">We also experimented with different ways of managing the interaction between the messaging platform, business logic, and AI layer.</p>



<p class="wp-block-paragraph">This helped us identify an important architectural decision.</p>



<h3 class="wp-block-heading"><strong>The Breakthrough</strong></h3>



<p class="wp-block-paragraph">Instead of tightly coupling WhatsApp directly with the AI model, we introduced a <strong>dedicated conversation layer</strong>.</p>



<p class="wp-block-paragraph">The simplified architecture became:</p>



<p class="has-text-align-center wp-block-paragraph"><strong>Customer</strong></p>



<p class="has-text-align-center wp-block-paragraph">↓</p>



<p class="has-text-align-center wp-block-paragraph"><strong>WhatsApp</strong></p>



<p class="has-text-align-center wp-block-paragraph">↓</p>



<p class="has-text-align-center wp-block-paragraph"><strong>Webhook / Message Handler</strong></p>



<p class="has-text-align-center wp-block-paragraph">↓</p>



<p class="has-text-align-center wp-block-paragraph"><strong>Conversation Layer</strong></p>



<p class="has-text-align-center wp-block-paragraph">↓</p>



<p class="has-text-align-center wp-block-paragraph"><strong>Business Logic + AI</strong></p>



<p class="has-text-align-center wp-block-paragraph">↓</p>



<p class="has-text-align-center wp-block-paragraph"><strong>Response</strong></p>



<p class="has-text-align-center wp-block-paragraph">↓</p>



<p class="has-text-align-center wp-block-paragraph"><strong>WhatsApp</strong></p>



<p class="wp-block-paragraph">This separation gave us much more control.</p>



<p class="wp-block-paragraph">WhatsApp became the communication channel.</p>



<p class="wp-block-paragraph">The conversation layer became responsible for managing the interaction.</p>



<p class="wp-block-paragraph">The AI became the intelligence layer.</p>



<p class="wp-block-paragraph">And the business logic remained independent.</p>



<h1 class="wp-block-heading">Use Case 1: “I&#8217;m Having a Barbecue Tonight”</h1>



<p class="wp-block-paragraph"><strong>Customer:</strong></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><em>“I&#8217;m having a barbecue today, what should I drink or what should I choose?”</em></p>
</blockquote>



<p class="wp-block-paragraph">Instead of responding with a catalogue, the AI understands the context: <strong>BBQ + smoky flavours + grilled food</strong>.</p>



<p class="wp-block-paragraph"><strong>AI Wine Assistant:</strong></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><em>“That sounds delicious! For a good BBQ, you&#8217;ll want something bold that can stand up to those smoky, grilled flavours.</em></p>



<p class="wp-block-paragraph"><em>Here are my top 3 picks for today:”</em></p>
</blockquote>



<h3 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f377.png" alt="🍷" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 1. Zinfandel — Ridge Vineyards, USA</h3>



<p class="wp-block-paragraph">Smoky, spicy, and juicy—practically made for BBQ ribs or grilled sausages.</p>



<p class="wp-block-paragraph"><strong>₹2,300</strong></p>



<h3 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f377.png" alt="🍷" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 2. Malbec — Catena Zapata, Argentina</h3>



<p class="wp-block-paragraph">Rich and smooth, with dark fruit flavours and a hint of pepper. Great with grilled beef or lamb.</p>



<p class="wp-block-paragraph"><strong>₹1,900</strong></p>



<h3 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f377.png" alt="🍷" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 3. Shiraz — Penfolds Bin 28, Australia</h3>



<p class="wp-block-paragraph">Full-bodied and punchy, with dark berry notes. Excellent for anything charred.</p>



<p class="wp-block-paragraph"><strong>₹2,700</strong></p>



<p class="wp-block-paragraph">And instead of ending with:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><em>“Here are your search results.”</em></p>
</blockquote>



<p class="wp-block-paragraph">the assistant keeps the conversation going:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>“Want to grab a bottle? I can help you place the order right here.”</strong></p>



<p class="wp-block-paragraph"><strong>[Order Now] [More Info]</strong></p>
</blockquote>



<p class="wp-block-paragraph">Now the AI isn&#8217;t just recommending a product.</p>



<p class="wp-block-paragraph">It&#8217;s helping the customer <strong>make a decision and take the next step</strong>.</p>



<figure class="wp-block-gallery has-nested-images columns-default wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="371" height="447" data-id="23179" src="https://transitiv.ai/wp-content/uploads/2026/08/Screenshot-from-2026-08-10-20-35-40.png" alt="" class="wp-image-23179" style="aspect-ratio:4/3"/></figure>
</figure>



<h1 class="wp-block-heading">Use Case 2: “We&#8217;re Having a New Year Party!”</h1>



<p class="wp-block-paragraph">Now imagine the same assistant being used for a completely different occasion.</p>



<p class="wp-block-paragraph">It&#8217;s New Year&#8217;s Eve.</p>



<p class="wp-block-paragraph">Friends are coming over.</p>



<p class="wp-block-paragraph">Steak and grilled meat are on the menu.</p>



<p class="wp-block-paragraph">You open WhatsApp and ask:</p>



<p class="wp-block-paragraph"><strong>Customer:</strong></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><em>“We&#8217;re having a New Year party tonight. What will go best with steak and meat?”</em></p>
</blockquote>



<p class="wp-block-paragraph">The customer hasn&#8217;t mentioned a wine type, brand, price range, or region.</p>



<p class="wp-block-paragraph">They&#8217;ve simply described the occasion and the food.</p>



<p class="wp-block-paragraph">The AI can turn that into a useful recommendation.</p>



<p class="wp-block-paragraph"><strong>AI Wine Assistant:</strong></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><em>“Ooh, steak and celebration? You&#8217;re speaking my language!</em></p>



<p class="wp-block-paragraph"><em>Here are 3 wines that pair beautifully with rich meats and will impress your guests:”</em></p>
</blockquote>



<h3 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f969.png" alt="🥩" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 1. Cabernet Sauvignon — Silver Oak, USA</h3>



<p class="wp-block-paragraph">Bold and structured, with dark cherry and oak—perfect for steak.</p>



<p class="wp-block-paragraph"><strong>₹4,500</strong></p>



<h3 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f377.png" alt="🍷" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 2. Rioja Reserva — Marqués de Riscal, Spain</h3>



<p class="wp-block-paragraph">Elegant and earthy, with just enough spice to complement grilled meats.</p>



<p class="wp-block-paragraph"><strong>₹3,200</strong></p>



<h3 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f377.png" alt="🍷" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 3. Bordeaux Blend — Château Pichon Baron, France</h3>



<p class="wp-block-paragraph">Deep, complex, and silky—ideal for a special occasion like tonight.</p>



<p class="wp-block-paragraph"><strong>₹6,000</strong></p>



<p class="wp-block-paragraph">And again, the assistant doesn&#8217;t leave the customer wondering what to do next:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><em>“I can set aside your favourite and arrange delivery. Want me to help with that?”</em></p>



<p class="wp-block-paragraph"><strong>[Yes, Let&#8217;s Order] [Tell Me More]</strong></p>
</blockquote>



<p class="wp-block-paragraph">The customer can continue the journey without switching to another application.</p>



<h1 class="wp-block-heading">What&#8217;s Actually Happening Behind the Conversation?</h1>



<p class="wp-block-paragraph">To the customer, it looks effortless.</p>



<p class="wp-block-paragraph">But behind the scenes, the system is connecting several different capabilities.</p>



<p class="wp-block-paragraph">For the BBQ example:</p>



<p class="wp-block-paragraph"><strong>“I&#8217;m having a barbecue today…”</strong></p>



<p class="wp-block-paragraph">↓</p>



<p class="wp-block-paragraph"><strong>AI identifies the context</strong></p>



<p class="wp-block-paragraph"><em>Occasion: BBQ</em><br><em>Food: Grilled / smoky food</em><br><em>Recommendation preference: Bold wines</em></p>



<p class="wp-block-paragraph">↓</p>



<p class="wp-block-paragraph"><strong>Product / Knowledge Layer</strong></p>



<p class="wp-block-paragraph">Finds suitable products and their relevant information.</p>



<p class="wp-block-paragraph">↓</p>



<p class="wp-block-paragraph"><strong>AI Recommendation</strong></p>



<p class="wp-block-paragraph">Converts product information into a natural, human-friendly response.</p>



<p class="wp-block-paragraph">↓</p>



<p class="wp-block-paragraph"><strong>Customer Decision</strong></p>



<p class="wp-block-paragraph"><strong>[Order Now]</strong></p>



<p class="wp-block-paragraph">↓</p>



<p class="wp-block-paragraph"><strong>Commerce Workflow</strong></p>



<p class="wp-block-paragraph">Order → Payment → Confirmation</p>



<p class="wp-block-paragraph">The same pattern can work for different customer conversations.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading"><strong>Why This Matters</strong></h3>



<p class="wp-block-paragraph">This approach means the AI doesn&#8217;t have to know everything about WhatsApp.</p>



<p class="wp-block-paragraph">Likewise, the WhatsApp integration doesn&#8217;t need to understand how the AI works internally.</p>



<p class="wp-block-paragraph">Each component has a clear responsibility.</p>



<p class="wp-block-paragraph">That makes the system easier to:</p>



<ul class="wp-block-list" class="wp-block-list">
<li>Extend</li>



<li>Debug</li>



<li>Scale</li>



<li>Monitor</li>



<li>Replace or upgrade</li>



<li>Integrate with other business systems</li>
</ul>



<p class="wp-block-paragraph">More importantly, the same architecture can potentially support additional communication channels in the future.</p>



<p class="wp-block-paragraph">WhatsApp can be one interface without becoming the entire application.</p>



<h3 class="wp-block-heading"><strong>What We Learned</strong></h3>



<p class="wp-block-paragraph">One of the biggest lessons from this exploration was that <strong>AI integration is rarely just about the AI model</strong>.</p>



<p class="wp-block-paragraph">The model may generate the response, but a production-ready AI experience depends on everything around it:</p>



<p class="wp-block-paragraph"><strong>Context + Business Rules + Data + Authentication + APIs + Monitoring + AI</strong></p>



<p class="wp-block-paragraph">The interesting engineering work often happens in the layers connecting these pieces together.</p>



<h3 class="wp-block-heading"><strong>From Experiment to Possibility</strong></h3>



<p class="wp-block-paragraph">What started as an exploration of <strong>“Can we integrate AI with WhatsApp?”</strong> evolved into a much broader question:</p>



<p class="wp-block-paragraph"><strong>“How can familiar communication platforms become intelligent business interfaces?”</strong></p>



<p class="wp-block-paragraph">This opens possibilities across customer support, commerce, lead qualification, order management, FAQs, internal assistants, and automated business workflows.</p>



<p class="wp-block-paragraph">The experiment wasn&#8217;t just about making an AI chatbot reply to WhatsApp messages.</p>



<p class="wp-block-paragraph">It was about exploring a new way for businesses and customers to interact—with <strong>AI working behind a familiar interface.</strong></p>



<h3 class="wp-block-heading"><strong>What&#8217;s Next?</strong></h3>



<p class="wp-block-paragraph">The next stage is to take the learnings from the POC and explore production-level requirements such as:</p>



<ul class="wp-block-list" class="wp-block-list">
<li>Better conversation memory</li>



<li>Authentication and user identification</li>



<li>Human handoff</li>



<li>AI guardrails</li>



<li>Analytics and monitoring</li>



<li>Cost and token management</li>



<li>Business-specific workflows</li>



<li>Multi-tenant support</li>



<li>Scalability and reliability</li>
</ul>



<p class="wp-block-paragraph">The real opportunity is not simply <strong>putting AI inside WhatsApp</strong>.</p>



<p class="wp-block-paragraph">It is building a reusable foundation where <strong>AI can become part of the way a business communicates, sells, supports, and operates.</strong></p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://transitiv.ai/case-studies/turning-whatsapp-into-an-ai-powered-business-assistant/">Turning WhatsApp Into an AI-Powered Business Assistant</a> appeared first on <a href="https://transitiv.ai">Transitiv</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Streamlining knowledge access with RAG-powered AI</title>
		<link>https://transitiv.ai/case-studies/streamlining-knowledge-access-with-rag-powered-ai/</link>
		
		<dc:creator><![CDATA[Transitiv.ai]]></dc:creator>
		<pubDate>Thu, 13 Mar 2025 12:48:44 +0000</pubDate>
				<guid isPermaLink="false">https://transitiv.ai/?post_type=neuros_case_study&#038;p=22009</guid>

					<description><![CDATA[<p>The Challenge Lundy is a real estate search engine designed for MLS (Multiple Listing Service) organizations. Their aim is to make real estate data more accessible and inclusive. One of their core MLS tools is the Navigator AI app which Transitiv...</p>
<p>The post <a href="https://transitiv.ai/case-studies/streamlining-knowledge-access-with-rag-powered-ai/">Streamlining knowledge access with RAG-powered AI</a> appeared first on <a href="https://transitiv.ai">Transitiv</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="22009" class="elementor elementor-22009">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-9a608ea elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9a608ea" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ade724" data-id="0ade724" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-be3316f elementor-widget elementor-widget-text-editor" data-id="be3316f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h2><span style="font-size: 40px; letter-spacing: -0.05em; white-space-collapse: preserve;">The Challenge</span></h2><p><span style="font-weight: 400;">Lundy is a real estate search engine designed for MLS (Multiple Listing Service) organizations. Their aim is to make real estate data more accessible and inclusive. One of their core MLS tools is the Navigator AI app which Transitiv helped build. Navigator is a knowledge assistant built using RAG (Retrieval-Augmented Generation) to solve a critical problem that MLSs face &#8211; finding the correct information.</span></p><p><span style="font-weight: 400;">MLS organizations handle a vast amount of internal documentation — from compliance guidelines to operational policies and training manuals. Finding specific information within these documents is a time-consuming task. Lundy wanted to develop a solution that helps solve this. Transitiv’s AI integration services came to the rescue.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5e96ce2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5e96ce2" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7d6f17d" data-id="7d6f17d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d9a6ec7 elementor-widget elementor-widget-image" data-id="d9a6ec7" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="1024" height="581" src="https://transitiv.ai/wp-content/uploads/2025/03/Image-1_Annotation.png" class="attachment-large size-large wp-image-22037" alt="Lundy case study_search result annotation" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-b61537e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b61537e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e8b7e13" data-id="e8b7e13" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-befdf9c elementor-widget-tablet_extra__width-initial elementor-widget elementor-widget-text-editor" data-id="befdf9c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h2><span style="font-size: 40px; letter-spacing: -0.05em; white-space-collapse: preserve;">Solution</span></h2><p><span style="font-weight: 400;">Transitiv worked with Lundy to build the core of their Navigator AI app using RAG. This AI integration is designed to make information retrieval easier and quicker. But before we delve into the details of the app, let’s simplify what an RAG is.</span></p><p><span style="font-weight: 400;">Retrieval-Augmented Generation is a technique that enables Large Language Models (LLMs) to reference a trusted, external knowledge source to generate answers. Much like how a personal assistant looks up your schedule to suggest a meeting time. This makes the LLM output accurate and highly relevant.</span></p><p><span style="letter-spacing: 0em;">Now let’s take a look at how the RAG solution for the Navigator app works:</span></p><p><span style="font-weight: 400;"><strong>1. Data Ingestion</strong>: </span>This is where the external knowledge source comes in. An MLS can upload its knowledge base to the tool in 2 ways:</p><ul><li><span style="font-weight: 400;"><strong>Manual upload</strong>: As individual files or in bulk; in PDF, HTML, Text format</span></li><li><span style="font-weight: 400;"><strong>Automatic upload</strong>: We implemented a web crawler that could be scheduled to automatically pull content from the MLS’s internal knowledge base website.</span></li></ul><p><span style="font-weight: 400;"><strong>2. Document Processing</strong>:</span></p><p><span style="font-weight: 400;">Once files are uploaded, the system processes it into text chunks and stores them along with their context (such as where the content appears in the document). Each chunk is then converted into embeddings and stored in a vector database. What this does is, it turns the dense manual into a filing system of flash cards which can be pulled out when a user asks a question.</span></p><p><strong>3. Information Retrieval &amp; Annotation</strong></p><p><span style="font-weight: 400;">The core functionality of Navigator is its ability to provide accurate, quick answers from large sets of internal documents. When someone types a question in the tool, the system performs a vector search to find the most relevant information. It comes back with a direct answer and a link to the exact document section from where the information was taken.</span></p><p><span style="font-weight: 400;">To keep the knowledge base up-to-date, the crawler can be scheduled to scan the source website regularly, ensuring the latest content is always available. The tool also supports voice queries and output enabling hands-free interaction.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-f511d2b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f511d2b" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e19afcd" data-id="e19afcd" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-39a6222 elementor-widget elementor-widget-image" data-id="39a6222" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="1024" height="577" src="https://transitiv.ai/wp-content/uploads/2025/03/Image-2_Crawler.png" class="attachment-large size-large wp-image-22038" alt="Lundu case study_Setting up automated crawling" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-3cc6d64 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3cc6d64" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-04f6d1b" data-id="04f6d1b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-81030f7 elementor-widget-tablet_extra__width-initial elementor-widget elementor-widget-text-editor" data-id="81030f7" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h2><span style="font-size: 40px; letter-spacing: -0.05em; white-space-collapse: preserve;">Key Outcomes</span></h2><p><span style="font-weight: 400;">Our AI integration work with Lundy transforms the way MLSs access information and achieves the following:</span></p><ol><li style="list-style-type: none;"><ol><li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Reduced response time: Eliminates the need to search through documents manually.</span></li><li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Reduced workload: No more hours spent addressing repetitive questions; Navigator handles it automatically.</span></li><li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Accurate answers: Annotation for every answer ensures clarity and correctness.</span></li><li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Updated knowledge base: Automatic crawling keeps information current.</span></li></ol></li></ol><p><span style="font-weight: 400;">While originally built for real estate, this engine is versatile and can benefit any industry that deals with volumes of internal documentation.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-40138cb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="40138cb" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-aaac1eb" data-id="aaac1eb" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a href="https://transitiv.ai/case-studies/streamlining-knowledge-access-with-rag-powered-ai/">Streamlining knowledge access with RAG-powered AI</a> appeared first on <a href="https://transitiv.ai">Transitiv</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Improving sales prospecting with AI optimization</title>
		<link>https://transitiv.ai/case-studies/improving-sales-prospecting-with-ai-optimization/</link>
		
		<dc:creator><![CDATA[Transitiv.ai]]></dc:creator>
		<pubDate>Tue, 30 Jul 2024 19:38:47 +0000</pubDate>
				<guid isPermaLink="false">https://demo.artureanec.com/themes/neuros/case-studies/improving-energy-efficiency-with-ai-optimization-copy/</guid>

					<description><![CDATA[<p>People do business with people they know, like, and trust. This timeless principle, popularized by Dale Carnegie, is at the heart of successful sales strategies. But the problem with sales is building trust in a crowded market.  Traditional sales prospecting methods...</p>
<p>The post <a href="https://transitiv.ai/case-studies/improving-sales-prospecting-with-ai-optimization/">Improving sales prospecting with AI optimization</a> appeared first on <a href="https://transitiv.ai">Transitiv</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="17341" class="elementor elementor-17341">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-2938de7 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2938de7" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1cf48dd" data-id="1cf48dd" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7ca8c9a elementor-widget elementor-widget-neuros_heading" data-id="7ca8c9a" data-element_type="widget" data-e-type="widget" data-widget_type="neuros_heading.default">
				<div class="elementor-widget-container">
					<div class="neuros-heading-widget"><h3 class="neuros-heading"><span class="neuros-heading-content has_gradient_color_text">The challenge</span></h3></div>				</div>
				</div>
				<div class="elementor-element elementor-element-144c418 elementor-widget elementor-widget-text-editor" data-id="144c418" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><b>People do business with people they know, like, and trust. This timeless principle, popularized by Dale Carnegie, is at the heart of successful sales strategies. But the problem with sales is building trust in a crowded market. </b></p>								</div>
				</div>
				<div class="elementor-element elementor-element-85eaeb2 elementor-widget elementor-widget-text-editor" data-id="85eaeb2" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Traditional sales prospecting methods are time-consuming and inefficient. Sales teams often rely on incomplete data, generic pitches, and outdated tools. This results in missed opportunities and shallow engagement.<br />Chris Catania, a seasoned sales professional with years of experience in high-ticket sales, recognized the gaps in traditional sales prospecting firsthand:</p>								</div>
				</div>
				<div class="elementor-element elementor-element-8376b39 elementor-widget elementor-widget-text-editor" data-id="8376b39" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>Losing valuable time sifting through huge amounts of data</li><li>Struggling to make sense of the data and applying it effectively to personalize outreach</li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-00a80a8 elementor-widget elementor-widget-text-editor" data-id="00a80a8" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The market lacked a one-stop solution to address these issues. Chris was determined to solve this for himself and his peers. That’s how he envisioned RealConx—a tool that uses the power of AI to fulfill practical sales needs. His goal? To make prospecting smarter, faster, and more effective for every salesperson.</p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-25e9fae elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="25e9fae" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-48bfa62" data-id="48bfa62" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e109332 elementor-widget elementor-widget-video" data-id="e109332" data-element_type="widget" data-e-type="widget" data-settings="{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
							<div class="e-hosted-video elementor-wrapper elementor-open-inline">
					<video class="elementor-video" src="https://transitiv.ai/wp-content/uploads/2024/07/Realconx-Case-Study_1.webm" autoplay="" loop="" controls="" playsinline="" controlsList="nodownload"></video>
				</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-e69e557 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e69e557" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-859d31d" data-id="859d31d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b0bbdc8 elementor-widget elementor-widget-neuros_heading" data-id="b0bbdc8" data-element_type="widget" data-e-type="widget" data-widget_type="neuros_heading.default">
				<div class="elementor-widget-container">
					<div class="neuros-heading-widget"><h3 class="neuros-heading"><span class="neuros-heading-content has_gradient_color_text">Solutions</span></h3></div>				</div>
				</div>
				<div class="elementor-element elementor-element-b3ceab0 elementor-widget elementor-widget-text-editor" data-id="b3ceab0" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>To address the challenges sales professionals face, Transitiv designed RealConx as an intelligent sales prospecting and engagement tool. It utilizes the power of AI to help sales professionals bring a human-centric approach to relationship building.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-f7698de elementor-widget elementor-widget-text-editor" data-id="f7698de" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>Key Features:</strong></p>								</div>
				</div>
				<div class="elementor-element elementor-element-279d30c elementor-widget elementor-widget-text-editor" data-id="279d30c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li><p>Data Organization: Users can input multiple data sources of prospects, such as social media profiles, external databases, etc. into the tool. Realconx reads the data and organizes it into meaningful, easy-to-read profiles. This eliminates the manual effort of wrestling with spreadsheets to consolidate fragmented data.</p></li><li>GPT Engine: Leveraging our AI expertise, we integrated an advanced GPT engine into the tool. It offers contextual responses to user-generated questions as well as some pre-fed questions to get the conversation started.</li><li>Common Ground: We have designed the tool to analyze prospect data and match it with the assigned salesperson’s profile to identify common aspects. These data points are then presented as common ground between the two profiles which can be used as conversation starters. This feature instantly helps transform cold outreach into warm, meaningful engagements from the start.</li><li>Prediction: We have integrated an AI-driven prediction feature that offers insights into prospect behavior. It helps salespeople anticipate their leads’ next likely steps, determine the likelihood of a positive response, and refine their strategy for maximum success.</li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-1003ab8 elementor-widget elementor-widget-text-editor" data-id="1003ab8" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>We’ve incorporated multiple access levels of the tool, available through different subscription plans. This allows businesses of all sizes to leverage the tool, ensuring scalability and flexibility based on their specific prospecting needs.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-1a5f9c5 elementor-widget elementor-widget-text-editor" data-id="1a5f9c5" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>At our company, we specialize in providing comprehensive neural network services that can revolutionize your business. Whether you&#8217;re looking to enhance your data analysis capabilities, automate repetitive tasks, improve customer engagement, or optimize operational processes, our team of experts is here to help you leverage the full potential of neural networks.<br />Data lies at the heart of neural networks, and our services start with understanding your unique data landscape. We work closely with you to identify and collect relevant data sources, ensuring that your neural network models are built on a solid foundation. Our data scientists employ cutting-edge techniques to preprocess and clean the data, making it ready for training the neural network models.</p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-28d4327 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="28d4327" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-31d47e3" data-id="31d47e3" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bf78a3a elementor-widget elementor-widget-video" data-id="bf78a3a" data-element_type="widget" data-e-type="widget" data-settings="{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
							<div class="e-hosted-video elementor-wrapper elementor-open-inline">
					<video class="elementor-video" src="https://transitiv.ai/wp-content/uploads/2024/07/Realconx-Case-Study_3.webm" autoplay="" loop="" controls="" playsinline="" controlsList="nodownload"></video>
				</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-b2c9b5e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b2c9b5e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3285d30" data-id="3285d30" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-481cb68 elementor-widget elementor-widget-neuros_heading" data-id="481cb68" data-element_type="widget" data-e-type="widget" data-widget_type="neuros_heading.default">
				<div class="elementor-widget-container">
					<div class="neuros-heading-widget"><h3 class="neuros-heading"><span class="neuros-heading-content has_gradient_color_text">Key Outcomes</span></h3></div>				</div>
				</div>
				<div class="elementor-element elementor-element-21b9c70 elementor-widget elementor-widget-text-editor" data-id="21b9c70" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>RealConx has set a new standard for intelligent prospecting. By applying AI to data, it creates a level of personalization that arms sales professionals with the right insights at the right time—all in just a few minutes.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-9da8cca elementor-widget elementor-widget-text-editor" data-id="9da8cca" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>Key Benefits:</strong></p>								</div>
				</div>
				<div class="elementor-element elementor-element-4fd863c elementor-widget elementor-widget-text-editor" data-id="4fd863c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>Faster prospecting with better-organized data</li><li>Personalized outreach that resonates with leads</li><li>Higher engagement rates through targeted communication</li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-b2d56fa elementor-widget elementor-widget-text-editor" data-id="b2d56fa" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Originally created with sales professionals in mind, Realconx can now be used in other business functions as well. For example, marketers can use Realconx to create highly targeted campaigns, recruiters to check candidate fit, and customer success managers to improve client retention &#8211; driving success across the board.</p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a href="https://transitiv.ai/case-studies/improving-sales-prospecting-with-ai-optimization/">Improving sales prospecting with AI optimization</a> appeared first on <a href="https://transitiv.ai">Transitiv</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
