Skip to content

Emergence

Meet other local individuals to discuss the science of self organising systems. This includes biological evolution, market economics and computer-based artificial life.
pin icon
0
members
people1 icon
0
groups

Frequently Asked Questions

Yes! Check out emergence events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.

Discover all the emergence events taking place this week here. Plan ahead and join exciting meetups throughout the week.

Absolutely! Find emergence events near your location here. Connect with your local community and discover events within your area.

Emergence Events Today

Join in-person Emergence events happening right now

BBQ on Sat
BBQ on Sat
(Partner's Event) BBQ Party at ShenZhen Time: Every Sat 19:00 - 23:00 (Usually) 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.
AWS UG Hong Kong x AgentCon Hong Kong
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.**
AI IDE - Kiro Hands-on Workshop x AgentCon Hong Kong
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!**
F.E.M. (Female Empowerment & Movement) with Cyrl @ Dee Dream Life
F.E.M. (Female Empowerment & Movement) with Cyrl @ Dee Dream Life
Get a great workout with a sweat-dripping dance cardio class combined with high-intensity interval training HIIT! Feel your heart rate pumping, while you jam to the beats and see yourself groove to fitness! Leave the class feeling super energised, challenged yet relaxed from a liberating dance fitness experience! WhatsApp 63344266 to book Prepayment required to secure booking www.deedreamlife.com/pricing-packages for fee info Download Dee Dream Life App for more info
HKPUG x AgentCon Hong Kong 2026
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.
Nature Wander: Hike @Peng Chau
Nature Wander: Hike @Peng Chau
Memories of Myths at One Shot Saturday (Tabletop RPGs)
Memories of Myths at One Shot Saturday (Tabletop RPGs)
**Memories of Myths** It is a new Age of Legends in Ancient Greece and champions of the Olympic gods once more walk across the Earth. Such a band of these heroes has made it's way to Methana, a small polis on the Peloponnese. This town is not their quest, yet there is something clearly wrong here - the people here are quite without their memories. A 6d6 RPG game about ancient Greek heros in the style of the homeric tales. **The Wicked Forever King Hungers** Joy of joys! The Forever King awakens and hungers! This is a momentous event. Fall on your hands and knees, tear out your hair, and fill the air with screams of joy! All is not well, though. A league of Heretics harbors forbidden desires to see harm befall His Majesty. They conspire and weave terrible plans. But the King knows. He finds pleasure in their futile hopes and pathetic dreams. He delights in the tale of their suffering. What meal will he be fed this time? WHAT IS ONE-SHOT SATURDAY? It's a weekly meet-up in Sheung Wan/Central, focusing on indie games and single-session games (one-shots). 而家所有游戏係英文嘅但如果你要嚟玩中文游戏,我哋會無任歡迎。只要湊啱玩家就行! You can drop in and play at any One-Shot Saturday – you do not need to have played in a previous session or commit to playing again. Whether you've played an RPG before or not, you're welcome to join us. Please arrive on time as once the games begin it becomes difficult to properly introduce latecomers. Join the conversation, make plans, suggest games to play, etc. — Facebook group: [https://www.facebook.com/groups/oneshotsaturdays/](https://www.facebook.com/groups/oneshotsaturdays/) \*\*\* WHAT IS A TABLETOP RPG? It's a game in which you never know where the next stop will be, because it’s all down to the decisions you and your fellow players make. Usually one person is the Game Master (or "GM"). Everyone else will be players, taking the role of the characters in the game. The players get to say what their characters say, think, and do. The GM describes everything else in the world. Then... we play to find out what happens. The game is a conversation: I say something, then you reply, maybe someone else chimes in. We talk about what's happening to the characters we imagine and the world around them. We also talk about the rules, which help us decide what happens next if the next step is in doubt. The rules differ from game to game: some use dice to shape the story, others use cards or something else. It's always a conversation, though.

Emergence Events This Week

Discover what is happening in the next few days

English Corner
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
Mtg New comer sunday
Mtg New comer sunday
New comer, let’s learn to play magic: the gathering. The oldest & most popular TCG, magic: the gathering have over 50k different cards in the pool, fantasy storyline also super fun in gameplay and deckbuilding. Competitive & casual game style can be fulfilled. And its free! Join us in the mtg world! Please WhatsApp 6704 2789 Zen
(普通話Mandarin)Spirit café/philosophy café
(普通話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.**
Vibration Wellness 律動伸展
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,可免費試上律動班系列一節
Transportation: the hardware, the wait, the ride
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 x Yoga 律動瑜伽
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 (網購或門市)購物收據,可免費試上律動班系列一節
✨【單身都可以好精彩!】你的玩樂社群等緊你~✨
✨【單身都可以好精彩!】你的玩樂社群等緊你~✨
厭咗對住四幅牆? 單身都可以過得好充實! 我哋唔係嚴肅配對平台,而係你專屬嘅「單身玩樂俱樂部」💃🕺 就係想搵班Friend一齊癲一齊玩~ 由填表呢刻開始,你嘅社交生活即時Upgrade! 👇立即Click入嚟加入我哋啦👇 https://forms.gle/bP4kxTspTqKrqSY76 🎯點解你要加入? ✅ 識多啲同頻率嘅朋友,生活圈子自然闊 ✅ 自由參加冇壓力,鍾意玩咩就玩咩 ✅ 週末節目唔使再頭痕,我哋幫你搞掂 有咩好想玩?隨時PM版主 搞活動最緊要大家開心! **獨樂樂不如眾樂樂~** **快啲入Group一齊創造回憶啦!** [交form後會盡快加你入群組](%E4%BA%A4form%E5%BE%8C%E6%9C%83%E7%9B%A1%E5%BF%AB%E5%8A%A0%E4%BD%A0%E5%85%A5%E7%BE%A4%E7%B5%84)

Emergence Events Near You

Connect with your local Emergence community

Psychic Development Series  II - Pueo Group
Psychic Development Series II - Pueo Group
Private Group. Closed to the Public Knowing ourselves and understanding our abilities is the first step toward wielding our gifts with control and accuracy. In subsequent classes we will verify and hone our talents with activities and discussion. These are hands-on workshops and participation is expected. The goal of our series will be to develop expertise in areas of particular interest such as mediumship, channeling, divination, healing and, etc.. Our ultimate directions will be determined by class members as we evolve. I look forward to sharing and discovering with you. - Cynthia
What If Your AI Could Be a Team? - Chad Green
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
American Sign Language Beginners Meetup Group
American Sign Language Beginners Meetup Group
We meet to learn and practice American Sign Language and to grow our familiarity with Deaf culture. Facilitated by hearing folks (with a connection to a professional interpreter) using Deaf-created content. People of all ASL skill levels are welcome! As we learn, we hope to connect more with the Deaf community in Central Ohio. Join us as you're able! Come regularly or just once - whatever you're looking for! Each meetup will explore different topics related to ASL/Deaf culture, and will feature time to practice conversation with one another. Just bring yourself and a willingness to learn!
Prompt vs. Paintbrush
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)
Sunday Brunch
Sunday Brunch
Sleep in on Sundays. When you've had your fill of pajama-time, roll out and have some tasty brunch with your fellow Humanists!
COhPy Monthly Meeting
COhPy Monthly Meeting
**Improving Office in Franklinton** Physical location: Improving Office 330 Rush Alley Suite #150 Columbus, OH 43215 Schedule: 6:00 p.m.: Socialize, eat, and drink. Improving will be providing pizza and beverages. 6:30 to 8:00 pm. Main meeting and presentation(s). Topic: This month Chris Pazsint will be talking about Agentic Coding. How does one use CLI Based Agents, and Agentic IDEs such as Cursor, Kiro, Antigravity? How to include agentic coding plugins for IDEs you already love such as Visual Studio Code. We meet on the last Monday of each Month. Presentations are given by members and friends of this group. If you would like to do a presentation (small or large) on a python topic, please contact Central OH Python at centralohpython@gmail.com