Cloud Services
Meet other local people interested in Cloud Services: share experiences, inspire and encourage each other! Join a Cloud Services group.
4,284
members
10
groups
Largest Cloud Services groups
Newest Cloud Services groups
Frequently Asked Questions
Yes! Check out cloud services events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the cloud services events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find cloud services events near your location here. Connect with your local community and discover events within your area.
Cloud Services Events Today
Join in-person Cloud Services events happening right now
Reply & Google Cloud Techie Meetup (Q2 2026) - Google Next Announcements
London’s hub for Google Cloud innovation returns for its second edition of 2026. Following the massive wave of announcements at Google Cloud Next ‘26 this April, Go Reply is hosting our second Techie Meetup of the year. We are moving beyond the keynote hype to provide a technical "Post-Game Debrief" designed specifically for the developer and architect community.
At Go Reply, we believe in moving beyond sales pitches. Our mission is to foster a space for hands-on learning, technical deep dives, and real-world peer-to-peer knowledge sharing. If you are passionate about the bleeding edge of GCP and AI, this is your room.
***
### **🔍 What’s on the Agenda?**
We’ve curated this session to help you filter the noise from Google Next and focus on what actually impacts your production environment for the second half of 2026.
* The Curated Breakdown: A technical deep dive into the most impactful announcements from the April keynote.
* Architectural Impact: How will these new tools, features, and API changes affect the way we build, deploy, and scale?
* Hands-on Look: A live look at the new releases (pending availability) to see how they perform in the wild.
***
### **🤝 Join the London Cloud Community**
We are officially launching our Go Reply Techie LinkedIn Group! This is your space to connect with peers, share GCP insights, and continue the conversation long after the meetup ends.
[Join the LinkedIn Group Here](https://www.linkedin.com/groups/17990006/) Join now to get a head start on the Google Next discussion before we meet in person!
***
### 💡 **Why Join Us?**
Whether you're a Cloud Architect, a DevOps Engineer, or an AI Enthusiast, this meetup is about meaningful connections. Come for the technical insights, stay for the networking (and refreshments), and leave with a clear view of the Google Cloud frontier.
Space is limited for this second edition—RSVP today to secure your spot!
Building with MCP
MCP is changing how developers build with AI, but we're just scratching the surface. Join us for an evening of talks that go beyond retrieval to explore what's actually possible when you give agents real tools, real constraints and real APIs.
**Agenda**
6:00 PM - Doors open, registration and networking
6:10 PM - Welcome (Upsun & Cloudflare)
6:20 PM - MCP: Context is Everything! - Carly Richmond, Elastic
6:45 PM - Sandboxes: how to limit agents so we can use them more - Patrick Dawkins, Upsun
7:00 PM - Break (Food & Drinks)
7:30 PM - Cooking with MCP in VS Code - Liam Hampton, Microsoft
7:55 PM - Efficient tools with MCP code mode - Confidence Okoghenun, Cloudflare
8:15 PM - Open networking and drinks
9:00 PM - Close
🗣️ **Talks**
**MCP: Context is Everything! - Carly Richmond (Developer Advocate Lead, Elastic)**
MCP is a powerful tool for giving LLMs capabilities to not just retrieve information, but to automate key actions based on relevant data. Let’s see how it can be used for retrieving relevant context and other activities such as observability.
**Efficient tools with MCP code mode - Confidence Okoghenun (Senior Developer Advocate, Cloudflare)**
Traditional MCP approaches choke on context windows: Cloudflare's 2,500+ endpoint API would require 1.17 million tokens. Code Mode flips the script by having LLMs write code against typed APIs instead of making direct tool calls, achieving 99.9% token reduction. Come learn how code mode works and how to optimize your MCP tools with it.
**Sandboxes: how to limit agents so we can use them more - Patrick Dawkins (Principal Engineer, Upsun)**
We want our agents to run longer and use more tools, but we're hampered by constant prompts for approval. Sandboxes are the practical middle ground: isolate the agent so you can stop watching every command and let it work. This talk covers what "sandbox" means, who provides them today and the Linux primitives that let you build one yourself.
**Cooking with MCP in VS Code - Liam Hampton (Senior Cloud Advocate, Microsoft)**
In this session Liam will show you how VS Code is fully supporting the MCP spec, from MCP Apps to sandboxing and elicitations.
📅 **Date and Time:**
Thursday, May 14, from 6:00-9:00 PM
📍 **Location:**
Cloudflare
Address: 6th Floor, County Hall/The, Riverside Building, Belvedere Rd, London SE1 7PB, UK
👉 You can also register here: https://luma.com/eb8j6lhu
⚠️ Please make sure you provided your full name (no nicknames or abbreviations will be allowed) and to bring your ID card as it will be mandatory to show it upon check-in to security. Entry will be first come, first served. We recommend arriving early to make sure you get in.
**⚡️ Interested in giving a talk? ⚡️**
Have you ever considered presenting on your Elastic use case? We welcome 5-10 minute lightning talks, 45-minute deep dives, and everything in between. If you're interested, please submit via our [CFP](https://sessionize.com/elastic-meetups/) or send us an email at [meetups@elastic.co.](http://meetups@elastic.co./)
In Person: CoffeeOps
We are back! This is going to be a monthly IN PERSON meet up in London.
A very big thank you goes to Accurx who is hosting us in their amazing Shoreditch offices. This will include access to facilities including coffee! 😻☕️
**Want to know more? 👇**
As with all CoffeeOps, this is an interactive, chatty, build your own adventure type of meet-up. Instead of booking in experts to *learn* *from*, we gather a group of practitioners to ***learn*** ***with***. We have been running for over 4 years now and often get feedback that this is the most useful meetup people join!
The event is approximately 90 minutes and always starts by brainstorming topics to discuss. The group then votes on the most relevant/interesting to them and we then cycle through the topics trying to discuss each deeply, but in a time bound slot.
To get an idea of topics, you can check out our remote board [here](https://easyretro.io/publicboard/h404NF84Uje4tCcxpJdHr4Ycs9B3/a4a35d2b-181b-409b-832e-a729be1af79c). The general gist is anything is fair game, though we tend to revolve around software delivery and definitely lean towards the more Ops-y or DevOps-y side of things.
The Unscented Transform: Theory and Bayesian Applications
**The Unscented Transform: theory, extensions and practical application to Bayesian inference**
We are delighted to have John Whitamore back at the Bayesian Mixer. Please register here: https://www.tickettailor.com/events/bayesianmixer/2154878
**Abstract:** How can we perform Bayesian inference without resorting to slow random sampling methods? Isn't there a nice, pragmatic way to use the geometry of a problem to use only a very small number of samples, placed deterministically? Isn't there a good, straightforward way to implement Bayesian models in practical settings?
This talk explains the real-world problems that can be solved by the Unscented Transform. It begins with an intuitive introduction to Bayesian methods, discusses the Unscented Transform and connects the ideas to geometry, finite elements analysis and deep learning.
**Bio:** John Whitamore is a Senior Data Scientist at Simply Business, a leading UK InsureTech firm. He has previously served as Head of Data Science for a leading food retailer, as Head of Trading and Systems for an investment management company and as Global Head of Convertible Bond Trading for a European investment bank.
Meetup #16 Reimagining Software Development With AI
Shaping our future with AI. Creating opportunity through AI fluency, connection and community.
No jargon. No hype. No confusing terminology.
NOTE: This event will be focussed on the changing shape of software development. Everyone is welcome to attend but the content will be somewhat technical.
**Join us for our next in-person meetup in London on Thursday May 14th.**
Our theme for this meetup is **Reimagining Software Development with AI.** We're going to take a step back and think about the role we, the humans, play in the software development process now that coding agents have arrived.
This event provides a small glimpse of the future, from the innovators who are challenging everything and rebuilding the process of software development from the ground up, with humans at the centre!
**Where and When?**
* Thursday, May 14th
* Doors open at 18:00
* Talks start at 19:00
* AutogenAI, 123 Pentonville Rd, London N1 9LG
**Talk 1: The Validation Gap: We Need A Better Way To Review AI Generated Code** (Robert Werner, Co-Founder & CTO Leapter)
AI coding is fast. We're generating more code than ever. But more code means more code to verify, and agentic workflows are scaling that gap faster than review processes can keep up.
The bottleneck didn't disappear. It moved from writing code to verifying logic.
For most generated code, you can ship, test, and iterate. But what if we need to be sure? What about the code that runs our financial systems or decides if you qualify for a loan? It has to be right.
Hope is not a strategy, we need to better ways to review code. In this talk Robert will share his recent innovations, experiments and insights with you.
**About Robert:**
Robert Werner is the CTO of an AI startup dedicated to shaping the future of AI-native software development. He has over 20 years experience focussed on Software Engineering, Developer Experience and Transformational Platform Engineering, across Fortune 500 companies and FinTechs.
**Talk 2: Narrative Engineering: What Cognitive Science Actually Tells Us About Building with LLMs** (Sal Kimmich, Security Architect at Gadfly AI)
We keep treating LLMs like search engines that hallucinate. That is the wrong category, and it produces the wrong engineering.
LLMs are narrative generators. They do not retrieve facts or execute logic. They complete stories. That distinction is not philosophical. It determines what kind of system you can build with them and what kind you cannot. Neuroscience has been studying probabilistic, distributed, narrative-generating systems for decades. Most of the LLM engineering field is ignoring that work.
This talk walks through cyberneutics, an open source methodology and repository built on the premise that we need a new engineering discipline for narrative computing the way software engineering emerged from symbolic computing. The theoretical foundations come from second-order cybernetics, distributed cognition, and Minsky's Society of Mind. The empirical validation comes from 2025 mechanistic interpretability research showing that reasoning models internally simulate multi-agent dialogue to reason better. The practical techniques come from iterative practice: adversarial committees, pipeline algebra with formal quality propagation, observer-aware interaction design.
Three real lessons for practitioners building agentic systems: reliability is a property of the pipeline, not the prompt; repetition is latent space exploration, not failure; and if you want auditable AI reasoning, you need to externalise the dialogue structure, because the transcript is the explainability artifact.
The discipline does not exist yet. This is what building it looks like.
**About Sal:** Sal is a developer advocate for open source and passionate about helping engineers, ethical hackers and digital enthusiasts understand the complexity of modern software development. With over a decade of experience as building cloud-native machine learning pipelines in the healthcare and tech for good sectors, their work is now focused on filling the cracks in the open source software supply chain to build a better digital future for all of us.
**Thanks!**
We'd like to thank our sponsors [Leapter ](http://leapter.com/)and AutogenAI for making this event possible.
**Code of Conduct**
This event has a code of conduct that you can [review here.](https://aifortherestofus.live/code-of-conduct) By joining the community and registering for this event you agree to abide by our code of conduct.
**Providing Your Name and Email**
To register for this event you'll be asked to provide your email address. After the event you will be automatically subscribed to the newsletters from *AI for the rest of us* and Leapter GmbH. You can unsubscribe at any time (But why would you? They are really very good!)
Dead Product Society | After Work Drinks
**Dead Product Society \| After Work Drinks**
Come along, bring a friend/colleague or two and join us for a relaxed evening of informal product and tech chats over a few drinks and doughnuts. We aim to connect everyone without awkwardness or LinkedIn spiel, and value good conversation over boring presentations.
**Who is welcome?**
Product Managers, CEOs, UX/UI Designers, Developers, Scrum Masters etc. We welcome anyone who works in, with or wants to break into product.
*Note: We intentionally keep our After Work Drinks on the smaller side to allow for more in-depth conversations.*
**The Bike Shed**
We'll be hanging out in the lounge area (behind the area with all the tables, next to the store).
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
**Dead Product Society**
Dead Product Society is a collective of like-minded professionals sharing real-talk and joining forces to navigate the twists and turns of the product world. Our down-to-earth community is for anyone who works in, with or wants to break into product teams regardless of their background or experience.
**Our Sponsors**
Shout out to our generous sponsors at Waggel Pet Insurance; Lifetime pet insurance, simplified. With their support we are able to host these events for you and create a space for those important, honest conversations.
Cloud Services Events This Week
Discover what is happening in the next few days
Games night – Second Serve
Once a month, we slow things down.
No courts. No rushing. Just good food, easy conversation, and a social that actually feels… social.
This is the **Second Serve games night** — a more relaxed, sit-down version of the group.
📍 **Venue (Croydon / easy access)**
We rotate between:
* Cosy restaurants with bookable tables
* Private/semi-private dining spaces
* Quiet venues where we can actually hear each other
(Final location shared after approval)
🕒 **Format (Monthly Saturday)**
* **6:30 – 7:15pm** → Arrivals + dinner orders
* **7:15 – 8:15pm** → Dinner & natural conversation
* **8:15 – 9:45pm** → Games + guided social
* Wrap up on time — no dragging the night out
🎲 **The Twist (What makes this different)**
This isn’t just “dinner and hope for the best.”
We structure it lightly so it never gets awkward:
* Small tables (4–6 people max)
* Subtle **table rotations** (optional, not forced)
* Simple games that spark conversation, not competition
💬 **Conversation Style**
No cringe icebreakers.
We use light prompts that are easy to answer and easy to build on.
👥 **Who this is for**
* People who don’t want loud, chaotic nights
* People who actually want to talk and connect
* People who prefer structure over randomness
✅ **Approval & Attendance**
* RSVP approval required
* Limited seats (kept intentionally small)
* Priority goes to consistent attendees
👉 If you RSVP, we expect you there
(No-shows affect future approvals)
**The vibe**
A proper social.
Not loud. Not forced. Not endless.
Just a good evening, done right.
*Pictures and Videos may be taken for marketing purposes.*
*All attendees consent to the use of their pictures by The* Second Serve Social 🎾
DSF Big Birthday Bash 2026
✨🎊 Welcome to DSF Big Birthday Bash 🎊✨
THE TICKET BALLOT IS NOW OPEN!
Click the link below to enter the ballot 👇
[Click here!!!](https://datasciencefestival.com/event/big-birthday-bash-2026/?utm_source=social&utm_medium=meetup&utm_campaign=bigbdaybash)
Join us on Saturday 16th May 2026, for our 12th Festival, at our London home CodeNode, celebrating DSF turning 10, for one day only!
Enter the ticket ballot to be in with a chance of attending. 600 lucky people will get to attend this event for free 🎟️
40 speakers, 4 stream rooms, 14 partners, lunch, swag bags, and an entire day to learn, mingle, and be inspired!
Event time: 08:15 AM - 18:00 PM
Venue address: CodeNode, 10 South Pl, London, EC2M 7EB
Nearest tube station: Moorgate or Liverpool Street
Schedule and speaker details are updated weekly [here.](https://datasciencefestival.com/event/big-birthday-bash-2026/?utm_source=social&utm_medium=meetup&utm_campaign=bigbdaybash)
Please note this event will not be streamed, so please ensure you apply for a ballot ticket to watch these sessions live.
**PLEASE NOTE: CLICKING ATTENDING ON MEETUP DOES NOT GIVE YOU ACCESS TO THIS EVENT. PLEASE FOLLOW THE LINK ABOVE OR BELOW TO REGISTER FOR TICKETS**.
Ticketing: Due to the popularity of Data Science Festival events, we are now allocating event tickets via a random ballot. Registering enters you into the ticket ballot for DSF Big Birthday Bash on Saturday 16th May 2026. The ballot will be drawn throughout the month of April 2026. If you have not received a ticket by May 7th 2026, unfortunately, you have been unsuccessful in getting a ticket. Those who are randomly selected will then be e-mailed tickets for the event. Please read how the ticketing works in full here. ([[https://datasciencefestival.com/2024/01/01/dsf-tickets-101-mayday-2024/](https://datasciencefestival.com/2024/01/01/dsf-tickets-101-mayday-2024/)]([https://datasciencefestival.com/2024/01/01/dsf-tickets-101-mayday-2024/](https://datasciencefestival.com/2024/01/01/dsf-tickets-101-mayday-2024/)))
Event details:
🎟️ Please bring your ticket (a paper copy or on your phone) to the event to check in with your QR code. Tickets are non-transferable. Arrive before 10:00 AM for guaranteed entry.
☕️ There is no breakfast at the venue, however, there is tea, coffee, and water provided throughout the day. Lunch is also provided. Soft drinks and alcohol can be purchased from SpaceBar at Code Node.
⌚️ Doors will open at 8:15 AM sharp and attendee registration will begin at this time on Saturday 16th May 2026. Speaker sessions begin at 9:00 AM, but please arrive at least 45 minutes before the conference begins, to make sure you enter the event on time. Arrive before 10:00 AM for guaranteed entry.
📛 Please pick up your badge, schedule and SWAG bag at the registration table on the ground floor.
🤝 There will be networking at the Spacebar from 17:00 - 18:00 PM so come and say hello!
FAQ will be live in April 2026. Please take some time to review this ahead of the event.
Check out last year's DSF Game On here:
[https://datasciencefestival.com/event/game-on-2025/](https://datasciencefestival.com/event/game-on-2025/)
We can't wait to see you back in person! 👋
**#DSFBigBirthdayBash**
Umbraco & AI evening hackathon
Join us for an informal evening of experimenting, building, and sharing ideas around Umbraco and AI. Whether you're curious about AI-powered content generation, the Umbraco MCP Server, AI-assisted development workflows, or other AI innovations in Umbraco - this is your chance to experiment, learn, and build alongside fellow community members in a relaxed, supportive environment.
Bring your laptop, your curiosity, and anything you’ve been meaning to try. You can come with a specific idea, jump into something with others, or just tinker and learn as you go. There’s no strict agenda, just a relaxed space to collaborate, swap ideas, and make progress together.
We’ll kick things off with a quick intro, then open the floor for hacking, discussion, and demos. If you end up building something cool (or even just interesting), you’ll have the chance to share it with the group at the end.
**EVENT HOSTS**
[Novicell](https://www.novicell.com/uk/services/software-development/umbraco/) (Umbraco Gold Partner) have kindly agreed to provide refreshments and host us for the evening in their offices in Shoreditch. If you think you will be making it, please sign up ASAP.
Novicell's offices are 21-33 Great Eastern St, London EC2A 3EJ in a building called Fora, approximately an 8 min walk from Liverpool St and Old St stations. If you arrive between 6:00 and 6:15pm there will be someone to meet you in reception with instructions. If you arrive later you might need to phone us to be let in: we shall email all attendees with the contact numbers on the day.
**CODE OF CONDUCT**
Please read the [Code of Conduct](https://bit.ly/UmbLondonCodeOfConduct) for all our events.
Future Capital : Summer Soiree
Dear Members,
As the **early evening from 5pm** [https://luma.com/he99iszf](https://luma.com/he99iszf) unfolds toward sunset, the tone deepens. Conversations shift from introductions to alignment:
* Capital meets narrative
* Ideas meet execution
* Ambition meets backing
* Complimentary nibbles & drinks
What to expect: Guests arrive at Flex @ Tide, stepping off the street into a space that feels deliberately curated—minimal, elegant, quietly confident.
**630-730pm There will be 5 Roundtables** \- Investment\, Tech & Ai\, Film & Music\, Scaleups & GovTech\. If you would like to head a table for discussion please reach out \(Zee Whatsapp 07588812528\)\.
**Thank you to Flex @ Tide, The Master Collective**, **YouYaa**, and the **Future Crowd.**
Floor-to-ceiling windows frame the river like a living artwork. There’s a subtle soundtrack—low, ambient, almost cinematic—punctuated by the clink of glasses and the first bursts of laughter from early connections forming.
Feel free to bring friends and colleagues. If you are looking for future collaborations please let us know.
**8pm Carriages**
With warm regards,
Zee & Team
NB For Partnerships or Sponsors zee@picnicbank.com & [zm@mastercollective.xyz](mailto:zm@mastercollective.xyz)
NSLondon 2026.2 at JustPark
We have three great talks lined up, plus time to chat and meet others in the community. We can’t wait to see you there!
We want NSLondon to be welcoming to everyone and support a broad range of voices. To help address existing imbalances in attendance, we’re offering a limited number of **early-access spots to women, non-binary people, and others who are currently underrepresented** in the iOS developer community. You can request one of these spaces by filling in [this form](https://docs.google.com/forms/d/e/1FAIpQLSfkWvVomYXUwESWHet2HDxTia4euvYcP2WKtkVQLXCzjmtbvA/viewform) before RSVPs open for general availability. (**Update:** This form is now closed.)
**💬 Talks:**
**Raphael Velasqua** — “Claude as Your iOS Pair Programmer”
*What if your codebase could teach Claude how your team codes — not just generic Swift? A glimpse of scaffolding, writing reliable tests and more with Claude.*
**Paul Shone** — “Turning Applications in to Apps: Tips on getting hired in a changing marketplace”
*Join Paul Shone, Co-Founder of Pixelated People, a recruitment leader with over 15 years of experience in building world-class mobile engineering teams. Paul shares invaluable insights on how to standout and secure your dream job in this changing and competitive job market. If you are a job seeker aiming to land the perfect role this session is packed with actionable advice that will set you apart from the competition.*
**Vadim Popov** — “From ARKit to Vision – How Far Can You Push the iOS Camera”
*This talk explores how far you can push the iOS camera by rebuilding core camera features using AVCaptureSession, comparing real-time face and skeleton detection across ARKit, Vision, and MediaPipe, and diving into live image analysis like sharpness, brightness, and composition scoring with Vision and Accelerate. It also reflects on what users actually value in a camera app, sharing practical lessons and missteps from the journey.*
**🕓 Schedule:**
6:30 PM Arrival and check-in at JustPark reception
7:00 PM Presentations start
9:00 PM Continue the conversation at the pub (TBA)
* **Arrival Time:** Arrive at 6:30 PM to complete the check-in process. If you need mobility assistance, let us know at least one day in advance.
* **Check-in Process:** Go to JustPark reception.
Provide your full name and mention the NSLondon event to receive your badge.
* **Full Names Required:** Ensure your Meetup profile has your full name or send it to us in a private message at least 48 hours before the event.
* **Late Arrival:** A JustPark staff member will guide us to the event space. If you arrive late, you may need to wait.
💎 **Acknowledgments:**
We'd like to thank JustPark for their generous support in hosting this event.
NSLondon is a community-driven group and needs your support!
Contact us for information about venues, speakers, or sponsorships.
Feel free to reach out with any questions.
See you there!
Please read our [Code of Conduct](https://nslondon.com/coc).
MC: Aled Samuel
Cloud Services Events Near You
Connect with your local Cloud Services community
Building Scalable Customer Identity Resolution Pipelines on AWS Using AI
Customer identity resolution becomes increasingly complex as organizations scale across multiple systems, regions, and data formats. Traditional rule-based approaches often fail to keep up with data variability, require constant manual tuning, and struggle with real-time processing needs.
This session presents a practical approach to building a scalable identity resolution pipeline using AWS services and modern AI techniques. The architecture combines data ingestion through Amazon S3 and AWS Glue, transformation pipelines using Spark on EMR, and machine learning models deployed via SageMaker for entity matching and standardization. Graph-based relationship modeling is implemented using Amazon Neptune to improve resolution accuracy by incorporating household and shared attribute context.
We will walk through how machine learning models can be used for name and address normalization, how intelligent blocking strategies improve matching efficiency, and how feedback loops can be introduced to continuously improve accuracy. The session also highlights how serverless components such as AWS Lambda can be used for orchestration and real-time processing.
**SPEAKER BIO**
Mosaic Syed is a Senior Data Engineering and Cloud Solutions Architect with over 20 years of experience designing and delivering scalable, secure, and high-performance data solutions across global enterprise environments.
https://www.linkedin.com/in/mosaic-basha-syed-92300856
**CALL FOR SPEAKERS**
Learn more: [https://www.awscolumbus.com/get-involved/](https://www.awscolumbus.com/get-involved/)
**THANK YOU** *VEEAM* for hosting our meetup! To learn more about *Veeam*, please visit their website: [https://www.veeam.com/](https://www.veeam.com/)
**DIRECTIONS**
8800 Lyra Dr #450 · Columbus, OH
go to 4th floor.
**Want to sponsor the pizza and/or bar tab?**
Please contact me if you would like to sponsor this meetup's pizza and/or bar tab: angelo@mandato.com
Building Agents with Microsoft Agent Framework
We will show how to build custom agents with Microsoft Agent Framework. Attendees will learn how to build and custom host agents when Microsoft Foundry is not a viable option.
Westerville Queer Coffee Meetup
WQC has weekly Thursday night social nights at the Westerville Java Central. Come and grab a coffee and connect with the community: low stakes, chill environment, and tasty drinks. No registration is required; come as you are.
CBusData - Practical AI for Power BI Developers
Practical AI for Power BI Developers
A year ago, “agentic AI” was mostly hype for Power BI teams. Today, it deserves your undivided attention. For Power BI pros, there is now a real opportunity to reduce repetitive development work, accelerate delivery, and help developers do more, but only when strong DataOps practices are in place to make AI workflows effective.
This session is a no-nonsense introduction to effective AI patterns for Power BI and Fabric development. Along the way, we will make sense of the growing pile of terminology, including skills, plugins, hooks, and MCP. You will see examples of how modern AI tooling can help with development tasks across Power BI and Fabric, along with the prerequisites, guardrails, and DataOps principles needed to use it responsibly.
Whether you're burned out on AI hype or already using Copilot CLI daily, this session will show you the foundations that are finally making AI-assisted development genuinely useful.
CONNECTED Westerville Mastermind Group
Join the CONNECTED Westerville Mastermind Group for a dynamic afternoon of B2B networking! This event is perfect for professionals looking to expand their business connections, share insights, and foster collaboration within the community. Whether you are a seasoned entrepreneur or just starting out, this event offers a valuable opportunity to exchange ideas, build relationships, and grow your network in a supportive environment. Connect with like-minded individuals, explore potential partnerships, and discover new opportunities for professional growth. Don't miss out on this chance to enhance your business network and take your career to the next level with CONNECTED Westerville Mastermind Group! We meet the 4th Monday of every month from 11am-1pm. Welcome and general networking from 11am - 11:30am with core meeting 11;30 - 12:30 and a final round of networking from 12:30 - 1pm.
TBD
**Important time note:** Please plan on arriving between 5:30 and 6:00 as the elevators lock after 6 and you'll need to message us and we'll need to come get you.
The building address is 4450 Bridge Park
The entrance is 6620 Mooney St, Suite 400
You will need to scan your ID at the door to get a visitor badge.
**Abstract**
TBD
**YouTube Link**
TBD
Quarterly Community Gathering
Join the Columbus AI community for our quarterly gathering — a casual, community-focused evening where everyone has a chance to share, learn, and connect. These open mic–style events give anyone in the community up to **5 minutes** to present a project, share a tool, pose a question, or offer a perspective on the evolving AI space.
No slides required — just a welcoming space to exchange ideas and keep the local AI conversation moving.
If you’d like to take the stage, message \*\*Chris (the organizer)\*\*with a **title and short description** of what you’d like to share.
Whether you’re deep in the field or just getting curious, come connect with others building and exploring AI in Columbus.
Sponsored by [Transform Labs](https://www.linkedin.com/company/transformlabs/)
Sign up also accessible via [Transform Labs Luma](https://luma.com/transformlabshq)





























