Cloud Native Thane - August Meetup
We’re inviting speakers to submit session proposals for the upcoming Cloud Native Thane meetup focused on AI Governance.
We’re looking for practical and technical sessions around topics such as AI governance, securing AI workloads, agentic AI, identity and access control, policy enforcement, AI infrastructure, and operating AI systems securely at scale.
We especially welcome sessions based on real-world experiences, lessons learned, demos, or practical use cases.
Sessions can be beginner-friendly or technical deep dives. If you have an interesting idea that fits the theme, we’d love to hear from you!
Submit a proposal
Welcome to another exciting edition of the Cloud Native Thane Monthly Meetup!
This time, we're bringing together the community for conversations around AI Governance.
As AI becomes a bigger part of modern infrastructure, the conversation is no longer only about building and deploying models. It is also about how we secure, govern, control access to, and operate AI workloads responsibly at scale.
Join us this August for a Saturday filled with great learning, interesting discussions, and catching up with the community. Whether you're an AI engineer exploring how to build and govern AI systems securely, or a DevOps/Platform engineer thinking about infrastructure, and reliability for AI workloads, this meetup is for you.
We believe some of the best conversations happen outside the slides, so come prepared to ask questions, meet new people, and connect with others who enjoy building things.
Schedule:
| Time | Session | Speaker(s) |
|---|---|---|
| 10:00 AM – 10:30 AM | Attendee Check-in | |
| 10:30 AM – 10:4 AM | Welcome Note & Event Launch | Yash Pimple/ Vinayak Kesharwani |
| 10:45 AM – 11:15 AM | Agents Need a Cage: Governing AI with Amazon Bedrock AgentCore Policy | Susmit Vengurlekar |
| 11:15 AM – 11:45 AM | Containment Over Prevention: Running AI Agents on Untrusted Data | Adhishree Phatak |
| 11:45 AM – 12:00 AM | Break | |
| 12:00 PM – 12:30 PM | Who Let the Agents Out? — Governance Lessons from Production | Ekta Shah |
| 12:30 AM – 1:30 AM | Networking + Food | All Attendees |
We look forward to seeing you there!
Venue Details: ITM Institute of Design and Media, Swami Vivekananda Road, Andheri West, Maharashtra 400058
Google Maps: https://maps.app.goo.gl/keKGpS4dqs2v1C888
-
10:30 AM - 11:00 AM IST
Agents Need a Cage: Governing AI with Amazon Bedrock AgentCore Policy
in-personSPEAKERS -
11:00 AM - 11:30 AM IST
Containment Over Prevention: Running AI Agents on Untrusted Data
in-personEvery useful AI agent has three things at once: it can read private data, it reads text written by people outside your company, and it can send data back out. That combination is called the lethal trifecta, and in 2026 it stopped being theory. Microsoft Copilot was attacked through an email that nobody had to click, where hidden instructions made the assistant collect files from OneDrive, SharePoint and Teams and send them out through a trusted Microsoft domain. Gemini Enterprise was attacked through its own search index, and in a single week in January 2026 four production AI products were broken in the same way. I build AI features in an ERP product, and our agent has all three of these properties by design, because it reads customer transaction data, it takes in uploaded documents and chat messages written by strangers, and it posts to Slack, writes files and creates calendar entries. If you remove any one of them, there is no product left. So this talk is not about stopping prompt injection, because the research this year is clear that attackers get past almost every published defence. It is about containment, which means assuming the model will be fooled at some point and making sure nothing serious happens when it is. I will walk through the controls we run today: limiting what each tool can reach, applying company and permission filters in the backend instead of trusting the model to apply them, keeping the step that reads untrusted content separate from the step allowed to take action, and treating every outgoing call as a possible leak that needs an allow list. I will connect these to where the industry has landed, such as default deny egress, sandboxed agent execution, and short lived permissions instead of permanent access. I will also cover the tools themselves, since over 800 malicious agent skills were found on one public marketplace this year and more than thirty security issues were filed against MCP servers and clients in two months. The talk ends with one question you can answer before writing any code: which of these three capabilities does your agent actually need, and what limits the damage when it goes wrong?
SPEAKERS -
11:45 AM - 12:15 PM IST
Who Let the Agents Out? - Governance Lessons from Production
in-person