Register for the Zoom

Build better physical AI models.

  • Annotate samples
  • Curate datasets
  • Evaluate models
View All Events
Virtual
Americas
Meetups

MCP/Agents/Skills Meetup - October 8, 2026

Oct 08, 2026
9:00 AM - 11:00 AM PST
Online. Register for the Zoom!
Speakers
About this event
Join our virtual meetup to hear talks from experts on cutting-edge topics across AI, ML, and computer vision.
Schedule
Designing Multi‑Agent Systems: Sequential, Parallel, and Beyond with ADK
Multi‑agent systems are powerful but choosing the wrong interaction pattern can quickly lead to fragile, slow, or expensive AI systems.
In this talk, we explore the core multi‑agent design patterns enabled by ADK, including sequential, parallel, and more advanced coordination models. Rather than focusing on tools alone, we’ll look at how to think architecturally about agent collaboration.
You’ll learn:

- When sequential agents are the right choice and when they become a bottleneck
- How parallel agents improve speed and coverage (and the trade‑offs they introduce)
- Common failure modes in poorly designed agent interactions
- Practical criteria for choosing the right pattern based on task, latency, and reliability
By the end of the session, you’ll have a clear mental model for designing multi‑agent systems that are intentional, scalable, and production‑ready.
Agentic engineering is about good guidance.
Garbage Inn. Is garbage out? This is true. For many input and output processes. In biological life and in computer systems, and equally true when working with LLM’s. The better the prompt, the better the context, the better the focus, And the better the contextual awareness, the better the quality of the output the LLM’s generates.
This is the governance, art and practice of what we like to call agentic engineering, something I've been practicing over the last year.
Privacy by Deployment: Architecting Agent-Driven Localization Workflows for Regulated Environments
Most enterprise AI today is private by promise - a DPA, a SOC 2 report, or a contract clause that says, "we won't train on your data". For a regulated buyer, these are remedies after a breach, not controls that prevent or contain one. For organizations in healthcare, finance, defense, and government, privacy often requires stronger guarantees: data residency, customer-controlled execution, and, in some cases, operation within air-gapped environments.
This session demonstrates how agentic AI can automate a localization workflow while operating within these constraints. Using a real-world localization pipeline as an example, we will show how agentic systems can coordinate translation, review, quality assurance, and content preparation tasks while incorporating human checkpoints for approval and oversight.
We will also walk through the architectural patterns that enable these workflows to run inside customer-controlled and air-gapped environments without transferring sensitive content outside the customer boundary. The session includes a live product demonstration.
Key Takeaways

- Architectural patterns for deploying agentic AI in air-gapped and customer-controlled environments
- How agentic systems can automate localization workflows while preserving critical human review and approval processes
- Practical considerations for operating agentic workflows in regulated environments with auditability and governance requirements
MCP Is the Interface; Skills Are the Operating Discipline
This talk shows how MCP and Agent Skills work together in practical agent systems. MCP gives agents a standard interface to tools, data, and workflows; skills encode the operating discipline that makes those connections reliable. Using a sanitized field-operations ledger as the case study, the talk walks through source intake, normalized state, uncertainty labels, role prompts, QA gates, and share-safe status drafting.