Skip to content

Aeronautical Engineering

Meet other local people interested in Aeronautical Engineering: share experiences, inspire and encourage each other! Join a Aeronautical Engineering group.
pin icon
0
members
people1 icon
0
groups

Frequently Asked Questions

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

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

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

Aeronautical Engineering Events Today

Join in-person Aeronautical Engineering events happening right now

Vibe Coding the Enterprise: From Flow State to Focused Delivery
Vibe Coding the Enterprise: From Flow State to Focused Delivery
*📌Abstract* Vibe coding captures something real: momentum. The ability to move from an idea to a working prototype at surprising speed, guided by intent, context, and AI assistance. But in an enterprise environment, speed alone isn’t enough — software must also be secure, compliant, observable, and built to last. We'll see how teams can build applications in a single, end-to-end development flow — from business requirements and early prototypes to engineering, testing, delivery, and production — without breaking context or introducing late-stage rework. At the center of this flow is the software catalog: a living system of record that connects services, APIs, data, ownership, dependencies, and standards. More than documentation, the catalog becomes the shared interface for developers, platform teams, and AI agents to understand the system and act consistently, within enterprise rules and guardrails. The goal isn’t to limit creativity, but to make flow sustainable — turning AI-driven momentum into software that’s ready for production. 🔍 *Key topics* • From vibe-coding to ai-assisted delivery in production • Software catalog as the system of record for enterprise context • AI agents operating in context continuity within guardrails ⏲️ *Agenda* 18.30\* Welcoming 18.45 Talk 19:30 Q&A 19:45 Closing remarks & Networking and Pizzas! 🍕 See you at the next Meetup! \*To access the venue, a staff member will be at the building's front entrance. The venue is on the first floor. 🎙️*Speaker* Giulio Roggero CTO @ Mia-Platform 25 years of experience in software engineering, serial entrepreneur with more than 10 business initiatives launched, today is co-founder and CTO at Mia-Platform, the Internal Developer Platform named by Gartner Cool Vendor for Software Engineering Technologies and in the Cloud Application Platforms Magic Quadrant. Principal focus: cloud native, platform engineering, data fabric and omnichannel experience. He likes to paint Blood Bowl miniatures, construct Lego, build and drive RC Cars and learn piano.
Aerial Relaxation Pods… with Sound journey! Two sessions 7:15-8:30 & 8:45-10pm
Aerial Relaxation Pods… with Sound journey! Two sessions 7:15-8:30 & 8:45-10pm
Aerial Relaxation Pods… with Live Ambient Music! - London's Deep Relaxation Experience - Aerial Relaxation Pods - Lift Your Spirit Please watch our video to give you a taste of the experience: Our Aerial Relaxation Pods video on Youtube: https://www.youtube.com/watch?v=yxlR9u44llw London's first multi-sensory, aerial relaxation experience with Live ambient music, aromatherapy and featuring our beautiful sky-blue silky Aerial Hammocks. "An oasis of calm in our busy lives." Two sessions per evening on Thursdays: IMPORTANT: Please note your space is only confirmed once booked through Eventbrite. 7:15-8:30pm book here: https://www.eventbrite.co.uk/e/84883457707 8:45-10pm book here: https://www.eventbrite.co.uk/e/84878729565 COST: 1 x ticket £17 (£18.92 inc ticket fee) Offer (limited availability) 2x tickets £28 (£30.77 inc ticket fee) "Words are inadequate to express the uniquely nurturing experience I had during your Aerial Relaxation Pod class... and the music was amazing! The feeling of being securely wrapped in a silk hammock from head to toe, suspended in the air, slowly rocking, with the crystal bowls and ambient music created a sublime and profound atmosphere. It was as if I was in a cocoon of total support, allowing peace to flow into my entire being." - Alison COVID SAFETY GUIDELINES & PREVENTION MEASURES: - If you are showing any symptoms, please do not attend. Any participant repeatedly coughing in the space will be asked to leave immediately. - You can wear a face-covering during the sessions if you choose to. - Please come already dressed in comfortable clothing ensuring your knees, armpits and torso are covered, and with a bag for your belongings. There are bathrooms at the venue but no changing rooms. - We will provide antibacterial wipes and hand sanitisers at the venue. Please wash your hands regularly and use the hand sanitiser supplied upon entering the venue. - All touch hotspots will be regularly cleaned with disinfectant between each session. - We ask that all participants keep at least 1m physical distance at all times. Any participant repeatedly breaching this distance will be asked to leave. - We will provide clean lavender eye pillows and covers will be changed between each session. You are welcome to bring your own eye pillow/ eye mask. - All hammocks will be disinfected with antibacterial spray between each session. - Blankets and cushions: we will provide separate sets for each session. You are welcome to bring your own blanket & cushion. - The venue has skylights that will be opened to allow more airflow in the space. PLEASE NOTE: 1) Strictly no latecomers! - Sorry, please arrive on time! Unfortunately, if you are more than 10 minutes late, you will not be allowed entry, (and there can be no refunds if you are more than 10 minutes late, very sorry!) as we need to make it a calm & peaceful space for people who are already here. 2) Please only arrive 5 minutes before the start of the session, as there is no waiting room. 3) No Refunds. No refunds are available as we need to have enough time to fill the space left. You are welcome to pass on your ticket to a friend, colleague or family member. 4) Clothing: Please wear a sleeved shirt that covers the armpits and leggings or yoga trousers that cover your knees. Wear form-fitting clothing. Please do not wear baggy clothing as they can snag and catch on the sling’s fabric causing accidents. Ensure that your clothing is "zipper free" and remove all jewellery (body piercings, watches and hair clips. These items can snag and damage the silk hammocks.
Error-handling in C++26
Error-handling in C++26
This month we have a visiting speaker from think-cell, Sebastian Theophil, who will talk to us about error handling in C++26 (with sprinkles of C++23). We also have space for a shorter talk, or lightning talks. If you would like to speak - even for just five minutes, please drop something into cppldn.uk/speak. **think-cell** will also be supporting the group by providing pizza and drinks - thanks **think-cell**! Thanks, also, to **Maven Securities** for hosting us again, this month. **As usual we'll need your full name for the door list, so we'll be asking for this on registration** (as this may be different to your username). This data will only be used for the door list/ registration and not published anywhere or used for other purposes. If you'd like to speak at a future event please get in touch at [cppldn.uk/speak](http://cppldn.uk/speak). **Here's the approximate schedule:** **18:30** *Doors open* **19:00** "Intro and news" - *Phil Nash* **19:10** *"compile_assert - Compile time C++ assertions" - Jonathan Grant* I present compile_assert(expression, message), a new C++ keyword proposal for enforcing assertions at compile time within ordinary (non-constexpr) functions. compile_assert provides advanced asserts at compile time, not runtime. Used for bounds checking, parameter validation and data validation at compile time. All three major compilers (GCC, Clang, MSVC) are supported with a sample implementation. The example implementation does this by using GCC’s attribute error which works with Clang. **19:25** "Compile-Time Data Layout Transformation with C++26 Reflection" - *Arturs Kalnins* We’ll use C++26 static reflection and injection to convert an AoS into a SoA at compile time, live on the latest GCC, with zero macros and zero boilerplate. **19:40** *break* **20:00** "To Err is Human: Robust Error Handling in C++26" - *Sebastian Theophil* A walk through the new error handling features in C++26 — including \`std::expected\`, \`std::stacktrace\`, contracts, and more — and how they can help us write more robust, maintainable code. **21:00** *Conclusion, and moving on somewhere else* \-\-\- **About the speakers** *Sebastian* has been working at think-cell since it was founded in 2002. In the last few years, among many other things, he has ported think-cell to run on macOS. He also maintains the typescripten project, which lets programmers call JavaScript libraries from C++ code compiled to WebAssembly in a convenient and type-safe way. He enjoys leaving his desk from time to time to talk at international C++ conferences. *Jonathan* has been a Software Engineer since 2003, worked in the video games industry and also embedded space for a long time at Renesas in safety critical systems for the automotive sector in C and C++. He also develops bespoke machine learning software in C++. He has a BSc Computer Science and an MSc Software Engineering. *Arturs* is a C++ software engineer with a background in aerospace engineering, where he developed a strong foundation in mathematics and systems thinking. He builds reliable, high-performance systems across embedded software, networking, and distributed platforms, with a particular focus on modern C++ (23/26), Rust, and performance-critical design. He enjoys tackling complex engineering challenges, designing clean abstractions, and contributing to the standards and practices that help teams deliver robust systems effectively.
From Insight to Impact: Women’s Health Design Jam – Manchester
From Insight to Impact: Women’s Health Design Jam – Manchester
More Infro and Sign: https://www.eventbrite.co.uk/e/from-insight-to-impact-womens-health-design-jam-manchester-tickets-1982205961390?aff=ebdsoporgprofile
Beyond Inclusion: Rethinking what truly accountable, inclusive design looks like
Beyond Inclusion: Rethinking what truly accountable, inclusive design looks like
**Whose knowledge is centred in design? Whose voices are heard, and whose are overlooked?** Join us for an interactive workshop that goes beyond surface-level inclusion to critically explore power, culture, and equity in design practice. **What’s the event about?** We want to create a space where we can talk honestly and practically about what it means to go beyond inclusive design — to question who design is for, how it’s done, and how we might do it differently. It’s not a lecture, nor is it about having the “right” answers. It’s about exploring the topic together in a way that’s open, hands-on… and a bit of fun too. This event will include an interactive activity designed to provoke thought and discussion about what it means to design beyond inclusivity, creating space for deeper shared reflection. **Who’s it for?** This is for anyone working in or around design — whether you’re in services, research, strategy, policy, or community roles. You might: •⁠ ⁠Be curious about the term “decolonising” but not sure where to start •⁠ ⁠Feel a bit disconnected from this kind of conversation •⁠ ⁠Be looking for a more grounded, less academic way in •⁠ ⁠Just want to meet others thinking about design and equity in new ways **What can you expect?** •⁠ ⁠A hands-on group activity inviting you to explore an unfamiliar world, challenge assumptions, and think differently about power, culture, and design •⁠ ⁠Facilitated group reflection and conversation on how we talk about — and act on — the idea of decolonising design in our work •⁠ ⁠Informal conversations and networking at the pub to follow What you’ll take away •⁠ ⁠A practical framework you can adapt or reuse in your own work •⁠ ⁠A more grounded sense of what “decolonising design” can mean in everyday practice •⁠ ⁠A chance to connect with others exploring similar questions Whether you're completely new to decolonising design or already working with these frameworks, you'll find space to reflect, learn, and connect with others navigating similar questions. **About the Ticket** The ticket cost is to hold your place and ensure commitment from attendees. **All participants who attend the event will be offered the option to request a full refund of their ticket price.** This approach helps us plan effectively while remaining accessible to those with financial constraints. Come ready to participate, question, and imagine design differently.
AI Builders London Old St. - Mar 5
AI Builders London Old St. - Mar 5
🎟️ **Get tickets: [https://lu.ma/ai-builders](https://lu.ma/ai-builders)** 🎟️ ☝️This is a free meetup however a Luma ticket is required! **Join our meetup for AI engineers & founders!** We share the latest insights about: *AI dev tools, Agent frameworks, RAG pipelines, automation hacks, Cursor/Claude code hacks, and new gen-AI models.* ​\*\*:: FOR WHO ::\*\* ✅ Anyone actively building with Generative AI ✅ Devs, Product peeps, Data lovers, ML engineers, Founders ⚠️Technical LLM knowledge required!\* ​ :: **FORMAT** :: * ​💻⚡️ **Speed Demos** (10 min) Builders share real-world AI solutions and how it's built. Including code, prompts & architecture examples! * ​**🎤 🦄 Pioneer Talks** (20 min) Inspiring talk/demo from emerging Gen-AI leaders from Europe or Silicon Valley * ​**🤝🍕🍻 Informal Vibes** Lots of time to network with other builders over some yummy pizza & drinks. ​\*\*:: AGENDA ::\*\* 17:30 **🤝** Walk-in 18:00 **🍕** Pizza (be early!) 18:30 **🎤** Pioneer Speaker 19:00 ---- 💬 BREAK TIME ----- 19:30 💻 Demo (TBA) ​19.45 💻 Demo (TBA) 20.00 🍻 Drinks 21.00 End ​ **:: FAQ ::** • What is **AI Builders?** A self-organizing nonprofit community of 3000+ AI nerds🤓. and yes.. we're building a democratic AI CEO and run on [opencollective.com](http://opencollective.com/aibuilders) donations. • **Can I demo, give a talk, or just help out?** Message Arthur [(+31636570260)](https://aib.club/whatsapp-arthurp) in case you want to shine✨ on stage and grow your network! • \***I'm not technical. Can I come?** Yes! To fully enjoy the meetup, we recommend chatting with AI to understand these basic LLM concepts: *Multimodal, Vector Embeddings, RAG, Chaining, Structured JSON Output, Function Calling, API calls, Knowledge Graphs, Reinforcement Learning, Fine-tuning, AI Agents.* • **Why hangout at AI Builders?** * NETWORKING: Connect with 80+ technical attendees and a larger community of 3000+ across Europe * ​LATEST KNOW-HOW: We focus on innovative AI demos + slides with diagrams, code/prompt examples. * ​FUN: a lot of time to chill, 10min demos, informal good vibes! **​Location** We look forward to hang out with you: 207 Old St, London EC1V 9NR, United Kingdom It's close to the Old Street Tube Station **Thanks to our friends at [Beyond](https://www.wearebeyond.work/beyond-the-bower)** ![]()🎟️ **Get tickets: [https://lu.ma/ai-builders](https://lu.ma/ai-builders)** 🎟️ ☝️This is a free meetup however a Luma ticket is required!

Aeronautical Engineering Events This Week

Discover what is happening in the next few days

Clean Beauty Skincare Making Workshop
Clean Beauty Skincare Making Workshop
## **Hands On Skincare Making Workshop** Choose YOU. Create something that actually serves your health and wellbeing. ## **What Is This Workshop?** Clean Beauty for Hormone Health is a hands on, educational experience where you'll learn about hormone disrupting ingredients in everyday products, create your own natural skincare, experience traditional herbal botanicals, and connect with like minded people around wellness. This isn't just a skincare class, it's about understanding your body, taking agency over your health, and gaining skills you'll use for life. ## **What You'll Do:** * Learn what's really in your products and why it matters for your hormones * Create your own whipped body butter and nourishing massage oil from scratch * Experience a botanical tea ceremony with hormone supporting herbal blends * Connect with others navigating similar health journeys * **What You'll Take Home:** **Two products you made:** * Body butter * Massage oil **Practical skills:** Confidence to create hormone safe products at home and read labels **Real knowledge:** Understanding of endocrine disrupting chemicals and clean beauty alternatives **Community:** Connections with people who understand **Resource guide:** Harmful ingredients to avoid, DIY recipes, and natural alternatives ## **Workshop Details:** **Time:** 2:00pm, 5:00pm (3 hours) **Location:** Bromley, South East London (exact address sent 48 hours before) **Capacity:** 8 participants only (intimate, hands on experience) **Investment:** £65 ## **What's Included:** ✓ All natural ingredients and materials ✓ Glass containers for your products ✓ Hands on guidance throughout ✓ Botanical tea ceremony with hormone supporting herbal blends ✓ Light refreshments ✓ Comprehensive printed resource guide ✓ Everything you create is yours to keep ## **Who Is This For?** This workshop is for you if: * You want to understand what's in your products and how they affect your body * You're curious about natural skincare but don't know where to start * You want practical skills, not just information * You're looking for community and connection around wellness * You're ready to take agency over your health * **No experience necessary!** Whether you've never made skincare before or you're already on your natural wellness journey, you're welcome here. ## **Private Workshops Available** Want to celebrate with friends? I offer private workshops for groups of 6 to 8 people, perfect for birthdays, hen dos, team building, or intimate gatherings. Email [hello@leighsamari.com](mailto:hello@leighsamari.com) to arrange. ## **Important Information:** **Allergies:** This workshop uses natural ingredients including tree nuts (almond oil), coconut, and essential oils. If you have allergies, please email us immediately at [hello@leighsamari.com](mailto:hello@leighsamari.com) so we can provide suitable alternatives. **Medical Disclaimer:** Information provided is educational only, not medical advice. If pregnant, breastfeeding, on medication, or undergoing fertility treatment, consult your GP before using herbal products. Always patch test new products. **Photos:** We may take photos for social media. Let us know on the day if you prefer not to be photographed. **What to Bring:** Just yourself! (And a notebook if you like taking notes, but comprehensive resources are provided) **Accessibility:** Please contact us about any accessibility requirements so we can accommodate you. ## **Cancellation Policy:** No refund, but you may transfer your spot to someone else. ## **Ready to Join?** Only 8 spots available per workshop. When these sell out, they're full. **This is self love that actually serves you.** *By purchasing this ticket, you agree that all products created are for personal use only and Leighsa Mari is not liable for any adverse reactions. Use at your own risk.*
Millionaire Maker Game
Millionaire Maker Game
An afternoon spent playing Loral Langemeier's Millionaire Maker board game. Please pay early to get the reduced attendance fee!! :) Also, consider **Firing your Boss by Taking Action and Making it Happen** in the real world! We are making real money and using it to fire your Boss! RSVP to an event here: [https://www.meetup.com/TakingAction/](https://www.meetup.com/TakingAction/) As the group grows we will break up into different group skill levels to play the game. We are hoping to have 4 games of Millionaire Maker going at a time. 1 for beginners, 1 for intermediate, 1 for advanced and 1 expert. From the outset, we hope to have two games running. Schedule: [12:30 am]() \- Drinks and Social\, \(Admittance is only allowed before [1 pm]()) [1 pm]() \- Games commence\! [3 to 3:15 pm]() \- Game Review [3:15 pm to 3:30 pm]() \- Group opportunities found and if time allows recent successes The Game is another way for us all to improve our communication skills, sales abilities and leadership qualities. Cost: is £20, or £15 if paid online and early payment is made. Please RSVP No if you are not able to attend to free up your seat :) Thank you :) please also register your details at: [http://www.MillionaireMaker.London](http://www.MillionaireMaker.London) Meeting Rules: • If you arrive after [1 PM]() you will not be admitted because we will have to re-explain the game and you would have lost connection with the others on the table, and you will lose any prepayment so please arrive on time, • No spectators are allowed because it creates a disturbance and hinders the purpose and function of the games. FAQ's Q, Why are you discounting the ticket prices? A, We discount our tickets to reward our regular players when payment is made early and online. Q, How do I make sure I Pay a discounted attendance amount? A, By booking early and online. Q, Can I buy a ticket on the door? A, Yes, You can buy tickets at the door IF there are any tickets left, BUT PLEASE NOTE door tickets costs MORE at the door. For this event, door tickets are only £15, which is cheaper than going to the movies. Q, I don't have a PayPal account.. is there another way to pay? A, Yes, you don't need a PayPal account to use PayPal. After clicking "Pay Now" choose the option "Pay with a debit or credit card" and PayPal will take your payment using your debit or credit card. Q, I have something valuable to share with our members... A, If our assessment of your content will benefit our members, we would be happy to promote for you. Please get in touch to discuss your options. Please note: For the purpose of social interaction and sharing the atmosphere of the group, by attending you consent to allow pictures and video to be taken and shared publicly.
Group Merging with London Millionaire Maker
Group Merging with London Millionaire Maker
\*\*\* This event is a request for you to join the London Millionaire Maker group. \*\*\* (only takes 10 seconds) **London Millionaire Maker has 39 five-star ratings!** Here is the group's link: [https://www.meetup.com/millionairemakerlondon/](https://www.meetup.com/millionairemakerlondon/) 1. Go to [https://www.meetup.com/millionairemakerlondon/](https://www.meetup.com/millionairemakerlondon/), 2. Click "Join Group", 3. That's it. In London Millionaire Maker, we will be: * Playing the Millionaire Maker game, * Teaching Loral Langemeier's first steps to becoming a Millionaire, * Taking Action to **make real money now**, * Implementing the first steps and systems for money to make us more money, \*\*\* This group (Millionaire Maker UK) will be retiring in the future, so you do not need to do anything here. \*\*\*
London Seminar: Rob Carver: Heisenberg's Backtest
London Seminar: Rob Carver: Heisenberg's Backtest
**Please note that this event will take place IN PERSON on Friday, 6 March, 2026 in London at 6pm London time (1pm New York time).** **In collaboration with Imperial College [MathSoc](https://imperialmathsoc.com/)!** **Full title:** Heisenberg's Backtest **Speaker:** Rob Carver **Abstract:** What is a backtest for? In fact, like electrons, backtests have two contradictory natures. Firstly, they tell how well a particular trading strategy would have done in the past. Secondly, they help you design a strategy that will perform well in the future. These are not the same thing. In this talk Rob discusses this problem and how to reconcile these two objectives. **Venue:** Huxley Building, Imperial College London, 180 Queen's Gate, South Kensington, London SW7 2AZ **Biography:** Robert Carver is an independent systematic futures trader and writer. He is a visiting lecturer at [Queen Mary, University of London](https://www.qmul.ac.uk/sef/staff/carverrob.html), and is research advisor to [Stylus Capital](https://stylus.digital/), a hedge fund trading digital assets. He is the author of four books: “[Systematic Trading](http://www.systematictrading.org/)", "[Smart Portfolios](https://www.systematicmoney.org/smart)", "[Leveraged Trading](https://www.systematicmoney.org/leveraged-trading)" and "[Advanced Futures Trading Strategies](https://www.systematicmoney.org/advanced-futures)". [Until 2013](http://news.efinancialcareers.com/uk-en/151380/key-departures-at-man-groups-ahl-fund/) Robert worked for [AHL](http://www.ahl.com/), a large systematic hedge fund, and part of the [Man Group](http://www.man.com/). He was responsible for the creation of AHL's fundamental global macro strategy, and then managed the funds multi billion dollar fixed income portfolio. Prior to that Robert worked as a research manager for [CEPR](http://cepr.org/), an economics think tank, and traded exotic derivatives for [Barclays](http://www.barclays.com/) investment bank. He spent his early career in the Middle East. Robert has a Bachelors degree in Economics from the [University of Manchester](http://www.manchester.ac.uk/), and a Masters degree, also in Economics, from [Birkbeck College](http://www.bbk.ac.uk/), University of London. **Links**: Rob's blog: [https://qoppac.blogspot.com/](https://qoppac.blogspot.com/)
Lets Go Flight Club! (Interactive, Social Darts)
Lets Go Flight Club! (Interactive, Social Darts)
A night at Flight Club is here again! This time in the Angel location. The home of Social Darts. Spectacular bar. Electric atmosphere. Mind-blowing experience. Darts has been re-invented for the twenty first century, developing a range of fast and exciting multi-player games, built to bring people together and designed to keep you unexpectedly hooked, insatiably entertained and full of joy. Whether you have played darts before or never have, this will be a lot of fun as we will play many of the fun and competitive games. We will have two reserved private areas (called aches), where we will have up to 10 people to play many fun games over 90 minutes. They have delicious food if and snacks if you are hungry and great selection of drinks and cocktails. **Location** This will be in Flight Club Angel: **56 Upper Street** **Islington, North London** **N1 0NY** **Schedule** 7:00pm - 7:15pm - Arrive at Flight Club (We have a table booked inside - look for the Meetup sign on the table) 7:15pm - 7:30pm - Start getting ready (Need to be there 15 minutes early) 7:30pm - 9:00pm - Flight Club! 9:00pm + Further Social / Discuss how we found it (Have a table reserved for after) **Cost** Total Cost for this Meetup is ÂŁ23 Can pay by Paypal: https://paypal.me/MeetupSaltyYoga or Stripe - Card Payment: https://buy.stripe.com/aFa7sK7cM3Fy2kH5wK4ZG3D Bank Transfer: Message me for my details. Let me know when payment is made. Total of 20 X Spots Available so RSVP and make the Payment (We have reserved 2 Oches) (I will let you know when all the spots are full) Chris
AI Builders London
AI Builders London
Register: [https://luma.com/london-mar5](https://luma.com/london-mar5) **Join our meetup for AI nerds, engineers & founders!** We share the latest insights about: *AI dev tools, Agent frameworks, RAG, vibe coding, and more!* ​​\*\*// FOR WHO\*\* ✅ Devs, Product peeps, Data lovers, ML engineers, Founders ✅ Anyone building with AI ⚠️ Some LLM knowledge required!\* Neo4j Session: **Living in an Agentic World (model) by Andreas Kollegger** What if we onboarded AI agents the same way we onboard employees? That's the key insight of "context graphs" - giving agents access to why decisions are made improves their performance. This leads to \*Agentic World Models\*: the convergence point where agent memory, knowledge graphs, and context graphs meet. Agents discover written policies and unwritten tribal knowledge, learn formal org structures and informal influence networks, and capture the \*decision traces\* that explain not just what happened, but why it was the right call. We'll cover: \- how to capture decisions traces \- how to query the context graph when making decisions \- a demo of what this looks like Together, we'll put context in context.
SAFO Music's songwriting workshop
SAFO Music's songwriting workshop
# Safo Music's – Songwriting workshop **Sunday 8th March** **11:00am – 6:00pm** **Safo Studios, 23–27 Crouch Hill, London N4 4AP** **£40.00** **Led by Laurence Hobbs – gold & platinum-selling songwriter, producer, and owner of Safo Music.** *** After our sold out workshop last month, we'd like you to join us for a full-day **Songwriting workshop** at Safo Studios – a celebration of creativity, collaboration, and the joy of writing songs. Whether you’re just starting out or already experienced, this is your chance to connect with others and explore the craft of songwriting in a supportive, inspiring environment. ### What to Expect: Small group co-writing sessions in professional studios A relaxed space to share ideas and build confidence Meet like-minded musicians and discover new collaborators Personal mentoring and guidance from Laurence Hobbs throughout the day Working in teams, you’ll co-create original songs from scratch – blending lyrics, melodies, and experiences into something fresh and exciting. It’s all about enjoying the process, learning from each other, and celebrating the art of songwriting. Bring your instrument, your notebook, or just yourself – and spend the day writing with us. [ ](https://www.paypal.com/ncp/payment/JHMW8VKCW57Y4)**[Tickets: £40.00](https://www.paypal.com/ncp/payment/JHMW8VKCW57Y4)** Spaces are limited to keep sessions intimate – book now to secure your place. See you on the 8th March

Aeronautical Engineering Events Near You

Connect with your local Aeronautical Engineering community

IxDA Chat ‘n Pancakes
IxDA Chat ‘n Pancakes
Join membersrs of the Central Ohio UX and digital design community for a casual monthly breakfast.
Sharon Woods HIKE
Sharon Woods HIKE
Meet in the Maple Grove Picnic area. If trail conditions are poor, we will use the Multipurpose Path.
Building Agents with Microsoft Foundry
Building Agents with Microsoft Foundry
We will show a variety of methods for building agents that run in Microsoft Foundry. This covers the different types of agents: Prompt, Multi, and Hosted, as well as the development lifecycle using evals and traces.
Conversacion en espaĂąol (en persona)
Conversacion en espaĂąol (en persona)
While some are still meeting online, this is an in person event. Please note that we have attendees of all levels of speaking, including some native speakers. All are welcome! Also, as we meet at the same time and place each week, many don’t RSVP on the app, so we will likely have more attendees than noted here. Note: if you are asked to pay and upgrade the Meetup app, this is not necessary. You can ignore this and still attend our meetings.
Prototype, Play, and Build Workshops (In-Person @GameArena)!!!
Prototype, Play, and Build Workshops (In-Person @GameArena)!!!
This month, we are in-person at GameArena!!! We will also be joined by students and their games from [Shawnee State](https://www.shawnee.edu/game-design-programs)! \-\-\- Join us for our our monthly COGG Prototype and Play event @GameArena! Come to play and showcase your games. We're back in the upper levels of the catwalk mezzanine area. It'll be packed with lots of camaraderie playing your game(s) and other's games on the 2nd floor as well as the 1st floor in the gaming room below the mezzanine. Light snacks and water provided but you can buy food and drinks at the bar (alcoholic drink ID required). [https://www.game-arena.co/menu](https://www.game-arena.co/menu) **Attendees:** Don't have a game to show? Not a problem! All are welcomed and invited from all ages and backgrounds. The more we can have to play test our games the better! **Developers:** Do you have a game that you would like to get critical feedback on? Would you like an excuse to work on a game with other talented artists, programmers, musicians, designers, and writers? Digital, table-top, non-experienced developers, and the like are welcomed! We'll provide signage for your game to help others learn more about your work. Wifi, outlets, tables, and seats (though standing tables also) are available. Come to the Prototype and Play workshop to collaborate and meet local game developers for an evening of epic and raw game play fun! Play works-in-progress, show off your own game, work with others to add polish to a game, or even lend your talents to other fellow developers. Can use South Garage at the Gateway with a $5 voucher on your way out. 75 E 11th Ave, Columbus, OH 43201 [https://maps.app.goo.gl/UwgveUYG37Jy7RtS9](https://maps.app.goo.gl/UwgveUYG37Jy7RtS9) If you have any questions or comments, as always, feel free to reach out to us at [info@thecogg.com!](http://info@thecogg.com!/)
HIKE location Changed to Sharon Woods Multi Purpose Path due to wet grounds
HIKE location Changed to Sharon Woods Multi Purpose Path due to wet grounds
Meet in front of the Nature Center
Agile Coaching Circle -- IN-PERSON
Agile Coaching Circle -- IN-PERSON
Join other experienced and aspiring agile coaches and professionals to: * develop and practice your coaching skills in a peer-to-peer environment * share current successes and challenges in your work environment and get support from each other * learn from each other, build better relationships and experiment with new ideas