1510

Optimising Robotics

In the ever-evolving landscape of technology, robotics has emerged as a driving force, reshaping industries across the globe.

At this event, we will explore the multitude of robotics use-cases, exploring how robotics are optimised across food & drink manufacturing, healthcare, and rehabilitation with talks from three leading robotics companies.

Plus there will be the opportunity to socialise and network with professionals, academics and robotic enthusiasts across Edinburgh over drinks and food.

Event Details

  • Date: Thursday, 13th November
  • Time: 6:00 PM to 8:30 PM
  • Location: Raging Bull, 161 Lothian Rd , Edinburgh, EH3 9AA
  • Register: Complete the registration form here to secure your spot

The Talks

Beyond OOP: Using ECS to give customers what they want.

Speaker: Bjorn Madsen, Locus Robotics

  • Bjorn explores one of the biggest challenges facing software and engineering teams today — how to innovate without disrupting what already works. Drawing on his experience delivering scalable, customer-focused solutions in robotics, he discusses how to balance extending software capabilities with maintaining legacy systems. Expect practical lessons on aligning innovation with customer needs and strategies for building technology that evolves without leaving the past behind.

The Journey of Delivering Robotics Products

Speaker: George Dascalu, Leap AI 

  • George explores the challenges of transforming an initial, unproven idea into a real-world product that delivers tangible value. Drawing from his experience in emerging robotics industries, he shares how to navigate uncertainty, adapt quickly, and create products that thrive in fast-changing environments where innovation and execution must go hand in hand.

Automation in Agritech

Speaker: Andrew Peacock, Peacock Technology

  • Andrew highlights how robotics and automation are revolutionising intelligent system design. He’ll share insights from Peacock Technology’s work at the cutting edge of robotics, exploring how applied innovation, practical engineering, and collaborative design are shaping the next generation of intelligent automation solutions.

Sign Up

Complete our registration form to secure your spot.

13/11/2025 6:00 pm

Location: Raging Bull, 161 Lothian Rd , Edinburgh, EH3 9AA, United Kingdom

RECENT

TALKS & EVENTS

1510

Tech Leaders Collective – Manchester Data & AI Leaders

Join our latest roundtable for the Tech Leaders Collective – Data & AI Manchester, where Jackson Dyson, from the Information Commissioner’s Office (ICO), will lead a thought-provoking discussion on Zero Platform Analytics: The Rise of Borderless AI and Data Intelligence.

For decades, data analytics has relied on centralising information within data warehouses before it can be queried or used for AI. With the emergence of Large Language Models (LLMs), this traditional model is being redefined.

In this session, Jackson will introduce the concept of Zero Platform Analytics, an emerging approach where AI systems can analyse and learn from distributed, unstructured data sources (such as emails, documents, and messages) without the need to move or replicate data.

We’ll explore what a borderless AI and data landscape could mean for organisations, the implications for governance and regulation, and how data and AI leaders are adapting to this new paradigm. This roundtable offers a space to share perspectives, challenge assumptions, and discuss the future of analytics beyond traditional platforms.

Event Details

  • Topic: Zero Platform Analytics: The Rise of Borderless AI and Data Intelligence
  • Date: Wednesday 26th November
  • Time: 7:30am for arrival & networking; 8:00am for discussion
  • Location: Dakota Hotel, 29 Ducie St, Manchester M1 2JL
  • Register: Complete our registration form to confirm your spot

Our Chair

Jackson is the Head of Data Platform at the Information Commissioner’s Office (ICO), where he leads the development and implementation of a modern analytics and AI platform designed to drive data-driven insight and innovation across the organisation.

With extensive experience delivering large-scale data and AI platforms across government, healthcare, and higher education, Jackson has previously held key roles at KPMG, the University of Glasgow, and the European Centre for Disease Prevention and Control (ECDC). His work focuses on creating scalable, ethical, and forward-thinking data ecosystems that enable smarter decision-making and responsible AI adoption.

Outside of work, Jackson is passionate about basketball, travel, and is a lifelong learner who’s always exploring new technologies and ideas shaping the future of data and AI.

Sign Up

Complete our registration form to secure your spot.

26/11/2025 7:30 am

Location: Dakota Hotel, 29 Ducie St, Manchester M1 2JL

1510

Presented by:

Jackson Dyson

Head of Data Platform, AI & ML, Information Commissioner's Office

Connect with Jackson

RECENT

TALKS & EVENTS

1510

Hackathon – American Frontier Build

Join us at General American Intelligence’s 24-hour Hackathon – American Frontier Build – on November 8–9 at the Ark Innovation Center, St. Petersburg, FL.

Event Details

  • Date: Saturday 8th November – Sunday 9th November
  • Time: 24 hours
  • Location: Ark Innovation Center, St. Petersburg, FL
  • Register: RSVP here to confirm your spot

The Purpose

Across a single 24-hour sprint, teams will collaborate across four innovation tracks to launch investable, American-made ventures designed to improve lives in fragile communities and industries.

🔹 LAND — AgTech: Soil & tissue analytics, variable-rate operations, field logistics, co-op pricing, crop insurance ops
🔹 AIR — Climate Tech: Load forecasting, DER orchestration, weather risk pricing, refrigerant leak intelligence, carbon MRV
🔹 SEA — Maritime Tech: Port operations, autonomous surface/underwater sensing, IUU monitoring, coastal resiliency
🔹 LEGACY — Industrials & Manufacturing / SMB / Enterprise: Demand planning, autopricing, labour scheduling, case intake, revenue operations

This hackathon offers a unique opportunity to compress the entire pre-seed to Series A lifecycle into just 24 hours, bringing together engineers, entrepreneurs, investors, and innovators to build solutions that truly matter.

Sign Up Now

👉 Register today to be part of this fast-paced innovation challenge.

08/11/2025 6:00 pm

Location: Ark Innovation Center, St. Petersburg, FL

RECENT

TALKS & EVENTS

1510

Unit Test Complex E2E Flows & Integration Testing with Aspire

In collaboration with .NET South West, we have two fantastic talks lined up on Testing.

Event Details

  • Date: Tuesday 9th September
  • Time: 17:30 – 19:30
  • Location: iO Associates, St. Bartholomew’s House, Lewins Mead, BS1 2NH
  • Register: RSVP on Meetup.com to confirm your spot

The Talks

  1. How to get the maximum mileage from a minimal number of tests – end-to-end component tests
  2. Using .Net Aspire for next level devex and easy integration tests asserting against OTEL trace data

Presented by Andrew Poole, Part 1 Introduces, explains and demonstrates an approach to automated testing which covers as much of the surface area of your codebase as possible.

Imagine a unit test where the ‘unit’ is actually multiple executables! A single test can cover the whole happy path flow of a complex piece of orchestration, from API handlers, service bus handlers, database calls etc all in-memory, fast and with a nice fluent developer experience!

Because everything including the Program.cs and startup code are covered we can spot configuration and IoC issues which are hard to test with more traditional methods. Andrew includes a method of mocking and asserting against Azure Service Bus

Part 2 discusses the usual issues with integration tests and how they expose the issues with running an app locally. It then presents .Net Aspire as the answer to lots of these issues. It covers the process of adding .Net Aspire to a solution and showcases its features, adding additional OTEL telemetry to track interesting events, including persisting and rehydrating telemetry across any ‘process airgaps’ and the creation of integration tests covering end-to-end flows using Open Telemetry trace data for assertions.

The aim of both parts of this talk is to have a repo which when pulled down onto a fresh machine, builds first time, component tests pass first time, then having run the script and the app, the integration tests pass first time, after which you can push F5 and have it all run with almost no time or effort!

Our Speaker

Andrew Poole has been writing code for a living since 2005, most recently as a Senior Backend Engineer at Flagstone, and ClearBank before that. He loves solving problems, design and architecture, communicating ideas and the incredible creativity of software engineering. He’s interested in event sourcing, immutable architecture and distributed systems. He also enjoy mentoring others and building great team culture.

Sign Up Now

09/09/2025 5:30 pm

Location: iO Associates, St. Bartholomew's House, Lewins Mead, BS1 2NH

1510

Presented by:

Andrew Poole

L5 Senior Software Engineer, ClearBank

Connect with Andrew

RECENT

TALKS & EVENTS

1510

Tech Leaders Collective – Manchester Data & AI Leaders

Join our latest roundtable event for the Tech Leaders Collective – Data & AI Manchester, where Blanka Elek, Head of Data & AI Enablement at Reach Plc, will lead the discussion on the evolving landscape of AI Governance.

AI Governance is rapidly becoming one of the most pressing topics for data leaders. This session will explore how companies at different stages of maturity can approach governance, increase awareness, and respond to new challenges and frameworks as they emerge.

This roundtable offers a valuable space to share ideas, learn from peers, and discuss how leaders are addressing one of the sector’s most urgent and complex issues.

Event Details

  • Topic: Navigating AI Governance
  • Date: Wednesday 24th September
  • Time: 7:30am for arrival & networking; 8:00am for discussion
  • Location: Dakota Hotel, 29 Ducie St, Manchester M1 2JL
  • Register: Complete our registration form to confirm your spot

Our Chair

Blanka Elek is the current Head of Data & AI Enablement at Reach Plc, the UK’s largest commercial news organisation. She brings extensive experience in establishing data governance functions that deliver robust yet pragmatic guidance, striking a careful balance between effective risk management and enabling business value.

In recent years, Blanka has focused her expertise on building AI Governance capabilities to help her organisation navigate the rapidly evolving landscape of AI regulation. Her efforts in unlocking the value of AI while maintaining compliance led to her and her team being shortlisted for the 2025 DataIQ Award in the category of ‘Best Data Governance with AI Initiative.’

Sign Up

Complete our registration form to secure your spot.

24/09/2025 7:30 am

Location: Dakota Hotel, 29 Ducie St, Manchester M1 2JL

1510

Presented by:

Blanka Elek

Head of Data & AI Enablement, Reach plc

Connect with Blanka

RECENT

TALKS & EVENTS

1510

The Subtle Art of MCP

Practically AI is a new Manchester meetup for professional software engineers, engineering leaders, and software-engineering-adjacent professionals (platform, SRE/DevOps, product) who want to ship AI in production.

We’ll focus on applied, production-ready workflows: AI-assisted coding (Claude Code, Copilot), AI-driven dev environments and orchestration (MCP servers, CrewAI, LangGraph, PydanticAI), automated testing and CI/CD with AI, AI-powered ops/observability, and infrastructure automation.

Expect concrete demos, reusable code, and practical patterns you can put to work the next day.

Details

  • Topic: Mastering The Subtle Art Of MCP: Fine-Grained Control Beyond API Wrappers
  • Date: Thursday 18 September
  • Time: 18:30 – 20:30
  • Location: Matillion, Stanley St, Salford M3 5GS

Talk

Led by Umbraco’s Phil Whittaker, this kick-off session looks at the Model Context Protocol (MCP) from a practical engineering perspective. Rather than stopping at “wrap an API,” we’ll explore how to design MCP servers that actually work in production – when to simplify schemas, how to shape tools and resources so models can use them effectively, and what to watch out for with context, pagination, or host quirks. These lessons come directly from building the Umbraco MCP server, now used by hundreds of developers in the Umbraco community.

By the end, you’ll have a clear sense of the common pitfalls and a set of proven design patterns you can apply to your own MCP projects. Expect real-world examples, reusable templates, and a short checklist to help you standardise how your team approaches MCP.

Agenda

18:30 – Doors, pizza & mingling
18:50 – Introductions
19:00 – Phil Whittaker: Mastering The Subtle Art Of MCP: Fine-Grained Control Beyond API Wrappers
19:45 – Q&A
19:55 – Open social & refreshments
20:30 – Close

Sign Up

RSVP via Meetup.com to secure your free place

18/09/2025 6:30 pm

Location: Matillion, Two New Bailey St, Stanley St, Salford M3 5GS

1510

Presented by:

Phil Whittaker

Staff Engineer (AI), Umbraco

Connect with Phil

RECENT

TALKS & EVENTS

1510

Rethinking Tech Strategy: Build vs Buy, Onshoring, and the Real-World Adoption of AI

What does a future-ready tech strategy really look like?

 

At our latest Tech Leaders Collective event, hosted by iO Meetups, we gathered senior technology leaders to explore some of the most pressing challenges in modern tech strategy, from the build vs buy debate to onshoring, offshoring, and the evolving role of AI in enterprise systems.

 

Featuring a powerful case study from Mike Downing, CIO at WPA Health Insurance, this summary captures:

  • Why WPA chose to build critical systems in-house, and the ROI of that bold decision
  • What’s behind their shift from offshore development to UK-based tech teams
  • How they’re embedding AI across their operations (with real examples, not just theory)
  • Why “legacy” isn’t just about systems, it’s about mindset
  • Honest insights from the room: what other tech leaders are actually thinking

A practical, unfiltered look at the real decisions shaping tech strategy today, and what it truly takes to modernise with purpose.

Location: Online

RECENT

TALKS & EVENTS

Rethinking Tech Strategy: Build vs Buy, Onshoring, and the Real-World Adoption of AI – Ellie

What does a future-ready tech strategy really look like?

At our latest Tech Leaders Collective event, hosted by iO Meetups, we gathered senior technology leaders to explore some of the most pressing challenges in modern tech strategy, from the build vs buy debate to onshoring, offshoring, and the evolving role of AI in enterprise systems.

Featuring a powerful case study from Mike Downing, CIO at WPA Health Insurance, this summary captures:

  • Why WPA chose to build critical systems in-house, and the ROI of that bold decision
  • What’s behind their shift from offshore development to UK-based tech teams
  • How they’re embedding AI across their operations (with real examples, not just theory)
  • Why “legacy” isn’t just about systems, it’s about mindset
  • Honest insights from the room: what other tech leaders are actually thinking

A practical, unfiltered look at the real decisions shaping tech strategy today, and what it truly takes to modernise with purpose.

Real-world lessons from tech leaders, for tech leaders.

Download the Insights Now

Location: Online

RECENT

TALKS & EVENTS

1510

Tech Leaders Collective – South West

Tackling Team Burnout in an
Ever-changing Tech Landscape

Sign Up Now

With rapid innovation cycles, shifting priorities, rising expectations, and the ever-present buzz of AI adoption building the pressure on already-stretched technical teams – what happens when the pace of change outstrips your team’s capacity to cope?

Join us at our latest Tech Leaders Collective – South West Meetup with Liz Cochlin, CTO at Sero Homes, for an insightful and timely talk on tackling team burnout. Drawing on her own leadership journey, Liz will explore how tech leaders can better recognise and respond to the unique pressures their teams face.

Event Details

An opportunity to network with fellow tech leaders in the South West area before a thought-provoking talk from Sero Home’s Liz Cochlin.

The event will be held under Chatham House Rule, creating a trusted environment that encourages open discussion.

The Talk

Tackling Team Burnout in an Ever-changing Tech Landscape (Liz Cochlin, CTO at Sero Homes)

The tech industry moves quickly, with new frameworks, constant learning, high-impact decisions, and now, the rise of AI. Teams face immense pressure to stay current and productive while navigating shrinking budgets and rising expectations.

Organisations demand rapid innovation, high-quality delivery, and scalable solutions – often with limited resources and tight timelines. This mismatch between expectations and capacity creates ongoing pressure, contributing to stress in the workplace and increasing the risk of burnout across technical roles.

In this talk, Liz Cochlin explores how tech leaders can better recognise and respond to the unique pressures their teams face. From unrealistic demands and constant context switching to the emotional toll of an always-on culture, Liz examines the key drivers of stress and burnout affecting developers, engineers, data teams, and beyond.

The session then shifts to practical leadership strategies. What does meaningful support look like from the top down? How can we create team cultures that reduce stress, support recovery, and enable people to thrive – not just survive?

Drawing on personal experience and practical insight, this talk is a call to action for tech leaders committed to building more human-centred organisations, where people and innovation grow together.

After the talk, there will be the opportunity to break into small groups to reflect, share experiences, and explore strategies within your own contexts. We will then come back together to share key takeaways and questions as a group.

Registration

Complete our registration form to secure your free spot.

17/09/2025 4:00 pm

Location: iO Associates, St. Bartholomew's House, Lewins Mead, BS1 2NH

1510

Presented by:

Liz Cochlin

Chief Technology Officer , Sero Homes

Connect with Liz

RECENT

TALKS & EVENTS

1510

Tech Leaders Collective – Manchester Data Leaders

Join our latest roundtable event for the Tech Leaders Collective – Manchester Data, where Hemant Patel, Founder of Anumana, will lead the discussion on how we can drive greater social mobility within the data sector.

This is an important focus for Hemant, who dedicates much of his time to the Anumana Code Academy – a not-for-profit programme to help break down barriers into technology for children with disadvantaged backgrounds.

Together, we’ll explore:

  • The current barriers to entry in data and tech for underrepresented communities
  • How businesses can partner with grassroots initiatives to create real impact
  • Practical ways to embed social mobility into hiring, outreach, and upskilling strategies
  • The role of leadership in building inclusive data teams

This session offers a valuable space to share ideas, learn from others, and help shape a more accessible data landscape.

Event Details

Our Chair

Hemant Patel is the founder of Anumana and has a passion for ensuring organisations use technology to maximise the value they can extract from their data.

He has a breadth of experience building and leading analytical teams and capabilities across Financial Services, Manufacturing, Legal and other industries.

Sign Up Now

Complete our registration form to secure your place.

09/07/2025 7:30 am

Location: Dakota Hotel, 29 Ducie St, Manchester M1 2JL

1510

Presented by:

Hemant Patel

Founder & CEO, Anumana

Connect with Hemant

RECENT

TALKS & EVENTS