<?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: Raj Nagulapalle</title>
    <description>The latest articles on DEV Community by Raj Nagulapalle (@rnagulapalle).</description>
    <link>https://dev.to/rnagulapalle</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3830174%2F84d7aa1a-cd15-4889-9a27-0fbad5b3e738.jpg</url>
      <title>DEV Community: Raj Nagulapalle</title>
      <link>https://dev.to/rnagulapalle</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rnagulapalle"/>
    <language>en</language>
    <item>
      <title>We rolled out Copilot. Sales asked it for a 25% discount. Policy allows ten.</title>
      <dc:creator>Raj Nagulapalle</dc:creator>
      <pubDate>Tue, 30 Jun 2026 14:30:23 +0000</pubDate>
      <link>https://dev.to/rnagulapalle/we-rolled-out-copilot-sales-asked-it-for-a-25-discount-policy-allows-ten-3404</link>
      <guid>https://dev.to/rnagulapalle/we-rolled-out-copilot-sales-asked-it-for-a-25-discount-policy-allows-ten-3404</guid>
      <description>&lt;p&gt;Our sales team got Copilot in January. By February someone almost sent a 25% discount email when leadership caps discretionary offers at 10%.&lt;/p&gt;

&lt;p&gt;I'm not on an AI platform team. I'm the person who gets cc'd when IT, legal, and sales leadership all want "Copilot" and "controls" in the same sentence.&lt;/p&gt;

&lt;h2&gt;
  
  
  What actually happened
&lt;/h2&gt;

&lt;p&gt;An account rep typed something like: &lt;em&gt;Follow up with John at Acme — offer 25% off next quarter if they renew early.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Copilot drafted a good email. Professional tone. Correct product names. It also updated the opportunity in Salesforce.&lt;/p&gt;

&lt;p&gt;Nobody on the thread was trying to bypass policy. The model doesn't know your promo calendar. It optimizes for the instruction in the chat window — and that instruction is not authorization.&lt;/p&gt;

&lt;p&gt;We caught it because the rep still sends most mail manually. Next quarter half the team won't.&lt;/p&gt;

&lt;h2&gt;
  
  
  This isn't a prompt problem
&lt;/h2&gt;

&lt;p&gt;We already had an acceptable-use doc. We ran a webinar. People still move fast on quarter-end.&lt;/p&gt;

&lt;p&gt;Prompt guidelines fail at the moment of &lt;strong&gt;send&lt;/strong&gt; — same way "double-check your expense report" fails without a manager approval rule in the system.&lt;/p&gt;

&lt;p&gt;What we needed:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Visibility&lt;/strong&gt; before customer-facing email goes out&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A threshold&lt;/strong&gt; — discounts above X need a named approver&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A log&lt;/strong&gt; — what was requested, who approved, what went to the customer&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Not a better system prompt. Not "always review AI output." Enforcement.&lt;/p&gt;

&lt;h2&gt;
  
  
  Purview helped. It didn't cover this.
&lt;/h2&gt;

&lt;p&gt;Microsoft Purview and Business Premium give you sensitivity labels, DLP on generated content, eDiscovery on Copilot interactions. Worth having.&lt;/p&gt;

&lt;p&gt;They don't answer: &lt;em&gt;Can Copilot commit a discount in Salesforce and email the customer in one flow without a manager?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;That action crosses M365 and your CRM. Governance has to sit where &lt;strong&gt;actions&lt;/strong&gt; happen — not only where documents live.&lt;/p&gt;

&lt;h2&gt;
  
  
  What we put in place (plain English policies)
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;External customer email with pricing&lt;/strong&gt; → manager approval&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CRM field changes on amount or stage&lt;/strong&gt; → logged; large deltas need approval&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stale account data&lt;/strong&gt; → hold, don't send (contact not verified in 30 days)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;No custom model. No "AI team." Three rules the ops lead already understood.&lt;/p&gt;

&lt;p&gt;We're piloting &lt;a href="https://agentgovern.ai" rel="noopener noreferrer"&gt;AgentGovernance&lt;/a&gt; as the control layer between Copilot/ChatGPT and the systems they reach — intercept, enforce, audit. The &lt;a href="https://agentgovern.ai/agent-governance-demo" rel="noopener noreferrer"&gt;demo&lt;/a&gt; walks through the discount-above-policy case with a live approval queue.&lt;/p&gt;

&lt;h2&gt;
  
  
  If you're rolling out Copilot this quarter
&lt;/h2&gt;

&lt;p&gt;You don't need to become AI experts. You need the same discipline you use for refunds and vendor payments:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What actions can AI &lt;strong&gt;attempt&lt;/strong&gt;?&lt;/li&gt;
&lt;li&gt;Which ones &lt;strong&gt;stop for a human&lt;/strong&gt;?&lt;/li&gt;
&lt;li&gt;What gets &lt;strong&gt;logged&lt;/strong&gt; when compliance asks?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Start with one department and one threshold. Measure for a month. Expand.&lt;/p&gt;

&lt;p&gt;Full guide: &lt;a href="https://agentgovern.ai/retail-copilot-ai-governance" rel="noopener noreferrer"&gt;Retail Copilot AI governance&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Early access — &lt;a href="https://agentgovern.ai" rel="noopener noreferrer"&gt;agentgovern.ai&lt;/a&gt; · &lt;a href="https://agentgovern.ai/agent-governance-demo" rel="noopener noreferrer"&gt;interactive demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>security</category>
      <category>microsoft</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
