Skip to content

Business Model Generation

Meet other local people interested in Business Model Generation: share experiences, inspire and encourage each other! Join a Business Model Generation group.
pin icon
3,899
members
people1 icon
5
groups

Frequently Asked Questions

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

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

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

Business Model Generation Events Today

Join in-person Business Model Generation events happening right now

Founders’ Mindset Gym by Finom
Founders’ Mindset Gym by Finom
Schärft eure Business-Reflexe. Findet praktische Lösungen. Netzwerken neu gedacht. Bewirb dich für das Event https://luma.com/nr102fa5 ​**Über das Event** ​Egal, ob ihr euer erstes Unternehmen aufbaut, ein etabliertes Business skaliert oder eine neue Wachstumsphase durchlauft – Erfolg hängt von Klarheit, Fokus und den richtigen Entscheidungen zum richtigen Zeitpunkt ab. ​Founders’ Mindset Gym ist ein interaktives Format für Gründer und Führungskräfte, die praktischen Input zu realen Herausforderungen suchen. Erwartet strukturierten Peer-Austausch, moderierte Übungen und Formate, die darauf ausgelegt sind, dass ihr schärfer denkt und schneller handelt. ​**Was euch erwartet** * ​**Arbeit an realen Business-Fragen** In geführten, interaktiven Sessions identifiziert ihr Engpässe in eurem Unternehmen und erkundet gemeinsam mit erfahrenen Peers praktische Wege nach vorne. * ​**Entscheidungsfindung unter Druck** Trainiert eure Fähigkeit, klar zu denken, effektiv zu kommunizieren und in Echtzeit zu reagieren. * ​**Relevante Kontakte** Trefft Gründer, die aktiv Unternehmen aufbauen und skalieren. ​**Programm** * ​**Strukturierter Peer-Austausch** Ein dynamisches Format, das euch hilft, schnell herauszufinden, wer im Raum für eure aktuelle Herausforderung am relevantesten ist. * ​**Decision Stress Test** Bringt einen realen Business-Case mit. In einer moderierten Gruppe testet ihr eure Denkweise gegen die Erfahrung anderer Gründer und nehmt neue Perspektiven und Ideen mit. * ​**Founder Debates** Dynamische Diskussionen über zentrale unternehmerische Entscheidungen, Abwägungen und Strategien im heutigen Markt. * ​**Open Networking** Nach dem „Workout“ ist es Zeit, in einen entspannteren Modus zu wechseln. Vertieft eure Kontakte und erkundet potenzielle Kooperationen. ​**Über Finom** ​Finom ist eine All-in-One-Finanzplattform für Unternehmer, die sich lieber auf Wachstum konzentrieren, als in der Bürokratie steckenzubleiben. Durch die Kombination von Banking, Rechnungsstellung, Buchhaltung und Finanzmanagement in einem nahtlosen Erlebnis beseitigt Finom Ablenkungen, die Zeit und Energie rauben. Wir vereinfachen die Unternehmensfinanzen, damit Unternehmer sich wieder dem widmen können, was nur sie tun können – ihr Geschäft führen und ausbauen. ​**Wann & Wo** * ​**Datum:** 25\. Februar 2026 * ​**Zeit:** 18:30 – 22:00 Uhr * ​**Ort:** O.S.D. ROOF * ​**Adresse:** Mainzer Str. 16, 10247 Berlin ​Das O.S.D. ROOF ist ein verstecktes Loft in Friedrichshain – ein privater, inspirierender Ort, der für fokussierte Gespräche und wertvollen Austausch geschaffen wurde. ​**Für wen ist es?** ​Gründer von KMU und C-Level-Führungskräfte. Um die Relevanz der Diskussionen zu gewährleisten, prüfen wir die Lu.ma-Anmeldungen und bestätigen die Plätze individuell. ​**Anmeldung** Um dich für das Event zu bewerben, nutze bitte diesen [Link](https://luma.com/nr102fa5). Die Teilnahme ist kostenlos, aber die Plätze sind begrenzt. Da der Raum sorgfältig für den Komfort aller Teilnehmer kuratiert wird, können wir bei hoher Nachfrage eventuell nicht jeden berücksichtigen. Bewerbt euch gerne für unser nächstes Event – wir würden uns freuen, euch dort zu sehen! ​**Event-Sprache: Deutsch** ​Keine Sorge wegen deiner Sprachkenntnisse: Wir begrüßen ausdrücklich auch Gründer, die ihr Deutsch noch verbessern möchten. ​Deutsch ist unsere Basis, aber wenn du im Gespräch lieber auf Englisch wechseln möchtest, ist das völlig okay. Die Lösung deines Business-Problems steht immer im Vordergrund.
Agentic coding with OpenCode & Composer Deep Dive
Agentic coding with OpenCode & Composer Deep Dive
Hello fellow Symfonians, we are thrilled to announce the first user group meeting of the year, featuring two insightful talks that you **won't want to miss**! This time we are hosted by c-base (Rungestrasse 20 10179 Berlin). Come by and enjoy an evening of learning, networking, and socializing with fellow Symfony and PHP developers. **Agenda:** 18:30: Doors open 19:00: Welcome and Introduction 19:20: **Talk 1: "Agentic coding with OpenCode" by Damijan Cavar** 19:50: Break & Snack 20:00: **Talk 2: "Composer Deep Dive" by Nils Adermann** 20:40: Socializing **Talk Details:** **Talk 1: "Agentic coding with Opencode" by Damijan Cavar** Summary (ChatGPT generated): AI coding assistants are evolving beyond “vibe coding” toward **agentic, spec-driven development**. This talk explores why prompt-based workflows break down at scale and how structured specifications create a reliable foundation for autonomous coding agents. You’ll see how **OpenCode**, an open-source, model-agnostic coding agent, uses planners, implementers, and reviewers to turn specs into verifiable code while keeping context small and repeatable. The session also covers practical security considerations, sandboxing strategies, and real-world lessons from using agents on non-trivial projects. **Talk 2: "Composer Deep Dive" by Nils Adermann** This talk will take the audience on a deep dive into Composer. We'll start on the surface with the big picture of Composer (how exactly do require/update/install relate to json/lock/vendor), followed by commands and arguments not widely known and used (e.g. bump, why/why-not, update options like --with-all-dependencies, --minimal-changes, and --ignore-platform-req=php+ and what exactly the plus means). We'll then advance to the underlying concepts like the platform repository, security concepts around Composer plugins and answer questions like "Why is there a hash in the lock file and how to resolve conflicts?", or "Why do repositories need to be defined on the root composer.‎ json?" and finally reach into dependency resolution with a quick explainer on how Composer uses a SAT solver and boolean algebra to decide which packages to install. Back above water, the talk will end with an outlook on changes we're planning for Composer and [packagist.org](http://packagist.org) in the future. Don't miss these insightful talks, engaging discussions, and networking opportunities. We can't wait to see you at the **February Symfony User Group**!" If you have any questions or accessibility requirements, please reach out to us. Also, if your company wants to be the next host for the User Group, just let us know!
Choosing Your Exit: The Founder Decision That Shapes Everything
Choosing Your Exit: The Founder Decision That Shapes Everything
We are thrilled to invite you to a **session on mergers and acquisitions with leaders from Superhuman, Zendesk, and PXR**, who will chat about the real decisions, risks, and realities when millions are on the line. We'll also have a **special guest joining the conversation** — stay tuned! **✅** **Registration** **is managed exclusively via Luma** — please reserve your spot using the Luma event page: https://luma.com/yabtlxq0 **✅** ​Should you sell your startup? How do you sell? What happens after? Get the inside scoop on mergers and acquisitions from industry veterans who've been through it. This session breaks down the entire M&A journey—from building your decision framework to navigating due diligence to thriving post-integration. You'll learn what to expect, what to watch out for, and how to handle curveballs when millions are on the line. **Please RSVP to join the waitlist**. We'll email you to confirm your spot as space allows. Entry is reserved for confirmed guests. **Agenda** * ​17:30–18:00: Doors open, check-in, and refreshments * ​**We'll be welcoming guests with confirmed registrations** * ​18:00–19:00: Panel discussion and Q&A * ​19:00–19:45: Networking and wrap up **For whom it will be interesting** ​Berlin startup founders, VC/early-stage investors, general tech leaders, and anyone who dreams of startup success. **Meet the Speakers** * [Ben Barclay](https://www.linkedin.com/in/barclaybenjamin/): Ben is the VP of Corporate Development and Investor Relations at Superhuman. Ben brings 15 years of experience in strategy and corporate development with a track record of driving growth and longterm value within technology businesses. Ben was previously SVP Strategy & Corporate Development at Zendesk, where he was responsible for aligning the company around its strategy and guiding execution through M&A, strategic partnerships, and investor relations. * ​[Reetu Kainulainen](https://www.linkedin.com/in/reetukainulainen/): Reetu is the VP of Product for AI Agents at Zendesk. He previously founded and led Ultimate.ai, a leading AI customer service automation platform, which Zendesk acquired in 2024. With over 14 years of experience building companies and developing cutting-edge AI-powered solutions, Reetu has established a strong track record of driving innovation in enterprise technology and successful company exits. * ​[Dr. Cornelius Karcher: ](https://www.linkedin.com/in/dr-cornelius-karcher-3a852326a/)Cornelius is a lawyer and specialist in corporate law and M&A at PXR. Cornelius brings over 13 years of experience advising on M&A transactions, shareholder disputes, venture capital financing (equity and debt), and employee stock ownership plans (VESOP/ESOP). * ​Surprise Guest: Founder & COO of a leading AI automations company.
Hands-on with Agent Development Kit (ADK) @ Google Office
Hands-on with Agent Development Kit (ADK) @ Google Office
Get hands-on with Google Agent Development Kit (ADK), Google’s framework for building, evaluating, and deploying AI agents. You'll progressively learn to design advanced agents and train them to play the text-based adventure game “The Garden of the Forgotten Prompt”. Get ready to explore a mysterious world, solve puzzles, and uncover secrets! Agenda: ▶️ 6:00 pm: Doors open with networking and snacks ▶️ 7:00 pm: Opening Keynote ▶️ 7:15 pm: Workshop (Laptops are required. Please charge them in advance!) Abdelfettah Sghiouar (Abdel) - Cloud Developer Advocate @ Google Cloud Daniela Petruzalek - Senior Developer Relations Engineer @ Google Cloud ▶️ 9:00 pm: Network & Drinks ☕ ▶️ 9:30pm: Doors close Google Cloud Credits We’re planning to offer Google Cloud credits to attendees so you can explore and experiment on GCP during the event. Activation details and instructions will be shared on-site. Agenda --- Speakers Daniela Petruzalek - Google (Senior Developer Relations Engineer @ Google Cloud) Abdel Sghiouar Hosted By Yevgen Batovskyi, Organizer Esra Kadah, Organizer Senior App Developer | Author of "Flutter Design Patterns & Best Practices" | Co-Organizer of Flutteristas, Flutter Berlin, GDG Cloud Berlin, Flutter Community AI Circle | ‍ Antigua Mobile Hany Elfouly, Co-founder & CEO Mohamed Islem Ayari, Organizer --- Partner Google (https://blog.google/intl/de-de) --- Complete your event RSVP here: https://gdg.community.dev/events/details/google-gdg-cloud-berlin-presents-hands-on-with-agent-development-kit-adk-google-office/.
Soundground: free improvised music workshop
Soundground: free improvised music workshop
**A place to meet sound, without maps** Facilitated by **Vesti Gium (they/them)** Everyone enters as they are. No score. No threshold of skill. We follow the room, moment by moment— listening, nudging, letting the music find itself. A breath, a shoelace, a laugh, a footstep— each carries weight. Silence is welcomed; noise is celebrated. There are no wrong directions here. We practise a listening that reaches outward and inward: to ourselves, to one another, to the space we shape together. That is where the music begins. * Bring a voice, an object, an instrument, a movement—or nothing at all. * ✨ **Priority given to FLINTA folks and people with migration backgrounds.** * No experience needed. Curiosity is enough. * Berlin – \[theodorstraße 5,12099] * Every Wednesday 17: 30 * DM or email **[vestigium.impro@gmail.com](mailto:vestigium.impro@gmail.com)** to join Come make sound—come be heard.
Co-Working Session (Deep Work, all types of work welcome)
Co-Working Session (Deep Work, all types of work welcome)
Hello! I’m organising a coworking + socialising session for all of us who are working on projects (e.g. our own creations, freelance or remote work) but don't feel like sitting alone at home. To ensure that we have time for both socialising AND working, we will be using the so-called “Pomodoro” technique: **50 mins deep work** (silent), followed by **10 mins break** to socialise. And then repeat! You are welcome to join whatever your personal background is, and whatever project you are working on. I (the host) speak English and German, so either language is fine. ——————————————————- AGENDA: * **Short Intro** Tell us who you are and share something about what you will be working on today * **Pomodoro Session** \- 3x \(3h\) Each Pomodoro session consists of 50 mins focused “deep work” (no talking, no interruptions, **phones on silent mode**) -> then 10 mins break: a chance to share your progress with others -> Repeat * **15 mins Wrap Up** Celebrate what you achieved and get to know others ———— The location is **Espresso House near Checkpoint Charlie** (they have multiple outlets - so be sure to go to the correct one!) Wifi + power plugs are available - but best to bring a fully charged laptop, just in case You **do not** have to pay anything. But since we are using the café space, it is common courtesy to buy at least one drink (coffee costs roughly **4 Euros**).
Real-time flight data streaming, anomalies, predictions, and visualizations
Real-time flight data streaming, anomalies, predictions, and visualizations
Join us for a hands-on workshop by Olena Kutsenko on Wednesday, February 25th from 5:30pm hosted by SPACE SHACK Coworking! **Venue:** **SPACE SHACK Coworking** Akazienstraße 3A, 10823 Berlin, Germany **Agenda:** * 5:30pm – 6:00pm: Welcome, Food/Drinks & Networking * 6:00pm - 8:30 pm: Workshop by Olena ** So that Olena has an idea of audience priorities, please fill in the [pre-workshop form](https://docs.google.com/forms/d/e/1FAIpQLSeJsBjgkL2EXvPtBScXtI5yAv6N9gFg64QmMajMUiMmaPllxQ/viewform?usp=sharing&ouid=117948459316244235775) when you can (no personal info is collected)** ** Speaker & Workshop Details:** Olena Kutsenko, Staff Developer Advocate, Confluent **Hands-on workshop: real-time flight data streaming, anomalies, predictions, and visualizations** **Workshop Overview** In this hands-on session, we'll build a real-time analytics pipeline using flight data and modern streaming tools — step by step, and without hand-waving. We'll start by streaming data into Apache Kafka using Confluent Cloud, process it with Apache Flink, and land it in Apache Iceberg using Tableflow. From there, we'll query the data with Trino and turn it into dashboards using Superset. Everything runs in a practical setup you can reproduce later, including Docker and cloud-managed services. Along the way, we'll also look at anomaly detection and simple predictions using built-in functions, so you can see how real-time insights can be added without building custom ML pipelines or complex models. This session is all about doing, not slides. You'll see how the pieces actually fit together, what decisions matter in practice (regions, credentials, formats), and how to go from streaming data to analytics in a way that scales. If you're curious about real-time analytics, Kafka + Flink in the cloud, or how streaming, analytics, and lightweight predictive use cases come together in the same pipeline, this workshop will give you a clear, working mental model — and code you can take home. No prior experience with Kafka, Flink, or Iceberg required! Just bring your curiosity and a laptop! **Technical Prerequisites:** To make sure you can get hands on during this workshop, please make sure the following are installed on your system (**Make sure your bring your laptops!)** **1\. GitHub Account** * **Zero Install (Recommended)**: Use GitHub Codespaces or open in Dev Container - everything pre-installed! **2\. Local Setup: Install the tools below on your machine \(takes \~10 minutes\)** * [VSCode with Confluent Extension:](http://%5Bhttps//%5Bdocs.confluent.io/cloud/current/client-apps/vs-code-extension.html%5D%5D(docs.confluent.io/cloud/current/client-apps/vs-code-extension.html%5D)(%5Bhttps://docs.confluent.io/cloud/current/client-apps/vs-code-extension.html%5D(https://docs.confluent.io/cloud/current/client-apps/vs-code-extension.html))) For accessing Confluent Cloud resources. * [Confluent CLI:](http://%5Bhttps//%5Bdocs.confluent.io/confluent-cli/current/install.html%5D%5D(docs.confluent.io/confluent-cli/current/install.html%5D)(%5Bhttps://docs.confluent.io/confluent-cli/current/install.html%5D(https://docs.confluent.io/confluent-cli/current/install.html))) To interact with Kafka clusters and topics. * [Install DuckDB:](https://duckdb.org/docs/installation/) For querying Tableflow Iceberg tables. **3\. Correctly setting up your Confluent Cloud account** ##### **This step is optional, as we will go through how to set up Confluent Cloud during the event. However, if you want to get ahead, make sure you sign up, as so, to make sure you don't have to input your Credit Card:** Use the code '**CONFLUENTDEV1**' when you reach the payment methods window [after signing up for Confluent Cloud via this link.](https://www.confluent.io/confluent-cloud/tryfree/?utm_source=meetup&utm_medium=eventpage&utm_campaign=tm.devx_ch.cryptoworkshop) [\[More info about the workshop can be found here\](More detail about the workshop, including detailed agenda)](http://%5Bmore%20info%20about%20the%20workshop%20can%20be%20found%20here%5D(more%20detail%20about%20the%20workshop,%20including%20detailed%20agenda)/) \*\*\* DISCLAIMER We don't cater to attendees under the age of 18. If you want to host or speak at a meetup, please email [community@confluent.io](http://community@confluent.io/)

Business Model Generation Events This Week

Discover what is happening in the next few days

Business opportunity healthcare: Tech Innovators meet Health Ecosystem
Business opportunity healthcare: Tech Innovators meet Health Ecosystem
**Free registration only via Eventbrite :** https://www.eventbrite.de/e/1983244726364 **\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-** Healthcare is one of the most resource- and carbon-intensive industry - and presents a great commercial opportunity for climate tech founder ### The **Green Health Ecosystem Session** brings together healthcare experts, public-sector stakeholders, and Green Health startups in an **interactive, practice-oriented format** . ### **​Expect a dynamic mix of:** * ​expert insights on real-world healthcare challenges * ​**reverse pitches** from healthcare practitioners * ​startup pitches & live feedback * open exchange, matchmaking, and collaboration across the ecosystem ​ **What’s on the agenda?** * ​Welcome & introduction to the Green Health Accelerator * ​*Green Health in Practice* — panel / interview on real-world challenges and innovation needs * ​**Soft launch of the Green Health Startup Map** * ​**Reverse Pitch:** experts present concrete challenges from their organizations * ​**Startup Pitch Session:** Cohort 1 & 2 startups + expert jury Q&A * ​Networking, demos & informal exchange **​This session is designed to:** * ​surface **concrete sustainability challenges** in healthcare, * ​showcase relevant startup solutions, * ​enable feedback, pilots, and future collaboration. ​ Working in healthcare, the public sector, or building Green Health solutions? **\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-** **Free registration only via Eventbrite :** https://www.eventbrite.de/e/1983244726364
Business Netzwerken im Prenzlauer Berg am 26.02. @ 9:10 Uhr
Business Netzwerken im Prenzlauer Berg am 26.02. @ 9:10 Uhr
**Veranstaltungsort:** Café Amelie Pappelallee 11 10437 Berlin Nächste **U-Bahn-Station**: U2 Eberswalder Straße (4 Gehminuten) **Start:** 09:10 Uhr **Einlass:** ab 09:00 Uhr Liebe Berliner Unternehmer, wir treffen uns auch im Februar erneut in einem der am besten bewerteten Cafés in Berlin: dem Café Amelie im Prenzlauer Berg. Wie auf dem Bild bereits ersichtlich "streckt" sich das Café, was uns eine besonders geeignete Basis für intensiven Austausch zwischen den Teilnehmern ermöglicht. Darüber hinaus gibt es hervorragenden Kaffee sowie Gebäck- und Kuchen-Spezialitäten, vielleicht sogar in einem besonderen Combo-Deal für BNB-Teilnehmer. ;-) Vor Ort gibt es wie gewohnt frische Geschäftskontakte, neue Denkansätze und interessante Kooperationsmöglichkeiten. Wir stoßen dies durch eine moderierte Kontaktrunde an, in der sich jeder Teilnehmer kurz vorstellen (ca. 1 Minute) und anschließend intensiven Austausch mit den anderen Teilnehmern betreiben kann. Bringt bitte nach Möglichkeiten **Visitenkarten** mit, da diese uns das Netzwerken erleichtern. Zu Beginn der Veranstaltung gibt es üblicherweise einen Impulsvortrag. Solltest du Interesse haben, einen Impulsvortrag zu halten, so schreib uns sehr gerne. Weitere Informationen gibt es auch hier: [Impulsvorträge bei BNB](https://netzwerken.berlin/impulsvortraege/) \-\-\- Alle Gründer/StartUps, Freiberufler und Unternehmer/Unternehmensvertreter sind willkommen beim Business MeetUp im Café Amelie im Prenzlauer Berg. Die Teilnahme ist generell kostenlos und NICHT an eine Mitgliedschaft gebunden. Den leckeren Kaffee, Croissants, Kuchen oder was auch immer dich zum Kauf animiert hat, bezahle bitte im Café ;-) Bitte beachten: Unternehmer mit Multi Level Marketing-Geschäftsmodellen schließen wir von unseren Veranstaltungen komplett aus. Weiterhin stehen wir auch allen Arten des Provisionsgeschäfts (Finanz-Optimierer, Immobilienmakler, Versicherungsvertreteter, etc.) extrem kritisch gegenüber und gestatten diesen keine Teilnahme an unseren Events. Solltet ihr der Meinung sein, ihr fallt nicht in diese Kategorie, obwohl ihr in einer der genannten Branchen arbeitet, so sprecht uns bitte im Vorfeld an. Für alle anderen Fragen zum Event stehen wir euch selbstverständlich ebenfalls zur Verfügung. Wir freuen uns darauf, auch dich persönlich kennenzulernen und dir bei der Entwicklung deines Geschäfts zu helfen!
Women's Founders Meet
Women's Founders Meet
This **Female Founders Meet & Greet** is a casual networking evening designed for women founders, co-founders, and builders to connect in person. No stage, no pressure—just real conversations, warm introductions, and a space to meet people you’ll actually want to follow up with. What you can expect: * Meet other female founders across different stages (idea to scaling) * Share what you’re working on and get quick feedback * Find collaborators, partners, co-founders, or simply new founder friends * A welcoming vibe with purposeful connections Photos at the event: We’ll be taking event photos (and possibly short clips) for community updates and future event promotion. If you prefer not to be photographed, just tell the host when you arrive and we’ll respect that. For updates (next dates, venue info, and announcements), follow the link here: [link](https://linktr.ee/Growfirma)
Agentic Deployment & Flink’s Data Platform Ecosystem | Data Engineering Meetup
Agentic Deployment & Flink’s Data Platform Ecosystem | Data Engineering Meetup
Let’s kick things off for another Meetup, this time focusing on Agentic Deployment and Flink’s Data Platform Ecosystem. Join us on February 26th in Berlin and bring all your questions! : ) **Pawel Wiszniewski: *"From Ingestion to Insight: Flink’s Data Platform Ecosystem"*** [Pawel Wiszniewski](https://www.linkedin.com/in/pawel-wiszniewski/) is a Senior Data Engineer at[ Flink](https://www.goflink.com/shop/de-DE/deals/?campaignid=23008119587&adgroupid=190905032608&creative=676430819949&utm_source=google&utm_medium=search&gad_source=1&gad_campaignid=23008119587&gbraid=0AAAAABiSYNQr0V_xYSzvjjStCH6G-hLqP&gclid=CjwKCAiAkbbMBhB2EiwANbxtbQ-a9DxijUVV0nw5nXTXr037lYGiy6MIv5YbFjeo1qsZJStEPdBNxxoCPFQQAvD_BwE) and a well-known face at our Data Engineering Meetups. We're super excited to see our guest now stepping into the presenter's role. About his keynote: "You have data, analysts, and business use cases. But you can't simply stitch them together with spreadsheets, SQL queries, and Python scripts and still expect business users to trust the dashboards. To ensure data quality, reliability, security and freshness, you need a well organised set of tools and processes: a Data Platform. In this presentation, I will explain how the Data Platform at Flink was built, outline its high-level architecture, and describe the key products, tools, and processes that enable us to operate over a thousand data models and maintain full visibility into the current state of the business." **Sneha Nafade: *"AI Agents & Agentic Deployment"*** [Sneha Nafade](https://www.linkedin.com/in/sneha-nafade/) is a Cloud Architect at [Diconium](https://diconium.com/en/?utm_term=&utm_campaign=2025+%7C+Remarketing+%7C+DE/EN+%7C+All+Visitors&utm_source=adwords&utm_medium=ppc&hsa_acc=9083156072&hsa_cam=23281606208&hsa_grp=&hsa_ad=&hsa_src=x&hsa_tgt=&hsa_kw=&hsa_mt=&hsa_net=adwords&hsa_ver=3&gad_source=1&gad_campaignid=23483494785&gbraid=0AAAAADQqBJ6jY8TgZt7Ocjy37F5Gup62I&gclid=CjwKCAiAkbbMBhB2EiwANbxtbfuZyXSVyFENwFuHv9tAcygFWNM24hiXlk3rvKVpwBFfM__jFEBHBRoCMpsQAvD_BwE) with a rich experience in Cloud & Cybersecurity Architecture & Engineering. About her keynote: "AI agents are becoming autonomous digital operators capable of managing pipelines, calling APIs, and responding to live data signals. This session provides a practical guide to designing, deploying, and governing agentic systems in real-world production environments." ✧ ✧ ✧ **What to expect:** * Two expert talks and Q&A * Networking opportunities in our great Creator Space * Some snacks & drinks to fuel your thoughts : ) ✧ ✧ ✧ **Timetable:** * 18:30 - Event admission * 18:50 - Welcome & Introduction * 19:00 - Pawel Wiszniewski: *"From Ingestion to Insight: Flink’s Data Platform Ecosystem"* * 19:30 - 5 minutes break * 19:35 - Sneha Nafade: *"AI Agents & Agentic Deployment"* * 20:05 - Snacks, Drinks & Networking * 21:30 - End ✧ ✧ ✧ More on the **-> [applydata data engineering meetup page](https://applydata.io/data-engineering-meetup/)**. **Our goal is to form a local data-loving community, so join us and let's talk data together!** ✧ ✧ ✧ *At the event, sound, image and video recordings are created and published for documentation purposes as well as for the presentation of the event in publicly accessible media, on websites and blogs and for presentation on social media. By participating the event, the participant implicitly consents to the aforementioned photo and/or video recordings. Find [more information on data protection here](https://applydata.io/events/information-on-data-protection/).*
Creating Stories Together
Creating Stories Together
Ever thought, "I like writing, but sometimes I wish I could create stories with people instead of alone"? In this meetup we'll be taking a little creative jaunt together. In small groups we'll be creating basic character sketches together and then we'll play around with these characters in stories with a little bit of randomness, perspective shifts and prompting. It's going to be a mix of a lot of talking and a bit of writing. Mostly, it's going to be fun, collaborative and pretty fast-paced. Because we're building each step of this together, there's no "minimum requirement" for writing or storytelling experience. You just need to be keen to be collaborative and imaginative with other people. There's a thought-out set of guidelines to steer us for the event, so you don't have to worry about what to do and can just focus on being creative. I'll bring everything you need, so you don't need to bring anything. We'll start at **15h00 sharp -** so please get to Cafe Augusta earlier; I'll be there from 14h30. We'll be done by 16h00. I'll put a little sign on the table that says "Creating Stories Together". **Please only RSVP if you will definitely come.** Spaces are limited and I need to reserve a table for enough people. Please cancel your RSVP at least 48h before if you can't make it. The event will be in English.
Founders Running Club :: Berlin
Founders Running Club :: Berlin
**Founders Running Club** (FRC) brings founders, investors, tech, creative people and startup enthusiasts together for weekly easy runs and networking. We like to be comfortable when we run and finish with coffee and conversations. Choose your pace or follow a pacer—pets, friends, family, are welcome. ️ Launched in San Francisco, July 16, 2022 Now in 35+ cities Running + Networking events + Community **Join the community** [http://foundersrc.com/chats](http://foundersrc.com/chats) **Stay updated**: Instagram [http://instagram.com/foundersrc/](http://instagram.com/foundersrc/) Podcast [http://podcast.foundersrc.com/](http://podcast.foundersrc.com/) LinkedIn [http://linkedin.com/company/foundersrc/](http://linkedin.com/company/foundersrc/) Strava [http://strava.com/clubs/foundersRC](http://strava.com/clubs/foundersRC) Website [http://foundersrc.com/](http://foundersrc.com/)
GLOBALS Tech Festival 2026 (GSTF26) | Barcelona | Pre-MWC | Mar 1, 2026
GLOBALS Tech Festival 2026 (GSTF26) | Barcelona | Pre-MWC | Mar 1, 2026
The GLOBALS Tech Festival 2026 (#GSTF26) on March 1, 2026 in Barcelona is more than just a conference; it is a dynamic gathering where the global tech and growth community comes to connect, learn, and evolve. Think of it as a melting pot where founders, CxOs, operators, investors, and ecosystem builders converge in a relaxed and friendly setting, with the spirit of learning and connecting at its core. Taking place in Barcelona right before MWC & 4YFN, this year’s GLOBALS Tech Festival builds on the legacy of the former Global Sales Tech Festival and takes it to the next level: from “just sales” to growth across tech, SaaS, e-commerce, finance, telco, health, marketing and edtech. You will spend a full day surrounded by people who actually get what you are building: exchanging playbooks, testing ideas, and forging collaborations in a laid-back but high-intent environment. Expect stages, curated sessions, and serendipitous encounters that feel more like a festival than a conference. The focus of GLOBALS Tech Festival 2026 is on fostering genuine connections and exchanging fresh, practical ideas over real conversations, accompanied by good food and drinks. Expect to leave buzzing with new contacts, strategies you can implement on Monday, and a renewed hunger to scale your impact. Let’s create an unforgettable experience filled with inspiring people and breakthrough insights. Key Highlights Content-Driven Insights Absorb cutting-edge perspectives on tech, AI, growth and go-to-market from global experts, founders, C-level leaders, and trainers. Network Expansion Build valuable connections across a curated professional community of tech entrepreneurs, investors, and ecosystem players from Europe and beyond. Enjoy the Experience Immerse yourself in a vibrant atmosphere that fuses learning, collaboration, and entertainment, all in the heart of Barcelona before the world lands for MWC. Explore Our 5 HUBS Tech Hub Dive into digitalization, automation, AI, tools, CRMs, and the tech stacks that power modern growth. Partnering Hub Connect with consulates, chambers of commerce, associations, and media to open new markets and amplify your brand. Customer Hub Hear real success stories and customer experiences that reveal what is actually working in the field. Talents Hub Meet startups, scaleups, corporations, job agencies, and recruiters to explore roles, collaborations, and advisory opportunities. Education Hub Learn new methodologies, techniques, and tips from educators, trainers, and practitioners focused on modern sales and growth. Each hub is tailored to offer a deep dive into a specific dimension of tech-driven growth, so every attendee can design a journey that fits their role and ambition. Event Format A compact, high-energy festival day including: Multiple stages with keynotes, panels, and fireside chats Roundtables and small-group sessions for honest, tactical exchange Curated networking & matchmaking moments An afterparty to lock in the strongest connections of the day (Exact schedule and program blocks are available on the official website.) This Year’s Theme “Celebrating Growth” In 2026, we zoom out from pure sales and look at growth in all its forms: Growth of companies (revenue, teams, markets) Growth of people (skills, leadership, resilience) Growth of impact (AI, sustainability, and tech as a force for good) We explore how technology, data, and human experience blend to build resilient, sustainable, and globally connected businesses. Who Is Behind GSTF26? GLOBALS Tech Festival 2026 is brought to you by Club GLOBALS, the Growth Acceleration Club for tech founders and innovators, together with its global community of partners and ecosystems. With more than 200 events hosted and 50k+ contacts across tech hubs like Barcelona and Berlin, GSTF26 is the flagship stage of a year-round platform of events and the GLOBALS On Tour series. Learn more & secure your spot Learn more and grab your pass at: http://GSTFestival.com Spread the word, and bring your colleagues and friends who are passionate about technology, growth, and building what comes next. See you in Barcelona on March 1, 2026. Learn More & Get Your Ticket All details & tickets: GSTFestival.com Spread the word, bring your team, your delegation, or your favorite co-founders. Let’s make Barcelona + #GSTF26 the place where your next big connection, deal, or idea actually happens.

Business Model Generation Events Near You

Connect with your local Business Model Generation community

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
Gold Star Business Networking
Gold Star Business Networking
Bring your business cards and network in person with other business professionals! Gold Star Referral Clubs is one of the most established professional networking organizations in the country, with multiple groups in central Ohio. Join us!
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.
Lewis Center Networking Lunch
Lewis Center Networking Lunch
Join us for lunch and meet our very successful group. We are each others sales team...always looking for referrals for our members. If you are looking for new clients, let us help you out! Bring your business cards and brochures to share with us. We have a speaker each week so that we can learn about their business. Because we have only one member per business, we have many of the spots filled. However, we are specifically looking for an estate attorney, a handyman/electrician, and an event planner. We have referrals for you! All visitors are welcome. Any questions contact [pmarchio@farmersagent.com](mailto:pmarchio@farmersagent.com)
Spec-Driven Development with GitHub Spec-Kit - Barret Blake
Spec-Driven Development with GitHub Spec-Kit - Barret Blake
**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** *Spec-Driven Development with GitHub Spec-Kit: From Intent to Implementation* Spec-driven development flips the traditional workflow on its head: instead of code being the source of truth, the specification becomes the backbone of design, collaboration, and delivery. In this session, we’ll explore how GitHub Spec-Kit enables teams to treat specifications as first-class artifacts—living documents that drive architecture, implementation, and verification. You’ll learn how Spec-Kit helps teams clearly express intent using structured, version-controlled specs that live alongside code. We’ll walk through a practical workflow that starts with defining system behavior and constraints, then progressively refines those specs into testable, automatable outcomes. Along the way, we’ll show how specs can reduce ambiguity, improve cross-functional collaboration, and make design decisions explicit before a single line of production code is written. This talk will cover: --What spec-driven development is (and what it isn’t) --How GitHub Spec-Kit fits into modern developer workflows --Using specs to align product, engineering, and AI-assisted development --Real-world examples of turning specs into implementations with confidence Whether you’re building greenfield systems, integrating AI into your stack, or trying to reduce costly rework, spec-driven development offers a scalable way to move faster without sacrificing clarity. Attendees will leave with concrete patterns and a clear mental model for adopting GitHub Spec-Kit in their own projects. **YouTube Link** TBA
Sip & Read: *Founder Edition* Meetup: Book/Venue TBD
Sip & Read: *Founder Edition* Meetup: Book/Venue TBD
Calling all founders, CEOs, lawyers, doctors, and entrepreneurs to join our special *Founder Edition* of Sip & Read meetup event. Let's sip on fine wine and discuss our first book **The 5AM Club- Own Your Morning Elevate Your Life, by Robin Sharma**. We will pair this book with our favorite wine at **Wine on High** and engage in thought-provoking discussions on startup businesses and entrepreneurship, and network with like-minded individuals in a cozy book club setting. Come prepared to discuss this month's book. At the end of each book club meeting, we will take next book and venue suggestions from the participants for the next meeting. Whether you are a book lover, women entrepreneur, or a content creator, this event is perfect for sharing ideas and insights with other funders and founders in the entrepreneurial world. Don't miss out on this unique opportunity to connect, learn, and grow together. Sign up now to reserve your spot! *Fun fact! This meetup was established in 2015 and had over 1,000 members. I had to shut down operations while attending law school, but we're back!!*