Machine Intelligence
Meet other local people interested in Machine Intelligence: share experiences, inspire and encourage each other! Join a Machine Intelligence group.
28,423
members
11
groups
Largest Machine Intelligence groups
Newest Machine Intelligence groups
Frequently Asked Questions
Yes! Check out machine intelligence events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the machine intelligence events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find machine intelligence events near your location here. Connect with your local community and discover events within your area.
Machine Intelligence Events Today
Join in-person Machine Intelligence events happening right now
KSUG.AI x Apache Kafka Meetup @IMDA - 18 May 2026
**Register now to attend! =>** [https://konfhub.com/ksug-sg-2026-05-21](https://konfhub.com/ksug-sg-2026-05-21) **<=**
**Latest promotions** discovered by our community!
* Up to **65%** OFF **[Linux Foundation](https://mm.ksug.ai)** bundles Code: **MM26BUNAI**
* **25%** OFF **[FinOps X Day](https://ksug.ai/discount/?tab=events&ref=meetup)** Code: **KSAIX26899**
* Missed **75%** off [LF / CNCF](https://lf.ksug.ai/)? [Get Notified](https://ksug.ai/?notify&ref=meetup) for next BIG drop!
We're excited to collaborate with **[Confluent](https://www.confluent.io/)** to welcome you to the upcoming **KSUG.AI x Apache Kafka Meetup @** [IMDA Singpore office](https://maps.app.goo.gl/SCJVhPcV2h89Eby28)! 🎉
**Agenda and topics preview:**
* 18:30pm - 19:00pm: Food, Drinks & Networking
* 19:00pm - 20:00pm: [Jun Rao](https://www.linkedin.com/in/junrao/), Co-founder, **[Confluent](https://www.confluent.io/)**
* 20:00pm - 20:30pm: Additional Q&A / Networking
Food and drinks will be provided between **6.30 and 7 pm** on a first-come, first-served basis. This is a great opportunity to learn and network with our peers. Thanks to our partners @**[Confluent](https://www.confluent.io/)**!
**[Register here](https://konfhub.com/ksug-sg-2026-05-21) to secure your spot!** See you all there!
**Location:** [IMDA Singapore 10 Pasir Panjang Road, Singapore 117438 · Singapore](https://maps.app.goo.gl/SCJVhPcV2h89Eby28)
**Volunteers / Sponsors / Speakers:**
[KSUG.AI](https://ksug.ai/?ref=meetup) is actively seeking speakers & sponsors to support our KubeSmart & AI community. Whether it is by offering venue spaces, providing food, or financial support. Sponsors will not only speak at our meetups, receive prominent recognition, but also gain exposure to our extensive membership base of 200,000+ Cloud Native + AI enthusiasts globally. [Volunteering](https://volunteer.ksug.ai/), [Submit Topics](https://speaker.ksug.ai/), [Sponsor Us](https://sponsor.ksug.ai/)!
🚀 **Let's be [kubestrong](https://www.linkedin.com/company/kubestrong/)!**
🎉 Please take a note this event is organized by our peers. We thought it's useful to our members. Join **[#Discord](https://discord.com/invite/Rp9WzYyKua)** for latest update 👉 [https://discord.com/invite/Rp9WzYyKua](https://discord.com/invite/Rp9WzYyKua)
🔖 𝐎𝐧𝐠𝐨𝐢𝐧𝐠 𝐃𝐢𝐬𝐜𝐨𝐮𝐧𝐭𝐬:
☸ 30% OFF **[Kubernetes](https://lf.ksug.ai/)** Certs - Code: **30K8SUG**
☸ 20% OFF **[FinOps](https://ksug.ai/finops)** Certs - Code: **KSAI_20**
𝐖𝐡𝐲 𝐖𝐞 𝐃𝐨 𝐓𝐡𝐢𝐬:
✅ Learn 𝐅𝐀𝐒𝐓𝐄𝐑 ⚡
✅ Certify 𝐒𝐌𝐀𝐑𝐓𝐄𝐑 💰
✅ Grow 𝐒𝐓𝐑𝐎𝐍𝐆𝐄𝐑 💪
𝟐𝟎𝟎,𝟎𝟎𝟎+ follow **[KSUG.AI](https://ksug.ai/?ref=meet)** 🔥 [linktr.ee/ksug.ai](https://linktr.ee/ksug.ai)
*By registering, you consent to the management of your personal information in accordance with KSUG.AI Meetup's [Privacy Policy](https://ksug.ai/privacy). Additionally, you agree that our sponsors may contact you.*
**[KSUG.AI](https://ksug.ai/?ref=meet)** is an independent community and not affiliated with or endorsed by CNCF. Kubernetes, K8s, Kubestronaut are registered trademarks of The Linux Foundation.
Connecting Opportunities in the China-Asean Markets since 2017
Explore, Discuss and See how you can be connected to the vast opportunities available in the strategic China-Asean Special Economic Zone, earmarked to become the 'largest trading city in the world'.
Live in Singapore! Apache Kafka® Meetup – Featuring Jun Rao
Hello everyone! Join us for an IN PERSON Apache Kafka® meetup on May 18th from 6:30pm, hosted by IMDA in Singapore!
**📍 Venue:**
IMDA
10 Pasir Panjang Rd, Mapletree Business City
Level 5 Events Room 1&2
Singapore 117438
\*\*\*
**🗓 Agenda:**
* 18:30pm - 19:00pm: Food, Drinks & Networking
* 19:00pm - 20:00pm: Jun Rao, Co-founder, Confluent
* 20:00pm - 20:30pm: Additional Q&A / Networking
\*\*\*
**💡 Speaker:**
Jun Rao, Co-founder, Confluent
**Talk:**
Queues for Kafka
**Abstract:**
Event streaming is great but sometimes it's easier to use a queue, especially when parallel consumption is more important than ordering. Wouldn't it be great if you had the option of consuming your data in Apache Kafka just like a message queue? For workloads where each message is an independent work item, you'd really like to be able to run as many consumers as you need, cooperating to handle the load, and to acknowledge messages one at a time as the work is completed. You might even want to be able to retry specific messages. This is much easier to achieve using a queue rather than a topic with a consumer group. KIP-932 brings queuing semantics to Apache Kafka. It introduces the concept of share groups. Share groups let your applications consume data off regular Kafka topics with per-message acknowledgement and without worrying about balancing the number of partitions and consumers. With this KIP, you can bring your queuing workloads to Apache Kafka. Come and hear about this innovative new feature being added to Apache Kafka 4.1.
\*\*\*
If you would like to speak or host our next event please let us know! [community@confluent.io](community@confluent.io)
Machine Intelligence Events This Week
Discover what is happening in the next few days
Take Control of the 3 Highs - Simple Ways to Improve Your Health Naturally
Are your blood pressure, blood sugar, or cholesterol levels quietly rising — even though you “feel fine”?
Most people don’t take action until it starts affecting their daily life…
Low energy, poor sleep, stubborn weight gain, and relying more on medication.
It doesn’t have to get to that stage.
Join our **offline health sharing session** and discover simple, practical ways to manage the “3 Highs” — without extreme diets or complicated routines.
You’ll learn:
• Easy lifestyle shifts to support healthier numbers
• Smarter nutrition choices that fit your daily routine
• How to build sustainable habits for long-term wellness
Imagine waking up with more energy, thinking more clearly, and feeling confident that you’re back in control of your health.
Whether your goal is prevention, improvement, or maintaining long-term wellness — this session will give you actionable steps you can start immediately.
Seats are intentionally limited to ensure a focused, high-quality experience.
👉 Secure your seat now — message us or register today before spots are filled.
The Smart Walking Method: Burn More Fat And Feel More Energized
Are you walking correctly?
Walking is one of the most natural human activities, but most of us aren't optimizing our stride for health and fitness. It’s time to turn your daily steps into a powerful, fat-burning tool.
Join us early for the MetaWellness Fat-Burning Walking workshop. This session goes beyond a casual stroll; it is an active workshop designed to teach you the biomechanics of mindful, effective movement.
Led by **JJ Mok, Accredited Mindfulness Coach**, you will learn how to align your body and mind to increase fitness, aid weight loss goals, and completely transform the way you walk.
**What You’ll Learn in This Session:**
* **👣 Proper Walking Technique:** Forget lazy strolling. We will teach you how to develop strong posture and an engaging, powerful stride that protects your joints and engages more muscles.
* **🔥 Fat-Burning Principles:** Discover the specific techniques that turn a regular walk into a calorie-torching workout, helping you burn more energy with every step you take.
* **🧘♀️ Breathing & Mindfulness:** Learn to integrate mindful breathing with your movement. This enhances mental focus, reduces stress, and helps naturally boost your metabolism.
**Who Should Attend:** This session is perfect for anyone looking to improve their physical health, lose weight sustainably, or simply gain more energy from their daily routine. All fitness levels are welcome.
**Event Details:**
* **Time:** 7:30 AM – 9:00 AM
* **Location:** [Entrance](https://www.streetdirectory.com/sg/entranceexit-a-botanic-gardens-mrt-station/106578_1.html "https://www.streetdirectory.com/sg/entranceexit-a-botanic-gardens-mrt-station/106578_1.html")/[Exit A](https://www.streetdirectory.com/sg/entranceexit-a-botanic-gardens-mrt-station/106578_1.html "https://www.streetdirectory.com/sg/entranceexit-a-botanic-gardens-mrt-station/106578_1.html") - [Botanic Gardens MRT Station](https://www.streetdirectory.com/sg/entranceexit-a-botanic-gardens-mrt-station/106578_1.html "https://www.streetdirectory.com/sg/entranceexit-a-botanic-gardens-mrt-station/106578_1.html") ([CC19](https://www.streetdirectory.com/sg/entranceexit-a-botanic-gardens-mrt-station/106578_1.html "https://www.streetdirectory.com/sg/entranceexit-a-botanic-gardens-mrt-station/106578_1.html") / [DT9](https://www.streetdirectory.com/sg/entranceexit-a-botanic-gardens-mrt-station/106578_1.html "https://www.streetdirectory.com/sg/entranceexit-a-botanic-gardens-mrt-station/106578_1.html"))
* **Instructor:** JJ Mok, Accredited Mindfulness Coach
**What to Bring:**
* Comfortable walking shoes or trainers
* Water bottle
* Sun protection (hat/sunscreen) if outdoors
* An open mind ready to learn!
**Start your weekend with intention, movement, and vitality. Secure your spot today!**
How to Use AI to Attract Leads & Customers from the Cold Market
## Struggling to Get Leads from People Who Don’t Know You?
You’re posting content… trying different strategies… maybe even using AI tools…
But still not getting consistent leads or customers.
If that sounds familiar, this session is for you.
## How AI Can Help You Attract Cold Leads (Without Overcomplicating It)
In this live, in-person workshop, you’ll learn simple and practical ways to use AI to:
* Reach cold audiences more effectively
* Generate interest without sounding “salesy”
* Create content that attracts potential customers
* Approach lead generation in a clearer, more structured way
Everything will be explained in a beginner-friendly manner — no technical background required.
## Imagine Having a Clearer Way to Attract Customers
Instead of guessing what works…
You’ll start to see how to:
* Turn strangers into interested leads
* Use AI to save time and effort
* Build a simple approach to attract potential customers
This session focuses on practical understanding — not theory.
## Secure Your Seat
This is a small-group, in-person session to ensure quality learning and interaction.
👉 Reserve your seat now to learn how to start attracting leads and customers using AI.
AgentCamp, Singapore 2026 (In-Person)
Welcome to Singapore **AgentCamp 2026**! Organized by the Global AI Community, this global initiative brings together AI enthusiasts and developers to learn, share, and grow their AI knowledge.
Join us for an action-packed 5-hour evening filled with expert-led presentations, real-world engineering insights, and practical, hands-on learning. We’ll be covering everything from low-code AI development in Copilot Studio to pro-code orchestration and AI security.
Whether you're taking your first steps in AI engineering or you are looking to build an autonomous agentic SOC, we have an incredible lineup of Experts ready to share their expertise.
### 🗓️ Event Agenda
(Note: As this is a highly interactive session, the first hour will act as a buffer to help everyone get set up with their environments before the tech sessions begin!)
**4:00 PM \| Welcome\, Setup & Logistics**
Arrive, get comfortable, and use this time to get your infrastructure ready. Our team will be on the ground to help you with activating your Azure subscription, getting used to the GitHub repo, and prepping your environment for the Hands-On Lab!
**5:00 PM \| Click\. Configure\. Deploy\. Your First AI Agent in 90 Minutes** (Low-Code Session)
🗣️ **Speaker:** Pardha Sardhi Komanduri, Sr. Solutions Engineer
**5:40 PM \| Building Agent Orchestration Using Microsoft Agent Framework** (Pro-Code Session)
🗣️ **Speakers:** Sithu Kyaw, Sr. Solutions Engineer & Jana Lee, Solutions Engineer
**6:20 PM \| Break & Networking**
Grab a bite, stretch your legs, and connect with fellow AI enthusiasts.
**7:00 PM \| Hands\-On Lab \(HOL\): Building Agentic Apps from Low to Pro Code**
🗣️ **Conducted by:** Zafir, Solutions Engineer
Put theory into practice! One comprehensive lab covering the overarching concepts from the previous sessions. You can take what you've built home with you.
**8:00 PM \| Security & AI Engineering: Building an Autonomous Agentic SOC**
🗣️ **Speaker:** Joe Tan, Sr. Solutions Engineer
**8:45 PM \| Closing & Open Q&A**
**9:00 PM \| Event Concludes**
### 💻 What to Bring & Prerequisites
* **Your Laptop:** This event features a 1-hour Hands-On Lab, so bringing your own device is a must!
* **GitHub Account:** Please ensure you have an active GitHub account.
* **Azure Subscription:** You will need an active Azure Subscription. **Don't have one? We've got you covered!** We will provide a free subscription invite code at the event.
**RSVP [HERE](https://konfhub.com/checkout/sg-gai-may-2026-agentcamp) to secure your spot! See you there!**
STACK Meetup [Cybersecurity], (21 May 2026)
**ANNOUNCEMENT – Registration via this [link](https://go.gov.sg/stackmeetup-21may2026-mc) only.**
* Seats are on a first-come, first-served basis.
* For admission into our event space, please register beforehand via GovEntry only.
* Please present the QR code within your registration confirmation email upon check-in at our event space.
**About this Meetup**
As AI reshapes the future of defence, how do we stay ahead of machine-speed threats? Dive into the high-stakes world, where AI meets modern security, as we explore the critical intersection of AI-driven resilience and the next frontier of digital warfare.
This session unpacks what it takes to stay "In Command" in an increasingly complex landscape, covering the evolution of security operations, strategic leadership, and the transition to post-quantum security.
By connecting technical innovation with strategic leadership, we provide the insights needed to navigate today’s dynamic threat landscape. [Join us](https://go.gov.sg/stackmeetup-21may2026-mc) to gain the practical tools to fortify your organisation and lead with confidence in this new era!
**Programme**
6:30pm: Networking
6:55pm: Opening Announcements
7:00pm: The Threat Landscape Shift with Claude Mythos
By Sean Lim, Security Engineer, Vectra AI
7:10pm: Overwhelmed to 'In Command': How AI‑Driven Defence Empowers Modern SecOps
By Jason Heng, Regional Director, Rapid7
7:20pm: Power the Agentic Security Operations Center (SOC)
By Jeff Yeo, Leader Solution Engineering, Splunk
7:30pm: Can You Trust Your AI Agents? Evaluation-driven AI for Cyber Intelligence Operations
By Simeon Tan, Co-Founder and CTO, Protos Labs
7:40pm: Transitioning from Red to Blue in the AI Era: The CISO Navigator
By Terence Teo, Chief Information Security Officer, Ministry of Sustainability and the Environment
7:50pm: Beyond the Hype: What Post-Quantum Security Actually Looks Like in Practice
By Regal Star, CEO, ZENTARA Technologies
8:00pm: Closing
8:30pm: End of STACK Meetup
Click **[here](https://go.gov.sg/stackmeetup-21may2026-mc)\*** to sign up!
\*Registration will be accepted via GovEntry only.
[Paid] Ultimate Practical AI by Florin Pățan
Hello Gophers!
Our **Ultimate Practical AI** workshop will be held on **21 May 2026**, before our GopherCon Singapore 2026 conference.
You can buy tickets for the conference and this workshop at our [GopherCon Singapore 2026 website](https://2026.gophercon.sg).
Workshop description follows:
This is a hands-on, full-day workshop where you'll build a complete AI-powered application in Go — from first prompt to production-ready system.
You'll start by connecting your Go application to a language model and grounding its responses in real data using Retrieval-Augmented Generation (RAG). Then you'll give it the ability to act on the world through Tool Calling, Function Execution, and the Model Context Protocol (MCP). With the core system working, you'll learn the advanced optimization techniques that separate prototypes from production — speculative decoding, semantic caching, and intelligent model routing.
Finally, you'll harden everything against the security threats unique to LLM-powered systems, from prompt injection to data exfiltration.
Each part builds on the last.
By the end of the day, you won't just understand these concepts — you'll have built, optimized, and secured a working system that retrieves, reasons, and acts.
### Full Curriculum
#### What a Student Is Expected to Learn
By the end of this workshop, you'll leave with working code, a production-ready mindset for AI-powered Go applications, and hands-on experience across the full stack: retrieval, action, performance, and security. 🚀
##### Part 1: Ground It — Retrieval-Augmented Generation (RAG) in Go
* **Understanding RAG Concepts** – Improve responses by dynamically retrieving relevant context rather than relying solely on static training data.
* **Ingesting and Processing Documents** – Build pipelines to index and retrieve documents from client systems.
* **Interacting with AI-Compatible APIs** – Learn how Go applications can connect to local inference engines, OpenAI-compatible servers, or cloud AI services.
* **Optimizing Performance & Latency** – Implement caching, batching, and parallel processing to enhance efficiency.
* **Using Vector Databases** – Store and search embeddings with tools such as Chroma, Pinecone, Weaviate, Milvus or pgvector in PostgreSQL.
##### Part 2: Make It Act — Tool Calling, Function Execution & MCP in Go
* **How AI Uses Tool Calling** – Enable external system control by allowing AI to invoke predefined functions in Go.
* **Building Function Calls with OpenAI-Compatible Systems** – Define structured function inputs and outputs for AI-driven interactions.
* **Connecting to External APIs & Databases** – Trigger real-world actions, query databases, and automate workflows.
* **Handling Responses & Errors** – Ensure safe and reliable execution of AI-invoked functions.
* **Introduction to the Model Context Protocol (MCP)** – Understand how MCP standardizes the way models discover and invoke tools. Build a simple MCP server in Go that exposes tools to any MCP-compatible client, showing how it compares to direct function calling.
##### Part 3: Make It Fast — Advanced Optimizations
* **Speculative Decoding** – Use a smaller draft model alongside a larger verification model to get near-large-model quality at small-model speeds. Applicable to both local inference libraries and serving engines that support it natively.
* **Automatic Prefix Caching & KV Cache Reuse** – Structure multi-turn conversations so shared prefixes (system prompts, conversation history) are cached and reused across requests, avoiding redundant computation. Manage message arrays carefully to keep prefixes stable across turns.
* **Semantic Caching** – Embed user queries and check vector similarity against cached query-response pairs, returning cached answers for semantically equivalent questions without running inference — implementable in Go with any embedding model or API.
* **Adaptive Retrieval** – Use a lightweight classifier or a small local model to decide whether RAG context is needed at all, avoiding irrelevant context injection that can degrade response quality.
* **Cascading Model Routing** – Route queries to different models based on complexity: a fast small model for simple questions, escalating to a larger model only when confidence is low, implemented as Go middleware.
##### Part 4: Lock It Down — Securing LLM-Powered Go Applications
* **Prompt Injection Defenses** – Understand direct and indirect prompt injection attacks, and implement role separation, input sanitization, and detection strategies. Demonstrate how injected instructions in user input or retrieved documents can hijack model behavior.
* **Securing Tool Calls** – Apply least-privilege principles to exposed functions, prevent command injection from model output, and enforce authorization checks before execution.
* **RAG Pipeline Security** – Guard against data poisoning and indirect injection via ingested documents. Show how a malicious document in the vector DB can manipulate retrieval results and model responses, and defend with access controls, relevance thresholds, and content isolation.
* **Output Sanitization & Exfiltration Prevention** – Sanitize model-generated content before rendering in web UIs to prevent XSS. Defend against data exfiltration where the model encodes sensitive retrieved data into tool call arguments targeting attacker-controlled endpoints, using domain allowlists and egress filtering.
* **Chain-of-Call Escalation** – Show how a model can chain multiple tool calls in a single turn to escalate privileges. Implement call budgets, supervision layers, and human-in-the-loop checkpoints in Go.
AgentCamp, Singapore 2026 (In-Person) AI Hands-on Labs
Welcome to Singapore **AgentCamp 2026**! Organized by the Global AI Community, this global initiative brings together AI enthusiasts and developers to learn, share, and grow their AI knowledge.
Join us for an action-packed **5-hour evenin**g filled with **expert-led presentations**, real-world engineering insights, and practical, **hands-on learning**. We’ll be covering everything from low-code AI development in Copilot Studio to pro-code orchestration and AI security.
Whether you're taking your first steps in AI engineering or you are looking to build an autonomous agentic SOC, we have an incredible lineup of Experts ready to share their expertise.
🗓️ **Event Agenda**
(Note: As this is a highly interactive session, the first hour will act as a buffer to help everyone get set up with their environments before the tech sessions begin!)
**4:00 PM \| Welcome\, Setup & Logistics**
Arrive, get comfortable, and use this time to get your infrastructure ready. Our team will be on the ground to help you with activating your Azure subscription, getting used to the GitHub repo, and prepping your environment for the Hands-On Lab!
**5:00 PM \| Click\. Configure\. Deploy\. Your First AI Agent in 90 Minutes** (Low-Code Session)
🗣️ **Speaker:** Pardha Sardhi Komanduri, Sr. Solutions Engineer
**5:40 PM \| Building Agent Orchestration Using Microsoft Agent Framework** (Pro-Code Session)
🗣️ **Speakers:** Sithu Kyaw, Sr. Solutions Engineer & Jana Lee, Solutions Engineer
**6:20 PM \| Break & Networking**
Grab a bite, stretch your legs, and connect with fellow AI enthusiasts.
**7:00 PM \| Hands\-On Lab \(HOL\): Building Agentic Apps from Low to Pro Code**
🗣️ **Conducted by:** Zafir, Solutions Engineer
Put theory into practice! One comprehensive lab covering the overarching concepts from the previous sessions. You can take what you've built home with you.
**8:00 PM \| Security & AI Engineering: Building an Autonomous Agentic SOC**
🗣️ **Speaker:** Joe Tan, Sr. Solutions Engineer
**8:45 PM \| Closing & Open Q&A**
**9:00 PM \| Event Concludes**
💻 What to Bring & Prerequisites
* **Your Laptop:** This event features a 1-hour Hands-On Lab, so bringing your own device is a must!
* **GitHub Account:** Please ensure you have an active GitHub account[[1](https://www.google.com/url?sa=E&q=https%3A%2F%2Fdocs.globalai.community%2Fazure-client.html)].
* **Azure Subscription:** You will need an active Azure Subscription. **Don't have one? We've got you covered!** We will provide a free subscription invite code at the event.
***Only 80 seats are available.***
**RSVP [HERE](https://konfhub.com/checkout/sg-gai-may-2026-agentcamp) to secure your spot! See you there!**
Machine Intelligence Events Near You
Connect with your local Machine Intelligence community
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)
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
Web Development to AI Course Preview & Introduction Session
Join DotBitz for an interactive course preview and introduction session designed for students, parents, and aspiring learners interested in Web development, programming and future AI technology careers.
During this session, you will learn about:
* DotBitz learning programs and course pathways
* How students can start learning programming from an early age
* Career-focused learning and mentorship opportunities
* Real-world skills students can develop through technology education
* Future opportunities in software development and technology careers
* How AI will be impact in our future career.
This event is a great opportunity to explore how DotBitz supports students from beginner learning to career readiness in a structured and supportive environment.
### Event Details
📍 Location: Columbus Metropolitan Library
4500 Hickory Chase Way, Hilliard, OH — Meeting Room 2A
📅 Date: May 18, 2026
🕔 Time: 5:00 PM – 6:00 PM
We welcome students aged 9+, parents, beginners, and anyone interested in learning more about programming education and technology career pathways.
Drunken Philosophy: What’s up with all the AI hate?
**Welcome to Drunken Philosophy** a casual, curious social discussion
**Optional topic for this meetup: What's up with all the AI hate?**
A recent survey found that 74% of Americans have a negative view of AI, and I want to know why. Come out and debate whether AI is good or bad.
My hot take: a labor-saving tool that could potentially help cure cancer gets called dangerous because it might raise unemployment or cause a speculative investment bubble, that tells you a lot more about capitalism and the economic system we live under than it does about the tool itself. As a computer programmer, I think AI is a wonderful tool that has increased my productivity by at least an order of magnitude. I'd go so far as to say Claude Code is the best tool I have ever used. Debate me and name a better one.
Is AI potentially dangerous? Yes, but so are a lot of tools. Chainsaws. Steam engines (early ones would occasionally explode and kill everyone in the room). Do you think cavemen sat around debating whether fire could be used as a weapon or for self-harm, and decided not to discover it?
I have two friends who hate AI for opposite reasons: one thinks it's a fad and not useful, and the other thinks it's going to take over everything and cause human extinction.
Come out tonight, have a friendly debate, and make some friends.
No lectures. Friendly crowd. Drop in for one drink and stay if it's fun.
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
NFT AI ART Columbus
NFT's are here to stay folks!
This is a group for like minded people interested in understanding, leveraging, using, creating for, profiting from, trading too i suppose, NFT's.. everything around them, complexity, fear and exploits, best practices and more.
**PLUS**
This group will talk AI ART tools, techniques, artists, video, audio, prototypes and more in the AI assisted production space- ART specifically, but we can get into any aspect of some of the cooler things happening in AI in general.
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.

















![STACK Meetup [Cybersecurity], (21 May 2026)](https://secure.meetupstatic.com/photos/event/5/b/e/d/highres_534203533.webp?w=640)
![[Paid] Ultimate Practical AI by Florin Pățan](https://secure.meetupstatic.com/photos/event/8/a/7/e/highres_528635454.webp?w=640)







