Computer Vision
Meet other local people interested in Computer Vision: share experiences, inspire and encourage each other! Join a Computer Vision group.
200
members
1
groups
Frequently Asked Questions
Yes! Check out computer vision events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the computer vision events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find computer vision events near your location here. Connect with your local community and discover events within your area.
Computer Vision Events Today
Join in-person Computer Vision events happening right now
AWS UG Hong Kong x AgentCon Hong Kong
We’re excited to partner with AgentCon Hong Kong, the global developer conference focused on AI Agents and autonomous AI! Our community will be hosting a full day of workshops and talks alongside the AgentCon Hong Kong program.
Below is the full agenda for our sessions.
Come learn, build, and explore the future of AI Agents with us!
**Activities:**
1. AI IDE - Kiro Hands-on Workshop x AgentCon Hong Kong
2. Building Multi-Agent Systems in Finance with Strands Agents and Bedrock AgentCore on AWS.
3. Governing AI Agents in Production: From Experiment to Engineering System
4. Empower Team Wide Vibe Coding with LLM Gateway and Security-First MCPs
5. What can go wrong when you ask your agent to go naughty?
**AI IDE - Kiro Hands-on Workshop x AgentCon Hong Kong**
*[Haowen Huang](https://www.linkedin.com/in/haowenhuang/) \- Senior Developer Advocate\, Amazon Web Services*
*[Jacky Wu](https://www.linkedin.com/in/jackywu1/) \- Sr\. Solutions Architect\, Amazon Web Services*
Time: 10:40 am
Generative AI tools have democratized software development, enabling both developers and non-technical users to build applications efficiently. However, these tools struggle with enterprise-level challenges: inadequate project planning, unstructured workflows, poor enterprise integration, and inconsistent code quality.
Kiro, AWS's AI IDE tool, addresses these gaps by integrating specification-driven development, structural design, test validation, and automated execution into a standardized, traceable workflow.
At re:Invent 2025, AWS launched “Kiro Powers”—extensible capability packages that inject domain-specific expertise into Kiro AI agents. Each Power provides:
\- Domain guidance via steering files \(POWER\.md\)
\- Tool integration \(MCP services for databases\, payments\, deployment\)
\- Automated Hooks for event\-driven actions \(API testing\, infrastructure code generation\)
Unlike traditional coding assistants, Kiro + Powers covers the entire development lifecycle—from requirements to deployment—while reducing token costs and ensuring consistent code quality.
We'll demonstrate Kiro's capabilities by building a game using Specs, Powers, and Hooks, showcasing its enterprise-grade advantages in planning, automation, and quality assurance.
**First come, first served if the number of attendees exceeds capacity!**
**To join this workshop, you need to register at [AWS AI User Group Hong Kong](https://www.meetup.com/aws-ai-user-group-hong-kong/)**
https://www.meetup.com/aws-ai-user-group-hong-kong/events/313334952/
**Building Multi-Agent Systems in Finance with Strands Agents and Bedrock AgentCore on AWS.**
*[Haowen Huang](https://www.linkedin.com/in/haowenhuang/) \- Senior Developer Advocate\, Amazon Web Services*
*[Jacky Wu](https://www.linkedin.com/in/jackywu1/) \- Sr\. Solutions Architect\, Amazon Web Services*
Time: 1:15 pm
This session explores practical implementations of AI agents for financial services on AWS. Discover how to design multi-agent systems with the Strands Agents framework and Bedrock AgentCore for complex financial workflows—from quantitative backtesting to AI fund manager.
You'll learn multi-agent patterns, and agent orchestration techniques. Walk away with concrete architectural patterns and implementation strategies for building production-ready AI agents in finance.
**Governing AI Agents in Production: From Experiment to Engineering System**
*[Mike Ng](https://www.linkedin.com/in/ngsinching/) \- ex\-AWS Community Builder*
Time: 2:30 pm
Most AI governance discussions assume AI will "do the right thing" with properguidelines. This talk takes a different approach: assume drift, error, and
misalignment by default, then design mechanical structures that make bad
behavior expensive.
The core idea: systems are defined by what they refuse to do, not what they
can do. For AI in production, governance means explicit rejection zones,
constitutional constraints that cannot be bypassed, and separation between
decision-making and execution.
Five governance patterns: constitutional constraints (forbidden states and
behaviors), rejection zones (where AI cannot operate), separation of powers
(decision ≠ execution ≠ validation), retrieval-led reasoning (grounding over
pre-training), and mechanical enforcement (architecture over policy).
Developed while preparing experimental multi-agent systems for production
deployment in FinTech, where mistakes are irreversible and governance is
survival, not choice.
**Empower Team Wide Vibe Coding with LLM Gateway and Security-First MCPs**
*[Gabriel Koo](https://www.linkedin.com/in/gabrielkoo/) \- AWS Community Builder & Senior Lead Engineer at Bowtie Life Insurance*
*[Rakshit Jain](https://www.linkedin.com/in/rakshit-jainn/) \- AI Engineer II*
*Bowtie Life Insurance*
Time: 3:00 pm
Scaling AI-assisted development from a few enthusiasts to 50+ software engineers isn't just about API keys - it's about governance, trust, and standardized workflows. How do you prevent "shadow AI" and budget chaos while granting safe access to production context?
At Bowtie, we adopted a layered security-first approach: First, control the traffic; second, secure the tools; third, standardize the behavior.
This session covers our journey building a production-grade Vibe coding platform:
Layer 1: The AI Gateway (LiteLLM on AWS Fargate + Amazon RDS)
We established a centralized choke point for all AI traffic. This enables cost attribution, DLP detection, and usage visibility. Crucially, we enforce this at the network level - blocking direct access to non-official API providers to ensure all usage is visible and governed.
Layer 2: Security-First MCP servers
We treat AI agents as "CLI versions" of our internal web apps. By building custom Model Context Protocol (MCP) servers that reuse existing permissions and authentications - using Amazon Cognito for internal APIs and OAuth for official SaaS MCP servers - the AI acts as a delegate of the developer with human approvals. No new service accounts, no "god-mode" bots - if you can't do it in the existing user interfaces, the Agent can't do it via MCPs.
Layer 3: Custom Skills for Standardization
Beyond just tools, we write custom Skills to guide the model's behavior, ensuring generated code aligns with our engineering standards and SOPs (e.g. grab a ticket, fetch knowledge base, apply a fix, close the ticket) before a PR is even opened.
Walk away with an architectural blueprint for democratizing AI access that satisfies the strictest security requirements while giving developers the friction-free vibe coding experience they crave.
**What can go wrong when you ask your agent to go naughty?**
*[Richard Fan](https://www.linkedin.com/in/richardfan1126/) \- AWS Hero \| An independent security researcher*
Time: 3:30 pm
We security folks all want to secure the AI agents, restricting their capability, putting guardrails, using system prompts, ... just to make sure the agents don't go rogue.
But what if the AI agent is specifically designed to do bad things? Suddenly, the rule is changed. The instructions are encouraging agents to make harm, and the guardrails are half-opened, so as to allow the agent to do its job. In this scenario, what can go wrong?
In this session, Richard will talk about AWS Security Agent, an AI agent designed to do automated penetration tests. He will share the security issues he found on the agent and highlight the challenges when building agents that simulate harmful actions.
**Important notes:**
We’re partnering with AgentCon Hong Kong!
Our community will join **AgentCon Hong Kong**, a global developer conference focused on AI Agents and autonomous AI organized by the Global AI Community.
To attend this workshop, **you must register on the official AgentCon page by the Global AI Hong Kong chapter as well!**
Registration on this User Group page **does not** grant venue access.
**Official Registration (Required):**
[https://globalai.community/chapters/hong-kong/events/agentcon-hong-kong/](https://globalai.community/chapters/hong-kong/events/agentcon-hong-kong/)
**Important Notes for All Attendees**
**1️⃣ Registration Required for Entry**
All participants **must** register on the official AgentCon Hong Kong.
Venue access will only be granted to people who appear on the official attendee list.
**2️⃣ Lunch Ticket Eligibility**
Attendees who:
* **Check in during the morning session**, and
* **Stay for and join the keynote**
will receive a **lunch ticket**.
**3️⃣ First‑Come‑First‑Served (If Over Capacity)**
In case of high demand, lunch tickets will be distributed **on a first‑check‑in, first‑served basis**.
Arrive early to secure your ticket.
**Join AgentCon and learn about agents. We are happy to have a workshop that day.**
2026年 4月份 – 休閒週末 閱讀分享
【歡迎只作旁聽,會作分享的書友優先】
1. 活動目標:希望大家能夠分享閱讀心得,開開心心共渡週末。
2. 地點:歡迎參加者提議,消費自付。
3. 時間:下午2時至5時(3小時)
4. 活動流程:以廣東話為主,輪流分享閱讀所見所聞,其他人輪流發問。希望各人藉此更能深刻了解書本知識,用更多不同角度探索書本, 互相啟發及學習。
5. 參加者需帶備一本已經閱讀80%或以上的書本 (中英文書皆可),歡迎絕大部分主題:勵志、心理、商業、股票、旅遊、運動、健美、中西醫療、哲學、散文、美術、種植、歷史、學習方法等等。不接受漫畫、雜誌、報章及任何淫褻不雅之讀物。
6. 活動在午餐 / 下午茶中進行。
7. 失約和習慣性最後一刻退出的成員,將從成員名單中刪除。
8. 若有候補名單,曾經失約和曾經最後一刻退出的成員,他們當次出席的名額將給予其他候補成員。
9. 其他事項:活動期間,參加者應小心看管個人財物,如有任何損失,本會概不負任何責任。
AI IDE - Kiro Hands-on Workshop x AgentCon Hong Kong
**Speakers:**
Haowen Huang - Senior Developer Advocate, Amazon Web Services
Jacky Wu - Sr. Solutions Architect, Amazon Web Services
**Language:** Cantonese
**Important notes:**
We’re partnering with AgentCon Hong Kong!
Our community will join **AgentCon Hong Kong**, a global developer conference focused on AI Agents and autonomous AI organized by the Global AI Community.
To attend this workshop, **you must register on the official AgentCon page by the Global AI Hong Kong chapter as well!**
Registration on this User Group page **does not** grant venue access.
**Official Registration (Required):**
[https://globalai.community/chapters/hong-kong/events/agentcon-hong-kong/](https://globalai.community/chapters/hong-kong/events/agentcon-hong-kong/)
***
**Important Notes for All Attendees**
**1️⃣ Registration Required for Entry**
All participants **must** register on the official AgentCon Hong Kong.
Venue access will only be granted to people who appear on the official attendee list.
**2️⃣ Lunch Ticket Eligibility**
Attendees who:
* **Check in during the morning session**, and
* **Stay for and join the keynote**
will receive a **lunch ticket**.
**3️⃣ First‑Come‑First‑Served (If Over Capacity)**
In case of high demand, lunch tickets will be distributed **on a first‑check‑in, first‑served basis**.
Arrive early to secure your ticket.
**Join AgentCon and learn about agents. We are happy to have a workshop that day.**
**Description:**
Generative AI tools have democratized software development, enabling both developers and non-technical users to build applications efficiently. However, these tools struggle with enterprise-level challenges: inadequate project planning, unstructured workflows, poor enterprise integration, and inconsistent code quality.
Kiro, AWS's AI IDE tool, addresses these gaps by integrating specification-driven development, structural design, test validation, and automated execution into a standardized, traceable workflow.
At re:Invent 2025, AWS launched “Kiro Powers”—extensible capability packages that inject domain-specific expertise into Kiro AI agents. Each Power provides:
\- Domain guidance via steering files \(POWER\.md\)
\- Tool integration \(MCP services for databases\, payments\, deployment\)
\- Automated Hooks for event\-driven actions \(API testing\, infrastructure code generation\)
Unlike traditional coding assistants, Kiro + Powers covers the entire development lifecycle—from requirements to deployment—while reducing token costs and ensuring consistent code quality.
We'll demonstrate Kiro's capabilities by building a game using Specs, Powers, and Hooks, showcasing its enterprise-grade advantages in planning, automation, and quality assurance.
**First come, first served if the number of attendees exceeds capacity!**
People Drawing People — Muse Garden, Morrison Hill, Wanchai
**General idea:**
Join us for a relaxed people-drawing-people activity over coffee or a drink.
Both newcomers and experienced participants are welcome to join.
**💰 Price** : Only pay for your drink! We don't charge a fee.
**✅ Guidelines**:
* Bring your own paper, pencil, drawing tablet etc ✏️
* Greet the host(s)!
* Buy yourself a drink (tea, coffee, sodas, etc)
* Find a seat and start drawing your surroundings (especially the people).
📣 **Join our socials!**
Follow [our official Instagram](https://www.instagram.com/people_drawing_people/) for event photos **@peopledrawingpeople**
Grow the event by sharing your own drawings and tag us!
📸 **Photos**
Hosts will also take descriptive shots of the event and your drawings to promote this meetup to new members outside. If you prefer not to appear in photographs just let them know.
**[ Optional activities ]**
For variety we may suggest optional activities which you can choose to participate in or not. These include volunteering as a model for the group, or partnering up with people for longer model/artist exchanges, skill sharing, etc.
【港漂 · 香港生活同盟】 —— 本地人 × 新港漂 · 跨越文化,共创在港新生活
🌆 你是否也在寻找这样的连接?
• 想认识真诚的香港朋友,而不只是职场上的点头之交
• 对香港文化好奇,却找不到人带你体验地道的港式生活
• 希望有人为你解读本地人才懂的生活智慧
• 想要一个既懂内地情怀,又熟悉香港脉络的交流圈子
🌉 当港漂遇见香港本地人
这里聚集了热心友善的香港成员与新港漂朋友,我们相信:
• 最好的融入,从一杯奶茶的闲聊开始
• 最深的了解,来自本地人带你行街食饭的体验
• 最暖的支持,是当你困惑时有过来人指点
📌 我们拒绝什么?
❌ 不接受传销/直销
❌ 不接受保险推销
❌ 不是抱怨大会
✅ 而是一个让你能真正
「放下过客心态,找到留港意义」的支援网
🎯 在这里你能获得
✅ 本地朋友带你玩
✅ 生活实用支援
• 在地生活秘籍:从街市砍价到生活资源
• 粤语实战教学:学最地道的用语,听懂港式幽默
✅ 双向交流平台
• 香港朋友想了解内地文化,新港漂想认识本地生活
• 我们在这里互相学习,彼此丰富
🤝 我们的独特价值
❌ 不是单向的“帮助”,而是双向的交流
❌ 不是表面的“欢迎”,而是真诚的接纳
✅ 是新老朋友一起建构的温暖社群
“真正的融入,从交到第一个本地朋友开始”
👉 [立即加入](https://forms.gle/TSWwAMQqQ72qvqKy8)充满温度的跨文化社群:
https://forms.gle/TSWwAMQqQ72qvqKy8
Computer Vision Events This Week
Discover what is happening in the next few days
Transportation: the hardware, the wait, the ride
**Transportation of all kinds, just not walking.**
**This week’s theme is getting around**—the cities choreography and human drama of boarding, riding, waiting, parking, squeezing through, loading up, breaking down, **and all the hardware required.**
**We're after wheels of all kinds—transportation, the hardware and hard feelings of this urban experience:** buses, minibuses, bikes, scooters, motorcycles, cars, and everything that comes with them—the queues, doors, climbing in or out hands on rails, bumpers, parking lots, curbside chaos, the beauty and the gore of daily transportation scene.
Wheelchairs count. A kid on a dad’s shoulder counts too.
***
#### **What To Look For:**
#### **Bus Life**
* Double-deckers and minibuses pulling in, idling for the exits and queue, lurching away like a small boat in a big wave.
* Minibuses. Say no more—they're go-carts driven by crazy men. Go ride one and document it.
* People waiting in a queue, entertained in unison with their phones, watching for the route number
* Boarding + exiting: stepping up, tapping cards, squeezing past, jumping off late
* Faces in windows, reflections, pressed hands on glass
* The stop itself: shelters, signage, curb paint, the crowd forming and dissolving
#### **Two Wheels + Engines**
* Bikes and scooters in motion or locked up in clusters
* Motorcycles: riding, filtering traffic, revving at lights
* Parked motorcycles: tight rows, covers, helmets, scratched tanks, chrome + grime
#### **Cars + The Infrastructure Around Them**
* Parking behavior: double-parks, tight squeezes, loading zones, hazards on
* Bumpers and bodywork: dents, tape fixes, scraped paint, polished shine
* People with cars: leaning, cleaning, unloading, waiting, waving someone in, or more likely, looking too smug.
#### **Also In Scope (Any transport besides walking)**
* Delivery vehicles, cargo bikes, sidewalk carts being towed/pushed as part of a transport moment
* Wheelchairs navigating ramps/curbs, getting on/off transit, moving through crowds
***
### **Moments to Hunt**
* The choreography: doors open → line compresses → bodies flow → doors close
* Transfers: the hurried decision, the glance, the sprint, the missed connection
* Crowd physics: who yields, who blocks, who slips through
* Sound made visible: vibration, exhaust heat, motion blur, rain spray, headlight glare
* Beauty + gore: ishiny scooter next to a wrecked bumper; order and mess in the same frame
***
### **How to Shoot It**
* Try from the inside: again, minibuses!
* Use shutter speed deliberately: freeze the step, blur the rush, streak the lights
* Work the edges: hands on poles, feet at the threshold, ticket taps, mirrors, bumpers
* Look for layers: reflections in windows, faces behind glass, overlapping vehicles
***
### **Meet-Up Details**
* **Start: 3:00 PM**
* Location: Jordan Station, Exit A, street level
* Jordan (TWL) Exit A puts you immediately on Nathan Rd and Jordan Roads, good for bus stops, minibuses passing/pausing, queues, boarding/alighting, and it’s a clean launch point to walk west to Canton Road or northwest to Austin Rd for parking, scooters and motorcycles.
*
* **Debrief: 4:30 PM** at: MOBIN
* Located in: [Eaton](https://www.google.com/search?sca_esv=4f709db2114f009d&cs=1&output=search&q=Eaton+HK&ludocid=3663969110848279377&lsig=AB86z5VzaFZpaOTxe4Bj2CTndz2L&sa=X&ved=2ahUKEwjTg_6T2cyTAxUhJNAFHXe5MqcQ8G0oAHoECBQQAQ) Hotel
* 380 Nathan Rd, Jordan, Hong Kong
***
### **After the Walk**
* Post 5–10 images.
* Aim for a mix of:
* Waiting / boarding / riding
* Parked / jammed / damaged / polished
* Wide scenes + tight details
The goal: photograph how the city moves because of transportation — and what it does to people (and what people do to it).
Catch the line. Catch the door. Catch the moment it all moves.
Vibration Wellness 律動伸展
LSS Smart Fitness 律動班系列
Wed/Sun
$100/ 1-hr class ($350 /4-class)
Please RSVP one week in advance
Welcome to book other time slot (WhatsApp 65230389)
Vibration x MFR 療癒律動
(Relax, Muscle release & Facial massage)
Vibration Fitness (Stretch & Strength) 健體律動
Vibration x BellyFit 美型律動
(Body Shape-up with Bellydance Technique Drills)
Vibration x Yoga 律動瑜伽
(Yoga Asana in vibration setting)
https://eshop.cosway.com.hk/
One FREE trial class with any Cosway purchase receipt over HK$1000 under introducer code : HK370579B
以 HK370579B 作介紹人的 Cosway (網購或門市)購物消費,逾 HK$1000,可免費試上律動班系列一節
(普通話Mandarin)Spirit café/philosophy café
此活動中不可進行任何商業銷售行為
因為在其他平臺也有發布,所以實際人數可能會比報名人數多
不進行簡單的閒聊,而是專注於深度對話,旨在提供能夠獲得知識並對您有所幫助的交流。 這裡可能有AI實踐者、心理學專家、哲學家、說故事的高手,或只是想聽故事的人。 我們將圍繞一個或多個主題進行辯論與學習,互相成長,共同進步,讓每一次交流都能助您提升與成長。
週日的深度討論,不管你想聊聊ai還是敘事學心理學還是哲學,不管你是否是這方面的新手還是老手,哪怕只是來聽聽,甚至想談談其他也可以
本聚會嚴格上不是專業討論,更像是深度聊天
時間:週日(4月12號)14:00
地點:(報名後會告知具體地點)
注意:
此活動有人數限制,活動過程中請保持友善,務必遵守相關法規,本活動及主辦單位不對參加會員安全負任何責任,請大家為自己安全負責。 活動中不討論政治,宗教等。
本活動安排可能會臨時發生變化,請大家留意
本活動不收取任何費用,活動過程中可以隨時離開
如不同意或違反以上內容,不可參加本次活動或可能會被要求離開活動
Due to the possibility of publishing on other platforms, the actual number of participants may exceed the registered number.
do not engage in simple small talk; instead, we focus on deep conversations aimed at providing knowledge that can be helpful to you. Here, you may find AI practitioners, psychology experts, philosophers, storytelling masters, or simply those who wish to listen to stories. We will debate and learn around one or multiple themes, growing and progressing together, ensuring that each exchange contributes to your growth and improvement.
On Sunday, we invite you to join a deep discussion. Whether you want to chat about AI, narrative studies, psychology, or philosophy, it doesn't matter if you're a beginner or an expert—feel free to come just to listen, or even to discuss other topics.
This gathering is not a professional discussion, but rather a space for deep conversation.
**Time:** Sunday (April 12th) at 14:00
**Location:** (Specific location will be provided after registration)
**Note:**
- This event has a participant limit. Please maintain friendliness during the event and adhere to relevant regulations. The event and the organizers are not responsible for the safety of participants; everyone is responsible for their own safety.
- Political and religious discussions are not allowed during the event.
- Arrangements for this event may change unexpectedly, so please stay tuned.
- There is no fee for this event, and you can leave at any time during the process.
- If you disagree with or violate any of the above content, you may not participate in this event or may be asked to leave.
**The event content is subject to the Chinese version.**
Book Sharing 讀書分享會
Reading is important because it develops your mind and gives you excessive knowledge and lessons of life.
開卷有益!大家最近有冇讀到一啲好書呢?不如出黎分享下讀書心得呀?參加呢個讀書活動,分享好書,分享喜悅。😊
有興趣參加可以WhatsApp我:95182994
Vibration x Yoga 律動瑜伽
LSS Smart Fitness 律動班系列
Wanchai
$100/ class ($350 /4-class)
$120/ class with WellSpa Treatment
Please reconfirm class time by WhatsApp 6523 0389
Vibration x MFR 療癒律動
(Relax, Muscle release & Facial massage)
Vibration Fitness (Stretch & Strength) 健體律動
Vibration x BellyFit 美型律動
(Body Shape-up with Bellydance Technique Drills)
Vibration x Yoga 律動瑜伽
(Yoga Asana in vibration setting)
45-60 min per session.
每節課約 45-60 min
https://eshop.cosway.com.hk/
First time FREE trial with any Cosway purchase receipt under introducer code : HK579632
憑任何以 HK579632 作介紹人的 Cosway (網購或門市)購物收據,可免費試上律動班系列一節
HKPUG x AgentCon Hong Kong 2026
👉 Official Registration (Required):
**https://globalai.community/chapters/hong-kong/events/agentcon-hong-kong/**
Hong Kong Python User Group & Open Source Hong Kong were invited to be the partners of AgentCon Hong Kong.
There are 2 sessions we will presenting in AgentCon Hong Kong 2026
Conference Date: 11-April-2026
Time: 10:00am - 05:00pm
Venue: **Hong Kong Institute of Information Technology (HKIIT) (VTC Tsing Yi Complex) ,** 20A Tsing Yi Road
Tsing Yi Island, New Territories Hong Kong
Session 1: **[Workshop] Jailbreaking the Ghost: Anatomy of a Secure Agent**
Speaker: Alex Au, Henry Wong
Time: 1:45pm - 2:40pm
Location: Cybersecurity Ctr 412, 413
Session 2: **[Speech] From Idea to Impact: A Realistic 90-day Roadmap for Launching Your First Business AI Agent**
Speaker: Eric Chan
Time: 4:00pm - 4:25pm (25 min)
Location: Computer Room 511
Language: Cantonese
--
Registration:
Please visit https://globalai.community/chapters/hong-kong/events/agentcon-hong-kong/ and register for the event.
Partner: Hong Kong Python User Group https://www.meetup.com/pythonhk/ & Open Source Hong Kong https://opensource.hk/zh/
Agenda Details:
[1] **Jailbreaking the Ghost: Anatomy of a Secure Agent**
Time: **1:30pm - 2:30pm**
Speakers:
**Henry Wong - Data Scientist**
**Alex Au - Cloud Engineer, Hong Kong Economic Times**
Language: **Cantonese** Model: **Workshop**
Description:
We told developers "Don't paste API keys," but then we gave Agents full Python execution environments and access to production databases.
The uncomfortable truth is that most AI Agents today are just Remote Code Execution (RCE) vulnerabilities with a friendly personality.
In this session, we will dismantle a standard "Production Ready" Agent live on stage, demonstrating how a simple prompt injection can exfiltrate secrets. Then, we will rebuild it using Defense in Depth:
1\. Code: block malicious imports\, prompt injections\.
2\. Compute: Sandboxing for isolated workloads\.
3\. Identity: Zero Trust tool usage without worrying leakage of credentials\.
Stop building chatbots. Start building secure autonomous systems.
[2] **From Idea to Impact: A Realistic 90-day Roadmap for Launching Your First Business AI Agent**
Time: **4:00pm - 4:25pm**
Speakers:
**Henry Wong - Data Scientist**
**Alex Au - Cloud Engineer, Hong Kong Economic Times**
Language: **Cantonese** Model: **Speech**
Description:
A roadmap that takes a business from initial AI agent idea to a live, value-creating deployment in 90 days, designed for SMBs, mid-market teams and departments. This talk walks through 4 phases: rapid scoping and prep, fast prototyping, controlled piloting with metrics, and safe production launch.
\*\*\*
Important notes:
🎉 We’re partnering with AgentCon Hong Kong!
Our community will join AgentCon Hong Kong, a global developer conference focused on AI Agents and autonomous AI organized by the Global AI Community.
To attend this workshop, you must register on the official AgentCon page by the Global AI Hong Kong chapter as well!
Registration on this User Group page does not grant venue access.
👉 Official Registration (Required):
**https://globalai.community/chapters/hong-kong/events/agentcon-hong-kong/**
📌 Important Notes for All Attendees
1️⃣ Registration Required for Entry
All participants must register on the official AgentCon Hong Kong.
Venue access will only be granted to people who appear on the official attendee list.
2️⃣ Lunch Ticket Eligibility
Attendees who:
Check in during the morning session, and
Stay for and join the keynote
will receive a lunch ticket.
3️⃣ First‑Come‑First‑Served (If Over Capacity)
In case of high demand, lunch tickets will be distributed on a first‑check‑in, first‑served basis.
Arrive early to secure your ticket.
English Corner
(Partner's Event)
English Corner
Time: Every Wed, Fri & Sun 19:00 - 23:00
Location:
The Crazy Coconut Bar, ShenZhen Longhua Baishilong, 3rd floor, 3N100, Above Metro Exit B2 (BaiShiLong Metro Station)
瘋狂酒吧, 深圳龍華白石龍地鐵站B2上方,3樓
Refer to the picture for details on the BBQ Sat event.
Wechat ID: Pandoraparties
Computer Vision Events Near You
Connect with your local Computer Vision community
Global Azure - Columbus
The global Azure community is coming together again, and Columbus is officially on the map.
View the session lineup and speakers at [Global Azure Columbus 2026](https://coazure.github.io/cbus-global-azure-2026/)
On **Saturday, April 18, 2026**, the Azure Columbus Meetup, DevOps Meetup, and Code and Coffee Meetup are hosting our local edition of Global Azure 2026. This is a free, community-driven event packed with learning, networking, and all things Microsoft Azure.
Whether you’re building modern cloud-native apps, experimenting with AI agents, deploying containers, automating infrastructure, or just beginning your Azure journey, this event is for you!
**What to Expect**
* Engaging technical sessions
* Real-world Azure architecture & cloud-native patterns
* AI, agents, automation, and modern DevOps
* Food and drinks (because learning burns calories)
* Time to connect with fellow engineers, architects, and cloud enthusiasts
**Who Should Attend?**
* Software engineers (any language, any stack)
* Cloud architects
* DevOps engineers
* Data professionals
* AI explorers
* Platform builders
* Anyone who loves solving hard problems with great tools
If you build, deploy, automate, scale, monitor, or optimize in Azure, you’ll feel right at home.
**Why Global Azure?**
Global Azure is a worldwide community event where Azure user groups host learning sessions on the same day across the globe. It’s grassroots. It’s technical. It’s practical. And it’s powered by people who genuinely love sharing what they’ve learned.
And yes, it’s free to attend!
Prompt vs. Paintbrush
AI is changing how art is made. But when does it stop being your work and start being the machine’s?
This month we're going to be doing a panel with with digital image, music, and written word artists, talking about at what point, while using AI in the creation process, does the work become not the artist creation?
We encourage audience participation during this event that will be moderated by Chris Slee.
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.transformlabs.com/services)
Sign up also accessible via [Transform Labs Luma](https://luma.com/55umjqta)
What If Your AI Could Be a Team? - Chad Green
**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**
GitHub Copilot is powerful, but what if you could scale from a solo AI assistant to an entire team of specialized agents working in parallel? This session introduces Squad: an open-source framework for multi-agent orchestration that lets you define teams of AI agents with specific roles, responsibilities, and expertise.
We'll progress from Copilot basics to the Copilot CLI, explore how Agents add autonomy, and see how Instructions and Skills let you customize agent behavior. Then, the climax: a live demo where a Squad team of 3 agents (Lead, Developer, Tester) stands up and builds a working application in real-time, showcasing true multi-agent collaboration.
Whether you're new to AI or exploring how to scale your use of Copilot, this session will show you what's possible when agents work as a team.
**YouTube Link**
TBD
Columbus HUG April
Want to be a speaker? submit your talk to our Call for Presenters!!!
https://sessionize.com/cbus-hug-2026/
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.
The Non-competitive Tennis Partner Program
We connect you with up to 30 Men or Women tennis partners close to your PLAYING REGION and skill level. This program is less competitive, no champions crowned, no league standings just dedicated tennis partners who want to meet up with you on the courts. Players will meet up to play a tennis match or just to hit around. Just go through the [Join Page](https://www.tenniscolumbus.com/partner-program) to enter this program.
[https://www.tenniscolumbus.com/partner-program](https://www.tenniscolumbus.com/partner-program)
Vibe Coding 101: How to Build with AI
Curious about “vibe coding” but not sure what it actually means? This beginner-friendly talk is about how people are using AI to build websites, apps, automations, and small software projects by describing what they want in plain English.
We’ll cover what vibe coding is, what AI is good at, where it falls short, and how to actually use it without getting lost. The goal is not to hype AI as magic — it’s to show how to use it as a practical tool.
This session is designed for beginners, curious builders, non-programmers, and developers who want a clearer picture of how to build with AI today.
Topics include:
* What “vibe coding” means
* What AI can help you build
* Where AI is useful and where it is unreliable
* A simple workflow for building with AI
* Prompting tips for better results
* Common beginner mistakes to avoid
If you’ve ever thought, “I have an idea, but I don’t know how to build it,” this talk is for you.
LOGISTICS AND PARKING:
The talk starts at 7:00 PM. The first half hour is reserved for everyone to get set up and mingle. Free pizza and drinks!
The cheapest parking option is to find street parking, which will only cost you a few bucks. Otherwise, park in the nearby veteran's museum lot for $8. It's highly recommended you avoid the nearby $15 garage parking.





















