<?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%2F50e7d4b0-3a43-4067-ad46-dcd2cd502744.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>If countries can restrict model access, your AI rollout needs an access register</title>
      <dc:creator>Raj Nagulapalle</dc:creator>
      <pubDate>Wed, 08 Jul 2026 13:12:22 +0000</pubDate>
      <link>https://dev.to/rnagulapalle/if-countries-can-restrict-model-access-your-ai-rollout-needs-an-access-register-4gfg</link>
      <guid>https://dev.to/rnagulapalle/if-countries-can-restrict-model-access-your-ai-rollout-needs-an-access-register-4gfg</guid>
      <description>&lt;p&gt;Reuters reported this week that Beijing is considering limits on overseas access to China's most advanced AI models.&lt;/p&gt;

&lt;p&gt;No final rule has been announced. The scope may change. But the operational lesson for companies is already clear: &lt;strong&gt;model access is now a business continuity and compliance control.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If your team is using AI inside real workflows, you need to know which assistants depend on which models, who can access them, and what those assistants are allowed to do.&lt;/p&gt;

&lt;p&gt;Full canonical post: &lt;a href="https://agentgovern.ai/news/2026-07-ai-model-access-controls" rel="noopener noreferrer"&gt;agentgovern.ai/news/2026-07-ai-model-access-controls&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The risk is not just geopolitical
&lt;/h2&gt;

&lt;p&gt;Most company AI inventories look like this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Copilot&lt;/li&gt;
&lt;li&gt;ChatGPT Enterprise&lt;/li&gt;
&lt;li&gt;Gemini&lt;/li&gt;
&lt;li&gt;Agentforce&lt;/li&gt;
&lt;li&gt;some internal tool&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That is a start. It is not enough.&lt;/p&gt;

&lt;p&gt;The dependency is often one layer deeper:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Which model or model family powers the workflow?&lt;/li&gt;
&lt;li&gt;Which vendor and country control access?&lt;/li&gt;
&lt;li&gt;Which employees, contractors, and systems can reach it?&lt;/li&gt;
&lt;li&gt;Which business actions depend on it?&lt;/li&gt;
&lt;li&gt;What happens if access changes suddenly?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;When AI only drafts text, this is inconvenient. When AI can update a CRM record, send a vendor email, recommend a refund, or export regulated data, it becomes a control problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  Add a model access register
&lt;/h2&gt;

&lt;p&gt;Start with one row per model-backed workflow:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;business owner&lt;/li&gt;
&lt;li&gt;AI tool or vendor&lt;/li&gt;
&lt;li&gt;underlying model or model family, where known&lt;/li&gt;
&lt;li&gt;countries where users and systems access it&lt;/li&gt;
&lt;li&gt;data classes allowed&lt;/li&gt;
&lt;li&gt;actions allowed&lt;/li&gt;
&lt;li&gt;human approval required before external send, payment, export, or record change&lt;/li&gt;
&lt;li&gt;backup model or manual fallback&lt;/li&gt;
&lt;li&gt;last review date&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This does not need to be perfect on day one. A spreadsheet is enough if it makes the dependency visible.&lt;/p&gt;

&lt;h2&gt;
  
  
  Access control is not action control
&lt;/h2&gt;

&lt;p&gt;Knowing who can use a model is not the same as governing what AI can do after it has access.&lt;/p&gt;

&lt;p&gt;The next layer is action control:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;customer emails with pricing or legal terms wait for approval&lt;/li&gt;
&lt;li&gt;refunds above threshold route to a human&lt;/li&gt;
&lt;li&gt;stale CRM writes hold until the source is refreshed&lt;/li&gt;
&lt;li&gt;bulk exports are blocked or logged with a receipt&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is where &lt;a href="https://agentgovern.ai" rel="noopener noreferrer"&gt;AgentGovernance&lt;/a&gt; fits. It sits between business AI tools and company systems so teams can enforce approvals, access control, and audit trails when AI tries to act.&lt;/p&gt;

&lt;h2&gt;
  
  
  30-day checklist
&lt;/h2&gt;

&lt;p&gt;Week 1: list model-backed workflows that touch customers, money, regulated data, or external parties.&lt;/p&gt;

&lt;p&gt;Week 2: classify access risk: provider, region exposure, user locations, data class, fallback.&lt;/p&gt;

&lt;p&gt;Week 3: set three action policies: external send, payment/refund, data export, or record update.&lt;/p&gt;

&lt;p&gt;Week 4: test the audit trail. Prove you can answer: who asked AI to do what, which policy applied, who approved, and what happened in the target system.&lt;/p&gt;

&lt;p&gt;If you are rolling out AI across a 50-1,000 employee company, start here: &lt;a href="https://agentgovern.ai/ai-governance-for-mid-size-companies" rel="noopener noreferrer"&gt;AI governance for mid-size companies&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;To see action-level approval workflows: &lt;a href="https://agentgovern.ai/agent-governance-demo" rel="noopener noreferrer"&gt;AgentGovernance demo&lt;/a&gt;.&lt;/p&gt;




&lt;p&gt;Source note: The original Reuters article is here: &lt;a href="https://www.reuters.com/world/beijing-is-looking-curbing-overseas-access-chinas-top-ai-models-sources-say-2026-07-07/" rel="noopener noreferrer"&gt;Reuters, July 7, 2026&lt;/a&gt;. I also checked Reuters syndication summaries and Cloud Security Alliance research on AI model export controls.&lt;/p&gt;

&lt;p&gt;Not legal advice. Treat this as an operational AI governance checklist and review export-control obligations with counsel.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>governance</category>
      <category>security</category>
      <category>compliance</category>
    </item>
    <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>
