<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Aiswarya Madhu</title>
    <description>The latest articles on DEV Community by Aiswarya Madhu (@aiswaryanambia3).</description>
    <link>https://dev.to/aiswaryanambia3</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3414730%2F4fe554df-2cb0-42cf-957c-0b92d27945f2.jpg</url>
      <title>DEV Community: Aiswarya Madhu</title>
      <link>https://dev.to/aiswaryanambia3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aiswaryanambia3"/>
    <language>en</language>
    <item>
      <title>AI Agents vs Autonomous Agents vs Agentic AI: The Architecture Stack, Explained</title>
      <dc:creator>Aiswarya Madhu</dc:creator>
      <pubDate>Tue, 12 Aug 2025 15:13:18 +0000</pubDate>
      <link>https://dev.to/aiswaryanambia3/ai-agents-vs-autonomous-agents-vs-agentic-ai-the-architecture-stack-explained-3ff1</link>
      <guid>https://dev.to/aiswaryanambia3/ai-agents-vs-autonomous-agents-vs-agentic-ai-the-architecture-stack-explained-3ff1</guid>
      <description>&lt;p&gt;Too many posts treat AI agents, autonomous agents, and agentic AI as the same thing. They are not. Each maps to a different level of autonomy, planning depth, and governance, which has real impact on how you design memory, tools, orchestration, and guardrails.&lt;/p&gt;

&lt;p&gt;In this post I break down the stack in plain terms for architects and engineering leaders. You will see where simple task agents fit, when to step up to autonomous agents for multi-step work, and how agentic systems add reflective planning and long-horizon execution. I cover patterns you can ship now, the risks to watch, and a simple decision lens so you do not over-engineer early pilots or under-scope strategic bets.&lt;/p&gt;

&lt;p&gt;Highlights include domain examples across customer service, finance, healthcare, retail, manufacturing, logistics, telecom, HR, public sector, and media, plus practical guidance on data, evaluation, and deployment guardrails.&lt;/p&gt;

&lt;p&gt;If you are setting an AI roadmap for the next five years, this clarity will save time and budget.&lt;br&gt;
Read the full guide:&lt;br&gt;
&lt;a href="https://nalashaadigital.com/blog/ai-agents-vs-autonomous-agent-vs-agentic-ai/" rel="noopener noreferrer"&gt;https://nalashaadigital.com/blog/ai-agents-vs-autonomous-agent-vs-agentic-ai/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>Dynamics 365 + SharePoint Integration</title>
      <dc:creator>Aiswarya Madhu</dc:creator>
      <pubDate>Mon, 11 Aug 2025 13:54:36 +0000</pubDate>
      <link>https://dev.to/aiswaryanambia3/dynamics-365-sharepoint-integration-26hf</link>
      <guid>https://dev.to/aiswaryanambia3/dynamics-365-sharepoint-integration-26hf</guid>
      <description>&lt;p&gt;We’ve all been there — the CRM is packed with records, but the second you need a document, you’re clicking through tabs like you’re trying to unlock a cheat code.&lt;/p&gt;

&lt;p&gt;Dynamics 365 handles customer relationships beautifully, but when it comes to document management, it’s… well… not SharePoint.&lt;/p&gt;

&lt;p&gt;That’s where the magic happens: plug D365 into SharePoint, and suddenly:&lt;/p&gt;

&lt;p&gt;Storage limits aren’t breathing down your neck.&lt;/p&gt;

&lt;p&gt;You get proper version control, metadata, and permissions that actually make sense.&lt;/p&gt;

&lt;p&gt;Teams can work in one place without hopping between tabs like it’s 2005.&lt;/p&gt;

&lt;p&gt;But here’s the thing — this integration isn’t “set it and forget it.”&lt;br&gt;
If you don’t sync permissions, you might accidentally give the intern access to that confidential board report. If you don’t standardize folder structures, you’ll have 14 versions of “FinalContract_v3_FINAL2.docx” floating around.&lt;/p&gt;

&lt;p&gt;The real win?&lt;br&gt;
When you treat this integration as an architectural choice, not just a storage hack. We’ve seen teams cut document search time by 70%, drop storage costs 15x, and even tighten compliance without hiring an army of admins.&lt;/p&gt;

&lt;p&gt;It’s not glamorous. It’s not AI.&lt;br&gt;
But it’s the kind of ops-level improvement that makes everything else smoother.&lt;/p&gt;

&lt;p&gt;So, devs, architects, admins — how are you handling your Dynamics 365 document chaos? Are you integrating with SharePoint, or still wrestling with the default storage?&lt;br&gt;
&lt;a href="https://nalashaadigital.com/blog/dynamics-365-integration-guide/" rel="noopener noreferrer"&gt;https://nalashaadigital.com/blog/dynamics-365-integration-guide/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>dynamics365</category>
      <category>sharepoint</category>
      <category>lowcode</category>
      <category>ai</category>
    </item>
    <item>
      <title>Where Do AI Agents Actually Fit Inside Dynamics 365 Business Central?</title>
      <dc:creator>Aiswarya Madhu</dc:creator>
      <pubDate>Wed, 06 Aug 2025 10:16:54 +0000</pubDate>
      <link>https://dev.to/aiswaryanambia3/where-do-ai-agents-actually-fit-inside-dynamics-365-business-central-5fko</link>
      <guid>https://dev.to/aiswaryanambia3/where-do-ai-agents-actually-fit-inside-dynamics-365-business-central-5fko</guid>
      <description>&lt;p&gt;A lot of teams I talk to are using Dynamics 365 Business Central and feel like they’ve already “gone digital.” But once you sit down with someone in operations, finance, or inventory, you quickly realize the manual layer still exists.&lt;/p&gt;

&lt;p&gt;Things like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reading orders from Outlook and manually creating quotes&lt;/li&gt;
&lt;li&gt;Matching invoice PDFs to purchase orders by hand&lt;/li&gt;
&lt;li&gt;Emailing back and forth for missing data or approvals&lt;/li&gt;
&lt;li&gt;Rebuilding reports in Excel because dashboards fall short&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All this eats up time and energy. That’s where AI agents are starting to make a quiet but meaningful impact.&lt;/p&gt;

&lt;p&gt;Unlike rule-based workflows or Power Automate scripts, AI agents are designed to handle unstructured inputs and respond intelligently in context. &lt;/p&gt;

&lt;p&gt;You can train them on your business logic, connect them to BC data, and let them operate in the background—drafting sales orders, checking stock, flagging issues, nudging for approvals, and even generating role-based reports in real time.&lt;/p&gt;

&lt;p&gt;The best part is, they’re showing up where users already work. Think Microsoft Teams, dashboards, or embedded directly inside Business Central.&lt;/p&gt;

&lt;p&gt;I recently wrote a piece exploring what this looks like, what kind of friction AI agents remove, and why waiting might mean falling behind. If this space interests you, check it out:&lt;/p&gt;

&lt;p&gt;👉 AI Agents in Business Central: Beyond Just Automated&lt;br&gt;
&lt;a href="https://nalashaadigital.com/blog/ai-agents-in-business-central/" rel="noopener noreferrer"&gt;https://nalashaadigital.com/blog/ai-agents-in-business-central/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to know—&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Are you already experimenting with AI agents?&lt;/li&gt;
&lt;li&gt;Are you still focused on Copilot prompts and automation flows?&lt;/li&gt;
&lt;li&gt;Or are there blockers stopping you from testing this out?&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>dynamics365</category>
      <category>erp</category>
      <category>ai</category>
      <category>microsoft</category>
    </item>
    <item>
      <title>What’s Your Take on RAG in Real Enterprise Workflows?</title>
      <dc:creator>Aiswarya Madhu</dc:creator>
      <pubDate>Tue, 05 Aug 2025 13:11:59 +0000</pubDate>
      <link>https://dev.to/aiswaryanambia3/whats-your-take-on-rag-in-real-enterprise-workflows-en6</link>
      <guid>https://dev.to/aiswaryanambia3/whats-your-take-on-rag-in-real-enterprise-workflows-en6</guid>
      <description>&lt;p&gt;We’ve all seen the hype around Retrieval-Augmented Generation (RAG), but the real test is whether it actually solves problems inside an enterprise.&lt;/p&gt;

&lt;p&gt;Example:&lt;br&gt;
A technician visit gets canceled because a chatbot said it was fine—except it wasn’t.&lt;br&gt;
Why?&lt;br&gt;
The model didn’t know about a business rule added after it was trained.&lt;br&gt;
No retrieval = confident wrong answer.&lt;/p&gt;

&lt;p&gt;That’s the problem RAG is meant to solve:&lt;br&gt;
Pulling live, policy-aware, domain-specific info into the generation process—without retraining the model.&lt;/p&gt;

&lt;p&gt;Over the last few months, we’ve seen RAG systems go from keyword-matching all the way to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Semantic and hybrid retrieval&lt;/li&gt;
&lt;li&gt;Agentic RAG that decides what to fetch and how to use it&lt;/li&gt;
&lt;li&gt;Graph-based systems connecting multi-step logic&lt;/li&gt;
&lt;li&gt;Use across CRMs, ERPs, HRMS, legal, support desks, and more&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The tech is impressive, but the challenges are real:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Bad chunking&lt;/li&gt;
&lt;li&gt;Irrelevant retrieval&lt;/li&gt;
&lt;li&gt;Latency under load&lt;/li&gt;
&lt;li&gt;Sensitive data leaks&lt;/li&gt;
&lt;li&gt;Response hallucination when context goes stale&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We’re curious how others here are thinking about it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Have you tried building or using a RAG pipeline in production?&lt;/li&gt;
&lt;li&gt;What’s worked well (or not) in your use case?&lt;/li&gt;
&lt;li&gt;Do you see this as a short-term fix or long-term foundation?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you’re interested, we recently mapped out how RAG has evolved and what it takes to implement it safely and effectively across business systems.&lt;br&gt;
Happy to share more if there’s interest.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://nalashaadigital.com/blog/a-guide-to-rag-in-ai/" rel="noopener noreferrer"&gt;https://nalashaadigital.com/blog/a-guide-to-rag-in-ai/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to hear your perspective, especially if you’re experimenting with LLMs in real workflows.&lt;/p&gt;

</description>
      <category>rag</category>
      <category>ai</category>
      <category>crm</category>
    </item>
    <item>
      <title>Is Your Dynamics 365 Setup Helping—or Holding You Back?</title>
      <dc:creator>Aiswarya Madhu</dc:creator>
      <pubDate>Tue, 05 Aug 2025 13:07:28 +0000</pubDate>
      <link>https://dev.to/aiswaryanambia3/is-your-dynamics-365-setup-helping-or-holding-you-back-4dn8</link>
      <guid>https://dev.to/aiswaryanambia3/is-your-dynamics-365-setup-helping-or-holding-you-back-4dn8</guid>
      <description>&lt;p&gt;If you're using Microsoft Dynamics 365 and feel like you're only tapping into part of its potential, you're not alone.&lt;/p&gt;

&lt;p&gt;We’ve seen that the real shift happens when teams move beyond basic setup and start customizing D365 to match how they actually operate.&lt;/p&gt;

&lt;p&gt;A few examples:&lt;/p&gt;

&lt;p&gt;C- ustom entities for tracking what your business truly needs (not just what’s standard)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Role-specific views and forms that reduce friction&lt;/li&gt;
&lt;li&gt;Automated workflows that eliminate handoffs&lt;/li&gt;
&lt;li&gt;Plug-ins and integrations that sync key systems&lt;/li&gt;
&lt;li&gt;Mobile-ready layouts for on-the-go teams&lt;/li&gt;
&lt;li&gt;UI changes that boost adoption&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These aren’t just technical tweaks—they solve real business problems.&lt;/p&gt;

&lt;p&gt;But it raises a bigger question:&lt;/p&gt;

&lt;p&gt;Where’s the line between configuration and customization—and how do you know when it’s time to cross it?&lt;/p&gt;

&lt;p&gt;Would love to hear:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What kind of D365 customization has made a real impact for you?&lt;/li&gt;
&lt;li&gt;Where have you run into limits or surprises?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Let’s share lessons that go beyond the standard setup.&lt;br&gt;
And if you're interested in a deeper breakdown with real examples, I wrote more about it here.&lt;br&gt;
&lt;a href="https://nalashaadigital.com/blog/crm-customization-guide/" rel="noopener noreferrer"&gt;https://nalashaadigital.com/blog/crm-customization-guide/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;a href="https://nalashaadigital.com/blog/crm-customization-guide/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>dynamics365</category>
      <category>saas</category>
      <category>crm</category>
      <category>microsoftservices</category>
    </item>
  </channel>
</rss>
