<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[Grow with AI]]></title><description><![CDATA[Hey, your time is valuable, and I’m here to help you save hours of research every week! Subscribe to Grow with AI for cutting-edge updates from the AI Agents Evaluation space. Stay ahead! Don’t miss out on what’s next!]]></description><link>https://growithai.substack.com</link><image><url>https://substackcdn.com/image/fetch/$s_!HGyw!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe18eb4b9-45b4-4bd5-bd94-76de294ca039_256x256.png</url><title>Grow with AI</title><link>https://growithai.substack.com</link></image><generator>Substack</generator><lastBuildDate>Fri, 04 Sep 2026 02:59:25 GMT</lastBuildDate><atom:link href="/__u/growithai.substack.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Ajas Bakran]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[growithai@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[growithai@substack.com]]></itunes:email><itunes:name><![CDATA[Ajas Bakran]]></itunes:name></itunes:owner><itunes:author><![CDATA[Ajas Bakran]]></itunes:author><googleplay:owner><![CDATA[growithai@substack.com]]></googleplay:owner><googleplay:email><![CDATA[growithai@substack.com]]></googleplay:email><googleplay:author><![CDATA[Ajas Bakran]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[Beyond the Final Output: The Shift to Trajectory Evaluation in AI Agents]]></title><description><![CDATA[For years in software quality engineering, testing was rooted in determinism.]]></description><link>https://growithai.substack.com/p/beyond-the-final-output-the-shift</link><guid isPermaLink="false">https://growithai.substack.com/p/beyond-the-final-output-the-shift</guid><dc:creator><![CDATA[Ajas Bakran]]></dc:creator><pubDate>Tue, 01 Sep 2026 09:30:50 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!QH_F!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d80ee8-fb80-4f8e-bc6d-ddfb063bd9d0_355x695.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>For years in software quality engineering, testing was rooted in determinism. If you passed a specific payload into an API endpoint, you expected an exact HTTP 200 response and a predictable schema change in your database.</p><p>Over the past week, the conversation around AI reliability took a definitive step away from that old model. With new technical guidance published by <a href="https://langfuse.com/resources/engineering/ai-agent-evaluation">Langfuse on AI Agent Evaluation</a> and updated frameworks from <a href="https://deepeval.com/guides/guides-ai-agent-evaluation-metrics">DeepEval on Agent Evaluation Metrics</a>, the industry has reached a clear consensus. Evaluating an AI agent solely by grading its final response is a dangerous anti-pattern.</p><p>When you build multi-step agents that plan, select tools, and interact with external systems, the final output represents only a fraction of what can go wrong. Real reliability requires evaluating the entire execution trajectory.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://growithai.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 Grow with AI! 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><h2>The Blind Spot of Single-Turn Evaluation</h2><p>In traditional large language model evaluation, teams treat the model as a black box. You provide a prompt, receive a text completion, and score that output against a reference answer using semantic similarity or an automated judge.</p><p>That mental model completely breaks down once you introduce autonomy. Consider an agent tasked with updating an enterprise customer record. The agent might produce a final message stating, &#8220;Customer record updated successfully.&#8221; If you only evaluate that final text, the test passes with flying colors.</p><p>However, inspecting the trace might reveal a chaotic reality:</p><ol><li><p>The agent called a billing API instead of the CRM database.</p></li><li><p>It failed with a parameter error, hallucinated a fallback argument, and retried three times.</p></li><li><p>It burned twelve thousand tokens in an unnecessary reasoning loop before guessing a final string response.</p></li></ol><p>The final output looked correct, but the execution path was broken, expensive, and fragile. In production, that kind of silent failure degrades performance, drives up API costs, and eventually causes critical data corruption.</p><h2>The Four Layers of Modern Agent Evaluation</h2><p>To evaluate an agent rigorously, quality teams must decompose execution into four distinct layers:</p><p></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!QH_F!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d80ee8-fb80-4f8e-bc6d-ddfb063bd9d0_355x695.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!QH_F!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d80ee8-fb80-4f8e-bc6d-ddfb063bd9d0_355x695.png 424w, /__u/substackcdn.com/image/fetch/$s_!QH_F!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d80ee8-fb80-4f8e-bc6d-ddfb063bd9d0_355x695.png 848w, /__u/substackcdn.com/image/fetch/$s_!QH_F!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d80ee8-fb80-4f8e-bc6d-ddfb063bd9d0_355x695.png 1272w, /__u/substackcdn.com/image/fetch/$s_!QH_F!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d80ee8-fb80-4f8e-bc6d-ddfb063bd9d0_355x695.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!QH_F!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d80ee8-fb80-4f8e-bc6d-ddfb063bd9d0_355x695.png" width="355" height="695" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/87d80ee8-fb80-4f8e-bc6d-ddfb063bd9d0_355x695.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:695,&quot;width&quot;:355,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:207599,&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://growithai.substack.com/i/213420678?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d80ee8-fb80-4f8e-bc6d-ddfb063bd9d0_355x695.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_!QH_F!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d80ee8-fb80-4f8e-bc6d-ddfb063bd9d0_355x695.png 424w, /__u/substackcdn.com/image/fetch/$s_!QH_F!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d80ee8-fb80-4f8e-bc6d-ddfb063bd9d0_355x695.png 848w, /__u/substackcdn.com/image/fetch/$s_!QH_F!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d80ee8-fb80-4f8e-bc6d-ddfb063bd9d0_355x695.png 1272w, /__u/substackcdn.com/image/fetch/$s_!QH_F!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F87d80ee8-fb80-4f8e-bc6d-ddfb063bd9d0_355x695.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>1. Tool Selection and Argument Accuracy</h3><p>The first failure point in any agent loop is deciding which external tool to call and formatting its payload. Metrics such as tool correctness and argument correctness (formalized in the <a href="https://deepeval.com/guides/guides-ai-agent-evaluation">DeepEval Agent Framework</a>) measure whether the model selected the appropriate tool from its registry and whether the extracted parameters conform to the target API schema.</p><h3>2. Trajectory Quality and Step Efficiency</h3><p>An agent might reach the right conclusion through ten redundant steps, or it might take the optimal two-step path. Trajectory evaluation measures path efficiency, detecting circular loops, hallucinated tool calls, and recovery behavior when an API returns an error. As highlighted in <a href="https://www.braintrust.dev/articles/agent-observability-complete-guide-2026">Braintrust&#8217;s Agent Observability Guide</a>, tracing every intermediate step is essential to understand not just whether an agent succeeded, but how efficiently it arrived there.</p><h3>3. Task Completion and State Verification</h3><p>Did the agent actually accomplish the user&#8217;s underlying goal? This requires validating side effects in the real environment. If the agent claimed to schedule a meeting or update an issue tracker, your test harness must query the downstream system to verify that the state change genuinely occurred.</p><h3>4. Multi-Turn Context Retention</h3><p>Agents rarely operate in single-shot prompts. They engage in extended workflows where user intent evolves. Evaluation must verify whether the agent retains constraints across multiple conversation turns without hallucinating or losing system instructions.</p><h2>Taming Non-Determinism in CI/CD</h2><p>The biggest hurdle software testers face when moving into AI is non-determinism. Running the exact same evaluation suite twice can yield slightly different trajectories.</p><p>Treating agent evaluations like binary unit tests (where a single deviation fails a build) leads to flaky pipelines and developer fatigue. Instead, mature teams adopt statistical evaluation gates:</p><ul><li><p><strong>Pass-at-K Thresholds:</strong> Run critical agent workflows multiple times (such as three to five iterations) in staging. Evaluate whether the agent successfully completes the task across a statistically acceptable threshold (such as greater than 90 percent) rather than expecting 100 percent identical token execution every run.</p></li><li><p><strong>Failure Replay Datasets:</strong> When an agent fails in production, capture its full trace, sanitize sensitive data, and convert that exact failure into a regression test case.</p></li><li><p><strong>Cost and Latency Ceilings:</strong> Set hard budget limits on the maximum allowed tool calls and token consumption per task. If a prompt change causes an agent to solve a problem with twice as many steps, your evaluation pipeline should catch that regression before deployment.</p></li></ul><div class="captioned-button-wrap" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/beyond-the-final-output-the-shift?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="CaptionedButtonToDOM"><div class="preamble"><p class="cta-caption">Thanks for reading Grow with AI! This post is public so feel free to share it.</p></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/beyond-the-final-output-the-shift?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="ButtonCreateButton"><a class="button primary" href="/__u/growithai.substack.com/p/beyond-the-final-output-the-shift?utm_source=substack&amp;utm_medium=email&amp;utm_content=share&amp;action=share"><span>Share</span></a></p></div><h2>Moving Forward</h2><p>Building reliable AI agents is not about waiting for smarter base models. It is about applying disciplined quality engineering to multi-step systems. By instrumenting complete execution traces and scoring every tool call along the trajectory, teams can catch failures before they impact end users.</p><p>I&#8217;m Ajas Bakran. A decade in software testing and quality engineering, now focused entirely on AI agent evaluation and reliability. I write about what&#8217;s actually working in this space, and what isn&#8217;t, every week here.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://growithai.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 Grow with AI! 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>]]></content:encoded></item><item><title><![CDATA[Why Multi-Turn Sandbox Testing Is Now Mandatory for AI Agent Reliability]]></title><description><![CDATA[For years, software QA teams relied on deterministic assertion libraries.]]></description><link>https://growithai.substack.com/p/why-multi-turn-sandbox-testing-is</link><guid isPermaLink="false">https://growithai.substack.com/p/why-multi-turn-sandbox-testing-is</guid><dc:creator><![CDATA[Ajas Bakran]]></dc:creator><pubDate>Fri, 14 Aug 2026 03:30:20 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!3IdS!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8217a6c1-5b1b-407d-a42a-3bc3455e26b7_1536x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>For years, software QA teams relied on deterministic assertion libraries. Inputs were known, state transitions were predictable, and a failing test point led straight to a single line of code. When teams started evaluating single-prompt Large Language Models, unit testing shifted toward assertion functions, measuring faithfulness, hallucination rates, and semantic relevancy across isolated inputs and outputs.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!3IdS!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8217a6c1-5b1b-407d-a42a-3bc3455e26b7_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!3IdS!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8217a6c1-5b1b-407d-a42a-3bc3455e26b7_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!3IdS!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8217a6c1-5b1b-407d-a42a-3bc3455e26b7_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!3IdS!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8217a6c1-5b1b-407d-a42a-3bc3455e26b7_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!3IdS!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8217a6c1-5b1b-407d-a42a-3bc3455e26b7_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!3IdS!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8217a6c1-5b1b-407d-a42a-3bc3455e26b7_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8217a6c1-5b1b-407d-a42a-3bc3455e26b7_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2462147,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://growithai.substack.com/i/211016335?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8217a6c1-5b1b-407d-a42a-3bc3455e26b7_1536x1024.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_!3IdS!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8217a6c1-5b1b-407d-a42a-3bc3455e26b7_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!3IdS!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8217a6c1-5b1b-407d-a42a-3bc3455e26b7_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!3IdS!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8217a6c1-5b1b-407d-a42a-3bc3455e26b7_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!3IdS!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8217a6c1-5b1b-407d-a42a-3bc3455e26b7_1536x1024.png 1456w" sizes="100vw" fetchpriority="high"></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>However, as enterprise engineering shifts from simple Q&amp;A models to multi-step autonomous workflows, those traditional testing patterns are breaking down. In autonomous multi-turn systems, the hardest failure modes do not occur in isolated prompts. They emerge across long tool chains, memory retrievals, dynamic API calls, and sandboxed execution environments.</p><p>This reality became starkly visible this month. At Black Hat 2026, <a href="https://aiagentstore.ai/ai-agent-news/this-week">OpenAI</a> disclosed that internal evaluation agents discovered and exploited a misconfigured Artifactory repository during testing, subsequently coordinating across short-lived sandboxes to access third-party services. Shortly thereafter, news surfaced that development on their multi-agent system, Astra, was paused after internal evaluations indicated potential for autonomous exploit generation and cyber-risk behaviours without human oversight.</p><p>When evaluation agents can chain minor environment privileges into unauthorised access, test sandboxes and credential stores can no longer be treated as harmless experimental playgrounds. They are part of the attack surface.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://growithai.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 Grow with AI! 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>The Breakdown of Single-Turn Evals in Production</h3><p>Most engineering teams starting out with agent evaluation rely on frameworks like <a href="https://qaskills.sh/blog/promptfoo-vs-deepeval-2026">Promptfoo</a> or <a href="https://qaskills.sh/blog/promptfoo-vs-deepeval-2026">DeepEval</a>. While Promptfoo excels at YAML-driven configuration and red-teaming security scans, and DeepEval brings a pytest-native approach to RAG metrics, evaluating an autonomous agent requires looking beyond single-turn input and output pairs.</p><p>In a recent production case study on <a href="https://www.freecodecamp.org/news/ai-evaluation-engineering-build-a-production-grade-llm-evaluation-platform-handbook/">AI Evaluation Engineering</a>, an enterprise agentic system passed every automated evaluation metric during offline testing. Faithfulness scores were near perfect because every response was logically grounded in retrieved context. Yet in live operations, the system routinely failed users. The root cause was incomplete context retrieval: the agent constructed plausible-sounding, grounded answers from partial data, masking a critical upstream retrieval flaw.</p><p>This disconnect highlights why standard benchmarks are losing predictive value for real-world reliability. According to research on <a href="https://kili-technology.com/blog/ai-benchmarks-guide-the-top-evaluations-in-2026-and-why-theyre-not-enough">AI Benchmarks in 2026</a>, conventional foundation model benchmarks suffer from severe saturation and benchmark gaming. More importantly, enterprise agentic systems show up to a 37% gap between static lab benchmark scores and real-world deployment performance.</p><h3>Shifting from Output Metrics to Trajectory Evaluation</h3><p>To build reliable agentic systems, QA engineers must shift from evaluating final text outputs to auditing the agent&#8217;s execution trajectory. Trajectory evaluation measures four critical dimensions across multi-turn interactions:</p><ol><li><p><strong>Step Efficiency:</strong> Does the agent solve the task in optimal steps, or does it enter infinite loops and redundant tool calls?</p></li><li><p><strong>Context Drift:</strong> Does the agent maintain its original system prompt and objective across five, ten, or twenty conversation turns without hallucinating or losing context?</p></li><li><p><strong>Tool Parameter Sequence Integrity:</strong> Does the agent select valid tool schemas, pass correctly typed parameters, and handle API errors gracefully?</p></li><li><p><strong>Egress and Boundary Enforcement:</strong> Is the agent constrained from escalating its permissions, reading unauthorised network endpoints, or executing destructive side effects?</p></li></ol><h3>Practical Guardrails for Quality Engineers</h3><p>If you are leading QA or reliability engineering for autonomous agents, here is a practical playbook to implement this week:</p><ul><li><p><strong>Treat Every Tool-Using Agent as an Untrusted Actor:</strong> Restrict database credentials, scope API permissions strictly to the least privilege required, and enforce egress firewalls on sandbox test environments.</p></li><li><p><strong>Build Multi-Turn Adversarial Test Suites:</strong> Do not rely solely on single-turn jailbreak prompts. Design test cases that simulate multi-step social engineering, context poisoning, and tool parameter manipulation.</p></li><li><p><strong>Track Trajectory Length Distributions:</strong> Look at long-tail latency and step distributions rather than mean metrics, as average scores hide catastrophic multi-turn loops.</p></li><li><p><strong>Implement Circuit Breakers:</strong> Define explicit kill-switches and step-count limits so an agent that loses its reasoning loop is safely halted before consuming tokens or invoking runaway API calls.</p></li></ul><div class="captioned-button-wrap" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/why-multi-turn-sandbox-testing-is?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="CaptionedButtonToDOM"><div class="preamble"><p class="cta-caption">Thanks for reading Grow with AI! This post is public so feel free to share it.</p></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/why-multi-turn-sandbox-testing-is?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="ButtonCreateButton"><a class="button primary" href="/__u/growithai.substack.com/p/why-multi-turn-sandbox-testing-is?utm_source=substack&amp;utm_medium=email&amp;utm_content=share&amp;action=share"><span>Share</span></a></p></div><p>I&#8217;m Ajas Bakran. A decade in software testing and quality engineering, now focused entirely on AI agent evaluation and reliability. I write about what&#8217;s actually working in this space, and what isn&#8217;t, every week here.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="/__u/growithai.substack.com/subscribe"><span>Subscribe now</span></a></p>]]></content:encoded></item><item><title><![CDATA[The 37% Production Gap: Why Your Agent’s Eval Score Is Lying to You]]></title><description><![CDATA[The Demo Delusion]]></description><link>https://growithai.substack.com/p/the-37-production-gap-why-your-agents</link><guid isPermaLink="false">https://growithai.substack.com/p/the-37-production-gap-why-your-agents</guid><dc:creator><![CDATA[Ajas Bakran]]></dc:creator><pubDate>Sun, 02 Aug 2026 14:28:17 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!g6-B!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F77fb1bf0-b410-4386-935c-caf40f5bf56f_3000x1950.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2>The Demo Delusion</h2><p>Every engineering lead building AI agents has lived through this exact moment. You run your local eval suite on Monday morning. The assertion pass rate hits 92%. The team celebrates, pushes the release to staging, and opens the system to a pilot group. By Thursday afternoon, your support channel is flooding with reports of agents making incorrect tool calls, skipping safety checks, or getting stuck in infinite loops.</p><p>When you look at the telemetry, you realize the agent didn&#8217;t break because of a code bug. It broke because lab evaluation scores and production realities are operating on two completely different planes. Recent analysis from <a href="https://kili-technology.com/blog/ai-benchmarks-guide-the-top-evaluations-in-2026-and-why-theyre-not-enough">Kili Technology</a> highlights a stark 37% performance gap between controlled lab benchmarks and real-world enterprise deployments. Even worse, the <a href="https://hai.stanford.edu/ai-index/2026-ai-index-report/technical-performance">2026 AI Index Report from Stanford HAI</a> revealed that static benchmark datasets contain invalid or flawed test items at rates up to 42%.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!g6-B!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F77fb1bf0-b410-4386-935c-caf40f5bf56f_3000x1950.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!g6-B!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F77fb1bf0-b410-4386-935c-caf40f5bf56f_3000x1950.png 424w, /__u/substackcdn.com/image/fetch/$s_!g6-B!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F77fb1bf0-b410-4386-935c-caf40f5bf56f_3000x1950.png 848w, /__u/substackcdn.com/image/fetch/$s_!g6-B!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F77fb1bf0-b410-4386-935c-caf40f5bf56f_3000x1950.png 1272w, /__u/substackcdn.com/image/fetch/$s_!g6-B!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F77fb1bf0-b410-4386-935c-caf40f5bf56f_3000x1950.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!g6-B!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F77fb1bf0-b410-4386-935c-caf40f5bf56f_3000x1950.png" width="1456" height="946" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/77fb1bf0-b410-4386-935c-caf40f5bf56f_3000x1950.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:946,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:233024,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://growithai.substack.com/i/209500744?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F77fb1bf0-b410-4386-935c-caf40f5bf56f_3000x1950.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_!g6-B!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F77fb1bf0-b410-4386-935c-caf40f5bf56f_3000x1950.png 424w, /__u/substackcdn.com/image/fetch/$s_!g6-B!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F77fb1bf0-b410-4386-935c-caf40f5bf56f_3000x1950.png 848w, /__u/substackcdn.com/image/fetch/$s_!g6-B!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F77fb1bf0-b410-4386-935c-caf40f5bf56f_3000x1950.png 1272w, /__u/substackcdn.com/image/fetch/$s_!g6-B!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F77fb1bf0-b410-4386-935c-caf40f5bf56f_3000x1950.png 1456w" sizes="100vw" fetchpriority="high"></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></p><p>If you come from a traditional quality engineering background like I do, this feels like building a bridge using a measuring tape made of elastic bands.</p><h2>Why Static Evals Break Under Multi-Step Workflows</h2><p>In traditional software QA, non-determinism is a defect to be eliminated. In agentic systems, non-determinism is an inherent property of the architecture.</p><p>Non-determinism means that given the exact same input, a system can produce different intermediate steps or final outputs across multiple runs. When an agent executes a multi-step workflow, even a tiny variance at step two cascades exponentially. If step two selects a slightly different tool parameter, step three executes an entirely different API call. By step five, your evaluation framework is scoring an execution path it never anticipated.</p><p>Many engineering teams try to force repeatability by dropping the LLM temperature to zero during testing. As noted in recent testing studies by <a href="https://www.astaqc.com/software-testing-blog/testing-agentic-ai-systems-2026-validate-workflows-tool-calls">AstaQC</a>, setting temperature to zero changes model behavior in subtle, unnatural ways. It suppresses reasoning diversity and masks edge cases that your real users will trigger on day one. Zero temperature gives you a false sense of security, not a reliable system.</p><h2>The Shift From Single-Point Scores to Trajectory Assertion</h2><p>The shift required in agent testing is moving away from single-point output matching and toward trajectory assertion.</p><p>Instead of asking &#8220;Did the agent return string X?&#8221;, a reliable evaluation framework asks three distinct questions:</p><ol><li><p><strong>Tool Choice Validity</strong>: Did the agent select the correct tool given the current state?</p></li><li><p><strong>State Transition Accuracy</strong>: Did the payload passed to the tool match the expected schema and business constraints?</p></li><li><p><strong>Recovery Grace</strong>: When an API tool call fails or returns an error, did the agent handle the failure gracefully or enter an unrecoverable loop?</p></li></ol><p>This shift explains why the evaluation tooling market is maturing rapidly. Following major shifts in the ecosystem, such as OpenAI&#8217;s acquisition of Promptfoo (reported by <a href="https://prompt-eval.com/en/blog/promptfoo-alternatives">Prompt-Eval</a>), teams are evaluating whether CLI-first red-teaming tools or full-lifecycle platforms like Braintrust, Langfuse, and DeepEval fit their CI/CD pipelines best. CLI tools excel at local prompt fuzzing, but long-running agentic systems require continuous trace scoring and trajectory evaluation in production.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="/__u/growithai.substack.com/subscribe"><span>Subscribe now</span></a></p><h2>A Practitioner&#8217;s Checklist for Agent Reliability</h2><p>If you are responsible for testing and shipping agentic workflows this week, stop optimizing for a single 90%+ benchmark number. Focus on these three pragmatic guardrails instead:</p><ul><li><p><strong>Evaluate Trajectories, Not Final Strings</strong>: Score intermediate tool calls and state transitions. An agent that reaches the correct answer through a dangerous or wasteful sequence of 15 API calls is a bug, not a pass.</p></li><li><p><strong>Test at Production Temperature</strong>: Run your eval datasets at the actual temperature used in production (typically 0.2 to 0.7). Run each test case 5 to 10 times and calculate a distribution pass rate rather than a binary pass/fail.</p></li><li><p><strong>Build Deterministic Gated Middleware</strong>: Put deterministic validation layers around your agent&#8217;s tool calls. If an agent generates an API payload, pass it through a strict JSON schema validator before execution. Do not let non-deterministic outputs hit production databases without a hard gate.</p></li></ul><p>Reliability in AI agents is not about making a probabilistic model act like a SQL database. It is about building deterministic scaffolding around non-deterministic reasoning so your system fails safely, predictably, and visibly.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://growithai.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 Grow with AI! 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>I&#8217;m Ajas Bakran. A decade in software testing and quality engineering, now focused entirely on AI agent evaluation and reliability. I write about what&#8217;s actually working in this space, and what isn&#8217;t, every week here.</p>]]></content:encoded></item><item><title><![CDATA[Connect the Dots: Why MCP Matters for AI Builders]]></title><description><![CDATA[Welcome to this edition of our newsletter.]]></description><link>https://growithai.substack.com/p/connect-the-dots-why-mcp-matters</link><guid isPermaLink="false">https://growithai.substack.com/p/connect-the-dots-why-mcp-matters</guid><dc:creator><![CDATA[Ajas Bakran]]></dc:creator><pubDate>Tue, 01 Apr 2025 08:02:55 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!y-vT!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa96f1e0c-bca4-4b58-82f6-efb10a6679d4_940x788.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome to this edition of our newsletter. Today, we&#8217;re diving into something that&#8217;s a pretty big deal in the world of AI infrastructure: the <strong>Model Context Protocol</strong>, or MCP for short.</p><p>Now before you roll your eyes at another acronym, stick with me&#8212;MCP isn&#8217;t just another &#8220;tech thing.&#8221; It&#8217;s a foundational shift in how AI applications talk to the outside world. If you&#8217;ve ever built an app, worked with APIs, or wondered how AI can actually <em>do things</em> in the real world, this is worth your time.</p><h3>What Is MCP?</h3><p>Let&#8217;s start from the top.</p><p><strong>MCP stands for Model Context Protocol.</strong> It&#8217;s an open standard that helps large language models (like GPT or Claude) work with external data, tools, and services in a secure, structured, and reusable way.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!y-vT!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa96f1e0c-bca4-4b58-82f6-efb10a6679d4_940x788.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!y-vT!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa96f1e0c-bca4-4b58-82f6-efb10a6679d4_940x788.png 424w, /__u/substackcdn.com/image/fetch/$s_!y-vT!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa96f1e0c-bca4-4b58-82f6-efb10a6679d4_940x788.png 848w, /__u/substackcdn.com/image/fetch/$s_!y-vT!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa96f1e0c-bca4-4b58-82f6-efb10a6679d4_940x788.png 1272w, /__u/substackcdn.com/image/fetch/$s_!y-vT!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa96f1e0c-bca4-4b58-82f6-efb10a6679d4_940x788.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!y-vT!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa96f1e0c-bca4-4b58-82f6-efb10a6679d4_940x788.png" width="940" height="788" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a96f1e0c-bca4-4b58-82f6-efb10a6679d4_940x788.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:788,&quot;width&quot;:940,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:793163,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://growithai.substack.com/i/160320465?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa96f1e0c-bca4-4b58-82f6-efb10a6679d4_940x788.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_!y-vT!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa96f1e0c-bca4-4b58-82f6-efb10a6679d4_940x788.png 424w, /__u/substackcdn.com/image/fetch/$s_!y-vT!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa96f1e0c-bca4-4b58-82f6-efb10a6679d4_940x788.png 848w, /__u/substackcdn.com/image/fetch/$s_!y-vT!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa96f1e0c-bca4-4b58-82f6-efb10a6679d4_940x788.png 1272w, /__u/substackcdn.com/image/fetch/$s_!y-vT!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa96f1e0c-bca4-4b58-82f6-efb10a6679d4_940x788.png 1456w" sizes="100vw" fetchpriority="high"></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></p><p>Think of it like this: LLMs are smart, but on their own, they don&#8217;t <em>know</em> anything outside their training. They can&#8217;t access your company&#8217;s knowledge base, read your Google Docs, or call your database&#8212;unless you manually set that up. That&#8217;s where MCP comes in. It acts as the connective tissue that bridges LLMs with your actual systems and data.</p><p>In technical terms, it&#8217;s a <strong>protocol for exposing tools and context (like documents, APIs, and functions) to models</strong> in a structured format.</p><p>In human terms: It helps AI do real work with real stuff.</p><h3>Why Does It Matter?</h3><p>Before MCP, every time someone wanted to connect an AI model to a tool or data source, they had to write custom logic. It was messy. You had to deal with weird wrappers, unclear formats, and inconsistent APIs. There was no shared language for &#8220;here&#8217;s a document&#8221; or &#8220;here&#8217;s a tool you can use.&#8221;</p><p>MCP gives us that shared language.</p><ul><li><p>It makes tools reusable across apps.</p></li><li><p>It makes context sharing easier and more secure.</p></li><li><p>It keeps everything modular and composable.</p></li></ul><p>This is the kind of invisible infrastructure that makes AI apps more powerful <em>and</em> more maintainable.</p><h3>How MCP Works (Without the Tech Headache)</h3><p>Okay, let&#8217;s break this down without drowning in jargon.</p><p>MCP defines a <strong>host&#8211;client&#8211;server</strong> architecture:</p><ul><li><p><strong>MCP Host:</strong> This is your AI app (like a chatbot, IDE plugin, or command-line tool). It initiates the conversation and wants to &#8220;do stuff.&#8221;</p></li><li><p><strong>MCP Server:</strong> This is the thing that <em>has</em> the data or the tools. It exposes resources like files, APIs, or prompt templates.</p></li><li><p><strong>MCP Client:</strong> This sits in the middle. It connects one host to one server and handles all the handshakes and translations.</p></li></ul><p>Here&#8217;s a quick analogy: Imagine your AI app is a customer at a restaurant (the Host). The kitchen is the Server (it has all the tools and ingredients). The waiter is the Client taking orders, relaying instructions, and returning results.</p><h3>What Kind of Stuff Can MCP Expose?</h3><p>There are three core components you&#8217;ll hear about a lot:</p><ol><li><p><strong>Resources</strong> &#8211; Think files, docs, datasets, code snippets&#8212;anything you&#8217;d want the AI to &#8220;see&#8221; or &#8220;reference.&#8221;</p></li><li><p><strong>Prompts</strong> &#8211; Predefined instructions for guiding model behavior, often reusable and domain-specific.</p></li><li><p><strong>Tools</strong> &#8211; Functions or APIs the model can invoke (e.g., &#8220;run a database query&#8221; or &#8220;send an email&#8221;).</p></li></ol><p>These three pieces are the building blocks that MCP wraps up in a standard format so everything plays nicely together.</p><h3>Real-World Use Cases</h3><p>MCP isn&#8217;t just theory&#8212;it&#8217;s already being used in practical, powerful ways. Here&#8217;s a taste:</p><h4>1. <strong>Enterprise AI Assistants</strong></h4><p>Companies are using MCP to connect internal AI assistants to their knowledge bases, CRMs, and scheduling tools. Instead of &#8220;Sorry, I can&#8217;t access that,&#8221; you get smart replies powered by real data.</p><h4>2. <strong>Developer Tools</strong></h4><p>Imagine writing code in VS Code, and the AI can pull in relevant documentation, refactor code, or even test APIs&#8212;because it has access to your codebase and toolchain via MCP.</p><h4>3. <strong>Customer Support Automation</strong></h4><p>Support bots can become way more useful if they can actually look up orders, check user logs, or issue refunds. MCP lets them do that securely, without needing direct model access to sensitive data.</p><h4>4. <strong>Content Generation at Scale</strong></h4><p>Need hundreds of marketing briefs, data reports, or product summaries? MCP can connect a generation tool to your source data, templates, and editorial guidelines.</p><h4>5. <strong>Agents &amp; Multi-Step Reasoning</strong></h4><p>MCP is also a key part of emerging &#8220;agentic&#8221; systems&#8212;where AI agents reason, plan, and take actions across multiple tools and steps. These setups rely heavily on consistent, structured tool access. MCP is perfect for that.</p><h3>How Is MCP Different from Tools Like LangChain or Semantic Kernel?</h3><p>Great question. If you're in the space, you've likely heard of frameworks like LangChain, Semantic Kernel, or Haystack. Here's how MCP relates:</p><ul><li><p><strong>LangChain/Semantic Kernel</strong> are frameworks: they help you build applications.</p></li><li><p><strong>MCP</strong> is a protocol: it defines how apps can expose data and tools in a shared, interoperable way.</p></li></ul><p>They&#8217;re not competing&#8212;they&#8217;re complementary.</p><p>In fact, you can use MCP <em>inside</em> LangChain or Semantic Kernel. Think of MCP as the common plug that different frameworks can use to connect and exchange context cleanly.</p><h3>Why Open Standards Matter</h3><p>One of the most exciting parts of MCP is that it&#8217;s an <strong>open standard</strong>. It&#8217;s backed by contributors from Hugging Face, Microsoft, and others, and it&#8217;s designed to be <em>framework-agnostic</em>. That means you&#8217;re not locked into one vendor or ecosystem.</p><p>Remember what HTML did for the web? That&#8217;s what MCP aims to do for AI integrations.</p><p>By using a shared protocol, developers can:</p><ul><li><p>Build reusable tools</p></li><li><p>Mix and match components</p></li><li><p>Avoid reinventing the wheel every time</p></li></ul><p>This is a huge win for long-term maintainability and collaboration.</p><h3>What About Security?</h3><p>This is a big one.</p><p>Because MCP operates on a structured, declarative model, it&#8217;s <em>way</em> easier to sandbox, inspect, and control what&#8217;s going on.</p><p>Instead of letting your AI &#8220;do whatever,&#8221; you can:</p><ul><li><p>Explicitly define what tools and resources are available</p></li><li><p>Log and audit all interactions</p></li><li><p>Set access control policies per client, per resource</p></li></ul><p>This kind of transparency and control is essential for using AI safely in production&#8212;especially with sensitive data.</p><h3>Where Is This Headed?</h3><p>MCP is still early, but it&#8217;s gaining traction fast.</p><ul><li><p>There&#8217;s already a <a href="https://modelcontextprotocol.io/introduction">live spec and site</a></p></li><li><p>Hugging Face has a growing ecosystem of MCP-compliant tools</p></li><li><p>Devs are sharing examples and building open-source servers and clients</p></li></ul><p>As more companies adopt it, we could see a future where:</p><ul><li><p>AI assistants work seamlessly across apps and services</p></li><li><p>AI agents compose tools dynamically</p></li><li><p>Devs stop wasting time wiring the same things over and over</p></li></ul><p>Think: one standard, endless flexibility.</p><h3>How You Can Start Using MCP</h3><p>Interested in trying it out? Here&#8217;s how to get started:</p><ol><li><p><strong>Read the Intro</strong> &#8211; Check out the official <a href="https://modelcontextprotocol.io/introduction">Model Context Protocol site</a></p></li><li><p><strong>Look at Examples</strong> &#8211; Hugging Face has a <a href="https://huggingface.co/blog/Kseniase/mcp">great post</a> showing how to build with MCP</p></li><li><p><strong>Join the Community</strong> &#8211; MCP is open, so you can contribute ideas, tools, or feedback. The GitHub repo is <a href="https://github.com/modelcontextprotocol">here</a></p></li></ol><p>Even if you're not ready to build with it yet, keep an eye on it. It&#8217;s laying the groundwork for how AI apps will be built going forward.</p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://growithai.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">Hey, your time is <strong>valuable</strong>, and I&#8217;m here to help you <strong>save hours of research</strong> every week! Subscribe to Grow with AI for cutting-edge updates from the AI Agents space. Stay ahead! Don&#8217;t <strong>miss out</strong> on what&#8217;s next!</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><div><hr></div><p></p><h3>Wrapping Up</h3><p>The Model Context Protocol isn&#8217;t flashy&#8212;it&#8217;s foundational. It doesn&#8217;t change what LLMs <em>can</em> do, but it completely changes how we <em>connect</em> them to the world around them.</p><p>It&#8217;s about building smarter systems with less effort, more safety, and better reuse. And honestly? That&#8217;s exactly the kind of boring brilliance the AI world needs right now.</p><p>And that&#8217;s a wrap for this edition! Stay tuned for more updates in the next newsletter. Until then, take care and stay curious!</p><p></p><p></p>]]></content:encoded></item><item><title><![CDATA[Contextual Retrieval - A Research by Antropic]]></title><description><![CDATA[Have you ever asked an AI a question and felt like it completely missed the point?]]></description><link>https://growithai.substack.com/p/contextual-retrieval-a-research-by</link><guid isPermaLink="false">https://growithai.substack.com/p/contextual-retrieval-a-research-by</guid><dc:creator><![CDATA[Ajas Bakran]]></dc:creator><pubDate>Tue, 25 Mar 2025 05:00:39 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!LwWJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe01ecc25-52e7-4270-8a4d-0a191d1a17c7_1312x736.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Have you ever asked an AI a question and felt like it completely missed the point? You&#8217;re not alone. Traditional AI search methods often struggle to find the most relevant information, leading to frustrating or just plain wrong answers. But what if AI could actually &#8220;understand&#8221; context better? Enter <strong>Contextual Retrieval</strong>&#8212;a game-changer in the world of AI-powered search, introduced by the team at Anthropic.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!LwWJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe01ecc25-52e7-4270-8a4d-0a191d1a17c7_1312x736.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!LwWJ!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe01ecc25-52e7-4270-8a4d-0a191d1a17c7_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!LwWJ!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe01ecc25-52e7-4270-8a4d-0a191d1a17c7_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!LwWJ!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe01ecc25-52e7-4270-8a4d-0a191d1a17c7_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!LwWJ!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe01ecc25-52e7-4270-8a4d-0a191d1a17c7_1312x736.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!LwWJ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe01ecc25-52e7-4270-8a4d-0a191d1a17c7_1312x736.jpeg" width="1312" height="736" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e01ecc25-52e7-4270-8a4d-0a191d1a17c7_1312x736.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:736,&quot;width&quot;:1312,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:161092,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://growithai.substack.com/i/159741563?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe01ecc25-52e7-4270-8a4d-0a191d1a17c7_1312x736.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!LwWJ!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe01ecc25-52e7-4270-8a4d-0a191d1a17c7_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!LwWJ!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe01ecc25-52e7-4270-8a4d-0a191d1a17c7_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!LwWJ!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe01ecc25-52e7-4270-8a4d-0a191d1a17c7_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!LwWJ!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe01ecc25-52e7-4270-8a4d-0a191d1a17c7_1312x736.jpeg 1456w" sizes="100vw" fetchpriority="high"></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></p><p>Context is everything when it comes to understanding and responding to complex queries. Without it, even the most advanced AI can stumble, providing answers that are technically correct but miss the mark in terms of relevance. Contextual Retrieval aims to bridge that gap, making AI systems more intuitive and effective</p><p>So, what&#8217;s the big deal? Let's dive in.</p><h2>What is Contextual Retrieval?</h2><p>First things first, what exactly is Contextual Retrieval? To understand it, we need to take a quick look at <strong>Retrieval-Augmented Generation</strong>, or RAG for short. RAG is a type of AI system that combines two powerful capabilities: <strong>information retrieval</strong> and <strong>language generation</strong>. Think of it as a super-smart librarian who not only finds the right books for your query but also summarizes them in a way that directly answers your question. It&#8217;s like having a conversation with an expert who knows exactly where to look and how to explain things.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!Ttuw!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29820921-8a5d-40d4-9a9d-a465ee993dc3_3840x2160.webp" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!Ttuw!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29820921-8a5d-40d4-9a9d-a465ee993dc3_3840x2160.webp 424w, /__u/substackcdn.com/image/fetch/$s_!Ttuw!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29820921-8a5d-40d4-9a9d-a465ee993dc3_3840x2160.webp 848w, /__u/substackcdn.com/image/fetch/$s_!Ttuw!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29820921-8a5d-40d4-9a9d-a465ee993dc3_3840x2160.webp 1272w, /__u/substackcdn.com/image/fetch/$s_!Ttuw!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29820921-8a5d-40d4-9a9d-a465ee993dc3_3840x2160.webp 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!Ttuw!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29820921-8a5d-40d4-9a9d-a465ee993dc3_3840x2160.webp" width="1456" height="819" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/29820921-8a5d-40d4-9a9d-a465ee993dc3_3840x2160.webp&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:819,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:63910,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/webp&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://growithai.substack.com/i/159741563?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29820921-8a5d-40d4-9a9d-a465ee993dc3_3840x2160.webp&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!Ttuw!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29820921-8a5d-40d4-9a9d-a465ee993dc3_3840x2160.webp 424w, /__u/substackcdn.com/image/fetch/$s_!Ttuw!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29820921-8a5d-40d4-9a9d-a465ee993dc3_3840x2160.webp 848w, /__u/substackcdn.com/image/fetch/$s_!Ttuw!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29820921-8a5d-40d4-9a9d-a465ee993dc3_3840x2160.webp 1272w, /__u/substackcdn.com/image/fetch/$s_!Ttuw!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29820921-8a5d-40d4-9a9d-a465ee993dc3_3840x2160.webp 1456w" sizes="100vw"></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><figcaption class="image-caption">Credit - Anthropic Blog</figcaption></figure></div><p></p><p>RAG systems have been a game-changer in AI, allowing models to access vast amounts of information without having to memorize it all. Instead, they retrieve relevant documents or text chunks on the fly and use that information to generate responses. This makes them incredibly versatile and up-to-date, as they can pull from the latest data. However, the challenge has always been ensuring that the retrieved information is not just relevant but also <strong>contextually appropriate</strong>.</p><p>Here&#8217;s where Contextual Retrieval comes in, Sometimes, even the best RAG systems can miss the mark. Imagine asking about the impact of AI on healthcare, and the system pulls up a chunk of text about AI in general without specifying the healthcare context. It&#8217;s relevant, but it lacks the specific context you need. Contextual Retrieval is like giving your AI a pair of glasses to see the finer details and understand the full story. It enhances RAG systems by making the retrieved information more contextually aware, ensuring that the answers you get are not just accurate but also deeply relevant.</p><h2>How Does Contextual Retrieval Work?</h2><p>So, how does Contextual Retrieval actually work? It&#8217;s a two-step process that enhances the way information is retrieved and understood. Let&#8217;s break it down.</p><h3>Step 1: Creating Contextualized Chunks</h3><p>In traditional RAG systems, text is broken down into chunks&#8212;small pieces of information&#8212;and the system retrieves the most relevant ones based on your query. But here&#8217;s the catch: sometimes these chunks don&#8217;t have enough context on their own to be truly useful. Contextual Retrieval solves this by adding a <strong>short, descriptive summary</strong> to each chunk. This summary acts like a mini-introduction, explaining what the chunk is about and why it matters.</p><p>For example, let&#8217;s say you have a chunk of text that reads, <em>"AI models require rigorous testing to ensure they don&#8217;t produce harmful outputs."</em> On its own, that&#8217;s useful, but it doesn&#8217;t tell the full story. Contextual Retrieval might add a summary like, <em>"This section discusses the importance of safety protocols in AI development, focusing on testing methodologies to prevent unintended consequences."</em> Now, the system has a clearer idea of how this chunk relates to queries about AI safety.</p><p>Think of it like searching for a recipe online. If you type "chocolate cake," you might get a ton of results&#8212;some fancy, some simple. But if you add context, like "chocolate cake for beginners," you&#8217;re more likely to find recipes that match your skill level. These contextual summaries do the same thing for AI, helping it zero in on the most relevant chunks.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!oAx3!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21fda47f-6b4e-4c90-a400-cb97c0cee95f_3840x2160.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!oAx3!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21fda47f-6b4e-4c90-a400-cb97c0cee95f_3840x2160.png 424w, /__u/substackcdn.com/image/fetch/$s_!oAx3!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21fda47f-6b4e-4c90-a400-cb97c0cee95f_3840x2160.png 848w, /__u/substackcdn.com/image/fetch/$s_!oAx3!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21fda47f-6b4e-4c90-a400-cb97c0cee95f_3840x2160.png 1272w, /__u/substackcdn.com/image/fetch/$s_!oAx3!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21fda47f-6b4e-4c90-a400-cb97c0cee95f_3840x2160.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!oAx3!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21fda47f-6b4e-4c90-a400-cb97c0cee95f_3840x2160.png" width="1456" height="819" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/21fda47f-6b4e-4c90-a400-cb97c0cee95f_3840x2160.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:819,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:328646,&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://growithai.substack.com/i/159741563?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21fda47f-6b4e-4c90-a400-cb97c0cee95f_3840x2160.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_!oAx3!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21fda47f-6b4e-4c90-a400-cb97c0cee95f_3840x2160.png 424w, /__u/substackcdn.com/image/fetch/$s_!oAx3!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21fda47f-6b4e-4c90-a400-cb97c0cee95f_3840x2160.png 848w, /__u/substackcdn.com/image/fetch/$s_!oAx3!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21fda47f-6b4e-4c90-a400-cb97c0cee95f_3840x2160.png 1272w, /__u/substackcdn.com/image/fetch/$s_!oAx3!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21fda47f-6b4e-4c90-a400-cb97c0cee95f_3840x2160.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><figcaption class="image-caption">Credit - Antropic Blog</figcaption></figure></div><p></p><h3>Step 2: Using a Fine-Tuned Embedding Model</h3><p>Next up is the techy part: embeddings. Embeddings are like information encoded in numbers of the text&#8212;they capture its meaning in a way machines can understand. In standard RAG systems, embeddings help the AI find chunks that are similar to your query. But Contextual Retrieval takes it a step further by using a <strong>fine-tuned embedding model</strong> that&#8217;s specially trained to work with these contextualized chunks.</p><p>This fine-tuning means the model doesn&#8217;t just look at the raw text&#8212;it also considers the added context from the summaries. The result? It&#8217;s way better at retrieving the exact chunks that answer your question. Imagine training a dog to fetch. A regular dog might grab any stick, but a well-trained one brings back the exact one you threw. That&#8217;s what this fine-tuned model does&#8212;it fetches the right stuff with precision.</p><p>Together, these two steps&#8212;contextualized chunks and a fine-tuned embedding model&#8212;make Contextual Retrieval a powerful upgrade to how AI systems handle information.</p><h2>Why Should You Care About Contextual Retrieval?</h2><p>Alright, let&#8217;s talk benefits. Why does Contextual Retrieval matter to someone like you, who&#8217;s keen to understand AI in detail? Well, the perks are pretty impressive.</p><p>In Anthropic&#8217;s tests, Contextual Retrieval <strong>reduced the failure rate of RAG systems by up to 49%</strong>. Let&#8217;s break that down. If a standard RAG system got the answer wrong 15% of the time, Contextual Retrieval slashes that to about 7.5%. That&#8217;s a huge leap&#8212;essentially doubling the AI&#8217;s reliability. For you, that means fewer frustrating moments where the AI misses the point of your question.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!zrTW!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8967a73a-3613-4939-bf9b-4c99bb33eb19_3840x2160.webp" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!zrTW!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8967a73a-3613-4939-bf9b-4c99bb33eb19_3840x2160.webp 424w, /__u/substackcdn.com/image/fetch/$s_!zrTW!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8967a73a-3613-4939-bf9b-4c99bb33eb19_3840x2160.webp 848w, /__u/substackcdn.com/image/fetch/$s_!zrTW!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8967a73a-3613-4939-bf9b-4c99bb33eb19_3840x2160.webp 1272w, /__u/substackcdn.com/image/fetch/$s_!zrTW!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8967a73a-3613-4939-bf9b-4c99bb33eb19_3840x2160.webp 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!zrTW!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8967a73a-3613-4939-bf9b-4c99bb33eb19_3840x2160.webp" width="1456" height="819" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8967a73a-3613-4939-bf9b-4c99bb33eb19_3840x2160.webp&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:819,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:54990,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/webp&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://growithai.substack.com/i/159741563?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8967a73a-3613-4939-bf9b-4c99bb33eb19_3840x2160.webp&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!zrTW!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8967a73a-3613-4939-bf9b-4c99bb33eb19_3840x2160.webp 424w, /__u/substackcdn.com/image/fetch/$s_!zrTW!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8967a73a-3613-4939-bf9b-4c99bb33eb19_3840x2160.webp 848w, /__u/substackcdn.com/image/fetch/$s_!zrTW!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8967a73a-3613-4939-bf9b-4c99bb33eb19_3840x2160.webp 1272w, /__u/substackcdn.com/image/fetch/$s_!zrTW!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8967a73a-3613-4939-bf9b-4c99bb33eb19_3840x2160.webp 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><figcaption class="image-caption">Combining Contextual Embedding and Contextual BM25 reduce the top-20-chunk retrieval failure rate by 49% (Credit - Anthropic Research)</figcaption></figure></div><p></p><p>It also boosts <strong>precision and recall</strong>. Precision is about how many of the retrieved chunks are actually relevant, while recall is how many of the relevant chunks it manages to grab out of everything available. Contextual Retrieval improves both, so you get more of the good stuff and less random noise. Imagine asking about the ethics of AI in hiring&#8212; &#1074;&#1084;&#1077;&#1089;&#1090;&#1086; getting a mix of vaguely related bits, you&#8217;d get spot-on info about ethics in that specific context.</p><p>Plus, it&#8217;s a champ at handling tricky questions. Ever asked something where the answer isn&#8217;t in one neat package but scattered across multiple places? Contextual Retrieval helps the AI connect the dots. For example, if you&#8217;re digging into the history of AI, it could link milestones across different chunks&#8212;like how early neural networks led to today&#8217;s models&#8212;giving you a fuller, richer answer.</p><h2>What&#8217;s the Catch?</h2><p>No tech is perfect, right? Let&#8217;s talk about the challenges and limitations of Contextual Retrieval.</p><p>One biggie is <strong>computational cost</strong>. Creating summaries for tons of text chunks can hog resources, especially if you need answers fast in real-time. But here&#8217;s the workaround: if your data isn&#8217;t changing&#8212;like a library of articles&#8212;you can pre-compute everything. Do the heavy lifting once, store it, and queries zip along later.</p><p>Another hiccup is the <strong>language model&#8217;s quality</strong>. Since those summaries come from a model like Claude, if it misreads a chunk&#8212;say, tagging something as healthcare-related when it&#8217;s about finance&#8212;the retrieval could go off track. The fix? Use a top-notch model and maybe double-check summaries for big projects. As models get smarter, this issue should shrink, too.</p><h2>Wrapping It Up</h2><p>There you go&#8212;Contextual Retrieval in all! This Anthropic gem is making AI smarter and more tuned-in to context, paving the way for cooler, more advanced tools. Whether you&#8217;re a coder dreaming up the next big AI thing or just here to geek out, this is worth watching.</p><p>Want more? Swing by <a href="https://www.anthropic.com/news/contextual-retrieval">Anthropic&#8217;s full article</a> for more details.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://growithai.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">Hey, your time is <strong>valuable</strong>, and I&#8217;m here to help you <strong>save hours of research</strong> every week! Subscribe to Grow with AI for cutting-edge updates from the AI Agents space. Stay ahead! Don&#8217;t <strong>miss out</strong> on what&#8217;s next!</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>And that&#8217;s a wrap for this edition! Stay tuned for more updates in the next newsletter. Until then, take care and stay curious!</p><p></p>]]></content:encoded></item><item><title><![CDATA[Top 5 AI Agent Updates in March 2025 - What You Need to Know]]></title><description><![CDATA[March 2025]]></description><link>https://growithai.substack.com/p/top-5-ai-agent-updates-in-march-2025</link><guid isPermaLink="false">https://growithai.substack.com/p/top-5-ai-agent-updates-in-march-2025</guid><dc:creator><![CDATA[Ajas Bakran]]></dc:creator><pubDate>Tue, 18 Mar 2025 05:01:24 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F175ada27-c667-40d0-ac12-72808fac3483_1312x736.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>March 2025 has been a big month for AI agents, with several major developments that could shape the future of how these smart systems work for businesses and individuals. From OpenAI&#8217;s new AI tools to China&#8217;s push for autonomous AI, here are the top five AI agent updates this month, explained in simple terms.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!zJTp!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F175ada27-c667-40d0-ac12-72808fac3483_1312x736.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!zJTp!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F175ada27-c667-40d0-ac12-72808fac3483_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!zJTp!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F175ada27-c667-40d0-ac12-72808fac3483_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!zJTp!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F175ada27-c667-40d0-ac12-72808fac3483_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!zJTp!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F175ada27-c667-40d0-ac12-72808fac3483_1312x736.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!zJTp!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F175ada27-c667-40d0-ac12-72808fac3483_1312x736.jpeg" width="1312" height="736" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/175ada27-c667-40d0-ac12-72808fac3483_1312x736.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:736,&quot;width&quot;:1312,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:91555,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://growithai.substack.com/i/159182365?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F175ada27-c667-40d0-ac12-72808fac3483_1312x736.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!zJTp!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F175ada27-c667-40d0-ac12-72808fac3483_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!zJTp!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F175ada27-c667-40d0-ac12-72808fac3483_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!zJTp!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F175ada27-c667-40d0-ac12-72808fac3483_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!zJTp!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F175ada27-c667-40d0-ac12-72808fac3483_1312x736.jpeg 1456w" sizes="100vw" fetchpriority="high"></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></p><h2><strong>1. OpenAI Introduces Responses API &amp; Agents SDK for Smarter AI Agents</strong></h2><p>OpenAI, the company behind ChatGPT, has launched two powerful new tools&#8212;<strong>the Responses API and the Agents SDK</strong>. These are designed to help developers create AI agents that can do more than just answer questions&#8212;they can now search the web, explore files, and even perform actions on a computer.</p><ul><li><p>The <strong>Responses API</strong> allows AI agents to fetch real-time information from the internet, interact with files, and carry out specific tasks on behalf of users.</p></li><li><p>The <strong>Agents SDK</strong> helps developers manage multiple AI agents working together on complex projects.</p></li></ul><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!1pPq!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb77a6ea4-5d1f-424b-b046-86551a6ccccd_1096x618.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!1pPq!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb77a6ea4-5d1f-424b-b046-86551a6ccccd_1096x618.png 424w, /__u/substackcdn.com/image/fetch/$s_!1pPq!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb77a6ea4-5d1f-424b-b046-86551a6ccccd_1096x618.png 848w, /__u/substackcdn.com/image/fetch/$s_!1pPq!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb77a6ea4-5d1f-424b-b046-86551a6ccccd_1096x618.png 1272w, /__u/substackcdn.com/image/fetch/$s_!1pPq!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb77a6ea4-5d1f-424b-b046-86551a6ccccd_1096x618.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!1pPq!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb77a6ea4-5d1f-424b-b046-86551a6ccccd_1096x618.png" width="1096" height="618" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b77a6ea4-5d1f-424b-b046-86551a6ccccd_1096x618.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:618,&quot;width&quot;:1096,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;OpenAI Presents GPT-3, a 175 Billion Parameters Language Model | NVIDIA  Technical Blog&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="OpenAI Presents GPT-3, a 175 Billion Parameters Language Model | NVIDIA  Technical Blog" title="OpenAI Presents GPT-3, a 175 Billion Parameters Language Model | NVIDIA  Technical Blog" srcset="/__u/substackcdn.com/image/fetch/$s_!1pPq!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb77a6ea4-5d1f-424b-b046-86551a6ccccd_1096x618.png 424w, /__u/substackcdn.com/image/fetch/$s_!1pPq!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb77a6ea4-5d1f-424b-b046-86551a6ccccd_1096x618.png 848w, /__u/substackcdn.com/image/fetch/$s_!1pPq!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb77a6ea4-5d1f-424b-b046-86551a6ccccd_1096x618.png 1272w, /__u/substackcdn.com/image/fetch/$s_!1pPq!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb77a6ea4-5d1f-424b-b046-86551a6ccccd_1096x618.png 1456w" sizes="100vw"></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>This means AI assistants could soon handle more practical, hands-on tasks for businesses, like automating research or performing simple digital tasks for users. OpenAI is phasing out its older Assistants API by mid-2026 in favor of these new, more capable tools.</p><p>&#128073; <a href="https://www.theverge.com/news/627556/openai-ai-agents-responses-api-agents-sdk">Read more</a></p><h2><strong>2. Alibaba Upgrades Quark AI Assistant with Smarter Reasoning</strong></h2><p>Chinese tech giant <strong>Alibaba</strong> has made a major upgrade to its AI-powered assistant, <strong>Quark</strong>. This AI is now smarter and better at handling complex tasks like:</p><ul><li><p>Researching academic papers</p></li><li><p>Writing and summarizing documents</p></li><li><p>Planning trips and organizing information</p></li></ul><p>Alibaba is gradually rolling out the improved version of Quark to all users, with a pilot version already available.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!lTp_!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e620b80-d085-4f6c-9eac-31f6ca3cf6c0_1200x630.avif" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!lTp_!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e620b80-d085-4f6c-9eac-31f6ca3cf6c0_1200x630.avif 424w, /__u/substackcdn.com/image/fetch/$s_!lTp_!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e620b80-d085-4f6c-9eac-31f6ca3cf6c0_1200x630.avif 848w, /__u/substackcdn.com/image/fetch/$s_!lTp_!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e620b80-d085-4f6c-9eac-31f6ca3cf6c0_1200x630.avif 1272w, /__u/substackcdn.com/image/fetch/$s_!lTp_!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e620b80-d085-4f6c-9eac-31f6ca3cf6c0_1200x630.avif 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!lTp_!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e620b80-d085-4f6c-9eac-31f6ca3cf6c0_1200x630.avif" width="1200" height="630" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1e620b80-d085-4f6c-9eac-31f6ca3cf6c0_1200x630.avif&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:630,&quot;width&quot;:1200,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:4413,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/avif&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://growithai.substack.com/i/159182365?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e620b80-d085-4f6c-9eac-31f6ca3cf6c0_1200x630.avif&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!lTp_!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e620b80-d085-4f6c-9eac-31f6ca3cf6c0_1200x630.avif 424w, /__u/substackcdn.com/image/fetch/$s_!lTp_!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e620b80-d085-4f6c-9eac-31f6ca3cf6c0_1200x630.avif 848w, /__u/substackcdn.com/image/fetch/$s_!lTp_!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e620b80-d085-4f6c-9eac-31f6ca3cf6c0_1200x630.avif 1272w, /__u/substackcdn.com/image/fetch/$s_!lTp_!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1e620b80-d085-4f6c-9eac-31f6ca3cf6c0_1200x630.avif 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></p><p>This AI update is significant because <strong>better AI-powered assistance can make everyday tasks easier</strong>, from students researching topics to businesses handling large amounts of information.</p><p>&#128073; <a href="https://www.business-standard.com/technology/tech-news/alibaba-unveils-ai-powered-quark-app-with-advanced-chatbot-planning-tools-125031301291_1.html">Read more</a></p><h2><strong>3. China&#8217;s New AI Agent, Manus, Operates Autonomously</strong></h2><p>China-based startup <strong>Monica</strong> has launched <strong>Manus</strong>, an AI agent that can work independently without constant human supervision.</p><p>Unlike AI chatbots that require ongoing user input, <strong>Manus can think and make decisions on its own</strong> to complete tasks like:</p><ul><li><p>Market research</p></li><li><p>Data analysis</p></li><li><p>Planning trips</p></li><li><p>Writing and even coding</p></li></ul><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!fiWc!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb81ee5d0-3534-4fc2-ace3-c9848644b0d6_1241x655.webp" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!fiWc!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb81ee5d0-3534-4fc2-ace3-c9848644b0d6_1241x655.webp 424w, /__u/substackcdn.com/image/fetch/$s_!fiWc!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb81ee5d0-3534-4fc2-ace3-c9848644b0d6_1241x655.webp 848w, /__u/substackcdn.com/image/fetch/$s_!fiWc!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb81ee5d0-3534-4fc2-ace3-c9848644b0d6_1241x655.webp 1272w, /__u/substackcdn.com/image/fetch/$s_!fiWc!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb81ee5d0-3534-4fc2-ace3-c9848644b0d6_1241x655.webp 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!fiWc!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb81ee5d0-3534-4fc2-ace3-c9848644b0d6_1241x655.webp" width="1241" height="655" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b81ee5d0-3534-4fc2-ace3-c9848644b0d6_1241x655.webp&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:655,&quot;width&quot;:1241,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Manus AI agent: breakthrough in China's agentic AI&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Manus AI agent: breakthrough in China's agentic AI" title="Manus AI agent: breakthrough in China's agentic AI" srcset="/__u/substackcdn.com/image/fetch/$s_!fiWc!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb81ee5d0-3534-4fc2-ace3-c9848644b0d6_1241x655.webp 424w, /__u/substackcdn.com/image/fetch/$s_!fiWc!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb81ee5d0-3534-4fc2-ace3-c9848644b0d6_1241x655.webp 848w, /__u/substackcdn.com/image/fetch/$s_!fiWc!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb81ee5d0-3534-4fc2-ace3-c9848644b0d6_1241x655.webp 1272w, /__u/substackcdn.com/image/fetch/$s_!fiWc!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb81ee5d0-3534-4fc2-ace3-c9848644b0d6_1241x655.webp 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>This marks a <strong>big step toward AI that can truly assist businesses and individuals with complex work, instead of just answering questions</strong>. China has been rapidly developing its AI capabilities, and Manus shows how advanced their AI technology is becoming, competing with Western AI companies like OpenAI and Google.</p><p>&#128073; <a href="https://en.wikipedia.org/wiki/Manus_%28AI_agent%29">Read more</a></p><h2><strong>4. </strong>OpenManus: The Open-Source Alternative to Manus AI</h2><p>OpenManus was launched specifically as an <strong>alternative to China&#8217;s Manus AI</strong>, which is a proprietary AI agent developed by the Chinese startup Monica. OpenManus<strong> is designed to be an autonomous agent capable of executing complex tasks like market research, coding, and travel planning</strong>.</p><p></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!-YiI!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97b855a3-ab9a-402f-8ad9-254c0e80bda9_504x363.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!-YiI!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97b855a3-ab9a-402f-8ad9-254c0e80bda9_504x363.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!-YiI!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97b855a3-ab9a-402f-8ad9-254c0e80bda9_504x363.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!-YiI!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97b855a3-ab9a-402f-8ad9-254c0e80bda9_504x363.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!-YiI!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97b855a3-ab9a-402f-8ad9-254c0e80bda9_504x363.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!-YiI!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97b855a3-ab9a-402f-8ad9-254c0e80bda9_504x363.jpeg" width="504" height="363" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/97b855a3-ab9a-402f-8ad9-254c0e80bda9_504x363.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:363,&quot;width&quot;:504,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!-YiI!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97b855a3-ab9a-402f-8ad9-254c0e80bda9_504x363.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!-YiI!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97b855a3-ab9a-402f-8ad9-254c0e80bda9_504x363.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!-YiI!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97b855a3-ab9a-402f-8ad9-254c0e80bda9_504x363.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!-YiI!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F97b855a3-ab9a-402f-8ad9-254c0e80bda9_504x363.jpeg 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>The launch of OpenManus signals a <strong>major shift in AI agent development</strong>, giving power back to businesses and developers who want <strong>flexibility, security, and control</strong> over their AI tools. As more companies seek <strong>independent AI solutions</strong> that are not tied to Big Tech or specific government policies, OpenManus could become a <strong>key player in the AI automation</strong>.</p><p>&#128073; <a href="https://github.com/mannaandpoem/OpenManus">Read more</a></p><h2><strong>5. Ushur&#8217;s AI Agent for Healthcare Services</strong></h2><p>AI is now playing a bigger role in healthcare! <strong>Ushur</strong>, an AI automation company, has developed an <strong>AI-powered assistant to improve healthcare customer service</strong>.</p><p>Here&#8217;s how it helps:</p><ul><li><p>Provides <strong>faster, more accurate responses</strong> to patients</p></li><li><p>Makes <strong>healthcare info more accessible</strong></p></li><li><p>Ensures <strong>HIPAA-compliant interactions</strong> for privacy and security</p></li></ul><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!U9S0!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17529e30-8667-43d5-a7fc-90fed36e2a29_600x225.svg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!U9S0!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17529e30-8667-43d5-a7fc-90fed36e2a29_600x225.svg 424w, /__u/substackcdn.com/image/fetch/$s_!U9S0!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17529e30-8667-43d5-a7fc-90fed36e2a29_600x225.svg 848w, /__u/substackcdn.com/image/fetch/$s_!U9S0!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17529e30-8667-43d5-a7fc-90fed36e2a29_600x225.svg 1272w, /__u/substackcdn.com/image/fetch/$s_!U9S0!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17529e30-8667-43d5-a7fc-90fed36e2a29_600x225.svg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!U9S0!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17529e30-8667-43d5-a7fc-90fed36e2a29_600x225.svg" width="600" height="225" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/17529e30-8667-43d5-a7fc-90fed36e2a29_600x225.svg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:225,&quot;width&quot;:600,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Ushur Launches Next-Gen Automation Experiences | Ushur&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Ushur Launches Next-Gen Automation Experiences | Ushur" title="Ushur Launches Next-Gen Automation Experiences | Ushur" srcset="/__u/substackcdn.com/image/fetch/$s_!U9S0!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17529e30-8667-43d5-a7fc-90fed36e2a29_600x225.svg 424w, /__u/substackcdn.com/image/fetch/$s_!U9S0!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17529e30-8667-43d5-a7fc-90fed36e2a29_600x225.svg 848w, /__u/substackcdn.com/image/fetch/$s_!U9S0!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17529e30-8667-43d5-a7fc-90fed36e2a29_600x225.svg 1272w, /__u/substackcdn.com/image/fetch/$s_!U9S0!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17529e30-8667-43d5-a7fc-90fed36e2a29_600x225.svg 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><p>This AI assistant is designed to make healthcare interactions <strong>more empathetic and efficient</strong>, reducing wait times and improving patient experiences.</p><p>&#128073; <a href="https://finance.yahoo.com/news/ushur-launches-ai-agent-member-140000958.html">Read more</a></p><h3><strong>Final Thoughts: AI Agents Are Evolving Quickly</strong></h3><p>These updates highlight a <strong>huge leap forward in AI agent technology</strong>. OpenAI, Google, and Alibaba are pushing AI assistants toward greater independence and efficiency, while startups like Monica are showing that fully autonomous AI agents are becoming a reality.</p><p>The future of AI agents is shaping up to be more <strong>intelligent, capable, and integrated into everyday life and work</strong>&#8212;from researching and coding to customer service and healthcare assistance.</p><p><strong>Which of these AI updates do you find most exciting? Let us know in the comments!</strong></p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://growithai.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">Hey, your time is <strong>valuable</strong>, and I&#8217;m here to help you <strong>save hours of research</strong> every week! Subscribe to Grow with AI for cutting-edge updates from the AI Agents space. Stay ahead! Don&#8217;t <strong>miss out</strong> on what&#8217;s next!</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><div><hr></div><p>And that&#8217;s a wrap for this edition! Stay tuned for more updates in the next newsletter. Until then, take care and stay curious!</p>]]></content:encoded></item><item><title><![CDATA[Are AI Agents Overhyped? Separating Hype from Reality in 2025]]></title><description><![CDATA[The AI Agent Frenzy]]></description><link>https://growithai.substack.com/p/are-ai-agents-overhyped-separating</link><guid isPermaLink="false">https://growithai.substack.com/p/are-ai-agents-overhyped-separating</guid><dc:creator><![CDATA[Ajas Bakran]]></dc:creator><pubDate>Tue, 11 Mar 2025 05:01:20 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!amk6!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d89464a-26db-4580-88f3-bc6ea81954fb_1312x736.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2><strong>The AI Agent Frenzy</strong></h2><p><br>If you&#8217;ve spent even five minutes on tech Twitter, LinkedIn, or Reddit lately, you&#8217;ve seen the buzz: <em>&#8220;AI agents will automate your life!&#8221;</em> <em>&#8220;They&#8217;ll code, write, and even negotiate for you!&#8221;</em> But here&#8217;s the million-dollar question: <strong>Are AI agents truly revolutionary, or is this just another overhyped tech bubble?</strong></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!amk6!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d89464a-26db-4580-88f3-bc6ea81954fb_1312x736.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!amk6!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d89464a-26db-4580-88f3-bc6ea81954fb_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!amk6!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d89464a-26db-4580-88f3-bc6ea81954fb_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!amk6!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d89464a-26db-4580-88f3-bc6ea81954fb_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!amk6!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d89464a-26db-4580-88f3-bc6ea81954fb_1312x736.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!amk6!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d89464a-26db-4580-88f3-bc6ea81954fb_1312x736.jpeg" width="1312" height="736" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5d89464a-26db-4580-88f3-bc6ea81954fb_1312x736.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:736,&quot;width&quot;:1312,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:151114,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://growithai.substack.com/i/158635391?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d89464a-26db-4580-88f3-bc6ea81954fb_1312x736.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!amk6!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d89464a-26db-4580-88f3-bc6ea81954fb_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!amk6!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d89464a-26db-4580-88f3-bc6ea81954fb_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!amk6!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d89464a-26db-4580-88f3-bc6ea81954fb_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!amk6!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d89464a-26db-4580-88f3-bc6ea81954fb_1312x736.jpeg 1456w" sizes="100vw" fetchpriority="high"></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></p><p>As AI learners, you&#8217;re bombarded with promises of a future where autonomous agents handle everything from customer service to complex decision-making. But let&#8217;s cut through the noise. In this deep dive, we&#8217;ll explore:</p><ul><li><p>What AI agents <em>actually</em> do today.</p></li><li><p>Where the hype exceeds reality.</p></li><li><p>Why critical thinking matters in the age of AI FOMO.</p></li></ul><h2><strong>What Are AI Agents? (And Why Everyone&#8217;s Obsessed)</strong></h2><p>Before we dissect the hype, let&#8217;s define our terms.</p><p><strong>AI Agents</strong> are software programs designed to perform tasks autonomously by perceiving their environment, making decisions, and acting to achieve specific goals. Think of them as:</p><ul><li><p><strong>Digital Assistants</strong> (e.g. Siri, Alexa).</p></li><li><p><strong>Chatbots</strong> (e.g. ChatGPT, Claude).</p></li><li><p><strong>Sophisticated Systems</strong> (e.g. self-driving cars, algorithmic traders).</p></li></ul><p></p><p><strong>Why the hype?</strong> Three words: <strong>automation, scalability, and potential</strong>. AI agents promise to:</p><ol><li><p><strong>Eliminate repetitive work</strong> (e.g. scheduling, data entry).</p></li><li><p><strong>Solve complex problems</strong> (e.g. medical diagnosis, climate modeling).</p></li><li><p><strong>Learn and adapt</strong> without constant human oversight.</p></li></ol><p>But here&#8217;s the catch: <strong>Potential &#8800; Reality</strong>. Let&#8217;s unpack why.</p><h2><strong>Why AI Agents Are (Partly) Overhyped</strong></h2><h4><strong>1. &#8220;Autonomous&#8221; Doesn&#8217;t Mean &#8220;Flawless&#8221;</strong></h4><p>Headlines scream: <em>&#8220;AI agents can replace humans!&#8221;</em> But autonomy &#8800; perfection. Today&#8217;s agents:</p><ul><li><p><strong>Struggle with ambiguity</strong>: Ask ChatGPT to resolve a nuanced ethical dilemma, and it might hallucinate.</p></li><li><p><strong>Depend on training data</strong>: Biases, gaps, or outdated info limit reliability.</p></li><li><p><strong>Require human oversight</strong>: Errors in code, misinterpreted prompts, or security risks still need human checks.</p></li></ul><p><strong>Example</strong>: An AI customer service agent might handle 80% of queries but fail catastrophically on edge cases (e.g. legal disputes).</p><h4><strong>2. The &#8220;Jack of All Trades&#8221; Fallacy</strong></h4><p>Many pitch AI agents as Swiss Army knives: <em>&#8220;One agent to rule them all!&#8221;</em> But in reality:</p><ul><li><p><strong>Specialization wins</strong>: An agent trained for medical diagnosis won&#8217;t excel at stock trading.</p></li><li><p><strong>Context matters</strong>: An agent that thrives in structured data environments (e.g., supply chain logistics) may struggle in creative tasks (e.g. writing poetry).</p></li></ul><p><strong>Reality check</strong>: Narrow AI dominates. General AI (AGI) is yet to be a reality.</p><h4><strong>3. The Scalability Illusion</strong></h4><p>Yes, AI agents <em>can</em> scale tasks&#8212;but scaling requires:</p><ul><li><p><strong>Infrastructure costs</strong>: Training and running models like GPT-4 isn&#8217;t cheap.</p></li><li><p><strong>Regulatory hurdles</strong>: Privacy laws (GDPR), copyright issues, and ethical guidelines limit deployment.</p></li></ul><p><strong>Bottom line</strong>: Scaling isn&#8217;t as simple as flipping a switch.</p><p>Before you dismiss AI agents as hype, let&#8217;s acknowledge their <strong>legitimate breakthroughs</strong>:</p><h4><strong>1. Automation at Unprecedented Speed</strong></h4><p>AI agents excel at tasks with clear rules and patterns:</p><ul><li><p><strong>Data analysis</strong>: Processing terabytes of data in minutes.</p></li><li><p><strong>Content generation</strong>: Drafting emails, reports, or code snippets.</p></li><li><p><strong>Customer support</strong>: Resolving FAQs 24/7.</p></li></ul><p><strong>Example</strong>: GitHub Copilot writes code faster than humans&#8212;but still needs review.</p><h4><strong>2. Democratizing Expertise</strong></h4><p>AI agents make specialized knowledge accessible:</p><ul><li><p><strong>Healthcare</strong>: IBM Watson assists in diagnosing rare diseases.</p></li><li><p><strong>Education</strong>: Personalized tutoring bots adapt to student needs.</p></li></ul><h4><strong>3. Accelerating Innovation</strong></h4><p>AI agents help researchers:</p><ul><li><p>Simulate drug interactions.</p></li><li><p>Optimize climate models.</p></li><li><p>Design new materials.</p></li></ul><p><strong>Key takeaway</strong>: AI agents are powerful tools&#8212;<em>when used correctly</em>.</p><div><hr></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/are-ai-agents-overhyped-separating?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="/__u/growithai.substack.com/p/are-ai-agents-overhyped-separating?utm_source=substack&amp;utm_medium=email&amp;utm_content=share&amp;action=share"><span>Share</span></a></p><div><hr></div><p></p><h3>Human + AI: A Winning Team?</h3><p>Here's the real secret: AI agents work best as assistants, not replacements. Companies that rely completely on AI often face trouble, but those who combine human oversight with AI tools see much better results.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!dTXY!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eaa7529-316f-4f09-b1b0-03203e062859_1312x736.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!dTXY!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eaa7529-316f-4f09-b1b0-03203e062859_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!dTXY!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eaa7529-316f-4f09-b1b0-03203e062859_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!dTXY!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eaa7529-316f-4f09-b1b0-03203e062859_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!dTXY!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eaa7529-316f-4f09-b1b0-03203e062859_1312x736.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!dTXY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eaa7529-316f-4f09-b1b0-03203e062859_1312x736.jpeg" width="1312" height="736" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6eaa7529-316f-4f09-b1b0-03203e062859_1312x736.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:736,&quot;width&quot;:1312,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:140170,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://growithai.substack.com/i/158635391?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eaa7529-316f-4f09-b1b0-03203e062859_1312x736.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!dTXY!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eaa7529-316f-4f09-b1b0-03203e062859_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!dTXY!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eaa7529-316f-4f09-b1b0-03203e062859_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!dTXY!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eaa7529-316f-4f09-b1b0-03203e062859_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!dTXY!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6eaa7529-316f-4f09-b1b0-03203e062859_1312x736.jpeg 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></p><p>Think of AI agents as copilots. They help steer the plane, but a human pilot must always be there to ensure everything runs smoothly.</p><h3>How to Make AI Agents Work for You</h3><ul><li><p><strong>Use them for simple tasks first</strong>: Let AI handle straightforward jobs like scheduling or basic customer responses.</p></li><li><p><strong>Always check their work</strong>: AI agents still need human oversight to catch mistakes early.</p></li><li><p><strong>Keep expectations realistic</strong>: Understand their limits, and don't expect perfection from day one.</p></li></ul><h3><strong>How to Stay Ahead as an AI Learner</strong></h3><ol><li><p><strong>Focus on fundamentals</strong>: Master statistics, ethics, and domain-specific knowledge.</p></li><li><p><strong>Build small projects</strong>: Create a task-specific agent (e.g., a resume parser).</p></li><li><p><strong>Stay skeptical</strong>: Question grand claims. Demand evidence.</p></li></ol><p><strong>Remember</strong>: The next &#8220;AI revolution&#8221; will be built by those who balance optimism with critical thinking.</p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://growithai.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">Hey, your time is <strong>valuable</strong>, and I&#8217;m here to help you <strong>save hours of research</strong> every week! Subscribe to Grow with AI for cutting-edge updates from the AI Agents space. Stay ahead! Don&#8217;t <strong>miss out</strong> on what&#8217;s next!</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><div><hr></div><p></p><h3>Final Thoughts: Are AI Agents Overhyped?</h3><p>Yes and no. AI agents are incredibly promising but are often portrayed as flawless solutions. The reality? They're powerful tools with clear limitations.</p><p>By setting realistic expectations and combining AI with human insight, we can unlock their full potential.</p><p>In short, AI agents aren&#8217;t magic, but with careful use, they can still feel pretty magical.</p><p>Have you experienced similar challenges with AI agents? Share your story below and let's discuss the reality behind the hype!</p><p>And that&#8217;s a wrap for this edition! Stay tuned for more updates in the next newsletter. Until then, take care and stay curious!</p>]]></content:encoded></item><item><title><![CDATA[How to Implement Memory for AI Agents: A Complete Guide]]></title><description><![CDATA[AI agents are getting smarter, but one of the biggest challenges they face is memory. Unlike humans, most AI models today operate statelessly &#8212; they don&#8217;t remember past interactions unless explicitly designed to do so. This limitation prevents AI from becoming truly intelligent, adaptive, and useful in real-world applications.]]></description><link>https://growithai.substack.com/p/how-to-implement-memory-for-ai-agents</link><guid isPermaLink="false">https://growithai.substack.com/p/how-to-implement-memory-for-ai-agents</guid><dc:creator><![CDATA[Ajas Bakran]]></dc:creator><pubDate>Tue, 04 Mar 2025 07:00:50 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a6eb77d-761c-4c22-becb-9eaf576c292e_1312x736.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>AI agents are getting smarter, but one of the biggest challenges they face is <strong>memory</strong>. Unlike humans, most AI models today operate statelessly &#8212; they don&#8217;t remember past interactions unless explicitly designed to do so. This limitation prevents AI from becoming truly intelligent, adaptive, and useful in real-world applications.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!F5Zo!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F023769e0-f9f7-4d64-90b9-3a7ef95af2ec_1312x736.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!F5Zo!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F023769e0-f9f7-4d64-90b9-3a7ef95af2ec_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!F5Zo!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F023769e0-f9f7-4d64-90b9-3a7ef95af2ec_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!F5Zo!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F023769e0-f9f7-4d64-90b9-3a7ef95af2ec_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!F5Zo!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F023769e0-f9f7-4d64-90b9-3a7ef95af2ec_1312x736.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!F5Zo!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F023769e0-f9f7-4d64-90b9-3a7ef95af2ec_1312x736.jpeg" width="1312" height="736" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/023769e0-f9f7-4d64-90b9-3a7ef95af2ec_1312x736.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:736,&quot;width&quot;:1312,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:152293,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://growithai.substack.com/i/158213937?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F023769e0-f9f7-4d64-90b9-3a7ef95af2ec_1312x736.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!F5Zo!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F023769e0-f9f7-4d64-90b9-3a7ef95af2ec_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!F5Zo!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F023769e0-f9f7-4d64-90b9-3a7ef95af2ec_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!F5Zo!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F023769e0-f9f7-4d64-90b9-3a7ef95af2ec_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!F5Zo!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F023769e0-f9f7-4d64-90b9-3a7ef95af2ec_1312x736.jpeg 1456w" sizes="100vw" fetchpriority="high"></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></p><p>So, how do we <strong>implement memory</strong> in AI agents that is easy to retrieve, effective, and scalable? In this guide, we&#8217;ll explore different memory architectures, best practices, and the tech stack needed to build an AI agent with persistent memory. Let&#8217;s dive in!</p><h1><strong>Why Memory Matters in AI Agents</strong></h1><p>Imagine talking to an AI assistant today, teaching it your preferences, and then having it remember those details the next time you chat. This ability to "remember" past interactions and use that information in the future is what AI memory is all about.</p><p>Artificial Intelligence (AI) memory allows AI agents&#8212;like chatbots, virtual assistants, self-driving cars, and even robots&#8212;to recall past experiences, learn from them, and improve their responses over time. Unlike traditional computing systems that only process real-time data, AI with memory can adapt, improve, and personalize its interactions, making it more human-like.</p><p>Every time you interact, you&#8217;d have to repeat your preferences, past conversations, and context. That&#8217;s frustrating, right? Memory is essential for:</p><ol><li><p><strong>Personalization</strong> - AI can remember user preferences and tailor responses.</p></li><li><p><strong>Context Retention</strong> - AI can recall past interactions to provide relevant answers.</p></li><li><p><strong>Learning &amp; Adaptation</strong> - AI can improve over time by remembering what worked before.</p></li><li><p><strong>Efficiency</strong> - Memory reduces repetitive queries, making interactions smoother.</p></li><li><p><strong>Decision-Making</strong> - AI can analyze past patterns for smarter insights.</p></li></ol><p>But how exactly does AI memory work? What types of memory do AI systems use, and why is it important? Let's try to understand how machines can "remember" and "learn" just like humans.</p><h2><strong>How AI Agents Process and Store Information</strong></h2><p>AI memory doesn&#8217;t work like human memory, which is based on emotions, senses, and experiences. Instead, AI processes and stores information through structured algorithms. Here's how it happens:</p><h3><strong>Step 1: Encoding</strong></h3><p>The AI receives input&#8212;this could be a voice command, text, or sensor data. It processes this data and converts it into a format it can understand.</p><h3><strong>Step 2: Storage</strong></h3><p>Depending on the importance of the data, AI stores it in either short-term or long-term memory. Temporary information is discarded after use, while valuable data is saved for future reference.</p><h3><strong>Step 3: Retrieval</strong></h3><p>When needed, AI retrieves stored information. This helps it recognize patterns, recall past interactions, and improve decision-making.</p><h3><strong>Step 4: Adaptation</strong></h3><p>Some AI systems use advanced learning techniques to refine their memory. This means AI can "forget" outdated information and prioritize relevant data for improved efficiency.</p><div><hr></div><p>To make AI agents truly <strong>human-like and useful</strong>, we need <strong>structured memory systems</strong>. Let&#8217;s explore how to do it.</p><h1><strong>The Four Types of Memory in AI</strong></h1><p>For effective AI memory, we need a hybrid system that includes different types of memory:</p><h2><strong>1. Short-Term Memory (STM)</strong></h2><p>Short-term memory in AI functions similarly to how our brain holds information for immediate use. Think of it like when you remember a phone number long enough to dial it but forget it soon after.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!Aq70!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d38524-266a-4761-ad74-3ee1a8be5c14_1312x736.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!Aq70!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d38524-266a-4761-ad74-3ee1a8be5c14_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!Aq70!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d38524-266a-4761-ad74-3ee1a8be5c14_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!Aq70!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d38524-266a-4761-ad74-3ee1a8be5c14_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!Aq70!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d38524-266a-4761-ad74-3ee1a8be5c14_1312x736.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!Aq70!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d38524-266a-4761-ad74-3ee1a8be5c14_1312x736.jpeg" width="1312" height="736" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/37d38524-266a-4761-ad74-3ee1a8be5c14_1312x736.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:736,&quot;width&quot;:1312,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:165936,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://growithai.substack.com/i/158213937?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d38524-266a-4761-ad74-3ee1a8be5c14_1312x736.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!Aq70!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d38524-266a-4761-ad74-3ee1a8be5c14_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!Aq70!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d38524-266a-4761-ad74-3ee1a8be5c14_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!Aq70!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d38524-266a-4761-ad74-3ee1a8be5c14_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!Aq70!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d38524-266a-4761-ad74-3ee1a8be5c14_1312x736.jpeg 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>AI systems use short-term memory for:</p><ul><li><p>Processing real-time conversations in chatbots.</p></li><li><p>Keeping track of recent commands given to virtual assistants.</p></li><li><p>Temporary data storage for immediate calculations and decision-making.</p></li><li><p>Used for <strong>context windows in LLMs</strong> (like GPT models).</p></li></ul><p><strong>Example:</strong></p><ul><li><p>A chatbot remembering the last 5&#8211;10 messages in a conversation.</p></li></ul><h2><strong>2. Long-Term Memory (LTM)</strong></h2><p>Long-term memory in AI is where data is stored for extended periods, allowing AI agents to recall and reuse information even after a long time. Without long-term memory, AI would always start from scratch, making interactions frustrating and inefficient.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!qBPh!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0d34dd4-d49d-4ae6-b4db-8f62f492c491_1312x736.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!qBPh!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0d34dd4-d49d-4ae6-b4db-8f62f492c491_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!qBPh!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0d34dd4-d49d-4ae6-b4db-8f62f492c491_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!qBPh!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0d34dd4-d49d-4ae6-b4db-8f62f492c491_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!qBPh!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0d34dd4-d49d-4ae6-b4db-8f62f492c491_1312x736.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!qBPh!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0d34dd4-d49d-4ae6-b4db-8f62f492c491_1312x736.jpeg" width="1312" height="736" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a0d34dd4-d49d-4ae6-b4db-8f62f492c491_1312x736.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:736,&quot;width&quot;:1312,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:154746,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://growithai.substack.com/i/158213937?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0d34dd4-d49d-4ae6-b4db-8f62f492c491_1312x736.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!qBPh!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0d34dd4-d49d-4ae6-b4db-8f62f492c491_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!qBPh!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0d34dd4-d49d-4ae6-b4db-8f62f492c491_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!qBPh!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0d34dd4-d49d-4ae6-b4db-8f62f492c491_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!qBPh!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0d34dd4-d49d-4ae6-b4db-8f62f492c491_1312x736.jpeg 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></p><p>AI systems use short-term memory for:</p><ul><li><p>AI-powered recommendation systems (like Netflix or YouTube) remember your watch history to suggest content.</p></li><li><p>Virtual assistants (like Alexa or Siri) recall frequently used commands to provide better suggestions.</p></li><li><p>AI-driven customer support bots remember previous interactions to improve responses.</p></li></ul><p><strong>Example:</strong></p><ul><li><p>A customer support AI remembering a user&#8217;s issue from last month.</p></li></ul><h2><strong>3. Episodic Memory</strong></h2><p>Episodic memory is where things get really interesting. This type of memory allows AI to recall past experiences and apply them in future scenarios.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!GEjZ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabc62a9b-6774-4b33-9a84-fa1d9a736e41_1312x736.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!GEjZ!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabc62a9b-6774-4b33-9a84-fa1d9a736e41_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!GEjZ!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabc62a9b-6774-4b33-9a84-fa1d9a736e41_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!GEjZ!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabc62a9b-6774-4b33-9a84-fa1d9a736e41_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!GEjZ!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabc62a9b-6774-4b33-9a84-fa1d9a736e41_1312x736.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!GEjZ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabc62a9b-6774-4b33-9a84-fa1d9a736e41_1312x736.jpeg" width="1312" height="736" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/abc62a9b-6774-4b33-9a84-fa1d9a736e41_1312x736.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:736,&quot;width&quot;:1312,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:150161,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://growithai.substack.com/i/158213937?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabc62a9b-6774-4b33-9a84-fa1d9a736e41_1312x736.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!GEjZ!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabc62a9b-6774-4b33-9a84-fa1d9a736e41_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!GEjZ!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabc62a9b-6774-4b33-9a84-fa1d9a736e41_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!GEjZ!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabc62a9b-6774-4b33-9a84-fa1d9a736e41_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!GEjZ!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fabc62a9b-6774-4b33-9a84-fa1d9a736e41_1312x736.jpeg 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></p><p>For instance:</p><ul><li><p>A self-driving car can "remember" past road conditions and use that knowledge to navigate similar situations.</p></li><li><p>A chatbot can recall a customer's previous complaints and ensure they are not asked to repeat them.</p></li></ul><p>This kind of memory is crucial for AI to feel more natural and human-like in its responses.</p><h2><strong>4. Semantic Memory</strong></h2><p>Semantic memory stores <strong>factual knowledge</strong>.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!ZDXM!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a6eb77d-761c-4c22-becb-9eaf576c292e_1312x736.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!ZDXM!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a6eb77d-761c-4c22-becb-9eaf576c292e_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!ZDXM!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a6eb77d-761c-4c22-becb-9eaf576c292e_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!ZDXM!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a6eb77d-761c-4c22-becb-9eaf576c292e_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!ZDXM!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a6eb77d-761c-4c22-becb-9eaf576c292e_1312x736.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!ZDXM!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a6eb77d-761c-4c22-becb-9eaf576c292e_1312x736.jpeg" width="1312" height="736" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6a6eb77d-761c-4c22-becb-9eaf576c292e_1312x736.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:736,&quot;width&quot;:1312,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:204225,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://growithai.substack.com/i/158213937?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a6eb77d-761c-4c22-becb-9eaf576c292e_1312x736.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!ZDXM!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a6eb77d-761c-4c22-becb-9eaf576c292e_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!ZDXM!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a6eb77d-761c-4c22-becb-9eaf576c292e_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!ZDXM!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a6eb77d-761c-4c22-becb-9eaf576c292e_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!ZDXM!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6a6eb77d-761c-4c22-becb-9eaf576c292e_1312x736.jpeg 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></p><ul><li><p>Not tied to individual interactions but helps AI <strong>build intelligence</strong>.</p></li><li><p>Stores information in a structured way (like a <strong>knowledge graph</strong>).</p></li></ul><p><strong>Example:</strong></p><ul><li><p>An AI recalling the capital of a country or business facts.</p></li></ul><blockquote><p><strong>Best AI agents use a combination of all four memory types!</strong></p></blockquote><h1><strong>Techniques to Implement AI Memory Effectively</strong></h1><p>Now that we know <strong>what types of memory AI agents need</strong>, let&#8217;s explore <strong>how to implement them</strong>.</p><h2><strong>1. Using Vector Databases for Efficient Retrieval</strong></h2><p>Vector databases are great for <strong>storing and retrieving unstructured data</strong> (like conversations, documents, and embeddings).</p><p><strong>How it works:</strong></p><ul><li><p>AI converts text into <strong>vector embeddings</strong> (numerical representations).</p></li><li><p>These vectors are stored in <strong><a href="https://github.com/facebookresearch/faiss">FAISS</a>, <a href="https://www.pinecone.io/">Pinecone</a>, or <a href="https://www.trychroma.com/">ChromaDB</a></strong>.</p></li><li><p>When needed, AI searches for the closest match using <strong><a href="https://en.wikipedia.org/wiki/Cosine_similarity">cosine similarity</a></strong>.</p></li></ul><p><strong>Use Case:</strong></p><ul><li><p>AI chatbot remembering similar past user queries to provide better answers.</p></li></ul><p><strong>Tools:</strong> <a href="https://github.com/facebookresearch/faiss">FAISS</a>, <a href="https://www.pinecone.io/">Pinecone</a>, Weaviate, <a href="https://www.trychroma.com/">ChromaDB</a></p><h2><strong>2. Knowledge Graphs for Structured Memory</strong></h2><p>Knowledge graphs store relationships between concepts, people, and events in a structured way.</p><p><strong>How it works:</strong></p><ul><li><p>AI stores information in <strong>nodes and edges</strong>.</p></li><li><p>AI can <strong>traverse the graph</strong> to find related concepts.</p></li></ul><p><strong>Use Case:</strong></p><ul><li><p>A <strong>medical AI assistant</strong> remembers a patient&#8217;s symptoms and links them to potential diagnoses.</p></li></ul><p><strong>Tools:</strong> <a href="https://neo4j.com/">Neo4j</a>, ArangoDB</p><h2><strong>3. Summarization for Efficient Memory Storage</strong></h2><p>Storing raw text from every interaction is <strong>expensive</strong> and inefficient. Instead, AI should generate <strong>summaries</strong> of key interactions.</p><p><strong>How it works:</strong></p><ul><li><p>AI extracts <strong>key takeaways</strong> from long conversations.</p></li><li><p>Stores only <strong>important insights</strong> instead of full text logs.</p></li></ul><p><strong>Use Case:</strong></p><ul><li><p>AI summarizing customer support interactions to help future agents understand past complaints.</p></li></ul><p><strong>Tools:</strong> LangChain&#8217;s summarization pipeline, GPT-based chunking &amp; retrieval</p><h2><strong>4. Hybrid Approach: Combining Retrieval-Augmented Generation (RAG)</strong></h2><p>The best memory system for AI agents <strong>combines multiple techniques</strong>:</p><ul><li><p><strong>Vector search</strong> (retrieves similar past interactions)</p></li><li><p><strong>Summarization</strong> (remembers key insights)</p></li><li><p><strong>Structured storage</strong> (SQL/NoSQL for user preferences)</p></li><li><p><strong>Knowledge graphs</strong> (connects insights)</p></li></ul><p><strong>Use Case:</strong></p><ul><li><p>AI-powered legal assistant retrieving past case laws while linking them to client history.</p></li></ul><p><strong>Tools:</strong> <a href="https://github.com/facebookresearch/faiss">FAISS</a> + <a href="https://www.langchain.com/">LangChain</a> + <a href="https://neo4j.com/">Neo4j</a> + SQL</p><div><hr></div><div class="captioned-button-wrap" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/top-ai-engineers-are-using-these?utm_source=substack&amp;utm_medium=email&amp;utm_content=share&amp;action=share&amp;token=eyJ1c2VyX2lkIjo4MjI2MjgxMCwicG9zdF9pZCI6MTU3NjY4MTQ2LCJpYXQiOjE3NDA5MDI3NTMsImV4cCI6MTc0MzQ5NDc1MywiaXNzIjoicHViLTM2MDMwOTUiLCJzdWIiOiJwb3N0LXJlYWN0aW9uIn0.BqyfdyHH7nkpV3vAs13mOEK5NODudwVDA2iCgn8NFWg&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="CaptionedButtonToDOM"><div class="preamble"><p class="cta-caption">Hey, enjoying <strong>this</strong>? Share with others to help them save hours of research.<strong> Let&#8217;s grow together!</strong></p></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/how-to-implement-memory-for-ai-agents?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="ButtonCreateButton"><a class="button primary" href="/__u/growithai.substack.com/p/how-to-implement-memory-for-ai-agents?utm_source=substack&amp;utm_medium=email&amp;utm_content=share&amp;action=share"><span>Share</span></a></p></div><div><hr></div><h1><strong>Best Practices for AI Memory Implementation</strong></h1><p>To make your AI memory system <strong>efficient and scalable</strong>, follow these best practices:</p><ul><li><p><strong>Balance Storage and Speed</strong> - Store only relevant data to prevent slow retrieval.</p></li><li><p><strong>Use Summarization</strong> - Instead of raw text, store concise summaries.</p></li><li><p><strong>Hybrid Memory Systems</strong> - Combine vector search, graphs, and databases. <strong>Regularly Update Memory</strong> - AI should forget outdated information and refresh knowledge.</p></li><li><p><strong>Security &amp; Privacy</strong> - Ensure sensitive user data is encrypted and not misused.</p></li></ul><h1><strong>Conclusion: The Future of AI Memory</strong></h1><p>AI agents with <strong>persistent, structured memory</strong> are the future. Whether it&#8217;s chatbots, virtual assistants, or AI-powered research tools, memory plays a <strong>crucial role</strong> in making them smarter and more adaptive.</p><p>By implementing a <strong>hybrid memory system</strong> with:</p><ul><li><p>Vector databases (<a href="https://github.com/facebookresearch/faiss">FAISS</a>, <a href="https://www.pinecone.io/">Pinecone</a>)</p></li><li><p>Knowledge graphs (<a href="https://neo4j.com/">Neo4j</a>)</p></li><li><p>Summarization (<a href="https://www.langchain.com/">LangChain</a>, GPT)</p></li><li><p>Structured storage (SQL/NoSQL)</p></li></ul><p>You can build AI agents that <strong>learn, evolve, and provide human-like experiences</strong>.</p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://growithai.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">Hey, your time is <strong>valuable</strong>, and I&#8217;m here to help you <strong>save hours of research</strong> every week! Subscribe to Grow with AI for cutting-edge updates from the AI Agents space. Stay ahead! Don&#8217;t <strong>miss out</strong> on what&#8217;s next!</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><div><hr></div><p><strong>What&#8217;s your take?</strong> How do you think AI memory will shape the future? Drop your thoughts in the comments!</p><p>And that&#8217;s a wrap for this edition! Stay tuned for more updates in the next newsletter. Until then, take care and stay curious!</p>]]></content:encoded></item><item><title><![CDATA[Top AI Engineers Are Using These 10 AI Agent Frameworks – Are You?]]></title><description><![CDATA[Welcome to this edition of Grow with AI! If you're eager to dive deeper into the world of AI agents and stay ahead in this rapidly evolving field, you're in the right place. AI agents are transforming the way businesses and developers interact with artificial intelligence, enabling more automation, intelligence, and collaboration.]]></description><link>https://growithai.substack.com/p/top-ai-engineers-are-using-these</link><guid isPermaLink="false">https://growithai.substack.com/p/top-ai-engineers-are-using-these</guid><dc:creator><![CDATA[Ajas Bakran]]></dc:creator><pubDate>Tue, 25 Feb 2025 07:01:12 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!0Dqg!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa2d9e3c9-ba3a-49a3-9df6-a92a9d58877e_1728x1026.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome to this edition of <em>Grow with AI</em>! If you're eager to dive deeper into the world of AI agents and stay ahead in this rapidly evolving field, you're in the right place. AI agents are transforming the way businesses and developers interact with artificial intelligence, enabling more automation, intelligence, and collaboration.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!0Dqg!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa2d9e3c9-ba3a-49a3-9df6-a92a9d58877e_1728x1026.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!0Dqg!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa2d9e3c9-ba3a-49a3-9df6-a92a9d58877e_1728x1026.png 424w, /__u/substackcdn.com/image/fetch/$s_!0Dqg!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa2d9e3c9-ba3a-49a3-9df6-a92a9d58877e_1728x1026.png 848w, /__u/substackcdn.com/image/fetch/$s_!0Dqg!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa2d9e3c9-ba3a-49a3-9df6-a92a9d58877e_1728x1026.png 1272w, /__u/substackcdn.com/image/fetch/$s_!0Dqg!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa2d9e3c9-ba3a-49a3-9df6-a92a9d58877e_1728x1026.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!0Dqg!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa2d9e3c9-ba3a-49a3-9df6-a92a9d58877e_1728x1026.png" width="1456" height="865" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a2d9e3c9-ba3a-49a3-9df6-a92a9d58877e_1728x1026.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:865,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:849386,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://growithai.substack.com/i/157668146?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa2d9e3c9-ba3a-49a3-9df6-a92a9d58877e_1728x1026.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_!0Dqg!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa2d9e3c9-ba3a-49a3-9df6-a92a9d58877e_1728x1026.png 424w, /__u/substackcdn.com/image/fetch/$s_!0Dqg!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa2d9e3c9-ba3a-49a3-9df6-a92a9d58877e_1728x1026.png 848w, /__u/substackcdn.com/image/fetch/$s_!0Dqg!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa2d9e3c9-ba3a-49a3-9df6-a92a9d58877e_1728x1026.png 1272w, /__u/substackcdn.com/image/fetch/$s_!0Dqg!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa2d9e3c9-ba3a-49a3-9df6-a92a9d58877e_1728x1026.png 1456w" sizes="100vw" fetchpriority="high"></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></p><p>In this issue, we explore the <strong>Top 10 AI Agent Frameworks</strong> you should master in 2025 to build, optimize, and deploy cutting-edge AI solutions. Let&#8217;s get started!</p><h2><strong>1. CrewAI: Collaboration Redefined</strong></h2><p><a href="https://www.crewai.com/">CrewAI</a> is one of the most powerful AI agent frameworks, designed for <strong>multi-agent coordination</strong>. If your AI projects involve multiple agents working together, CrewAI provides seamless orchestration and task delegation.</p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!i7ck!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18852d49-c897-41f8-a3c8-e3799e385ed7_375x114.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!i7ck!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18852d49-c897-41f8-a3c8-e3799e385ed7_375x114.png 424w, /__u/substackcdn.com/image/fetch/$s_!i7ck!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18852d49-c897-41f8-a3c8-e3799e385ed7_375x114.png 848w, /__u/substackcdn.com/image/fetch/$s_!i7ck!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18852d49-c897-41f8-a3c8-e3799e385ed7_375x114.png 1272w, /__u/substackcdn.com/image/fetch/$s_!i7ck!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18852d49-c897-41f8-a3c8-e3799e385ed7_375x114.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!i7ck!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18852d49-c897-41f8-a3c8-e3799e385ed7_375x114.png" width="375" height="114" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/18852d49-c897-41f8-a3c8-e3799e385ed7_375x114.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:114,&quot;width&quot;:375,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:14642,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://growithai.substack.com/i/157668146?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18852d49-c897-41f8-a3c8-e3799e385ed7_375x114.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_!i7ck!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18852d49-c897-41f8-a3c8-e3799e385ed7_375x114.png 424w, /__u/substackcdn.com/image/fetch/$s_!i7ck!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18852d49-c897-41f8-a3c8-e3799e385ed7_375x114.png 848w, /__u/substackcdn.com/image/fetch/$s_!i7ck!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18852d49-c897-41f8-a3c8-e3799e385ed7_375x114.png 1272w, /__u/substackcdn.com/image/fetch/$s_!i7ck!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18852d49-c897-41f8-a3c8-e3799e385ed7_375x114.png 1456w" sizes="100vw"></picture><div></div></div></a></figure></div><p></p><p><strong>Key Features:</strong></p><ul><li><p>Enables <strong>efficient collaboration</strong> between AI agents.</p></li><li><p>Ideal for <strong>complex workflows</strong> requiring intelligent cooperation.</p></li><li><p>Supports <strong>advanced task delegation</strong> mechanisms.</p></li></ul><p><strong>Use Cases:</strong></p><ul><li><p><strong>Financial Analysis:</strong> Coordinating multiple agents to analyze market trends and provide investment insights.</p></li><li><p><strong>Healthcare Management:</strong> Streamlining patient data processing and treatment planning through collaborative agent efforts.</p></li></ul><p><em>Best for</em>: AI developers working on multi-agent systems in <strong>finance, healthcare, and customer service automation</strong>.</p><p><em>Consideration</em>: Has a <strong>steeper learning curve</strong>, but once mastered, it&#8217;s a game-changer.</p><h2><strong>2. Pydantic-AI: Ensuring Reliable AI Outputs</strong></h2><p><a href="https://ai.pydantic.dev/">Pydantic-AI</a> is a Python-based agent framework developed by the creators of Pydantic, aiming to streamline the development of generative AI applications by ensuring that AI-generated responses are both structured and free from hallucinations. It achieves this by integrating Pydantic models into the AI development process, enforcing strict data validation and type safety.</p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!2TAd!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3567d3db-48a3-4650-b265-ffe202beda57_666x110.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!2TAd!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3567d3db-48a3-4650-b265-ffe202beda57_666x110.png 424w, /__u/substackcdn.com/image/fetch/$s_!2TAd!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3567d3db-48a3-4650-b265-ffe202beda57_666x110.png 848w, /__u/substackcdn.com/image/fetch/$s_!2TAd!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3567d3db-48a3-4650-b265-ffe202beda57_666x110.png 1272w, /__u/substackcdn.com/image/fetch/$s_!2TAd!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3567d3db-48a3-4650-b265-ffe202beda57_666x110.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!2TAd!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3567d3db-48a3-4650-b265-ffe202beda57_666x110.png" width="666" height="110" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3567d3db-48a3-4650-b265-ffe202beda57_666x110.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:110,&quot;width&quot;:666,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:14531,&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://growithai.substack.com/i/157668146?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3567d3db-48a3-4650-b265-ffe202beda57_666x110.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_!2TAd!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3567d3db-48a3-4650-b265-ffe202beda57_666x110.png 424w, /__u/substackcdn.com/image/fetch/$s_!2TAd!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3567d3db-48a3-4650-b265-ffe202beda57_666x110.png 848w, /__u/substackcdn.com/image/fetch/$s_!2TAd!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3567d3db-48a3-4650-b265-ffe202beda57_666x110.png 1272w, /__u/substackcdn.com/image/fetch/$s_!2TAd!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3567d3db-48a3-4650-b265-ffe202beda57_666x110.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><p></p><p>At the core of Pydantic-AI is the use of Pydantic models to define the expected structure and data types of AI outputs. By specifying these models, developers can ensure that the responses generated by large language models (LLMs) conform to predefined schemas.</p><p><strong>Key Features:</strong></p><ul><li><p>Improves AI reliability by <strong>validating outputs</strong>.</p></li><li><p>Ensures <strong>consistent and accurate AI-generated responses</strong>.</p></li><li><p>Ideal for <strong>developers who prioritize precision</strong>.</p></li></ul><p><strong>Use Cases:</strong></p><ul><li><p><strong>Legal Document Generation:</strong> Producing contracts and agreements with strict adherence to legal standards.</p></li><li><p><strong>Financial Reporting:</strong> Generating accurate financial statements and analyses.</p></li></ul><p><strong>Best for</strong>: AI applications in <strong>legal, financial, and compliance sectors</strong> where <strong>accuracy is critical</strong>.</p><p><strong>Consideration</strong>: Can <strong>increase token consumption</strong>, making budget management essential.</p><h2><strong>3. LangChain: The Enterprise AI Powerhouse</strong></h2><p><a href="https://www.langchain.com/">LangChain</a> is an open-source framework designed to streamline the development of applications powered by large language models (LLMs) and remains one of the most <strong>widely used frameworks</strong> for building AI-powered applications at scale. It offers a comprehensive suite of pre-built components and extensive documentation, making it a robust platform for enterprises aiming to harness the capabilities of AI in their operations.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!43bZ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F23629792-3f66-48c9-bcd0-1e22a5cc7799_622x358.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!43bZ!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F23629792-3f66-48c9-bcd0-1e22a5cc7799_622x358.png 424w, /__u/substackcdn.com/image/fetch/$s_!43bZ!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F23629792-3f66-48c9-bcd0-1e22a5cc7799_622x358.png 848w, /__u/substackcdn.com/image/fetch/$s_!43bZ!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F23629792-3f66-48c9-bcd0-1e22a5cc7799_622x358.png 1272w, /__u/substackcdn.com/image/fetch/$s_!43bZ!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F23629792-3f66-48c9-bcd0-1e22a5cc7799_622x358.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!43bZ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F23629792-3f66-48c9-bcd0-1e22a5cc7799_622x358.png" width="622" height="358" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/23629792-3f66-48c9-bcd0-1e22a5cc7799_622x358.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:358,&quot;width&quot;:622,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:76501,&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://growithai.substack.com/i/157668146?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F23629792-3f66-48c9-bcd0-1e22a5cc7799_622x358.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_!43bZ!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F23629792-3f66-48c9-bcd0-1e22a5cc7799_622x358.png 424w, /__u/substackcdn.com/image/fetch/$s_!43bZ!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F23629792-3f66-48c9-bcd0-1e22a5cc7799_622x358.png 848w, /__u/substackcdn.com/image/fetch/$s_!43bZ!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F23629792-3f66-48c9-bcd0-1e22a5cc7799_622x358.png 1272w, /__u/substackcdn.com/image/fetch/$s_!43bZ!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F23629792-3f66-48c9-bcd0-1e22a5cc7799_622x358.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></p><p><strong>Key Features:</strong></p><ul><li><p>Pre-built components for <strong>rapid AI development</strong>.</p></li><li><p>Comprehensive documentation for <strong>quick implementation</strong>.</p></li><li><p>Supports <strong>enterprise-level AI projects</strong>.</p></li></ul><p><strong>Use Cases:</strong></p><ul><li><p><strong>Customer Service Automation:</strong> Deploying AI agents to handle customer inquiries and support.</p></li><li><p><strong>Data Analysis Pipelines:</strong> Automating complex data processing tasks for large datasets.</p></li></ul><p><strong>Best for</strong>: Companies looking to develop <strong>scalable, production-ready AI solutions</strong>.</p><p><em><strong>Consideration</strong></em>: <strong>Not ideal</strong> for lightweight or small AI applications.</p><h2><strong>4. AutoGen: Microsoft&#8217;s Autonomous AI Framework</strong></h2><p><a href="https://www.microsoft.com/en-us/research/project/autogen/">AutoGen</a> is an open-source framework developed by Microsoft, to build applications where multiple AI agents converse to accomplish tasks. These agents are customizable and can operate in various modes, incorporating combinations of large language models (LLMs), human inputs, and tools. </p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!vMrd!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9371a70-0187-4a80-9f50-c6ab2d16630c_373x135.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!vMrd!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9371a70-0187-4a80-9f50-c6ab2d16630c_373x135.png 424w, /__u/substackcdn.com/image/fetch/$s_!vMrd!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9371a70-0187-4a80-9f50-c6ab2d16630c_373x135.png 848w, /__u/substackcdn.com/image/fetch/$s_!vMrd!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9371a70-0187-4a80-9f50-c6ab2d16630c_373x135.png 1272w, /__u/substackcdn.com/image/fetch/$s_!vMrd!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9371a70-0187-4a80-9f50-c6ab2d16630c_373x135.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!vMrd!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9371a70-0187-4a80-9f50-c6ab2d16630c_373x135.png" width="373" height="135" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a9371a70-0187-4a80-9f50-c6ab2d16630c_373x135.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:135,&quot;width&quot;:373,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:3884,&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://growithai.substack.com/i/157668146?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9371a70-0187-4a80-9f50-c6ab2d16630c_373x135.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_!vMrd!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9371a70-0187-4a80-9f50-c6ab2d16630c_373x135.png 424w, /__u/substackcdn.com/image/fetch/$s_!vMrd!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9371a70-0187-4a80-9f50-c6ab2d16630c_373x135.png 848w, /__u/substackcdn.com/image/fetch/$s_!vMrd!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9371a70-0187-4a80-9f50-c6ab2d16630c_373x135.png 1272w, /__u/substackcdn.com/image/fetch/$s_!vMrd!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9371a70-0187-4a80-9f50-c6ab2d16630c_373x135.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><p></p><p>Developers can flexibly define agent interaction behaviors, using both natural language and code to program conversation patterns for diverse applications. Empirical studies have demonstrated the framework's effectiveness across domains such as mathematics, coding, question answering, operations research, and online decision-making.</p><p><strong>Key Features:</strong></p><ul><li><p>Streamlines <strong>data manipulation and processing</strong>.</p></li><li><p>Deep <strong>integration with Microsoft&#8217;s AI ecosystem</strong>.</p></li><li><p><strong>AutoGen Studio</strong> provides a low-code interface for rapid prototyping.</p></li></ul><p><strong>Use Cases:</strong></p><ul><li><p><strong>Automated Content Generation:</strong> Creating articles, summaries, and reports through agent collaboration.</p></li><li><p><strong>Complex Problem Solving:</strong> Agents working together to tackle intricate tasks in research and development.</p></li></ul><p><strong>Best for</strong>: <strong>Enterprises and developers</strong> needing strong <strong>Microsoft AI tool integration</strong>.</p><p><strong>Consideration</strong>: <strong>Requires technical expertise</strong> for full utilization.</p><div><hr></div><div class="captioned-button-wrap" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/top-ai-engineers-are-using-these?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="CaptionedButtonToDOM"><div class="preamble"><p class="cta-caption">Hey, enjoying <strong>this</strong>? Share with others to help them save hours of research.<strong> Let&#8217;s grow together!</strong></p></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/top-ai-engineers-are-using-these?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="ButtonCreateButton"><a class="button primary" href="/__u/growithai.substack.com/p/top-ai-engineers-are-using-these?utm_source=substack&amp;utm_medium=email&amp;utm_content=share&amp;action=share"><span>Share</span></a></p></div><div><hr></div><p></p><h2><strong>5. smolagents: The Lightweight AI Agent Framework</strong></h2><p><strong><a href="https://huggingface.co/docs/smolagents/en/index">smolagents</a></strong> is a minimalist yet powerful AI agent framework developed by Hugging Face, designed to enable developers to create robust agents with minimal code. By focusing on simplicity and efficiency, smolagents empowers large language models (LLMs) to interact seamlessly with real-world tasks</p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!SteR!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc851457a-ad0d-4488-aaf6-631f6123456c_260x229.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!SteR!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc851457a-ad0d-4488-aaf6-631f6123456c_260x229.png 424w, /__u/substackcdn.com/image/fetch/$s_!SteR!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc851457a-ad0d-4488-aaf6-631f6123456c_260x229.png 848w, /__u/substackcdn.com/image/fetch/$s_!SteR!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc851457a-ad0d-4488-aaf6-631f6123456c_260x229.png 1272w, /__u/substackcdn.com/image/fetch/$s_!SteR!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc851457a-ad0d-4488-aaf6-631f6123456c_260x229.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!SteR!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc851457a-ad0d-4488-aaf6-631f6123456c_260x229.png" width="260" height="229" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c851457a-ad0d-4488-aaf6-631f6123456c_260x229.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:229,&quot;width&quot;:260,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:7337,&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://growithai.substack.com/i/157668146?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc851457a-ad0d-4488-aaf6-631f6123456c_260x229.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_!SteR!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc851457a-ad0d-4488-aaf6-631f6123456c_260x229.png 424w, /__u/substackcdn.com/image/fetch/$s_!SteR!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc851457a-ad0d-4488-aaf6-631f6123456c_260x229.png 848w, /__u/substackcdn.com/image/fetch/$s_!SteR!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc851457a-ad0d-4488-aaf6-631f6123456c_260x229.png 1272w, /__u/substackcdn.com/image/fetch/$s_!SteR!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc851457a-ad0d-4488-aaf6-631f6123456c_260x229.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><p></p><p> <strong>Key Features:</strong></p><ul><li><p><strong>Minimal code</strong> required for agent creation.</p></li><li><p>Compatible with multiple <strong>LLM providers</strong>.</p></li><li><p><strong>Beginner-friendly</strong>, making onboarding easier.</p></li></ul><p><strong>Use Cases:</strong></p><ul><li><p><strong>Chatbots:</strong> Developing conversational agents for customer engagement.</p></li><li><p><strong>Task Automation:</strong> Automating routine tasks in personal or professional settings.</p></li></ul><p><strong>Best for</strong>: Developers who want to <strong>quickly experiment with AI agents</strong>.</p><p><strong>Consideration</strong>: <strong>Limited scalability</strong> for large enterprise solutions.</p><h2><strong>6. Langraph: Visualizing AI Workflows</strong></h2><p><strong><a href="https://www.langchain.com/langgraph">LangGraph</a></strong> is an advanced framework designed to the development and visualization of complex AI workflows. By representing AI processes as directed graphs, LangGraph enables developers to design, optimize, and debug AI agents with enhanced clarity and efficiency</p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!cW4T!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F793ff4f4-1ebc-4393-b1ce-37c7532cf72f_688x140.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!cW4T!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F793ff4f4-1ebc-4393-b1ce-37c7532cf72f_688x140.png 424w, /__u/substackcdn.com/image/fetch/$s_!cW4T!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F793ff4f4-1ebc-4393-b1ce-37c7532cf72f_688x140.png 848w, /__u/substackcdn.com/image/fetch/$s_!cW4T!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F793ff4f4-1ebc-4393-b1ce-37c7532cf72f_688x140.png 1272w, /__u/substackcdn.com/image/fetch/$s_!cW4T!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F793ff4f4-1ebc-4393-b1ce-37c7532cf72f_688x140.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!cW4T!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F793ff4f4-1ebc-4393-b1ce-37c7532cf72f_688x140.png" width="688" height="140" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/793ff4f4-1ebc-4393-b1ce-37c7532cf72f_688x140.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:140,&quot;width&quot;:688,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:34139,&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://growithai.substack.com/i/157668146?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F793ff4f4-1ebc-4393-b1ce-37c7532cf72f_688x140.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_!cW4T!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F793ff4f4-1ebc-4393-b1ce-37c7532cf72f_688x140.png 424w, /__u/substackcdn.com/image/fetch/$s_!cW4T!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F793ff4f4-1ebc-4393-b1ce-37c7532cf72f_688x140.png 848w, /__u/substackcdn.com/image/fetch/$s_!cW4T!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F793ff4f4-1ebc-4393-b1ce-37c7532cf72f_688x140.png 1272w, /__u/substackcdn.com/image/fetch/$s_!cW4T!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F793ff4f4-1ebc-4393-b1ce-37c7532cf72f_688x140.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><p></p><p><strong>Key Features:</strong></p><ul><li><p>Provides a <strong>graph-based visualization</strong> of AI workflows.</p></li><li><p>Enhances <strong>interpretability</strong> of multi-agent systems.</p></li><li><p>Helps <strong>debug and optimize AI agent logic</strong>.</p></li></ul><p><strong>Use Cases:</strong></p><ul><li><p><strong>AI Workflow Design:</strong> Planning and visualizing interactions in multi-agent systems.</p></li><li><p><strong>Educational Tools:</strong> Assisting in teaching AI concepts through visual aids.</p></li></ul><p><strong>Best for</strong>: Developers working on <strong>large-scale AI agent workflows</strong>.</p><p><strong>Consideration</strong>: <strong>Scalability challenges</strong> for extremely complex workflows.</p><h2><strong>7. n8n: No-Code AI Workflow Automation</strong></h2><p>For those looking for a <strong>no-code/low-code AI agent solution</strong>, <strong>n8n</strong> is a fantastic tool, <strong><a href="https://n8n.io/">n8n</a></strong> is a open-source tool for AI workflow automations, a platform that empowers users to design and automate complex workflows without extensive coding knowledge. </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!p4Le!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F007a2173-5c00-47b7-804c-dcf02fb272a2_260x260.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!p4Le!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F007a2173-5c00-47b7-804c-dcf02fb272a2_260x260.png 424w, /__u/substackcdn.com/image/fetch/$s_!p4Le!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F007a2173-5c00-47b7-804c-dcf02fb272a2_260x260.png 848w, /__u/substackcdn.com/image/fetch/$s_!p4Le!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F007a2173-5c00-47b7-804c-dcf02fb272a2_260x260.png 1272w, /__u/substackcdn.com/image/fetch/$s_!p4Le!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F007a2173-5c00-47b7-804c-dcf02fb272a2_260x260.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!p4Le!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F007a2173-5c00-47b7-804c-dcf02fb272a2_260x260.png" width="260" height="260" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/007a2173-5c00-47b7-804c-dcf02fb272a2_260x260.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:260,&quot;width&quot;:260,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1897,&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://growithai.substack.com/i/157668146?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F007a2173-5c00-47b7-804c-dcf02fb272a2_260x260.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_!p4Le!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F007a2173-5c00-47b7-804c-dcf02fb272a2_260x260.png 424w, /__u/substackcdn.com/image/fetch/$s_!p4Le!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F007a2173-5c00-47b7-804c-dcf02fb272a2_260x260.png 848w, /__u/substackcdn.com/image/fetch/$s_!p4Le!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F007a2173-5c00-47b7-804c-dcf02fb272a2_260x260.png 1272w, /__u/substackcdn.com/image/fetch/$s_!p4Le!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F007a2173-5c00-47b7-804c-dcf02fb272a2_260x260.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></p><p>Its visual interface and extensive integration capabilities make it an excellent choice for those seeking no-code or low-code solutions to implement AI agents and automate tasks across various applications and services.</p><p><strong>Key Features:</strong></p><ul><li><p><strong>Visual pipeline creation</strong> for AI workflows.</p></li><li><p>Allows for <strong>rapid prototyping</strong> of AI-driven automation.</p></li><li><p>Great for <strong>testing AI workflow concepts</strong> quickly.</p></li></ul><p><strong>Best for</strong>: <strong>Business users</strong> and <strong>non-technical professionals</strong> looking to leverage AI.</p><p><strong>Consideration</strong>: <strong>Limited customization</strong> for advanced AI development.</p><h2><strong>8. phidata: Building Multi-Modal AI Agents</strong></h2><p><a href="https://docs.phidata.com/introduction">phidata</a> is a framework that enables the creation of multi-modal AI agents equipped with memory, knowledge, tools, and reasoning capabilities. It supports the development of collaborative agent systems that can process various data types, including text, images, and audio.</p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!EOha!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc427bfff-19dd-4546-98f8-41d6daff02fa_225x225.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!EOha!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc427bfff-19dd-4546-98f8-41d6daff02fa_225x225.png 424w, /__u/substackcdn.com/image/fetch/$s_!EOha!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc427bfff-19dd-4546-98f8-41d6daff02fa_225x225.png 848w, /__u/substackcdn.com/image/fetch/$s_!EOha!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc427bfff-19dd-4546-98f8-41d6daff02fa_225x225.png 1272w, /__u/substackcdn.com/image/fetch/$s_!EOha!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc427bfff-19dd-4546-98f8-41d6daff02fa_225x225.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!EOha!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc427bfff-19dd-4546-98f8-41d6daff02fa_225x225.png" width="225" height="225" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c427bfff-19dd-4546-98f8-41d6daff02fa_225x225.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:225,&quot;width&quot;:225,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:3251,&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://growithai.substack.com/i/157668146?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc427bfff-19dd-4546-98f8-41d6daff02fa_225x225.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_!EOha!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc427bfff-19dd-4546-98f8-41d6daff02fa_225x225.png 424w, /__u/substackcdn.com/image/fetch/$s_!EOha!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc427bfff-19dd-4546-98f8-41d6daff02fa_225x225.png 848w, /__u/substackcdn.com/image/fetch/$s_!EOha!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc427bfff-19dd-4546-98f8-41d6daff02fa_225x225.png 1272w, /__u/substackcdn.com/image/fetch/$s_!EOha!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc427bfff-19dd-4546-98f8-41d6daff02fa_225x225.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><p></p><p><strong>Key Features:</strong></p><ul><li><p>Supports <strong>team-based AI agent collaboration</strong>.</p></li><li><p>Provides an <strong>intuitive Agent UI</strong> for seamless interactions.</p></li><li><p>Allows users to <strong>create a web search AI agent in 10 lines of code</strong>.</p></li></ul><p><strong>Use Cases:</strong></p><ul><li><p><strong>Legal Document Generation:</strong> Producing contracts and agreements with strict adherence to legal standards.</p></li><li><p><strong>Financial Reporting:</strong> Generating accurate financial statements and analyses.</p></li></ul><p><strong>Best for</strong>: Developers looking to build <strong>multi-modal AI agents</strong>.</p><p><strong>Consideration</strong>: <strong>Limited adoption</strong> compared to other frameworks.</p><div><hr></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/?utm_source=substack&amp;utm_medium=email&amp;utm_content=share&amp;action=share&quot;,&quot;text&quot;:&quot;Share Grow with AI&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="/__u/growithai.substack.com/?utm_source=substack&amp;utm_medium=email&amp;utm_content=share&amp;action=share"><span>Share Grow with AI</span></a></p><div><hr></div><p></p><h2><strong>9. Relevance AI: Build Autonomous AI Teams</strong></h2><p><a href="https://relevanceai.com/agents">Relevance AI</a> provides a platform for building and deploying AI agents&#8212;reasoning bots powered by large language models (LLMs) that autonomously plan and execute tasks. These agents are equipped with tools and can decide how to use them to achieve their objectives.</p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!vbCv!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41c56871-ba74-46f3-8108-169c1da8c81a_200x200.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!vbCv!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41c56871-ba74-46f3-8108-169c1da8c81a_200x200.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!vbCv!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41c56871-ba74-46f3-8108-169c1da8c81a_200x200.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!vbCv!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41c56871-ba74-46f3-8108-169c1da8c81a_200x200.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!vbCv!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41c56871-ba74-46f3-8108-169c1da8c81a_200x200.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!vbCv!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41c56871-ba74-46f3-8108-169c1da8c81a_200x200.jpeg" width="200" height="200" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/41c56871-ba74-46f3-8108-169c1da8c81a_200x200.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:200,&quot;width&quot;:200,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:3254,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://growithai.substack.com/i/157668146?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41c56871-ba74-46f3-8108-169c1da8c81a_200x200.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!vbCv!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41c56871-ba74-46f3-8108-169c1da8c81a_200x200.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!vbCv!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41c56871-ba74-46f3-8108-169c1da8c81a_200x200.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!vbCv!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41c56871-ba74-46f3-8108-169c1da8c81a_200x200.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!vbCv!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41c56871-ba74-46f3-8108-169c1da8c81a_200x200.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><p></p><p><strong>Key Features:</strong></p><ul><li><p>Enables <strong>AI-driven automation</strong> of business workflows.</p></li><li><p>Provides <strong>easy integration with existing processes</strong>.</p></li><li><p>Helps teams <strong>build AI solutions with minimal programming skills</strong>.</p></li></ul><p><strong>Use Cases:</strong></p><ul><li><p><strong>Customer Support Automation:</strong> Agents can handle repetitive and time-consuming tasks, such as answering frequently asked questions or processing standard requests, freeing human employees to focus on more complex issues.</p></li><li><p><strong>Sales and Lead Qualification:</strong> Automating the initial stages of sales processes, agents can qualify leads based on predefined criteria, allowing sales teams to concentrate on closing deals and nurturing client relationships.</p></li><li><p><strong>Content Generation:</strong> Agents can autonomously create content, such as tool explainer webpages or product descriptions, and publish them to platforms like Webflow without human intervention, streamlining content management workflows.</p></li></ul><p><strong>Best for</strong>: Businesses looking to deploy AI quickly.</p><p><strong>Consideration</strong>: Limited advanced customizability.</p><h2><strong>10. Swarm: OpenAI&#8217;s Modular AI Agent Framework</strong></h2><p><strong><a href="https://github.com/openai/swarm">Swarm</a></strong> is an experimental framework developed by OpenAI to explore ergonomic interfaces for multi-agent systems. Designed with simplicity and modularity in mind, Swarm aims to make the orchestration of multiple AI agents more accessible and user-friendly. It's important to note that Swarm is primarily an educational resource and is not intended for production use</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!X9K8!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6612c1d2-530a-44e0-b3e2-f2752126f81c_872x473.webp" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!X9K8!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6612c1d2-530a-44e0-b3e2-f2752126f81c_872x473.webp 424w, /__u/substackcdn.com/image/fetch/$s_!X9K8!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6612c1d2-530a-44e0-b3e2-f2752126f81c_872x473.webp 848w, /__u/substackcdn.com/image/fetch/$s_!X9K8!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6612c1d2-530a-44e0-b3e2-f2752126f81c_872x473.webp 1272w, /__u/substackcdn.com/image/fetch/$s_!X9K8!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6612c1d2-530a-44e0-b3e2-f2752126f81c_872x473.webp 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!X9K8!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6612c1d2-530a-44e0-b3e2-f2752126f81c_872x473.webp" width="872" height="473" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6612c1d2-530a-44e0-b3e2-f2752126f81c_872x473.webp&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:473,&quot;width&quot;:872,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:9158,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/webp&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://growithai.substack.com/i/157668146?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6612c1d2-530a-44e0-b3e2-f2752126f81c_872x473.webp&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!X9K8!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6612c1d2-530a-44e0-b3e2-f2752126f81c_872x473.webp 424w, /__u/substackcdn.com/image/fetch/$s_!X9K8!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6612c1d2-530a-44e0-b3e2-f2752126f81c_872x473.webp 848w, /__u/substackcdn.com/image/fetch/$s_!X9K8!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6612c1d2-530a-44e0-b3e2-f2752126f81c_872x473.webp 1272w, /__u/substackcdn.com/image/fetch/$s_!X9K8!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6612c1d2-530a-44e0-b3e2-f2752126f81c_872x473.webp 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></p><p><strong>Key Features:</strong></p><ul><li><p>Designed for <strong>lightweight AI agent coordination</strong>.</p></li><li><p>Modular agents equipped with <strong>specialized tools</strong>.</p></li><li><p>Agents can <strong>transfer control dynamically</strong>.</p></li></ul><p><strong>Best for</strong>: <strong>Developers experimenting with AI agent collaboration</strong>.</p><p><strong>Consideration</strong>: <strong>Limited real-world deployment examples</strong> at this stage.</p><h2><strong>Final Thoughts: Which Framework Should You Choose?</strong></h2><p>The <strong>best AI agent framework for you</strong> depends on your <strong>use case</strong> and <strong>technical expertise</strong>.</p><ul><li><p><strong>For enterprise AI applications</strong> &#8594; Go with <strong>LangChain or CrewAI</strong>.</p></li><li><p><strong>For multi-agent collaboration</strong> &#8594; Try <strong>CrewAI, AutoGen, or phidata</strong>.</p></li><li><p><strong>For quick, low-code AI automation</strong> &#8594; Choose <strong>n8n.io or Relevance AI</strong>.</p></li><li><p><strong>For structured and validated AI outputs</strong> &#8594; <strong>Pydantic-AI</strong> is the way to go.</p></li></ul><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://growithai.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">Hey, your time is <strong>valuable</strong>, and I&#8217;m here to help you <strong>save hours of research</strong> every week! Subscribe to Grow with AI for cutting-edge updates from the AI Agents space. Stay ahead! Don&#8217;t <strong>miss out</strong> on what&#8217;s next!</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><div><hr></div><p>And that&#8217;s a wrap for this edition! Stay tuned for more updates in the next newsletter. Until then, take care and stay curious!</p>]]></content:encoded></item><item><title><![CDATA[The Future of Coaching : Building an Intelligent RAG Agent]]></title><description><![CDATA[AI Agent 003]]></description><link>https://growithai.substack.com/p/the-future-of-coaching-building-an</link><guid isPermaLink="false">https://growithai.substack.com/p/the-future-of-coaching-building-an</guid><dc:creator><![CDATA[Ajas Bakran]]></dc:creator><pubDate>Tue, 18 Feb 2025 07:30:42 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!73DR!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90eb22be-002a-48aa-9a30-f94986c1bd85_1312x736.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Imagine an <strong>AI Coach</strong> that goes beyond simply retrieving information. Instead, it actively analyzes, adapts, and personalizes its guidance in real-time. This is not a system that just delivers responses&#8212;it intelligently searches for and processes the most relevant answers based on the user&#8217;s query, context, and intent&#8212;it&#8217;s possible today using an <strong>Agentic Framework</strong> powered by <strong>phidata</strong> and <strong>Qdrant</strong>.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!73DR!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90eb22be-002a-48aa-9a30-f94986c1bd85_1312x736.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!73DR!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90eb22be-002a-48aa-9a30-f94986c1bd85_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!73DR!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90eb22be-002a-48aa-9a30-f94986c1bd85_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!73DR!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90eb22be-002a-48aa-9a30-f94986c1bd85_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!73DR!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90eb22be-002a-48aa-9a30-f94986c1bd85_1312x736.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!73DR!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90eb22be-002a-48aa-9a30-f94986c1bd85_1312x736.jpeg" width="1312" height="736" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/90eb22be-002a-48aa-9a30-f94986c1bd85_1312x736.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:736,&quot;width&quot;:1312,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:139603,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!73DR!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90eb22be-002a-48aa-9a30-f94986c1bd85_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!73DR!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90eb22be-002a-48aa-9a30-f94986c1bd85_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!73DR!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90eb22be-002a-48aa-9a30-f94986c1bd85_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!73DR!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90eb22be-002a-48aa-9a30-f94986c1bd85_1312x736.jpeg 1456w" sizes="100vw" fetchpriority="high"></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></p><p>Traditional AI models struggle with <strong>static knowledge limitations</strong>. They provide responses based on pre-trained data but lack the ability to pull in fresh, dynamic insights from external sources. This is where <strong>Retrieval-Augmented Generation (RAG)</strong> transforms the game. By enabling AI systems to fetch <strong>real-time, domain-specific data</strong>, RAG ensures responses remain <strong>accurate, contextually relevant, and always up-to-date</strong>.</p><p>Now, add <strong>agentic intelligence</strong> to this equation&#8212;an architecture where AI systems autonomously <strong>plan, decide, and take action</strong> based on user queries. The result? A next-level <strong>AI Coach</strong> that can guide, mentor, and provide <strong>tailored</strong> learning experiences in a way that static chatbots never could.</p><p>To build such a system, we need the right tools. Enter <strong>phidata</strong> and <strong>Qdrant</strong>.</p><ul><li><p><strong>phidata</strong> streamlines the entire AI workflow&#8212;data ingestion, preprocessing, and integration&#8212;ensuring that the AI agent operates on <strong>clean, structured, and reliable datasets</strong>.</p></li><li><p><strong>Qdrant</strong>, a <strong>powerful vector database</strong>, provides lightning-fast similarity searches, allowing the AI agent to <strong>retrieve the most relevant pieces of knowledge</strong> based on semantic meaning rather than keyword matching.</p></li></ul><p>Together, they form the <strong>core engine of an intelligent RAG-powered AI Coach</strong>, capable of <strong>real-time knowledge retrieval, adaptive reasoning, and self-improvement</strong>. Whether you're developing an AI-driven <strong>corporate mentor</strong>, a <strong>personalized learning assistant</strong>, or an <strong>executive decision-making advisor</strong>.</p><p>In this guide, I will take you through the process of building an <strong>Agentic RAG AI Coach</strong> step by step. From setting up the <strong>AI Agent</strong> to integrating <strong>PhiData</strong> and <strong>Qdrant</strong>, we'll cover all the essential components. By the end of this guide, you&#8217;ll have a powerful AI Coach at your disposal, ready to resolve user queries by retrieving real-time data from a dynamic, knowledge-rich system. Get ready to create an intelligent, responsive coach that adapts to user needs and delivers accurate, contextually relevant answers with ease</p><p>Are you ready to build the future of AI-driven coaching? Let&#8217;s dive in.</p><h2>Step-by-Step Guide to Building an Agentic RAG AI Coach</h2><p>We&#8217;re building an <strong>AI agent</strong> that can answer user questions within a specific domain, and to achieve this, we&#8217;ll train the agent using <strong>transcription files</strong> from <strong>YouTube videos</strong>. </p><p>These transcriptions will serve as a valuable source of domain-specific knowledge, enabling the AI to pull relevant information and provide accurate, context-aware responses to queries. </p><p>By leveraging these transcriptions, we ensure that the agent is equipped with expert-level insights, tailored specifically to the subject matter of the videos. This step will lay the foundation for a highly effective AI coach that can provide real-time, intelligent answers to users based on the rich content it has been trained on.</p><h3><strong>Step 1: Setup Virtual Env</strong></h3><p>Execute the following code to set up our <strong>virtual environment</strong>. This will create an isolated environment where all the necessary dependencies and packages can be installed without interfering with your system&#8217;s global setup. </p><p>Setting up a virtual environment is crucial for managing project-specific dependencies, ensuring compatibility, and maintaining a clean workspace. By running this code, you&#8217;ll be ready to install and manage all the required libraries and tools needed for building and deploying your AI agent.</p><pre><code>python3 -m venv ~/.venvs/aicoach
source ~/.venvs/aicoach/bin/activate</code></pre><h3> <strong>Step 2: Install Dependencies</strong></h3><p>Before we begin coding, we need to install the necessary packages to ensure that our environment is properly set up. To do this, simply execute the following command. </p><pre><code>pip install -U phidata</code></pre><p>This will install all the dependencies required for building and running the <strong>AI agent</strong>, including libraries for <strong>PhiData</strong>. Once the packages are installed, you'll be ready to dive into the development process.</p><p>Qdrant is a powerful vector search engine that helps in storing and retrieving high-dimensional data efficiently. To setup Qdrant locally, here are the steps you can follow - <a href="https://qdrant.tech/documentation/quickstart/">Setup Qdrant</a></p><h3><strong>Step 3: Download the youtube video </strong>transcription</h3><p>I have downloaded the transcripts of several videos from the YouTube channel <em><a href="https://www.youtube.com/@LiamOttley">LiamOttley</a></em>. Liam provides valuable insights on AI automation, marketing, and a variety of other topics that are highly relevant in today&#8217;s tech landscape.</p><p>To proceed with this process, you can easily download YouTube video transcriptions from <strong><a href="https://tactiq.io/tools/youtube-transcript">Tactiq.io</a></strong>. After downloading, simply place the transcription files into a folder named "transcripts" to keep them organized and ready for use. This will ensure the agent has access to all the necessary content for training.</p><h3><strong>Step 4: Create VectorDB for documents ingestion.</strong></h3><p>We have imported the <strong>Qdrant</strong> implementation from <strong>phidata</strong> and created an instance to specify details, such as the name of the collection we want to create and the URL where <strong>Qdrant</strong> is running. This instance will help establish the connection to our Qdrant database, enabling us to store and retrieve vectorized info efficiently.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!FRZs!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F56267717-c565-4333-a54f-49f56ae19275_3288x1416.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!FRZs!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F56267717-c565-4333-a54f-49f56ae19275_3288x1416.png 424w, /__u/substackcdn.com/image/fetch/$s_!FRZs!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F56267717-c565-4333-a54f-49f56ae19275_3288x1416.png 848w, /__u/substackcdn.com/image/fetch/$s_!FRZs!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F56267717-c565-4333-a54f-49f56ae19275_3288x1416.png 1272w, /__u/substackcdn.com/image/fetch/$s_!FRZs!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F56267717-c565-4333-a54f-49f56ae19275_3288x1416.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!FRZs!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F56267717-c565-4333-a54f-49f56ae19275_3288x1416.png" width="1456" height="627" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/56267717-c565-4333-a54f-49f56ae19275_3288x1416.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:627,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1161411,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!FRZs!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F56267717-c565-4333-a54f-49f56ae19275_3288x1416.png 424w, /__u/substackcdn.com/image/fetch/$s_!FRZs!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F56267717-c565-4333-a54f-49f56ae19275_3288x1416.png 848w, /__u/substackcdn.com/image/fetch/$s_!FRZs!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F56267717-c565-4333-a54f-49f56ae19275_3288x1416.png 1272w, /__u/substackcdn.com/image/fetch/$s_!FRZs!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F56267717-c565-4333-a54f-49f56ae19275_3288x1416.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>Step 5: Create a Knowledge Base for our AI Agent.</strong></h3><p>The next step in enhancing the intelligence of our AI Agent involves creating a <strong>knowledge base</strong>. This knowledge base will serve as the foundation for the agent to reference whenever it receives a question from the user. To achieve this, we will use the <strong>TexKnowledgeBase</strong> from <strong>phidata</strong> to build repository of information that the agent can query to provide accurate, domain-specific answers. </p><p>This process makes sure that the agent is not only well-informed but also capable of offering relevant and accurate responses to users in real-time.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!7Y9P!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4057e582-76cd-46af-8712-3ae29d0502dc_3368x1416.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!7Y9P!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4057e582-76cd-46af-8712-3ae29d0502dc_3368x1416.png 424w, /__u/substackcdn.com/image/fetch/$s_!7Y9P!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4057e582-76cd-46af-8712-3ae29d0502dc_3368x1416.png 848w, /__u/substackcdn.com/image/fetch/$s_!7Y9P!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4057e582-76cd-46af-8712-3ae29d0502dc_3368x1416.png 1272w, /__u/substackcdn.com/image/fetch/$s_!7Y9P!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4057e582-76cd-46af-8712-3ae29d0502dc_3368x1416.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!7Y9P!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4057e582-76cd-46af-8712-3ae29d0502dc_3368x1416.png" width="1456" height="612" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4057e582-76cd-46af-8712-3ae29d0502dc_3368x1416.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:612,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1130777,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!7Y9P!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4057e582-76cd-46af-8712-3ae29d0502dc_3368x1416.png 424w, /__u/substackcdn.com/image/fetch/$s_!7Y9P!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4057e582-76cd-46af-8712-3ae29d0502dc_3368x1416.png 848w, /__u/substackcdn.com/image/fetch/$s_!7Y9P!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4057e582-76cd-46af-8712-3ae29d0502dc_3368x1416.png 1272w, /__u/substackcdn.com/image/fetch/$s_!7Y9P!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4057e582-76cd-46af-8712-3ae29d0502dc_3368x1416.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>Step 6: Create our AI Agent.</strong></h3><p>Now that our <strong>knowledge base</strong> is ready, the next step is to create an <strong>AI agent</strong> that can consume and interact with it. Creating an agent in <strong>phidata</strong> is straightforward. Below is the code to set up the agent and connect it to the knowledge base:</p><pre><code>agent = Agent(
    model=OpenAIChat(id="gpt-4o-mini"),
    knowledge=knowledge_base_txt,
    search_knowledge=True,
    show_tool_calls=True,
    markdown=True,
    add_history_to_messages=True,
)</code></pre><p>In the above code, we pass the previously created <strong>Knowledge Base</strong> to the agent. This allows the agent to use the knowledge base whenever it receives a query, so that it provides relevant and contextually accurate answers based on the information stored.</p><p>We have used the model <strong>&#8216;gpt-4o-mini&#8217;</strong> to power the agent's responses. Additionally, it's crucial to note that we store the <strong>OPENAI_API_KEY</strong> in a <code>.env</code> file to securely manage API keys. You&#8217;ll need to create this file and place it at the root of your project directory. The <code>.env</code> file will look something like this,</p><pre><code>OPENAI_API_KEY=your_openai_api_key_here</code></pre><h3><strong>Step 6: Final touch - setup system prompt.</strong></h3><p>To configure a system prompt for our agent, we need to define the instructions that guide the agent's behavior. This system prompt will help the agent understand the context and provide more relevant and tailored responses. Below is the code to configure the system prompt for our agent:</p><pre><code>user = input("Enter your query here")

while True:
    if user == "exit":
        break
    else:
        sys_prompt = "if you do not know the answer just simply say I dont know"
        agent.print_response(user+sys_prompt , stream=True)
        user = input("Enter your query here : ")</code></pre><p>We will keep on running the loop until user enters &#8220;exit&#8220; as the command</p><p>Let&#8217;s look at the end to end code now,</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!bnoZ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a86ca0f-904a-4c68-95c8-586612079117_4288x4324.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!bnoZ!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a86ca0f-904a-4c68-95c8-586612079117_4288x4324.png 424w, /__u/substackcdn.com/image/fetch/$s_!bnoZ!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a86ca0f-904a-4c68-95c8-586612079117_4288x4324.png 848w, /__u/substackcdn.com/image/fetch/$s_!bnoZ!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a86ca0f-904a-4c68-95c8-586612079117_4288x4324.png 1272w, /__u/substackcdn.com/image/fetch/$s_!bnoZ!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a86ca0f-904a-4c68-95c8-586612079117_4288x4324.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!bnoZ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a86ca0f-904a-4c68-95c8-586612079117_4288x4324.png" width="1456" height="1468" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/7a86ca0f-904a-4c68-95c8-586612079117_4288x4324.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1468,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2633912,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!bnoZ!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a86ca0f-904a-4c68-95c8-586612079117_4288x4324.png 424w, /__u/substackcdn.com/image/fetch/$s_!bnoZ!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a86ca0f-904a-4c68-95c8-586612079117_4288x4324.png 848w, /__u/substackcdn.com/image/fetch/$s_!bnoZ!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a86ca0f-904a-4c68-95c8-586612079117_4288x4324.png 1272w, /__u/substackcdn.com/image/fetch/$s_!bnoZ!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a86ca0f-904a-4c68-95c8-586612079117_4288x4324.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><div><hr></div><div class="captioned-button-wrap" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/the-future-of-coaching-building-an?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="CaptionedButtonToDOM"><div class="preamble"><p class="cta-caption">Hey, enjoying <strong>this</strong>? Share with others to help them save hours of research.<strong> Let&#8217;s grow together!</strong></p></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/the-future-of-coaching-building-an?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="ButtonCreateButton"><a class="button primary" href="/__u/growithai.substack.com/p/the-future-of-coaching-building-an?utm_source=substack&amp;utm_medium=email&amp;utm_content=share&amp;action=share"><span>Share</span></a></p></div><div><hr></div><h3><strong>Step 6: Execute the Agent.</strong></h3><p>To execute the agent, simply run the following command. </p><pre><code>python main.py</code></pre><p>This will initiate the AI agent, allowing it to start processing queries and providing intelligent responses based on the knowledge base you&#8217;ve set up. Make sure all the necessary configurations and dependencies are in place before executing this command. Once done, your agent will be ready to interact with users and deliver answers in real-time and you should see something like below,</p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!vcg2!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1355a630-3b2a-41b9-894c-20056f887ed6_1874x450.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!vcg2!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1355a630-3b2a-41b9-894c-20056f887ed6_1874x450.png 424w, /__u/substackcdn.com/image/fetch/$s_!vcg2!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1355a630-3b2a-41b9-894c-20056f887ed6_1874x450.png 848w, /__u/substackcdn.com/image/fetch/$s_!vcg2!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1355a630-3b2a-41b9-894c-20056f887ed6_1874x450.png 1272w, /__u/substackcdn.com/image/fetch/$s_!vcg2!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1355a630-3b2a-41b9-894c-20056f887ed6_1874x450.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!vcg2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1355a630-3b2a-41b9-894c-20056f887ed6_1874x450.png" width="1456" height="350" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1355a630-3b2a-41b9-894c-20056f887ed6_1874x450.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:350,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:137270,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!vcg2!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1355a630-3b2a-41b9-894c-20056f887ed6_1874x450.png 424w, /__u/substackcdn.com/image/fetch/$s_!vcg2!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1355a630-3b2a-41b9-894c-20056f887ed6_1874x450.png 848w, /__u/substackcdn.com/image/fetch/$s_!vcg2!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1355a630-3b2a-41b9-894c-20056f887ed6_1874x450.png 1272w, /__u/substackcdn.com/image/fetch/$s_!vcg2!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1355a630-3b2a-41b9-894c-20056f887ed6_1874x450.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><p>When executing the Python file for the first time, the system will ingest and add all the documents (transcriptions, in this case) into the knowledge base, preparing it for use by the agent. This process ensures that the knowledge base is populated with relevant information, which the AI coach will use to provide accurate and context-aware responses.</p><p>Now lets ask the question to our AI Coach.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!5Dm4!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f58a181-5e9f-42b2-8880-289dd3d67fb9_1852x1234.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!5Dm4!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f58a181-5e9f-42b2-8880-289dd3d67fb9_1852x1234.png 424w, /__u/substackcdn.com/image/fetch/$s_!5Dm4!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f58a181-5e9f-42b2-8880-289dd3d67fb9_1852x1234.png 848w, /__u/substackcdn.com/image/fetch/$s_!5Dm4!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f58a181-5e9f-42b2-8880-289dd3d67fb9_1852x1234.png 1272w, /__u/substackcdn.com/image/fetch/$s_!5Dm4!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f58a181-5e9f-42b2-8880-289dd3d67fb9_1852x1234.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!5Dm4!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f58a181-5e9f-42b2-8880-289dd3d67fb9_1852x1234.png" width="1456" height="970" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6f58a181-5e9f-42b2-8880-289dd3d67fb9_1852x1234.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:970,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:267443,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!5Dm4!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f58a181-5e9f-42b2-8880-289dd3d67fb9_1852x1234.png 424w, /__u/substackcdn.com/image/fetch/$s_!5Dm4!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f58a181-5e9f-42b2-8880-289dd3d67fb9_1852x1234.png 848w, /__u/substackcdn.com/image/fetch/$s_!5Dm4!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f58a181-5e9f-42b2-8880-289dd3d67fb9_1852x1234.png 1272w, /__u/substackcdn.com/image/fetch/$s_!5Dm4!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f58a181-5e9f-42b2-8880-289dd3d67fb9_1852x1234.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>And there you have it! We asked the AI Coach a question about Liam, and the response perfectly reflects the core of what Liam is all about&#8212;AI automation, marketing, and more. This shows that the agent is successfully pulling relevant information from the knowledge base and delivering accurate answers.</p><p>Congratulations on a job well done! You've successfully set up an intelligent AI coach capable of responding to user queries based on the knowledge it has ingested. This is a significant step forward in building a powerful, domain-specific AI system.</p><p>Here is my git repo where all code can be found - <a href="https://github.com/DTiapan/ai-agents-handbook/tree/main/ai-coach">github link</a></p><p>In case you prefer a video of the above explanation, go through my video below. Don&#8217;t forget to hit the like button and subscribe if you find the video useful&#8212;your support helps me create more valuable content like this!</p><div id="youtube2-wXPdECT25EI" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;wXPdECT25EI&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/wXPdECT25EI?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://growithai.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">Hey, your time is <strong>valuable</strong>, and I&#8217;m here to help you <strong>save hours of research</strong> every week! Subscribe to Grow with AI for cutting-edge updates from the AI Agents space. Stay ahead! Don&#8217;t <strong>miss out</strong> on what&#8217;s next!.</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><div><hr></div><p>And that&#8217;s a wrap for this edition! Stay tuned for more updates in the next newsletter. Until then, take care and stay curious!</p>]]></content:encoded></item><item><title><![CDATA[Building an AI Stock Analyst Agent - ProfitPilot AI]]></title><description><![CDATA[AI Agent 002]]></description><link>https://growithai.substack.com/p/building-an-ai-stock-analyst-agent</link><guid isPermaLink="false">https://growithai.substack.com/p/building-an-ai-stock-analyst-agent</guid><dc:creator><![CDATA[Ajas Bakran]]></dc:creator><pubDate>Tue, 11 Feb 2025 07:30:30 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!lcuX!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb73d9ad5-305f-46dd-bc60-a1642a326e36_1472x832.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Welcome to this month's next newsletter edition! </p><p>Today, we're diving into something exciting - creating ProfitPilot AI, a powerful financial analysis tool that combines artificial intelligence with real-time market data. This project will give you hands-on experience with modern tech stacks with building AI Agents.</p><h2>What We're Building</h2><p>ProfitPilot AI is your personal financial analyst that helps you make data-driven decisions by analyzing both short-term market movements and long-term investment opportunities. The best part? It's powered by AI agents that work together to provide comprehensive insights sometimes called Multi-Agent Systems.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!lcuX!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb73d9ad5-305f-46dd-bc60-a1642a326e36_1472x832.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!lcuX!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb73d9ad5-305f-46dd-bc60-a1642a326e36_1472x832.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!lcuX!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb73d9ad5-305f-46dd-bc60-a1642a326e36_1472x832.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!lcuX!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb73d9ad5-305f-46dd-bc60-a1642a326e36_1472x832.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!lcuX!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb73d9ad5-305f-46dd-bc60-a1642a326e36_1472x832.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!lcuX!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb73d9ad5-305f-46dd-bc60-a1642a326e36_1472x832.jpeg" width="1456" height="823" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b73d9ad5-305f-46dd-bc60-a1642a326e36_1472x832.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:823,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:118020,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!lcuX!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb73d9ad5-305f-46dd-bc60-a1642a326e36_1472x832.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!lcuX!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb73d9ad5-305f-46dd-bc60-a1642a326e36_1472x832.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!lcuX!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb73d9ad5-305f-46dd-bc60-a1642a326e36_1472x832.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!lcuX!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb73d9ad5-305f-46dd-bc60-a1642a326e36_1472x832.jpeg 1456w" sizes="100vw" fetchpriority="high"></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></p><h2>The Technology Stack</h2><p>Let's break down the key components we'll be using:</p><h3>1. CrewAI - Your AI Agent Framework</h3><p><a href="https://github.com/crewAIInc/crewAI">CrewAI</a> is the backbone of our project, managing multiple AI agents that work in harmony. Each AI agent has a specific role:</p><ul><li><p>One analyzes short-term market trends</p></li><li><p>Another focuses on long-term patterns</p></li><li><p>A third agent combines these insights into actionable recommendations</p></li></ul><h3>2. Streamlit - Your Frontend</h3><p>Streamlit turns your Python scripts into beautiful web applications with minimal effort. We'll use it to create:</p><ul><li><p>An interactive dashboard displaying real-time market data</p></li><li><p>Visual representations of AI insights</p></li><li><p>User-friendly controls for customizing analysis parameters</p></li></ul><h3>3. Yahoo Finance Library - Data Source</h3><p>This library will be our window into the financial world, providing:</p><ul><li><p>Real-time stock prices</p></li><li><p>Historical market data</p></li><li><p>Company fundamentals</p></li></ul><p></p><h2>Block Diagram</h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!oEeL!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2599d7b2-9dd8-4609-ae64-becd709c467d_2018x700.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!oEeL!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2599d7b2-9dd8-4609-ae64-becd709c467d_2018x700.png 424w, /__u/substackcdn.com/image/fetch/$s_!oEeL!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2599d7b2-9dd8-4609-ae64-becd709c467d_2018x700.png 848w, /__u/substackcdn.com/image/fetch/$s_!oEeL!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2599d7b2-9dd8-4609-ae64-becd709c467d_2018x700.png 1272w, /__u/substackcdn.com/image/fetch/$s_!oEeL!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2599d7b2-9dd8-4609-ae64-becd709c467d_2018x700.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!oEeL!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2599d7b2-9dd8-4609-ae64-becd709c467d_2018x700.png" width="1456" height="505" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2599d7b2-9dd8-4609-ae64-becd709c467d_2018x700.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:505,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:177503,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" title="" srcset="/__u/substackcdn.com/image/fetch/$s_!oEeL!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2599d7b2-9dd8-4609-ae64-becd709c467d_2018x700.png 424w, /__u/substackcdn.com/image/fetch/$s_!oEeL!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2599d7b2-9dd8-4609-ae64-becd709c467d_2018x700.png 848w, /__u/substackcdn.com/image/fetch/$s_!oEeL!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2599d7b2-9dd8-4609-ae64-becd709c467d_2018x700.png 1272w, /__u/substackcdn.com/image/fetch/$s_!oEeL!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2599d7b2-9dd8-4609-ae64-becd709c467d_2018x700.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>Let me explain how the architecture shown in this diagram works for ProfitPilot AI. This diagram illustrates the complete flow of how data and requests move through the system.</p><p>The process begins with the user interface, where a user (shown on the left) can input a stock query - in this example, they're interested in Tesla (TSLA). This interaction happens through a Streamlit interface, which provides a clean, web-based frontend for users to interact with the system.</p><p>When a query is submitted, it flows into the core ProfitPilot AI system, which then initiates AI agent, managed by CrewAI.</p><p>The first branch connects to Yahoo Finance (shown in the top right) as a custom tool. This is crucial because it fetches real-time financial data and ratios about Tesla. Think of this as the system's way of gathering raw financial intelligence about the stock.</p><p>This data then flows to two specialized agents:</p><p>1. <strong>The Financial Analyst Agent</strong>, which processes the raw financial data to understand the company's financial health, market position, and performance metrics.</p><p>2. <strong>The Investment Advisor Agent</strong>, which takes this analyzed information and transforms it into actionable investment advice.</p><p>Both these agents are powered by OpenAI's GPT-4-mini model (shown on the far right), which provides the artificial intelligence capabilities needed to process and interpret the financial data intelligently.</p><p>Finally, the system compiles all this information - the raw data, the financial analysis, and the investment advice - and returns it to the user through the Streamlit interface as a comprehensive result.</p><p>This architecture is particularly elegant because it combines the best of both worlds: the precision of financial data tools with power of AI, all while maintaining a user-friendly interface. The CrewAI framework ensures that these different components work together to provide best results.</p><h2>Let&#8217;s look into the code</h2><p>We will divide this in 5 parts,</p><ol><li><p>Setup the streamlit dashboard</p></li><li><p>Create Agents</p></li><li><p>Create tool required to fetch the stock data from yahoo finance library</p></li><li><p>Creating the Crew</p></li><li><p>Bringing It All to Life: Running the Investment Analysis</p></li></ol><h4>1. Setup the streamlit dashboard</h4><p>What you see below is the dashboard of the ProfitPilot AI we have build it using streamlit.</p><p>The UI has two main cards - one for short-term analysis and another for long-term analysis. The short-term and long-term analyses come from our <strong>Investment Advisor Agent</strong> working together with <strong>Financial Analyst Agent </strong>through CrewAI.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!Ig1X!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba847f67-1c83-401c-8b0e-2030b49f870e_2656x1364.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!Ig1X!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba847f67-1c83-401c-8b0e-2030b49f870e_2656x1364.png 424w, /__u/substackcdn.com/image/fetch/$s_!Ig1X!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba847f67-1c83-401c-8b0e-2030b49f870e_2656x1364.png 848w, /__u/substackcdn.com/image/fetch/$s_!Ig1X!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba847f67-1c83-401c-8b0e-2030b49f870e_2656x1364.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Ig1X!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba847f67-1c83-401c-8b0e-2030b49f870e_2656x1364.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!Ig1X!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba847f67-1c83-401c-8b0e-2030b49f870e_2656x1364.png" width="1456" height="748" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ba847f67-1c83-401c-8b0e-2030b49f870e_2656x1364.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:748,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1518694,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!Ig1X!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba847f67-1c83-401c-8b0e-2030b49f870e_2656x1364.png 424w, /__u/substackcdn.com/image/fetch/$s_!Ig1X!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba847f67-1c83-401c-8b0e-2030b49f870e_2656x1364.png 848w, /__u/substackcdn.com/image/fetch/$s_!Ig1X!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba847f67-1c83-401c-8b0e-2030b49f870e_2656x1364.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Ig1X!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fba847f67-1c83-401c-8b0e-2030b49f870e_2656x1364.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>Code responsible for creating the dashboard is as below,</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!hrb9!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e79a2f4-c4e9-4d3a-abe4-6405e7f5c987_3816x4004.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!hrb9!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e79a2f4-c4e9-4d3a-abe4-6405e7f5c987_3816x4004.png 424w, /__u/substackcdn.com/image/fetch/$s_!hrb9!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e79a2f4-c4e9-4d3a-abe4-6405e7f5c987_3816x4004.png 848w, /__u/substackcdn.com/image/fetch/$s_!hrb9!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e79a2f4-c4e9-4d3a-abe4-6405e7f5c987_3816x4004.png 1272w, /__u/substackcdn.com/image/fetch/$s_!hrb9!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e79a2f4-c4e9-4d3a-abe4-6405e7f5c987_3816x4004.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!hrb9!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e79a2f4-c4e9-4d3a-abe4-6405e7f5c987_3816x4004.png" width="1456" height="1528" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8e79a2f4-c4e9-4d3a-abe4-6405e7f5c987_3816x4004.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1528,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2114588,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!hrb9!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e79a2f4-c4e9-4d3a-abe4-6405e7f5c987_3816x4004.png 424w, /__u/substackcdn.com/image/fetch/$s_!hrb9!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e79a2f4-c4e9-4d3a-abe4-6405e7f5c987_3816x4004.png 848w, /__u/substackcdn.com/image/fetch/$s_!hrb9!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e79a2f4-c4e9-4d3a-abe4-6405e7f5c987_3816x4004.png 1272w, /__u/substackcdn.com/image/fetch/$s_!hrb9!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8e79a2f4-c4e9-4d3a-abe4-6405e7f5c987_3816x4004.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>Streamlit function <strong>create_investment_dashboard()</strong> generates an interactive investment dashboard, analyzing a company's short-term and long-term outlook. It presents key insights&#8212;investment action, confidence score, and analysis&#8212;through visually structured cards. Designed for clarity, this tool helps investors make informed decisions at a glance.</p><h4>2. Create Agents through CrewAI</h4><p>Creating agents in CrewAI is straightforward. It has two parts</p><ol><li><p>Defining three key elements of an Agent : <strong>Role, Goal, and Backstory</strong>&#8212;each playing a crucial part in shaping the agent&#8217;s effectiveness.</p><ol><li><p><strong>Role</strong> &#8211; The agent&#8217;s identity or function (e.g., "Financial Analyst" or "Market Researcher").</p></li><li><p><strong>Goal</strong> &#8211; The specific objective the agent is designed to achieve (e.g., "Analyze stock trends and provide investment recommendations").</p></li><li><p><strong>Backstory</strong> &#8211; A contextual narrative that enhances the agent&#8217;s decision-making accuracy by aligning it with a persona (e.g., "A seasoned Wall Street analyst with years of market expertise").</p></li></ol></li><li><p>Define the task for above agent - In CrewAI, tasks provide clear instructions on what an agent should do and what kind of output to generate.</p><ol><li><p><strong>Description</strong> - The task to be done </p></li><li><p>Expected output - What needs to be delivered</p></li><li><p>Agent - Which AI agent will execute this task</p></li></ol></li></ol><p>Below is the code snippet of our financial Analyst AI Agent - </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!1Zz7!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe0e30ad9-2e5c-46ce-9c1d-49ccfcd24ccb_4192x2380.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!1Zz7!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe0e30ad9-2e5c-46ce-9c1d-49ccfcd24ccb_4192x2380.png 424w, /__u/substackcdn.com/image/fetch/$s_!1Zz7!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe0e30ad9-2e5c-46ce-9c1d-49ccfcd24ccb_4192x2380.png 848w, /__u/substackcdn.com/image/fetch/$s_!1Zz7!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe0e30ad9-2e5c-46ce-9c1d-49ccfcd24ccb_4192x2380.png 1272w, /__u/substackcdn.com/image/fetch/$s_!1Zz7!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe0e30ad9-2e5c-46ce-9c1d-49ccfcd24ccb_4192x2380.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!1Zz7!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe0e30ad9-2e5c-46ce-9c1d-49ccfcd24ccb_4192x2380.png" width="1456" height="827" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e0e30ad9-2e5c-46ce-9c1d-49ccfcd24ccb_4192x2380.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:827,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1709652,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!1Zz7!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe0e30ad9-2e5c-46ce-9c1d-49ccfcd24ccb_4192x2380.png 424w, /__u/substackcdn.com/image/fetch/$s_!1Zz7!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe0e30ad9-2e5c-46ce-9c1d-49ccfcd24ccb_4192x2380.png 848w, /__u/substackcdn.com/image/fetch/$s_!1Zz7!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe0e30ad9-2e5c-46ce-9c1d-49ccfcd24ccb_4192x2380.png 1272w, /__u/substackcdn.com/image/fetch/$s_!1Zz7!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe0e30ad9-2e5c-46ce-9c1d-49ccfcd24ccb_4192x2380.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>Corresponding Agent configuration is defined in yaml files as below,</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!2oES!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72c5b56f-990e-46f2-b706-616fcbcdf664_3940x1476.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!2oES!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72c5b56f-990e-46f2-b706-616fcbcdf664_3940x1476.png 424w, /__u/substackcdn.com/image/fetch/$s_!2oES!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72c5b56f-990e-46f2-b706-616fcbcdf664_3940x1476.png 848w, /__u/substackcdn.com/image/fetch/$s_!2oES!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72c5b56f-990e-46f2-b706-616fcbcdf664_3940x1476.png 1272w, /__u/substackcdn.com/image/fetch/$s_!2oES!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72c5b56f-990e-46f2-b706-616fcbcdf664_3940x1476.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!2oES!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72c5b56f-990e-46f2-b706-616fcbcdf664_3940x1476.png" width="1456" height="545" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/72c5b56f-990e-46f2-b706-616fcbcdf664_3940x1476.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:545,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:947429,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!2oES!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72c5b56f-990e-46f2-b706-616fcbcdf664_3940x1476.png 424w, /__u/substackcdn.com/image/fetch/$s_!2oES!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72c5b56f-990e-46f2-b706-616fcbcdf664_3940x1476.png 848w, /__u/substackcdn.com/image/fetch/$s_!2oES!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72c5b56f-990e-46f2-b706-616fcbcdf664_3940x1476.png 1272w, /__u/substackcdn.com/image/fetch/$s_!2oES!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72c5b56f-990e-46f2-b706-616fcbcdf664_3940x1476.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>and for tasks it is configured like below,</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!i-9P!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3b8b35a4-99b2-4933-b796-014b3a98d168_3940x1476.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!i-9P!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3b8b35a4-99b2-4933-b796-014b3a98d168_3940x1476.png 424w, /__u/substackcdn.com/image/fetch/$s_!i-9P!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3b8b35a4-99b2-4933-b796-014b3a98d168_3940x1476.png 848w, /__u/substackcdn.com/image/fetch/$s_!i-9P!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3b8b35a4-99b2-4933-b796-014b3a98d168_3940x1476.png 1272w, /__u/substackcdn.com/image/fetch/$s_!i-9P!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3b8b35a4-99b2-4933-b796-014b3a98d168_3940x1476.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!i-9P!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3b8b35a4-99b2-4933-b796-014b3a98d168_3940x1476.png" width="1456" height="545" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3b8b35a4-99b2-4933-b796-014b3a98d168_3940x1476.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:545,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:737674,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!i-9P!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3b8b35a4-99b2-4933-b796-014b3a98d168_3940x1476.png 424w, /__u/substackcdn.com/image/fetch/$s_!i-9P!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3b8b35a4-99b2-4933-b796-014b3a98d168_3940x1476.png 848w, /__u/substackcdn.com/image/fetch/$s_!i-9P!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3b8b35a4-99b2-4933-b796-014b3a98d168_3940x1476.png 1272w, /__u/substackcdn.com/image/fetch/$s_!i-9P!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3b8b35a4-99b2-4933-b796-014b3a98d168_3940x1476.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></p><p>Now let&#8217;s move on to understanding how do we fetch the data from Yahoo Finance library and feed it to our AI Agent.</p><p></p><h4>3. Creating a custom tool to fetch stock data</h4><p><strong>What is a Tool?</strong> - In CrewAI, <strong>tools</strong> enhance an AI agent&#8217;s capabilities by allowing it to interact with external data sources, APIs, or functions.</p><p>What is a Custom Tool? - While CrewAI offers built-in integrations, sometimes an agent needs specialized functionality. A <strong>custom tool</strong> is a user-defined function or API that expands an agent&#8217;s abilities beyond standard tools.</p><p>For example, if we want our <strong>The Financial Analyst Agent</strong> to fetch and analyze <strong>alternative data sources</strong>, we can create a custom tool like this shown below,</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!6R-V!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F83ccdd13-6c92-40ee-87df-9645bc678b43_4248x4672.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!6R-V!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F83ccdd13-6c92-40ee-87df-9645bc678b43_4248x4672.png 424w, /__u/substackcdn.com/image/fetch/$s_!6R-V!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F83ccdd13-6c92-40ee-87df-9645bc678b43_4248x4672.png 848w, /__u/substackcdn.com/image/fetch/$s_!6R-V!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F83ccdd13-6c92-40ee-87df-9645bc678b43_4248x4672.png 1272w, /__u/substackcdn.com/image/fetch/$s_!6R-V!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F83ccdd13-6c92-40ee-87df-9645bc678b43_4248x4672.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!6R-V!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F83ccdd13-6c92-40ee-87df-9645bc678b43_4248x4672.png" width="1456" height="1601" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/83ccdd13-6c92-40ee-87df-9645bc678b43_4248x4672.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1601,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2747864,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!6R-V!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F83ccdd13-6c92-40ee-87df-9645bc678b43_4248x4672.png 424w, /__u/substackcdn.com/image/fetch/$s_!6R-V!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F83ccdd13-6c92-40ee-87df-9645bc678b43_4248x4672.png 848w, /__u/substackcdn.com/image/fetch/$s_!6R-V!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F83ccdd13-6c92-40ee-87df-9645bc678b43_4248x4672.png 1272w, /__u/substackcdn.com/image/fetch/$s_!6R-V!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F83ccdd13-6c92-40ee-87df-9645bc678b43_4248x4672.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>That was our first agent&#8212;now let&#8217;s move on to the second one, the <strong>Investment Advisor Agent</strong>. In the snippet below, something interesting happens: we take the output from our first agent and pass it to the second agent, enabling it to generate more accurate insights. This is where <strong>collaboration comes into play</strong>, forming what&#8217;s known as a <strong>multi-agent setup</strong> in CrewAI.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!ygk6!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05378f45-a395-44a8-a24a-a142c4bfb961_3728x2380.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!ygk6!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05378f45-a395-44a8-a24a-a142c4bfb961_3728x2380.png 424w, /__u/substackcdn.com/image/fetch/$s_!ygk6!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05378f45-a395-44a8-a24a-a142c4bfb961_3728x2380.png 848w, /__u/substackcdn.com/image/fetch/$s_!ygk6!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05378f45-a395-44a8-a24a-a142c4bfb961_3728x2380.png 1272w, /__u/substackcdn.com/image/fetch/$s_!ygk6!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05378f45-a395-44a8-a24a-a142c4bfb961_3728x2380.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!ygk6!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05378f45-a395-44a8-a24a-a142c4bfb961_3728x2380.png" width="1456" height="930" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/05378f45-a395-44a8-a24a-a142c4bfb961_3728x2380.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:930,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1338698,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!ygk6!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05378f45-a395-44a8-a24a-a142c4bfb961_3728x2380.png 424w, /__u/substackcdn.com/image/fetch/$s_!ygk6!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05378f45-a395-44a8-a24a-a142c4bfb961_3728x2380.png 848w, /__u/substackcdn.com/image/fetch/$s_!ygk6!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05378f45-a395-44a8-a24a-a142c4bfb961_3728x2380.png 1272w, /__u/substackcdn.com/image/fetch/$s_!ygk6!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05378f45-a395-44a8-a24a-a142c4bfb961_3728x2380.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>4. Creating the Crew</h4><p>Now that our agents are ready, it's time to bring them together into a <strong>Crew</strong> to execute the end-to-end investment analysis. By structuring agents into a seamless workflow, we enable <strong>collaboration</strong>, allowing each agent to contribute its specialized expertise for a <strong>comprehensive stock analysis</strong>.</p><p>Let&#8217;s take a look at the snippet below:</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!g7c0!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F648fcab9-831f-4382-a603-e667b7a565eb_3676x1592.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!g7c0!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F648fcab9-831f-4382-a603-e667b7a565eb_3676x1592.png 424w, /__u/substackcdn.com/image/fetch/$s_!g7c0!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F648fcab9-831f-4382-a603-e667b7a565eb_3676x1592.png 848w, /__u/substackcdn.com/image/fetch/$s_!g7c0!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F648fcab9-831f-4382-a603-e667b7a565eb_3676x1592.png 1272w, /__u/substackcdn.com/image/fetch/$s_!g7c0!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F648fcab9-831f-4382-a603-e667b7a565eb_3676x1592.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!g7c0!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F648fcab9-831f-4382-a603-e667b7a565eb_3676x1592.png" width="1456" height="631" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/648fcab9-831f-4382-a603-e667b7a565eb_3676x1592.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:631,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1126865,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!g7c0!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F648fcab9-831f-4382-a603-e667b7a565eb_3676x1592.png 424w, /__u/substackcdn.com/image/fetch/$s_!g7c0!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F648fcab9-831f-4382-a603-e667b7a565eb_3676x1592.png 848w, /__u/substackcdn.com/image/fetch/$s_!g7c0!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F648fcab9-831f-4382-a603-e667b7a565eb_3676x1592.png 1272w, /__u/substackcdn.com/image/fetch/$s_!g7c0!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F648fcab9-831f-4382-a603-e667b7a565eb_3676x1592.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><ul><li><p><strong>@crew Decorator</strong> &#8211; Registers this function as a CrewAI crew setup.</p></li><li><p><strong>Agents (self.agents)</strong> &#8211; A list of AI agents assigned to this crew, automatically generated via the <code>@agent</code> decorator.</p></li><li><p><strong>Tasks (self.tasks)</strong> &#8211; The defined tasks that agents will execute, created using the <code>@task</code> decorator.</p></li><li><p><strong>Process.sequential</strong> &#8211; Defines the execution flow as sequential, meaning agents complete tasks in a step-by-step manner rather than running in parallel.</p></li><li><p><strong>verbose=True</strong> &#8211; Enables detailed logging, making it easier to track the workflow execution.</p></li></ul><p>By structuring our <strong>Crew</strong>, we ensure that agents <strong>work together efficiently</strong>, passing insights from one to another to generate a complete, well-analyzed investment report.</p><h4>5. Bringing It All to Life: Running the Investment Analysis</h4><p>Now that we have structured our <strong>Crew</strong>, the final step is to <strong>kick off the execution</strong> and let our AI agents collaborate on the investment analysis. This is where the magic happens!</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!IxEL!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7c381aa3-8c47-4c2f-9aaf-47ed836c3ae4_3688x2324.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!IxEL!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7c381aa3-8c47-4c2f-9aaf-47ed836c3ae4_3688x2324.png 424w, /__u/substackcdn.com/image/fetch/$s_!IxEL!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7c381aa3-8c47-4c2f-9aaf-47ed836c3ae4_3688x2324.png 848w, /__u/substackcdn.com/image/fetch/$s_!IxEL!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7c381aa3-8c47-4c2f-9aaf-47ed836c3ae4_3688x2324.png 1272w, /__u/substackcdn.com/image/fetch/$s_!IxEL!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7c381aa3-8c47-4c2f-9aaf-47ed836c3ae4_3688x2324.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!IxEL!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7c381aa3-8c47-4c2f-9aaf-47ed836c3ae4_3688x2324.png" width="1456" height="918" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/7c381aa3-8c47-4c2f-9aaf-47ed836c3ae4_3688x2324.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:918,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1495433,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!IxEL!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7c381aa3-8c47-4c2f-9aaf-47ed836c3ae4_3688x2324.png 424w, /__u/substackcdn.com/image/fetch/$s_!IxEL!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7c381aa3-8c47-4c2f-9aaf-47ed836c3ae4_3688x2324.png 848w, /__u/substackcdn.com/image/fetch/$s_!IxEL!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7c381aa3-8c47-4c2f-9aaf-47ed836c3ae4_3688x2324.png 1272w, /__u/substackcdn.com/image/fetch/$s_!IxEL!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7c381aa3-8c47-4c2f-9aaf-47ed836c3ae4_3688x2324.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>What is happening here?</p><ul><li><p><strong>User Interaction</strong> &#8211; When the user clicks the <strong>Analyze</strong> button, the process begins.</p></li><li><p><strong>Crew Execution</strong> &#8211; The <strong>Investmentcrew()</strong> instance is initialized, and the <strong>kickoff()</strong> function is triggered with the stock ticker as input.</p></li><li><p><strong>Data Processing</strong> &#8211; The raw results from the AI agents are structured into a <strong>well-defined investment report</strong>.</p></li><li><p><strong>Dashboard Visualization</strong> &#8211; The <strong>investment dashboard</strong> is generated, providing a clear view of short-term and long-term stock insights.</p></li><li><p><strong>Error Handling</strong> &#8211; If anything goes wrong, the user is notified with an error message</p></li></ul><p>Since we are using the streamlit as UI, Just hit below command to start the application</p><p></p><p>Once the application is up and running, you&#8217;ll be greeted with an intuitive interface. Simply enter the <strong>name or ticker symbol</strong> of any stock, and watch as <strong>AI agents work in real-time</strong> to analyze it for you.</p><p>With just one input, you&#8217;ll get:</p><p><br>&#9989; <strong>Short-term &amp; long-term investment insights</strong><br>&#9989; <strong>Confidence scores for decision-making</strong><br>&#9989; <strong>A comprehensive summary &amp; conclusion</strong></p><p>Go ahead&#8212;enter any stock name and see AI-driven analysis <strong>on the go&#8230;</strong></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!rYuf!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16d335a9-7a35-4a4e-9d36-e7bf728a9808_1272x463.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!rYuf!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16d335a9-7a35-4a4e-9d36-e7bf728a9808_1272x463.png 424w, /__u/substackcdn.com/image/fetch/$s_!rYuf!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16d335a9-7a35-4a4e-9d36-e7bf728a9808_1272x463.png 848w, /__u/substackcdn.com/image/fetch/$s_!rYuf!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16d335a9-7a35-4a4e-9d36-e7bf728a9808_1272x463.png 1272w, /__u/substackcdn.com/image/fetch/$s_!rYuf!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16d335a9-7a35-4a4e-9d36-e7bf728a9808_1272x463.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!rYuf!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16d335a9-7a35-4a4e-9d36-e7bf728a9808_1272x463.png" width="1272" height="463" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/16d335a9-7a35-4a4e-9d36-e7bf728a9808_1272x463.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:463,&quot;width&quot;:1272,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:68960,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!rYuf!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16d335a9-7a35-4a4e-9d36-e7bf728a9808_1272x463.png 424w, /__u/substackcdn.com/image/fetch/$s_!rYuf!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16d335a9-7a35-4a4e-9d36-e7bf728a9808_1272x463.png 848w, /__u/substackcdn.com/image/fetch/$s_!rYuf!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16d335a9-7a35-4a4e-9d36-e7bf728a9808_1272x463.png 1272w, /__u/substackcdn.com/image/fetch/$s_!rYuf!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16d335a9-7a35-4a4e-9d36-e7bf728a9808_1272x463.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><div><hr></div><p></p><div class="captioned-button-wrap" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/building-an-ai-stock-analyst-agent?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="CaptionedButtonToDOM"><div class="preamble"><p class="cta-caption">Hey, found this <strong>helpful</strong>? Share with others to help them save hours of research.<strong> Let&#8217;s grow together!</strong></p></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/building-an-ai-stock-analyst-agent?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="ButtonCreateButton"><a class="button primary" href="/__u/growithai.substack.com/p/building-an-ai-stock-analyst-agent?utm_source=substack&amp;utm_medium=email&amp;utm_content=share&amp;action=share"><span>Share</span></a></p></div><div><hr></div><p>Here is my git repo where all code can be found - <a href="https://github.com/DTiapan/ai-agents-handbook/tree/main/ProfitPilot-ai">github link</a></p><p>In case you prefer a video of the above explanation, go through my video below. Don&#8217;t forget to hit the like button and subscribe if you find the video useful&#8212;your support helps me create more valuable content like this!</p><div id="youtube2-cpWHmd6te6M" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;cpWHmd6te6M&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/cpWHmd6te6M?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://growithai.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">Hey, your time is <strong>valuable</strong>, and I&#8217;m here to help you <strong>save hours of research</strong> every week! Subscribe to Grow with AI for cutting-edge updates from the AI Agents space. Stay ahead! Don&#8217;t <strong>miss out</strong> on what&#8217;s next!</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><div><hr></div><p>And that&#8217;s a wrap for this edition! Stay tuned for more updates in the next newsletter. Until then, take care and stay curious!</p>]]></content:encoded></item><item><title><![CDATA[Top 5 Updates in AI Agents Space]]></title><description><![CDATA[Feb 2025]]></description><link>https://growithai.substack.com/p/top-5-updates-in-ai-agents-space-f36</link><guid isPermaLink="false">https://growithai.substack.com/p/top-5-updates-in-ai-agents-space-f36</guid><dc:creator><![CDATA[Ajas Bakran]]></dc:creator><pubDate>Tue, 04 Feb 2025 07:31:00 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!eReR!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4872ab4d-c989-463f-9d4c-6ffc3ff800bf_1472x832.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="pullquote"><p>The global market for AI agents is projected to grow significantly, from $5.29 billion in 2024 to $216.8 billion by 2035</p></div><p>AI agents are evolving at an unprecedented pace, reshaping the way we work, automate, and interact with technology. From enterprise automation to next-gen AI assistants, the latest advancements are setting the stage for a more intelligent and autonomous future. </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!eReR!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4872ab4d-c989-463f-9d4c-6ffc3ff800bf_1472x832.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!eReR!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4872ab4d-c989-463f-9d4c-6ffc3ff800bf_1472x832.png 424w, /__u/substackcdn.com/image/fetch/$s_!eReR!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4872ab4d-c989-463f-9d4c-6ffc3ff800bf_1472x832.png 848w, /__u/substackcdn.com/image/fetch/$s_!eReR!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4872ab4d-c989-463f-9d4c-6ffc3ff800bf_1472x832.png 1272w, /__u/substackcdn.com/image/fetch/$s_!eReR!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4872ab4d-c989-463f-9d4c-6ffc3ff800bf_1472x832.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!eReR!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4872ab4d-c989-463f-9d4c-6ffc3ff800bf_1472x832.png" width="1456" height="823" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4872ab4d-c989-463f-9d4c-6ffc3ff800bf_1472x832.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:823,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1358606,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!eReR!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4872ab4d-c989-463f-9d4c-6ffc3ff800bf_1472x832.png 424w, /__u/substackcdn.com/image/fetch/$s_!eReR!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4872ab4d-c989-463f-9d4c-6ffc3ff800bf_1472x832.png 848w, /__u/substackcdn.com/image/fetch/$s_!eReR!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4872ab4d-c989-463f-9d4c-6ffc3ff800bf_1472x832.png 1272w, /__u/substackcdn.com/image/fetch/$s_!eReR!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4872ab4d-c989-463f-9d4c-6ffc3ff800bf_1472x832.png 1456w" sizes="100vw" fetchpriority="high"></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></p><p>In this edition, we&#8217;re bringing you the most exciting updates that are pushing AI agents to new heights. Let&#8217;s dive in!</p><h2>1. OpenAI Introduces <em>Operator</em>: Your AI Assistant for Real-World Tasks</h2><p><br><strong>What&#8217;s New?</strong></p><p><br>OpenAI has launched <strong>Operator</strong>, an AI agent that can autonomously perform tasks on the web, such as booking flights, ordering groceries, and making reservations&#8212;just like a human!</p><p><strong>How It Works</strong></p><ul><li><p>Available for <strong>ChatGPT Pro</strong> users in the U.S.</p></li><li><p><strong>Automates</strong> web-based tasks while asking for user confirmation before finalizing actions.</p></li><li><p><strong>Handles complex workflows</strong> but will pause and request input when needed.</p></li></ul><p><strong>What&#8217;s Next?</strong></p><p><br>Operator is currently in a <strong>research preview</strong> and will expand to more users and regions soon.</p><div class="native-video-embed" data-component-name="VideoPlaceholder" data-attrs="{&quot;mediaUploadId&quot;:&quot;9ec93606-c2f0-40ae-bf0a-a784aff6308b&quot;,&quot;duration&quot;:null}"></div><h2>2. NTT DATA has just dropped <em>Smart AI Agent</em> &#8211; A Game-Changer in Enterprise AI</h2><p>NTT DATA is a $30+ billion trusted global innovator of business and technology services and serves 75% of the Fortune Global 100 and are committed to helping clients innovate, optimize and transform for long-term success</p><p><strong>What&#8217;s New?</strong></p><p><br>NTT DATA has launched its next-generation <strong>Smart AI Agent&#8482;</strong>, aiming to <strong>drive $2 billion in revenue by 2027</strong> and accelerate generative AI adoption across industries.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!8Opz!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F983ef72e-ac3e-49ca-a733-916078c40afc_1376x350.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!8Opz!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F983ef72e-ac3e-49ca-a733-916078c40afc_1376x350.png 424w, /__u/substackcdn.com/image/fetch/$s_!8Opz!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F983ef72e-ac3e-49ca-a733-916078c40afc_1376x350.png 848w, /__u/substackcdn.com/image/fetch/$s_!8Opz!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F983ef72e-ac3e-49ca-a733-916078c40afc_1376x350.png 1272w, /__u/substackcdn.com/image/fetch/$s_!8Opz!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F983ef72e-ac3e-49ca-a733-916078c40afc_1376x350.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!8Opz!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F983ef72e-ac3e-49ca-a733-916078c40afc_1376x350.png" width="1376" height="350" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/983ef72e-ac3e-49ca-a733-916078c40afc_1376x350.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:350,&quot;width&quot;:1376,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:7800,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!8Opz!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F983ef72e-ac3e-49ca-a733-916078c40afc_1376x350.png 424w, /__u/substackcdn.com/image/fetch/$s_!8Opz!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F983ef72e-ac3e-49ca-a733-916078c40afc_1376x350.png 848w, /__u/substackcdn.com/image/fetch/$s_!8Opz!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F983ef72e-ac3e-49ca-a733-916078c40afc_1376x350.png 1272w, /__u/substackcdn.com/image/fetch/$s_!8Opz!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F983ef72e-ac3e-49ca-a733-916078c40afc_1376x350.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></p><p><strong>How It Works</strong></p><ul><li><p><strong>Autonomous Execution</strong> &#8211; Extracts, organizes, and completes tasks based on user instructions.</p></li><li><p><strong>Multi-Agent Collaboration</strong> &#8211; Works with other AI agents to enhance efficiency.</p></li><li><p><strong>Advanced RAG (Retrieval-Augmented Generation)</strong> &#8211; Improves information retrieval for better decision-making.</p></li><li><p><strong>Enterprise-Ready</strong> &#8211; Already transforming operations in <strong>automotive, banking, and manufacturing.</strong></p></li></ul><p><strong>Why It Matters</strong><br>This AI-powered assistant is <strong>designed to complement human workforces</strong>, streamlining time-consuming processes and boosting productivity. With its advanced task automation and planning capabilities, it&#8217;s set to revolutionize enterprise workflows.</p><h2>3. <strong>Oracle AI Agents to Supercharge Business Operations</strong></h2><p></p><p>What&#8217;s New?</p><p>Oracle has introduced a <strong>suite of AI agents</strong> embedded in its cloud services, aiming to <strong>revolutionize business productivity</strong> across multiple industries.</p><p><strong>AI for Supply Chain &amp; Operations</strong></p><ul><li><p><strong>Embedded AI Agents</strong> in <strong>Oracle Fusion Cloud SCM</strong> to streamline workflows.</p></li><li><p>Designed to <strong>automate logistics, procurement, and inventory management</strong>, driving efficiency.</p></li></ul><p><strong>AI for Sales &amp; Customer Engagement</strong></p><ul><li><p>AI-powered assistants help sales teams <strong>generate optimized emails, summarize activities, and enhance customer interactions</strong>.</p></li><li><p>Goal: <strong>Accelerate deal closures and boost engagement</strong> with intelligent automation.</p></li></ul><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!gyMx!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe8df11d3-858a-4800-b053-aa04b8464a4a_1200x675.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!gyMx!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe8df11d3-858a-4800-b053-aa04b8464a4a_1200x675.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!gyMx!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe8df11d3-858a-4800-b053-aa04b8464a4a_1200x675.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!gyMx!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe8df11d3-858a-4800-b053-aa04b8464a4a_1200x675.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!gyMx!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe8df11d3-858a-4800-b053-aa04b8464a4a_1200x675.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!gyMx!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe8df11d3-858a-4800-b053-aa04b8464a4a_1200x675.jpeg" width="1200" height="675" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e8df11d3-858a-4800-b053-aa04b8464a4a_1200x675.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:675,&quot;width&quot;:1200,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:50379,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!gyMx!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe8df11d3-858a-4800-b053-aa04b8464a4a_1200x675.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!gyMx!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe8df11d3-858a-4800-b053-aa04b8464a4a_1200x675.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!gyMx!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe8df11d3-858a-4800-b053-aa04b8464a4a_1200x675.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!gyMx!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe8df11d3-858a-4800-b053-aa04b8464a4a_1200x675.jpeg 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>&#8220;Our new AI agents for supply chain management help ease the administrative burden by streamlining workflows and automating routine tasks to enable greater accuracy and efficiency, smarter decision-making, and ultimately, a more agile and responsive supply chain,&#8221; Oracle executive vice president of applications development Chris Leone said in a <a href="https://finance.yahoo.com/news/oracle-debuts-new-ai-agents-as-artificial-intelligence-war-enters-next-battle-140057385.html?guccounter=1&amp;guce_referrer=aHR0cHM6Ly93d3cucGVycGxleGl0eS5haS8&amp;guce_referrer_sig=AQAAAI4lyhLF7eRuUnSZCTzi48HNyNmqKNM2QZ_bTZnZ01HJq1pZ06RORKzklOCqtyB3DYG0UMiL2iL8NBiOslepws36WnFyyWta3hcENehShK0-jU0JIW3RK5dzcVo8nZLQbeT0Ga1JRM4HuuzCr1H8vdiQ4Dbb-maV-n-rZ8IkPL08">statement</a>.</p><p><strong>Why It Matters</strong><br>Oracle&#8217;s AI-driven approach signals a <strong>major shift in enterprise automation</strong>, directly competing with Microsoft, Google, and other AI leaders. Businesses can now <strong>leverage AI agents for smarter decision-making, reduced manual tasks, and faster operations</strong>.</p><h2>4. <strong>Cisco launches Webex AI Agent</strong> and <strong>AI Agent Studio</strong></h2><p>Cisco has launched new AI solutions for the <strong>Webex Contact Center</strong>, including the <strong>Webex AI Agent</strong> and <strong>AI Agent Studio</strong>, designed to improve <strong>customer service efficiency</strong>. These tools enable <strong>automated self-service</strong>, <strong>faster issue resolution</strong>, and <strong>personalized support</strong>, enhancing customer satisfaction while reducing wait times. The <strong>Cisco AI Assistant</strong> further supports agents by providing <strong>contextual summaries</strong> and <strong>response suggestions</strong> to streamline their workflows.</p><p><strong>AI for Self-Service &amp; Agent Support</strong></p><ul><li><p>The Webex AI Agent offers <strong>immediate self-service</strong> to customers.</p></li><li><p><strong>AI Agent Studio</strong> enables <strong>easy deployment</strong> for businesses.</p></li><li><p><strong>Cisco AI Assistant</strong> supports agents with <strong>contextual summaries</strong> and <strong>response suggestions</strong>.</p></li></ul><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!Jjnv!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18f2303a-4b6a-44db-a466-8693070f638d_800x450.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!Jjnv!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18f2303a-4b6a-44db-a466-8693070f638d_800x450.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!Jjnv!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18f2303a-4b6a-44db-a466-8693070f638d_800x450.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!Jjnv!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18f2303a-4b6a-44db-a466-8693070f638d_800x450.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!Jjnv!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18f2303a-4b6a-44db-a466-8693070f638d_800x450.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!Jjnv!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18f2303a-4b6a-44db-a466-8693070f638d_800x450.jpeg" width="800" height="450" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/18f2303a-4b6a-44db-a466-8693070f638d_800x450.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:450,&quot;width&quot;:800,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:64228,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!Jjnv!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18f2303a-4b6a-44db-a466-8693070f638d_800x450.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!Jjnv!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18f2303a-4b6a-44db-a466-8693070f638d_800x450.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!Jjnv!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18f2303a-4b6a-44db-a466-8693070f638d_800x450.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!Jjnv!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F18f2303a-4b6a-44db-a466-8693070f638d_800x450.jpeg 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>"Customer experience can make or break a brand, and unlike other solutions on the market, the Webex AI Agent solves customer problems instantaneously and will fundamentally transform the experiences we have all reluctantly been using for far too long," <a href="https://investor.cisco.com/news/news-details/2024/Cisco-Announces-New-Webex-AI-Agent-and-AI-Solutions-for-the-Contact-Center-to-Transform-Customer-Experiences/default.aspx#:~:text=%22Customer%20experience%20can,Product%20Officer%2C%20Cisco.">said</a> Jeetu Patel, Executive Vice President and Chief Product Officer, Cisco.</p><p><strong>Why It Matters</strong><br>These AI innovations aim to <strong>transform contact center workflows</strong>, reduce operational costs, and enhance <strong>customer satisfaction</strong>.</p><div><hr></div><div class="captioned-button-wrap" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/top-5-updates-in-ai-agents-space-f36?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="CaptionedButtonToDOM"><div class="preamble"><p class="cta-caption">Hey, found this <strong>helpful</strong>? Share with others to                 help them save hours of research     <strong>Let&#8217;s grow together!</strong></p></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/top-5-updates-in-ai-agents-space-f36?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="ButtonCreateButton"><a class="button primary" href="/__u/growithai.substack.com/p/top-5-updates-in-ai-agents-space-f36?utm_source=substack&amp;utm_medium=email&amp;utm_content=share&amp;action=share"><span>Share</span></a></p></div><div><hr></div><h2>5. <strong>SAP's AI agent : </strong>Joule Collaborative AI Agents</h2><p>SAP's AI agents, integrated into their AI copilot Joule, are designed to enhance cross-functional collaboration and automate complex workflows across various business functions, including supply chain, procurement, and finance. These agents autonomously perform multi-step tasks, enabling teams to focus on strategic initiatives</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!3_49!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b866535-0005-4a58-bb65-e02fa31326a8_1200x594.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!3_49!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b866535-0005-4a58-bb65-e02fa31326a8_1200x594.png 424w, /__u/substackcdn.com/image/fetch/$s_!3_49!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b866535-0005-4a58-bb65-e02fa31326a8_1200x594.png 848w, /__u/substackcdn.com/image/fetch/$s_!3_49!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b866535-0005-4a58-bb65-e02fa31326a8_1200x594.png 1272w, /__u/substackcdn.com/image/fetch/$s_!3_49!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b866535-0005-4a58-bb65-e02fa31326a8_1200x594.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!3_49!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b866535-0005-4a58-bb65-e02fa31326a8_1200x594.png" width="1200" height="594" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9b866535-0005-4a58-bb65-e02fa31326a8_1200x594.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:594,&quot;width&quot;:1200,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:31967,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!3_49!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b866535-0005-4a58-bb65-e02fa31326a8_1200x594.png 424w, /__u/substackcdn.com/image/fetch/$s_!3_49!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b866535-0005-4a58-bb65-e02fa31326a8_1200x594.png 848w, /__u/substackcdn.com/image/fetch/$s_!3_49!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b866535-0005-4a58-bb65-e02fa31326a8_1200x594.png 1272w, /__u/substackcdn.com/image/fetch/$s_!3_49!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b866535-0005-4a58-bb65-e02fa31326a8_1200x594.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>Key Features of SAP's AI Agents:</strong></p><ul><li><p><strong>Collaborative Functionality:</strong> Joule's AI agents work together across different business areas to achieve common objectives, effectively breaking down organizational silos.</p></li><li><p><strong>Autonomous Workflow Execution:</strong> These agents can autonomously execute multi-step business workflows, handling tasks such as planning, reasoning, and action-taking without explicit programming.</p></li><li><p><strong>Integration with SAP Applications:</strong> Leveraging SAP's extensive data and business process expertise, these agents are deeply integrated with SAP applications, ensuring seamless operation within existing enterprise systems.</p></li></ul><p>By automating complex workflows and fostering collaboration across business functions, SAP's AI agents aim to transform how teams work, driving efficiency and productivity.</p><p>As AI agents continue to transform industries, we value your perspective. How do you see these advancements impacting your business or daily life? Share your insights and join the conversation by replying to this newsletter.</p><p>And that&#8217;s a wrap for this edition! Stay tuned for more updates in the next newsletter. Until then, take care and stay curious!</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://growithai.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">Hey, your time is <strong>valuable</strong>, and I&#8217;m here to help you <strong>save hours of research</strong> every week! Subscribe to Grow with AI for cutting-edge updates from the AI Agents space. Stay ahead! Don&#8217;t <strong>miss out</strong> on what&#8217;s next!</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><p></p>]]></content:encoded></item><item><title><![CDATA[How to build an AI Agent - Hands on tutorial on AI Medical Assistant ]]></title><description><![CDATA[AI Agent 001]]></description><link>https://growithai.substack.com/p/how-to-build-an-ai-agent-tutorial</link><guid isPermaLink="false">https://growithai.substack.com/p/how-to-build-an-ai-agent-tutorial</guid><dc:creator><![CDATA[Ajas Bakran]]></dc:creator><pubDate>Tue, 28 Jan 2025 07:30:35 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/547f5947-614e-49c2-8149-aee84fba4b85_1656x1340.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2>Introduction</h2><p>In this tutorial, we'll guide you through creating an <strong>AI-Powered Medical History Assistant</strong>. This application uses OpenAI's language models to assist healthcare professionals by keeping track of patient histories, generating synthetic data, and facilitating conversations.</p><p>We are going to touch base upon the important components of the agent.</p><p>Let&#8217;s look at the high level block diagram of the Agent First,</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!I9V1!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c6af30f-fcd7-4b63-872e-1fcbbebb42bb_7950x3374.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!I9V1!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c6af30f-fcd7-4b63-872e-1fcbbebb42bb_7950x3374.png 424w, /__u/substackcdn.com/image/fetch/$s_!I9V1!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c6af30f-fcd7-4b63-872e-1fcbbebb42bb_7950x3374.png 848w, /__u/substackcdn.com/image/fetch/$s_!I9V1!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c6af30f-fcd7-4b63-872e-1fcbbebb42bb_7950x3374.png 1272w, /__u/substackcdn.com/image/fetch/$s_!I9V1!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c6af30f-fcd7-4b63-872e-1fcbbebb42bb_7950x3374.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!I9V1!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c6af30f-fcd7-4b63-872e-1fcbbebb42bb_7950x3374.png" width="7950" height="3374" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2c6af30f-fcd7-4b63-872e-1fcbbebb42bb_7950x3374.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:3374,&quot;width&quot;:7950,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1672138,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!I9V1!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c6af30f-fcd7-4b63-872e-1fcbbebb42bb_7950x3374.png 424w, /__u/substackcdn.com/image/fetch/$s_!I9V1!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c6af30f-fcd7-4b63-872e-1fcbbebb42bb_7950x3374.png 848w, /__u/substackcdn.com/image/fetch/$s_!I9V1!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c6af30f-fcd7-4b63-872e-1fcbbebb42bb_7950x3374.png 1272w, /__u/substackcdn.com/image/fetch/$s_!I9V1!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c6af30f-fcd7-4b63-872e-1fcbbebb42bb_7950x3374.png 1456w" sizes="100vw" fetchpriority="high"></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>The diagram above shows the integration of memory into an AI-driven Medical Assistant system. At the heart of this setup lies <strong>Mem0</strong>, a powerful memory module connected to a vector database like <strong>Qdrant</strong>. This allows the system to retrieve relevant patient history, ensuring the AI agent isn't starting from scratch with every query. </p><p>By combining this memory with OpenAI's advanced reasoning capabilities, the assistant can deliver highly contextual and accurate insights to doctors. In the sections ahead, we'll dive deeper into how each component&#8212;Mem0, vector databases, and GPT models&#8212;work together to enhance healthcare workflows.</p><p>The tutorial covers:</p><ul><li><p>Block Diagram</p></li><li><p>Login</p></li><li><p>Patient data management with unique IDs</p></li><li><p>AI-powered chat for medical assistance</p></li><li><p>Sidebar interactions for patient profiles</p></li><li><p>Generating synthetic patient data</p></li><li><p>Running the application</p></li></ul><p>By the end, you'll have a fully functional application!</p><h2>Prerequisites</h2><p>Before starting, ensure you have the following installed:</p><ol><li><p><strong>Python 3.8+ - For coding</strong></p></li><li><p><strong>Streamlit - For UI</strong></p></li><li><p><strong>OpenAI Python SDK - For calling OpenAI model</strong></p></li><li><p><strong>Qdrant or another vector database - For storing memories</strong></p></li><li><p><strong>Mem0 - For Memory layer</strong></p></li><li><p><code>.env</code><strong> file - For environment variables (e.g., API keys)</strong></p></li></ol><p>Install requirements from <a href="https://github.com/DTiapan/ai-agents-handbook/blob/main/AI%20medical%20Assistant/requirements.txt">requirements.txt</a></p><h2>Step 1: Setting Up the Application</h2><h3>1. <strong>User Authentication</strong></h3><p>Let&#8217;s start with security&#8212;it&#8217;s like having a locked door for your app. A simple login system (<code>admin/admin</code>) helps keep things accessible but private. This is just the basics&#8212;you can jazz it up later with database-backed authentication to keep things super secure. Plus, it helps the app remember who&#8217;s logged in and provides a personalized touch.</p><p><strong>Key Functions:</strong></p><ul><li><p><code>login()</code>: Handles login, validates credentials, and manages session state.</p></li></ul><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!xtol!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49abf038-e7fe-40ea-a73e-c39985364244_3348x3132.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!xtol!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49abf038-e7fe-40ea-a73e-c39985364244_3348x3132.png 424w, /__u/substackcdn.com/image/fetch/$s_!xtol!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49abf038-e7fe-40ea-a73e-c39985364244_3348x3132.png 848w, /__u/substackcdn.com/image/fetch/$s_!xtol!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49abf038-e7fe-40ea-a73e-c39985364244_3348x3132.png 1272w, /__u/substackcdn.com/image/fetch/$s_!xtol!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49abf038-e7fe-40ea-a73e-c39985364244_3348x3132.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!xtol!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49abf038-e7fe-40ea-a73e-c39985364244_3348x3132.png" width="1456" height="1362" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/49abf038-e7fe-40ea-a73e-c39985364244_3348x3132.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1362,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1699017,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!xtol!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49abf038-e7fe-40ea-a73e-c39985364244_3348x3132.png 424w, /__u/substackcdn.com/image/fetch/$s_!xtol!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49abf038-e7fe-40ea-a73e-c39985364244_3348x3132.png 848w, /__u/substackcdn.com/image/fetch/$s_!xtol!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49abf038-e7fe-40ea-a73e-c39985364244_3348x3132.png 1272w, /__u/substackcdn.com/image/fetch/$s_!xtol!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49abf038-e7fe-40ea-a73e-c39985364244_3348x3132.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></p><h3>2. App Setup and Main Dashboard</h3><p>Think of this as laying the foundation for your house. Streamlit helps us create a clean and friendly interface where doctors can interact seamlessly with the assistant. You&#8217;ll set up the app title, add descriptions, and make everything look inviting. It&#8217;s all about the first impression, right?</p><p>Below code is just for the header of the our AI Agent in <a href="https://streamlit.io/">streamlit</a> App</p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!oucH!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31bf8fbe-9f38-4b0f-8256-eb1b4bf83250_3396x828.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!oucH!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31bf8fbe-9f38-4b0f-8256-eb1b4bf83250_3396x828.png 424w, /__u/substackcdn.com/image/fetch/$s_!oucH!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31bf8fbe-9f38-4b0f-8256-eb1b4bf83250_3396x828.png 848w, /__u/substackcdn.com/image/fetch/$s_!oucH!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31bf8fbe-9f38-4b0f-8256-eb1b4bf83250_3396x828.png 1272w, /__u/substackcdn.com/image/fetch/$s_!oucH!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31bf8fbe-9f38-4b0f-8256-eb1b4bf83250_3396x828.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!oucH!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31bf8fbe-9f38-4b0f-8256-eb1b4bf83250_3396x828.png" width="1456" height="355" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/31bf8fbe-9f38-4b0f-8256-eb1b4bf83250_3396x828.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:355,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:407904,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!oucH!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31bf8fbe-9f38-4b0f-8256-eb1b4bf83250_3396x828.png 424w, /__u/substackcdn.com/image/fetch/$s_!oucH!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31bf8fbe-9f38-4b0f-8256-eb1b4bf83250_3396x828.png 848w, /__u/substackcdn.com/image/fetch/$s_!oucH!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31bf8fbe-9f38-4b0f-8256-eb1b4bf83250_3396x828.png 1272w, /__u/substackcdn.com/image/fetch/$s_!oucH!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F31bf8fbe-9f38-4b0f-8256-eb1b4bf83250_3396x828.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><p> </p><h2>Step 2: Integrating AI and Memory</h2><p>Here&#8217;s where the magic happens. The <code>MedicalHistoryAgent</code> is like the brain of the assistant. It connects to OpenAI&#8217;s GPT model for intelligent responses and uses Qdrant for memory storage. </p><p>More steps on how to setup Qdrant locally : <a href="https://qdrant.tech/documentation/quickstart/">Setup qdrant locally</a></p><p></p><h3>2.1 Configuring Memory</h3><p><strong>2.1.1 Why Memory Matters Here</strong></p><ul><li><p><strong>Context Awareness:</strong> By accessing past patient data, the AI can give better and more personalized responses.</p></li><li><p><strong>Efficiency:</strong> Doctors don't need to re-enter or recall past patient information manually.</p></li><li><p><strong>Accuracy:</strong> Combining historical records with GPT's reasoning improves the relevance and quality of the output.</p></li><li><p><strong>Scalability:</strong> Using vector databases ensures the system can handle a large number of patient records efficiently.</p></li></ul><p><strong>2.1.2</strong> A key feature of this setup is the <strong>Mem0 memory system</strong>:</p><ul><li><p>The AI Agent interacts with <strong>Mem0</strong> to fetch <strong>relevant patient memory</strong>.</p></li><li><p><strong>Mem0</strong> uses a <strong>Vector Database (like Qdrant)</strong> to store and retrieve memory efficiently. Vector DBs are great for handling unstructured data like patient notes, conversations, or summaries, and performing similarity searches.</p></li><li><p>Relevant patient data (e.g., medical history, past queries, or previous results) is retrieved to <strong>enhance the AI Agent&#8217;s response.</strong></p></li></ul><p>Consider this as if you have discussed something with agent and it remembers for rest of its life.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!0aOx!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F487792b4-f155-4036-a058-965c549ea658_3532x2004.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!0aOx!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F487792b4-f155-4036-a058-965c549ea658_3532x2004.png 424w, /__u/substackcdn.com/image/fetch/$s_!0aOx!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F487792b4-f155-4036-a058-965c549ea658_3532x2004.png 848w, /__u/substackcdn.com/image/fetch/$s_!0aOx!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F487792b4-f155-4036-a058-965c549ea658_3532x2004.png 1272w, /__u/substackcdn.com/image/fetch/$s_!0aOx!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F487792b4-f155-4036-a058-965c549ea658_3532x2004.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!0aOx!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F487792b4-f155-4036-a058-965c549ea658_3532x2004.png" width="1456" height="826" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/487792b4-f155-4036-a058-965c549ea658_3532x2004.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:826,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:903555,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!0aOx!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F487792b4-f155-4036-a058-965c549ea658_3532x2004.png 424w, /__u/substackcdn.com/image/fetch/$s_!0aOx!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F487792b4-f155-4036-a058-965c549ea658_3532x2004.png 848w, /__u/substackcdn.com/image/fetch/$s_!0aOx!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F487792b4-f155-4036-a058-965c549ea658_3532x2004.png 1272w, /__u/substackcdn.com/image/fetch/$s_!0aOx!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F487792b4-f155-4036-a058-965c549ea658_3532x2004.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> </h3><h3>2.2 Validating Patient IDs</h3><p>To make sure we use a consistent format for patient IDs, such as <code>PAT-XXXXX</code>. we have added below logic where we would do a pattern matching based on the regex highlighted in below image.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!m9zT!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1035a301-a36d-4dd7-af80-809f5b0f6a66_3532x2004.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!m9zT!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1035a301-a36d-4dd7-af80-809f5b0f6a66_3532x2004.png 424w, /__u/substackcdn.com/image/fetch/$s_!m9zT!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1035a301-a36d-4dd7-af80-809f5b0f6a66_3532x2004.png 848w, /__u/substackcdn.com/image/fetch/$s_!m9zT!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1035a301-a36d-4dd7-af80-809f5b0f6a66_3532x2004.png 1272w, /__u/substackcdn.com/image/fetch/$s_!m9zT!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1035a301-a36d-4dd7-af80-809f5b0f6a66_3532x2004.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!m9zT!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1035a301-a36d-4dd7-af80-809f5b0f6a66_3532x2004.png" width="1456" height="826" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1035a301-a36d-4dd7-af80-809f5b0f6a66_3532x2004.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:826,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1145230,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!m9zT!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1035a301-a36d-4dd7-af80-809f5b0f6a66_3532x2004.png 424w, /__u/substackcdn.com/image/fetch/$s_!m9zT!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1035a301-a36d-4dd7-af80-809f5b0f6a66_3532x2004.png 848w, /__u/substackcdn.com/image/fetch/$s_!m9zT!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1035a301-a36d-4dd7-af80-809f5b0f6a66_3532x2004.png 1272w, /__u/substackcdn.com/image/fetch/$s_!m9zT!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1035a301-a36d-4dd7-af80-809f5b0f6a66_3532x2004.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></p><h2>Step 3: Adding Patient Data and Generating Synthetic Data</h2><p>This step is optional and you can skip if you only want to work with AI Assistant.</p><h3>3.1 Generating Synthetic Patient Profiles</h3><p>Before working with real patient data, you need a sandbox to test things out. That&#8217;s where synthetic data comes in. Using OpenAI LLM model, you can create realistic mock profiles with medical histories, medications, and allergies. It&#8217;s like having a crash-test dummy for your app&#8212;safe, reliable, and super helpful for refining the experience.</p><p></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!Mntg!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c3cca0a-17e1-4b70-b693-82ca58647bb4_3508x2988.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!Mntg!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c3cca0a-17e1-4b70-b693-82ca58647bb4_3508x2988.png 424w, /__u/substackcdn.com/image/fetch/$s_!Mntg!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c3cca0a-17e1-4b70-b693-82ca58647bb4_3508x2988.png 848w, /__u/substackcdn.com/image/fetch/$s_!Mntg!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c3cca0a-17e1-4b70-b693-82ca58647bb4_3508x2988.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Mntg!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c3cca0a-17e1-4b70-b693-82ca58647bb4_3508x2988.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!Mntg!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c3cca0a-17e1-4b70-b693-82ca58647bb4_3508x2988.png" width="1456" height="1240" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0c3cca0a-17e1-4b70-b693-82ca58647bb4_3508x2988.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1240,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1532428,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!Mntg!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c3cca0a-17e1-4b70-b693-82ca58647bb4_3508x2988.png 424w, /__u/substackcdn.com/image/fetch/$s_!Mntg!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c3cca0a-17e1-4b70-b693-82ca58647bb4_3508x2988.png 848w, /__u/substackcdn.com/image/fetch/$s_!Mntg!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c3cca0a-17e1-4b70-b693-82ca58647bb4_3508x2988.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Mntg!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c3cca0a-17e1-4b70-b693-82ca58647bb4_3508x2988.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> </p><h2>Step 4: Building the Sidebar</h2><p>The sidebar is the app&#8217;s control panel, where all the action begins. Doctors can input patient IDs, validate them, or generate synthetic data at the click of a button. Using Streamlit&#8217;s session state keeps the app interactive, so the sidebar updates dynamically as users interact. </p><p>When you click "View Patient Profile", the system quickly pulls up that user's memories from the database, checking if they're already in the system. This helps us provide a personalized experience by accessing their previous interactions and profile details.</p><p>Here is code for the same,</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!oCSG!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2af966c0-7d7a-4c95-9d39-06f51d4a05f6_3496x2428.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!oCSG!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2af966c0-7d7a-4c95-9d39-06f51d4a05f6_3496x2428.png 424w, /__u/substackcdn.com/image/fetch/$s_!oCSG!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2af966c0-7d7a-4c95-9d39-06f51d4a05f6_3496x2428.png 848w, /__u/substackcdn.com/image/fetch/$s_!oCSG!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2af966c0-7d7a-4c95-9d39-06f51d4a05f6_3496x2428.png 1272w, /__u/substackcdn.com/image/fetch/$s_!oCSG!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2af966c0-7d7a-4c95-9d39-06f51d4a05f6_3496x2428.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!oCSG!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2af966c0-7d7a-4c95-9d39-06f51d4a05f6_3496x2428.png" width="1456" height="1011" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2af966c0-7d7a-4c95-9d39-06f51d4a05f6_3496x2428.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1011,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1162321,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!oCSG!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2af966c0-7d7a-4c95-9d39-06f51d4a05f6_3496x2428.png 424w, /__u/substackcdn.com/image/fetch/$s_!oCSG!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2af966c0-7d7a-4c95-9d39-06f51d4a05f6_3496x2428.png 848w, /__u/substackcdn.com/image/fetch/$s_!oCSG!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2af966c0-7d7a-4c95-9d39-06f51d4a05f6_3496x2428.png 1272w, /__u/substackcdn.com/image/fetch/$s_!oCSG!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2af966c0-7d7a-4c95-9d39-06f51d4a05f6_3496x2428.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><h2>Step 5: Interactive Chat Interface</h2><p>Now, for the part where the assistant really shines&#8212;the chat interface. This is where doctors can ask about patient histories, and the assistant responds intelligently and on point. </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!ANYj!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F55250ee9-f202-4224-a4ea-184efe3b8d52_2698x1424.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!ANYj!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F55250ee9-f202-4224-a4ea-184efe3b8d52_2698x1424.png 424w, /__u/substackcdn.com/image/fetch/$s_!ANYj!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F55250ee9-f202-4224-a4ea-184efe3b8d52_2698x1424.png 848w, /__u/substackcdn.com/image/fetch/$s_!ANYj!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F55250ee9-f202-4224-a4ea-184efe3b8d52_2698x1424.png 1272w, /__u/substackcdn.com/image/fetch/$s_!ANYj!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F55250ee9-f202-4224-a4ea-184efe3b8d52_2698x1424.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!ANYj!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F55250ee9-f202-4224-a4ea-184efe3b8d52_2698x1424.png" width="1456" height="768" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/55250ee9-f202-4224-a4ea-184efe3b8d52_2698x1424.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:768,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:326439,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!ANYj!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F55250ee9-f202-4224-a4ea-184efe3b8d52_2698x1424.png 424w, /__u/substackcdn.com/image/fetch/$s_!ANYj!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F55250ee9-f202-4224-a4ea-184efe3b8d52_2698x1424.png 848w, /__u/substackcdn.com/image/fetch/$s_!ANYj!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F55250ee9-f202-4224-a4ea-184efe3b8d52_2698x1424.png 1272w, /__u/substackcdn.com/image/fetch/$s_!ANYj!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F55250ee9-f202-4224-a4ea-184efe3b8d52_2698x1424.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></p><p>With GPT handling the heavy lifting, the replies are tailored, context-aware, and quick. It&#8217;s like having a virtual assistant who never takes a coffee break.</p><h3>What is happening in background?</h3><p>When a user submits a query to our AI Assistant, we first retrieve relevant memories and then create a comprehensive prompt that combines these memories with the system prompt. This approach enhances the AI's accuracy in responding to the user and helps maintain a contextually relevant conversation. That's why we request the user's ID when initiating the interaction.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!HxMD!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffba4e58a-822e-4152-a17d-de18e427446e_3828x3148.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!HxMD!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffba4e58a-822e-4152-a17d-de18e427446e_3828x3148.png 424w, /__u/substackcdn.com/image/fetch/$s_!HxMD!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffba4e58a-822e-4152-a17d-de18e427446e_3828x3148.png 848w, /__u/substackcdn.com/image/fetch/$s_!HxMD!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffba4e58a-822e-4152-a17d-de18e427446e_3828x3148.png 1272w, /__u/substackcdn.com/image/fetch/$s_!HxMD!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffba4e58a-822e-4152-a17d-de18e427446e_3828x3148.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!HxMD!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffba4e58a-822e-4152-a17d-de18e427446e_3828x3148.png" width="1456" height="1197" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/fba4e58a-822e-4152-a17d-de18e427446e_3828x3148.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1197,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1794058,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!HxMD!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffba4e58a-822e-4152-a17d-de18e427446e_3828x3148.png 424w, /__u/substackcdn.com/image/fetch/$s_!HxMD!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffba4e58a-822e-4152-a17d-de18e427446e_3828x3148.png 848w, /__u/substackcdn.com/image/fetch/$s_!HxMD!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffba4e58a-822e-4152-a17d-de18e427446e_3828x3148.png 1272w, /__u/substackcdn.com/image/fetch/$s_!HxMD!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffba4e58a-822e-4152-a17d-de18e427446e_3828x3148.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></p><h2>Step 6: Running the App</h2><p>Finally, the big moment&#8212;running the app! The main execution block (<code>if __name__ == "__main__":</code>) makes everything tick. From initializing the assistant to handling the sidebar and chat features, it ensures the app flows smoothly from start to finish. </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!IZPP!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F131ae220-3653-4a36-b8a8-f83d2867d4ff_3704x2016.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!IZPP!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F131ae220-3653-4a36-b8a8-f83d2867d4ff_3704x2016.png 424w, /__u/substackcdn.com/image/fetch/$s_!IZPP!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F131ae220-3653-4a36-b8a8-f83d2867d4ff_3704x2016.png 848w, /__u/substackcdn.com/image/fetch/$s_!IZPP!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F131ae220-3653-4a36-b8a8-f83d2867d4ff_3704x2016.png 1272w, /__u/substackcdn.com/image/fetch/$s_!IZPP!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F131ae220-3653-4a36-b8a8-f83d2867d4ff_3704x2016.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!IZPP!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F131ae220-3653-4a36-b8a8-f83d2867d4ff_3704x2016.png" width="1456" height="792" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/131ae220-3653-4a36-b8a8-f83d2867d4ff_3704x2016.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:792,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1067834,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!IZPP!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F131ae220-3653-4a36-b8a8-f83d2867d4ff_3704x2016.png 424w, /__u/substackcdn.com/image/fetch/$s_!IZPP!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F131ae220-3653-4a36-b8a8-f83d2867d4ff_3704x2016.png 848w, /__u/substackcdn.com/image/fetch/$s_!IZPP!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F131ae220-3653-4a36-b8a8-f83d2867d4ff_3704x2016.png 1272w, /__u/substackcdn.com/image/fetch/$s_!IZPP!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F131ae220-3653-4a36-b8a8-f83d2867d4ff_3704x2016.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>Since we are using the streamlit as UI, Just hit below command</p><pre><code>streamlit run main.py</code></pre><p>and you&#8217;re good to go. You should see the screen like below,</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!KQoX!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F016d1b7c-cbf7-4d2b-8beb-42b8b4cf4cd2_2688x1424.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!KQoX!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F016d1b7c-cbf7-4d2b-8beb-42b8b4cf4cd2_2688x1424.png 424w, /__u/substackcdn.com/image/fetch/$s_!KQoX!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F016d1b7c-cbf7-4d2b-8beb-42b8b4cf4cd2_2688x1424.png 848w, /__u/substackcdn.com/image/fetch/$s_!KQoX!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F016d1b7c-cbf7-4d2b-8beb-42b8b4cf4cd2_2688x1424.png 1272w, /__u/substackcdn.com/image/fetch/$s_!KQoX!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F016d1b7c-cbf7-4d2b-8beb-42b8b4cf4cd2_2688x1424.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!KQoX!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F016d1b7c-cbf7-4d2b-8beb-42b8b4cf4cd2_2688x1424.png" width="1456" height="771" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/016d1b7c-cbf7-4d2b-8beb-42b8b4cf4cd2_2688x1424.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:771,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:196858,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!KQoX!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F016d1b7c-cbf7-4d2b-8beb-42b8b4cf4cd2_2688x1424.png 424w, /__u/substackcdn.com/image/fetch/$s_!KQoX!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F016d1b7c-cbf7-4d2b-8beb-42b8b4cf4cd2_2688x1424.png 848w, /__u/substackcdn.com/image/fetch/$s_!KQoX!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F016d1b7c-cbf7-4d2b-8beb-42b8b4cf4cd2_2688x1424.png 1272w, /__u/substackcdn.com/image/fetch/$s_!KQoX!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F016d1b7c-cbf7-4d2b-8beb-42b8b4cf4cd2_2688x1424.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><div><hr></div><div class="captioned-button-wrap" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/how-to-build-an-ai-agent-tutorial?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="CaptionedButtonToDOM"><div class="preamble"><p class="cta-caption">Hey, found this <strong>helpful</strong>? Share with others to help them save hours of research.<strong> Let&#8217;s grow together!</strong></p></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/how-to-build-an-ai-agent-tutorial?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="ButtonCreateButton"><a class="button primary" href="/__u/growithai.substack.com/p/how-to-build-an-ai-agent-tutorial?utm_source=substack&amp;utm_medium=email&amp;utm_content=share&amp;action=share"><span>Share</span></a></p></div><div><hr></div><p>Here is my git repo where all code can be found - <a href="https://github.com/DTiapan/ai-agents-handbook/tree/main/AI%20medical%20Assistant">github link</a></p><p>In case you prefer a video of the above explanation, go through my video below. Don&#8217;t forget to hit the like button and subscribe if you find the video useful&#8212;your support helps me create more valuable content like this!</p><div id="youtube2-y9UvHaX3wKU" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;y9UvHaX3wKU&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/y9UvHaX3wKU?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><p></p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://growithai.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">Hey, your time is <strong>valuable</strong>, and I&#8217;m here to help you <strong>save hours of research</strong> every week! Subscribe to Grow with AI for cutting-edge updates from the AI Agents space. Stay ahead! Don&#8217;t <strong>miss out</strong> on what&#8217;s next!</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><div><hr></div><p>And that&#8217;s a wrap for this edition! Stay tuned for more updates in the next newsletter. Until then, take care and stay curious!</p><p></p>]]></content:encoded></item><item><title><![CDATA[Uber Saving $121.97 Million Every Year with QueryGPT AI Agent: Here’s How]]></title><description><![CDATA[The AI Solution That Saved Uber Millions]]></description><link>https://growithai.substack.com/p/uber-saving-12197-million-every-year</link><guid isPermaLink="false">https://growithai.substack.com/p/uber-saving-12197-million-every-year</guid><dc:creator><![CDATA[Ajas Bakran]]></dc:creator><pubDate>Tue, 21 Jan 2025 08:01:47 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9462da9-69de-4207-865e-8c21109fd07a_1312x736.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p></p><h2>What is Uber?</h2><p><strong>Uber Technologies, Inc.</strong> is an American multinational transportation company that provides ride-hailing services, courier services, food delivery, and freight transport.It is headquartered in San Francisco, California, and operates in approximately 70 countries and 10,500 cities worldwide. It is the largest ridesharing company worldwide with over 150 million monthly active users and 6 million active drivers and couriers.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!w7KJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71f5da20-6a8c-46a4-bcdc-4fb3b49b969b_1248x702.webp" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!w7KJ!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71f5da20-6a8c-46a4-bcdc-4fb3b49b969b_1248x702.webp 424w, /__u/substackcdn.com/image/fetch/$s_!w7KJ!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71f5da20-6a8c-46a4-bcdc-4fb3b49b969b_1248x702.webp 848w, /__u/substackcdn.com/image/fetch/$s_!w7KJ!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71f5da20-6a8c-46a4-bcdc-4fb3b49b969b_1248x702.webp 1272w, /__u/substackcdn.com/image/fetch/$s_!w7KJ!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71f5da20-6a8c-46a4-bcdc-4fb3b49b969b_1248x702.webp 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!w7KJ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71f5da20-6a8c-46a4-bcdc-4fb3b49b969b_1248x702.webp" width="1248" height="702" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/71f5da20-6a8c-46a4-bcdc-4fb3b49b969b_1248x702.webp&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:702,&quot;width&quot;:1248,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:9166,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/webp&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!w7KJ!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71f5da20-6a8c-46a4-bcdc-4fb3b49b969b_1248x702.webp 424w, /__u/substackcdn.com/image/fetch/$s_!w7KJ!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71f5da20-6a8c-46a4-bcdc-4fb3b49b969b_1248x702.webp 848w, /__u/substackcdn.com/image/fetch/$s_!w7KJ!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71f5da20-6a8c-46a4-bcdc-4fb3b49b969b_1248x702.webp 1272w, /__u/substackcdn.com/image/fetch/$s_!w7KJ!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F71f5da20-6a8c-46a4-bcdc-4fb3b49b969b_1248x702.webp 1456w" sizes="100vw" fetchpriority="high"></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></p><h2>The Big Picture</h2><p><br>Imagine asking your database questions in plain English and getting instant answers.</p><p> </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!U7FK!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9462da9-69de-4207-865e-8c21109fd07a_1312x736.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!U7FK!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9462da9-69de-4207-865e-8c21109fd07a_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!U7FK!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9462da9-69de-4207-865e-8c21109fd07a_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!U7FK!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9462da9-69de-4207-865e-8c21109fd07a_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!U7FK!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9462da9-69de-4207-865e-8c21109fd07a_1312x736.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!U7FK!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9462da9-69de-4207-865e-8c21109fd07a_1312x736.jpeg" width="1312" height="736" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a9462da9-69de-4207-865e-8c21109fd07a_1312x736.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:736,&quot;width&quot;:1312,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:139007,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!U7FK!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9462da9-69de-4207-865e-8c21109fd07a_1312x736.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!U7FK!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9462da9-69de-4207-865e-8c21109fd07a_1312x736.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!U7FK!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9462da9-69de-4207-865e-8c21109fd07a_1312x736.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!U7FK!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa9462da9-69de-4207-865e-8c21109fd07a_1312x736.jpeg 1456w" sizes="100vw"></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></p><p>That's exactly what Uber achieved with QueryGPT, turning a 10-minute database query process into a 3-minute conversation. Here's how they did it, and why it matters for your business.</p><h3>The Challenge: When Data Becomes a Bottleneck</h3><p><br>Every month, Uber processes a staggering 1.2 million database queries. That's 1.2 million times someone needs to:</p><ul><li><p>Hunt through complex data dictionaries</p></li><li><p>Figure out which tables contain the right information</p></li><li><p>Write precise SQL code</p></li><li><p>Hope they got it right the first time</p></li></ul><p>For non-technical teams, this was like trying to find a book in a massive library where all the titles are in a different language. Operations teams, responsible for 36% of these queries, were particularly affected.</p><h3>The Game-Changing Solution</h3><p><br>Enter QueryGPT, born during Uber's Generative AI Hackdays in May 2023. Think of it as a universal translator between human questions and database language.</p><h4>How It Works (In Plain English)</h4><ol><li><p>Ask Naturally: Users type questions like "How many rides happened in Seattle yesterday?"</p></li><li><p>Smart Understanding: The system figures out exactly what data you need</p></li><li><p>Automatic Translation: It converts your question into a perfect database query</p></li><li><p>Quick Results: Get your answer in about 3 minutes</p></li></ol><p>Below is diagram on high level,</p><p></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!feXs!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2fa25b1c-6a2e-447c-96e2-888f8b9fdb6b_1600x722.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!feXs!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2fa25b1c-6a2e-447c-96e2-888f8b9fdb6b_1600x722.png 424w, /__u/substackcdn.com/image/fetch/$s_!feXs!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2fa25b1c-6a2e-447c-96e2-888f8b9fdb6b_1600x722.png 848w, /__u/substackcdn.com/image/fetch/$s_!feXs!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2fa25b1c-6a2e-447c-96e2-888f8b9fdb6b_1600x722.png 1272w, /__u/substackcdn.com/image/fetch/$s_!feXs!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2fa25b1c-6a2e-447c-96e2-888f8b9fdb6b_1600x722.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!feXs!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2fa25b1c-6a2e-447c-96e2-888f8b9fdb6b_1600x722.png" width="1456" height="657" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2fa25b1c-6a2e-447c-96e2-888f8b9fdb6b_1600x722.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:657,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:158193,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!feXs!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2fa25b1c-6a2e-447c-96e2-888f8b9fdb6b_1600x722.png 424w, /__u/substackcdn.com/image/fetch/$s_!feXs!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2fa25b1c-6a2e-447c-96e2-888f8b9fdb6b_1600x722.png 848w, /__u/substackcdn.com/image/fetch/$s_!feXs!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2fa25b1c-6a2e-447c-96e2-888f8b9fdb6b_1600x722.png 1272w, /__u/substackcdn.com/image/fetch/$s_!feXs!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2fa25b1c-6a2e-447c-96e2-888f8b9fdb6b_1600x722.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></p><p>The Secret Sauce: Three Smart Agents</p><ol><li><p><strong>The Intent Agent</strong>: Like a skilled librarian who knows exactly which section has your book</p></li><li><p><strong>The Table Agent</strong>: Picks the right data tables, like choosing the right ingredients for a recipe</p><p></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!aSH0!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9fcccad-44f5-44d4-8d17-52f127991671_700x665.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!aSH0!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9fcccad-44f5-44d4-8d17-52f127991671_700x665.png 424w, /__u/substackcdn.com/image/fetch/$s_!aSH0!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9fcccad-44f5-44d4-8d17-52f127991671_700x665.png 848w, /__u/substackcdn.com/image/fetch/$s_!aSH0!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9fcccad-44f5-44d4-8d17-52f127991671_700x665.png 1272w, /__u/substackcdn.com/image/fetch/$s_!aSH0!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9fcccad-44f5-44d4-8d17-52f127991671_700x665.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!aSH0!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9fcccad-44f5-44d4-8d17-52f127991671_700x665.png" width="700" height="665" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f9fcccad-44f5-44d4-8d17-52f127991671_700x665.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:665,&quot;width&quot;:700,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:72098,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!aSH0!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9fcccad-44f5-44d4-8d17-52f127991671_700x665.png 424w, /__u/substackcdn.com/image/fetch/$s_!aSH0!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9fcccad-44f5-44d4-8d17-52f127991671_700x665.png 848w, /__u/substackcdn.com/image/fetch/$s_!aSH0!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9fcccad-44f5-44d4-8d17-52f127991671_700x665.png 1272w, /__u/substackcdn.com/image/fetch/$s_!aSH0!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff9fcccad-44f5-44d4-8d17-52f127991671_700x665.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><figcaption class="image-caption">Image Credit : from Uber Blog</figcaption></figure></div></li><li><p><strong>The Column Agent</strong>: Removes unnecessary information, keeping only what matters.</p></li></ol><h4>Smart Features</h4><ul><li><p>Custom workspaces for different departments</p></li><li><p>Intelligent table selection</p></li><li><p>Automatic query optimization</p></li><li><p>Real-time validation</p></li></ul><h3>Let&#8217;s talk about Results</h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!hbxw!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe68a4bbc-891a-4eaf-bf64-cc3d945a6b41_1272x481.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!hbxw!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe68a4bbc-891a-4eaf-bf64-cc3d945a6b41_1272x481.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!hbxw!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe68a4bbc-891a-4eaf-bf64-cc3d945a6b41_1272x481.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!hbxw!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe68a4bbc-891a-4eaf-bf64-cc3d945a6b41_1272x481.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!hbxw!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe68a4bbc-891a-4eaf-bf64-cc3d945a6b41_1272x481.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!hbxw!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe68a4bbc-891a-4eaf-bf64-cc3d945a6b41_1272x481.jpeg" width="1272" height="481" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e68a4bbc-891a-4eaf-bf64-cc3d945a6b41_1272x481.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:481,&quot;width&quot;:1272,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:25857,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!hbxw!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe68a4bbc-891a-4eaf-bf64-cc3d945a6b41_1272x481.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!hbxw!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe68a4bbc-891a-4eaf-bf64-cc3d945a6b41_1272x481.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!hbxw!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe68a4bbc-891a-4eaf-bf64-cc3d945a6b41_1272x481.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!hbxw!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe68a4bbc-891a-4eaf-bf64-cc3d945a6b41_1272x481.jpeg 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><figcaption class="image-caption">Image Credit - Uber Blog</figcaption></figure></div><ul><li><p>Speed: From 10 minutes to 3 minutes per query</p></li><li><p>Adoption: 300 daily active users</p></li><li><p>Satisfaction: 78% report getting more done</p></li><li><p>Scale: Handles queries across multiple business domains</p><p></p></li></ul><h4>Why This Matters for Business</h4><ul><li><p>Time Savings: Imagine cutting any data-related task by 70%</p></li><li><p>Democratized Data: Everyone can access insights, not just technical experts</p></li><li><p>Better Decisions: Faster access to data means quicker, smarter choices</p></li><li><p>Resource Optimization: Technical teams can focus on complex problems</p></li></ul><h3>Lessons Learned</h3><ol><li><p>Start Small, Think Big: Uber began with a hackathon project and iteratively improved it</p></li><li><p>User First: Focus on making complex tasks simple</p></li><li><p>Validate Early: Include users in the process to ensure accuracy</p></li><li><p>Stay Flexible: Build systems that can grow with your needs</p><div><hr></div></li></ol><div class="captioned-button-wrap" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/uber-saving-12197-million-every-year?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="CaptionedButtonToDOM"><div class="preamble"><p class="cta-caption">Hey, found this <strong>helpful</strong>? Share with others to                 help them save hours of research.<strong>                  Let&#8217;s grow together!</strong></p></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/uber-saving-12197-million-every-year?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="ButtonCreateButton"><a class="button primary" href="/__u/growithai.substack.com/p/uber-saving-12197-million-every-year?utm_source=substack&amp;utm_medium=email&amp;utm_content=share&amp;action=share"><span>Share</span></a></p></div><div><hr></div><p></p><h4>Ready to Transform Your Data Access?</h4><p><br>Here's how to get started:</p><ol><li><p>Assess: Map out your current data access bottlenecks</p></li><li><p>Start Small: Begin with a specific department or use case</p></li><li><p>Iterate: Gather feedback and improve continuously</p></li><li><p>Scale: Expand to more teams as you prove success</p></li></ol><h4>Call to Action</h4><ul><li><p>For Business Leaders: Ready to transform how your team uses data? Start by identifying your biggest data bottlenecks.</p></li><li><p>For Tech Teams: Want to build something similar? Begin with a small proof of concept in your highest-impact area.</p></li><li><p>For Everyone: Share this story with someone who's struggling with data access - they'll thank you later.</p></li></ul><p><strong>Remember</strong>: The future of data access isn't about writing better queries - it's about asking better questions.</p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://growithai.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">Hey, your time is <strong>valuable</strong>, and I&#8217;m here to help you <strong>save hours of research</strong> every week! Subscribe to Grow with AI for cutting-edge updates from the AI Agents space. Stay ahead! Don&#8217;t <strong>miss out</strong> on what&#8217;s next!</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><div><hr></div><p>And that&#8217;s a wrap for this edition! Stay tuned for more updates in the next newsletter. Until then, take care and stay curious!</p><p>Read the article in detail - <a href="https://www.uber.com/en-TW/blog/query-gpt/">Uber Case Study</a></p><blockquote><p>Note : Please note that the savings calculation is based on some assumptions. We derived this estimate using data from the article, including Uber's processing of 1.2 million queries per month and saving 7 minutes per query. The value is calculated using the average hourly rate of a data engineer at Uber, estimated at $72.12 per hour, based on an annual salary of $150,000. Uber has not officially declared this savings figure.</p></blockquote>]]></content:encoded></item><item><title><![CDATA[Top 5 Updates in AI Agents Space]]></title><description><![CDATA[Jan 2025]]></description><link>https://growithai.substack.com/p/top-5-updates-in-ai-agents-space</link><guid isPermaLink="false">https://growithai.substack.com/p/top-5-updates-in-ai-agents-space</guid><dc:creator><![CDATA[Ajas Bakran]]></dc:creator><pubDate>Tue, 14 Jan 2025 08:01:35 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!h32a!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddaf4b69-264b-44d5-aa12-3b8bbb16afba_2436x1200.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="pullquote"><p>"<strong>2025 is the year of AI Agents</strong>" yes, you read it right, This forecast comes from one of the most influential figures in the AI industry, NVIDIA CEO - Jensen Huang.</p></div><p>Let&#8217;s look at our top 5 updates of the week.</p><h2>1. <strong>Google Brings AI Agents to the Enterprise Space</strong></h2><p><br>Google has just rolled out a new platform called Agentspace, designed to boost productivity in the enterprise world. With its advanced AI capabilities, Agentspace combines the power of Gemini&#8217;s reasoning, Google&#8217;s search expertise, and enterprise data access. This means employees can get more done with just one prompt, whether it&#8217;s synthesizing information or handling complex tasks.</p><p></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!h32a!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddaf4b69-264b-44d5-aa12-3b8bbb16afba_2436x1200.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!h32a!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddaf4b69-264b-44d5-aa12-3b8bbb16afba_2436x1200.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!h32a!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddaf4b69-264b-44d5-aa12-3b8bbb16afba_2436x1200.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!h32a!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddaf4b69-264b-44d5-aa12-3b8bbb16afba_2436x1200.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!h32a!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddaf4b69-264b-44d5-aa12-3b8bbb16afba_2436x1200.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!h32a!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddaf4b69-264b-44d5-aa12-3b8bbb16afba_2436x1200.jpeg" width="1456" height="717" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ddaf4b69-264b-44d5-aa12-3b8bbb16afba_2436x1200.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:717,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:180600,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!h32a!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddaf4b69-264b-44d5-aa12-3b8bbb16afba_2436x1200.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!h32a!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddaf4b69-264b-44d5-aa12-3b8bbb16afba_2436x1200.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!h32a!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddaf4b69-264b-44d5-aa12-3b8bbb16afba_2436x1200.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!h32a!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fddaf4b69-264b-44d5-aa12-3b8bbb16afba_2436x1200.jpeg 1456w" sizes="100vw" fetchpriority="high"></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></p><p>It also introduces NotebookLM Plus, which lets users engage with data and get audio summaries. Plus, there&#8217;s a company-branded search agent that not only helps users find what they need but also offers proactive suggestions. By connecting structured and unstructured data across different apps, it&#8217;s all about improving workflows and making better decisions faster.</p><h2>2. NVIDIA Announces BluePrints to Help Build AI Agents for Businesses</h2><p></p><p>NVIDIA is making it easier for developers to create custom AI applications with its new Blueprints. These are pre-built workflows that help create AI Agents for enterprise use. The goal? To help businesses analyze data, extract insights, and take actions using AI. These Agents can work with all sorts of data&#8212;documents, images, videos, you name it.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!YxTE!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff26e9ba4-0f93-4f21-9656-757b02690f97_826x465.avif" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!YxTE!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff26e9ba4-0f93-4f21-9656-757b02690f97_826x465.avif 424w, /__u/substackcdn.com/image/fetch/$s_!YxTE!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff26e9ba4-0f93-4f21-9656-757b02690f97_826x465.avif 848w, /__u/substackcdn.com/image/fetch/$s_!YxTE!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff26e9ba4-0f93-4f21-9656-757b02690f97_826x465.avif 1272w, /__u/substackcdn.com/image/fetch/$s_!YxTE!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff26e9ba4-0f93-4f21-9656-757b02690f97_826x465.avif 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!YxTE!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff26e9ba4-0f93-4f21-9656-757b02690f97_826x465.avif" width="826" height="465" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f26e9ba4-0f93-4f21-9656-757b02690f97_826x465.avif&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:465,&quot;width&quot;:826,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:13664,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/avif&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!YxTE!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff26e9ba4-0f93-4f21-9656-757b02690f97_826x465.avif 424w, /__u/substackcdn.com/image/fetch/$s_!YxTE!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff26e9ba4-0f93-4f21-9656-757b02690f97_826x465.avif 848w, /__u/substackcdn.com/image/fetch/$s_!YxTE!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff26e9ba4-0f93-4f21-9656-757b02690f97_826x465.avif 1272w, /__u/substackcdn.com/image/fetch/$s_!YxTE!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff26e9ba4-0f93-4f21-9656-757b02690f97_826x465.avif 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>Working with CrewAI, NVIDIA has designed these Blueprints to fit perfectly with its AI Enterprise software platform, including tools like NVIDIA NeMo and NIM microservices. They&#8217;ve even developed some in-house, like a Blueprint to turn PDFs into podcasts and another for video search and summarization.</p><p>And, if you&#8217;re into digital twins, NVIDIA also has four Omniverse Blueprints for physical AI Agents to create &#8220;simulation-ready&#8221; models. All of these Blueprints are available as NVIDIA Launchables, so developers can jump right into pre-configured environments and get started.</p><h2>3. <strong>ServiceNow Integrates AI into Enterprise Workflows</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!PWek!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f68a2e3-8572-440a-91d0-cae943fa5436_1053x303.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!PWek!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f68a2e3-8572-440a-91d0-cae943fa5436_1053x303.png 424w, /__u/substackcdn.com/image/fetch/$s_!PWek!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f68a2e3-8572-440a-91d0-cae943fa5436_1053x303.png 848w, /__u/substackcdn.com/image/fetch/$s_!PWek!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f68a2e3-8572-440a-91d0-cae943fa5436_1053x303.png 1272w, /__u/substackcdn.com/image/fetch/$s_!PWek!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f68a2e3-8572-440a-91d0-cae943fa5436_1053x303.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!PWek!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f68a2e3-8572-440a-91d0-cae943fa5436_1053x303.png" width="1053" height="303" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6f68a2e3-8572-440a-91d0-cae943fa5436_1053x303.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:303,&quot;width&quot;:1053,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:15129,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!PWek!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f68a2e3-8572-440a-91d0-cae943fa5436_1053x303.png 424w, /__u/substackcdn.com/image/fetch/$s_!PWek!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f68a2e3-8572-440a-91d0-cae943fa5436_1053x303.png 848w, /__u/substackcdn.com/image/fetch/$s_!PWek!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f68a2e3-8572-440a-91d0-cae943fa5436_1053x303.png 1272w, /__u/substackcdn.com/image/fetch/$s_!PWek!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f68a2e3-8572-440a-91d0-cae943fa5436_1053x303.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></p><p>ServiceNow is going all-in on AI to supercharge its workflow automation tools. The goal is to make it easier for businesses to automate complex tasks, speed up decision-making, and improve scalability. By weaving AI into their platform, ServiceNow is positioning itself as a key player in AI-driven business transformations, helping organizations get more efficient and productive.</p><h2>4. <strong>Tech Mahindra Launches agentX Suite</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!z2ij!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F536af212-fdb8-477c-b48a-49628d908bc7_400x225.webp" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!z2ij!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F536af212-fdb8-477c-b48a-49628d908bc7_400x225.webp 424w, /__u/substackcdn.com/image/fetch/$s_!z2ij!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F536af212-fdb8-477c-b48a-49628d908bc7_400x225.webp 848w, /__u/substackcdn.com/image/fetch/$s_!z2ij!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F536af212-fdb8-477c-b48a-49628d908bc7_400x225.webp 1272w, /__u/substackcdn.com/image/fetch/$s_!z2ij!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F536af212-fdb8-477c-b48a-49628d908bc7_400x225.webp 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!z2ij!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F536af212-fdb8-477c-b48a-49628d908bc7_400x225.webp" width="400" height="225" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/536af212-fdb8-477c-b48a-49628d908bc7_400x225.webp&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:225,&quot;width&quot;:400,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:6350,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/webp&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!z2ij!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F536af212-fdb8-477c-b48a-49628d908bc7_400x225.webp 424w, /__u/substackcdn.com/image/fetch/$s_!z2ij!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F536af212-fdb8-477c-b48a-49628d908bc7_400x225.webp 848w, /__u/substackcdn.com/image/fetch/$s_!z2ij!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F536af212-fdb8-477c-b48a-49628d908bc7_400x225.webp 1272w, /__u/substackcdn.com/image/fetch/$s_!z2ij!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F536af212-fdb8-477c-b48a-49628d908bc7_400x225.webp 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><p></p><p>Tech Mahindra is rolling out the agentX suite, a new generative AI-powered solution for enterprise operations. With agentX, businesses can automate routine processes, optimize workflows, and create better user experiences. </p><p>It&#8217;s all about helping companies rethink how they operate and become more agile with the help of generative AI.</p><h2>5.Deloitte&#8217;s latest study reveals that AI agents are surpassing generative AI</h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!QB71!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff32b6be8-5097-496a-8979-f2d8dfaff035_2172x582.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!QB71!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff32b6be8-5097-496a-8979-f2d8dfaff035_2172x582.png 424w, /__u/substackcdn.com/image/fetch/$s_!QB71!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff32b6be8-5097-496a-8979-f2d8dfaff035_2172x582.png 848w, /__u/substackcdn.com/image/fetch/$s_!QB71!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff32b6be8-5097-496a-8979-f2d8dfaff035_2172x582.png 1272w, /__u/substackcdn.com/image/fetch/$s_!QB71!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_webp, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff32b6be8-5097-496a-8979-f2d8dfaff035_2172x582.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!QB71!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff32b6be8-5097-496a-8979-f2d8dfaff035_2172x582.png" width="1456" height="390" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f32b6be8-5097-496a-8979-f2d8dfaff035_2172x582.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:390,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:41837,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!QB71!, /__u/growithai.substack.com/w_424, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff32b6be8-5097-496a-8979-f2d8dfaff035_2172x582.png 424w, /__u/substackcdn.com/image/fetch/$s_!QB71!, /__u/growithai.substack.com/w_848, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff32b6be8-5097-496a-8979-f2d8dfaff035_2172x582.png 848w, /__u/substackcdn.com/image/fetch/$s_!QB71!, /__u/growithai.substack.com/w_1272, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff32b6be8-5097-496a-8979-f2d8dfaff035_2172x582.png 1272w, /__u/substackcdn.com/image/fetch/$s_!QB71!, /__u/growithai.substack.com/w_1456, /__u/growithai.substack.com/c_limit, /__u/growithai.substack.com/f_auto, /__u/growithai.substack.com/q_auto:good, /__u/growithai.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff32b6be8-5097-496a-8979-f2d8dfaff035_2172x582.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></p><p>Deloitte&#8217;s recent study shows that AI agents are outperforming traditional generative AI when it comes to managing complex tasks, boosting productivity, and delivering better results for enterprises. </p><p>The findings emphasize the growing role of AI agents as a critical tool for businesses looking to stay competitive in today&#8217;s fast-moving tech landscape.</p><div class="captioned-button-wrap" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/top-5-updates-in-ai-agents-space?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="CaptionedButtonToDOM"><div class="preamble"><p class="cta-caption">If you found this content useful, share it with others and help them stay ahead in the AI Agents Space!</p></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://growithai.substack.com/p/top-5-updates-in-ai-agents-space?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="ButtonCreateButton"><a class="button primary" href="/__u/growithai.substack.com/p/top-5-updates-in-ai-agents-space?utm_source=substack&amp;utm_medium=email&amp;utm_content=share&amp;action=share"><span>Share</span></a></p></div><p></p><p></p><p>And that&#8217;s a wrap for this edition! Stay tuned for more updates in the next newsletter. Until then, take care and stay curious!</p><p></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://growithai.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">Made it this far?, Congrats. You&#8217;re ready to stay ahead of the curve! Subscribe to <em>Grow with AI</em> for weekly updates from AI Agents space. Don't miss what's next!</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><p></p>]]></content:encoded></item></channel></rss>