Loading…
17-18 September | Amsterdam, Netherlands
View More Details & Registration

IMPORTANT NOTE: Timing of sessions and room locations are subject to change.
Type: Agentic Engineering clear filter
arrow_back View All Dates
Thursday, September 17
 

10:10 CEST

The Modern AI Stack: Agents, MCP and Skills - Adewale Abati, Block
Thursday September 17, 2026 10:10 - 10:35 CEST
Agent harnesses. MCP. Skills. MCP Apps. If you've been watching the AI space and feeling like everyone else already understands something you don't, this talk is for you.

I've spent the last several months building with each layer of the modern AI stack, and what I kept finding was that the concepts aren't as hard as the terminology makes them sound. Nobody had just sat down and explained what each piece actually is, what problem it solves, and how they fit together. So that's this talk. Technical enough to be useful, grounded in real workflow experience, and paced so that by the end you have a clear mental model of where AI tooling actually stands today and where you fit in it.
Speakers
avatar for Adewale Abati

Adewale Abati

Staff Developer Advocate, Block
Adewale "Ace" Abati is a Web Engineer and Staff Developer Advocate currently helping to shape the future at Block. Ace is passionate about the Web, Open Source and community building, an avid gamer and shares his experience through public speaking and content across social media... Read More →
Thursday September 17, 2026 10:10 - 10:35 CEST
G102 + G103 (Level 1)

10:45 CEST

Legal Implications Under EU Law When Deploying AI Agents - Mirela Takacs, Law Office Takacs Mirela
Thursday September 17, 2026 10:45 - 11:10 CEST
This presentation highlights general rules that any engineer should keep in mind before implementing an AI agent, around one core idea: legislation should be treated as part of the system architecture. At EU level, the AI Act is the central regulation, but adjacent European legislation may also be activated based on the AI agent’s actions.
Translating legal obligations into technical requirements from the design stage makes deployment safer and more compliant. Five practical takeaways help in doing that:
1. compliance should not be seen as a one-time check, but as a continuous monitoring and evaluation process
2. it demands interdisciplinary work from the design phase, not a back-and-forth decision chain
3. the agent is a system, not a legal person, so the ones held accountable are the humans behind it
4. a clear map of what the agent does, accesses, and produces is what lets you navigate the law
5. there is no universal rule applicable: start with the AI Act, then identify the adjacent legislation activated by the agent’s specific functions
The goal is to design agents that are safe, compliant and genuinely useful, by treating law as an architectural concern, not bureaucracy.
Speakers
avatar for Mirela Takacs

Mirela Takacs

Lawyer, Law Office Takacs Mirela
I began my professional journey as an OSS Compliance Specialist, reviewing open-source components integrated into software products. Later, qualifying as a lawyer in Romania, I developed my legal analytical skills and gained experience in negotiating commercial agreements and handling... Read More →
Thursday September 17, 2026 10:45 - 11:10 CEST
G102 + G103 (Level 1)

11:20 CEST

When NOT To Use an Agent: Choosing Between Workflows, Services, and Agent Systems - Jigyasa Grover, Uber & Rishabh Misra, Atlassian
Thursday September 17, 2026 11:20 - 11:45 CEST
LLM-powered “agents” are quickly becoming the default architectural pattern for AI-enabled systems.

Need automation? Agent.
Need integration? Agent.
Need reasoning? Agent.

But agents are not an upgrade; they are a trade-off. They introduce non-determinism, larger attack surfaces, evaluation complexity, and operational unpredictability.

In this session, we’ll examine three common architectural patterns for LLM-enabled systems:
- Deterministic workflows (state machines, orchestrated pipelines)
- Service-oriented architectures with LLM augmentation
- Fully agentic orchestration with dynamic tool use

Rather than comparing features, we’ll analyze these patterns across real engineering constraints:
- Failure isolation and blast radius
- Latency and cost predictability
- Observability and debugging complexity
- Security boundaries and permission scoping
- Evaluation and regression testing strategy
- Operational burden over time

This talk offers a practical decision framework grounded in system design principles. You’ll leave with a mental model and checklist to evaluate whether an agent is justified, or whether a simpler architecture will deliver more predictable, resilient outcomes.
Speakers
avatar for Jigyasa Grover

Jigyasa Grover

ML Tech Lead @ Uber • Google Developer Advisory Board Member • LinkedIn [in]structor • Book Author • Startup Advisor • 12 time AI + Open Source Award Winner • Featured @ Forbes, UN, Google I/O, and more!, Uber
Jigyasa Grover is a 12-time award-winning AI leader and author of Sculpting Data for ML. She drives personalization at Uber, with prior ML leadership at Twitter/X and Meta. A Google I/O speaker and Google Developer Advisory Board member, she works at the intersection of large-scale... Read More →
avatar for Rishabh Misra

Rishabh Misra

Principal ML Engineer, Atlassian
I am a Principal ML Engineer & Researcher with over 10 years of experience in the AI and ML space. I am currently driving LLM pretraining, postraining, and personalization efforts at Atlassian, and have previously led Deep Learning & GenAI-powered user personalization at late-stage... Read More →
Thursday September 17, 2026 11:20 - 11:45 CEST
Auditorium (Ground Level)

11:55 CEST

The Other 90%: Agentic AI for the Legacy Codebases Nobody Wants To Touch - Ayush Bhardwaj, Siemens
Thursday September 17, 2026 11:55 - 12:20 CEST
The AI coding conversation has been almost entirely about greenfield: new features, fresh repos, throwaway scripts. Meanwhile the codebases that quietly run hospitals, factories, and banks are maintained by skeleton crews drowning in tribal knowledge, dead build systems, and 20-year-old decisions. Single-LLM code assistants do not survive contact with them.
Agentic systems can, but only with very different workflow patterns than the ones usually demoed. This session is a field report from modernizing a long-lived industrial codebase: what worked, what catastrophically did not, and the patterns that emerged.
We cover the shift from "LLM completes my code" to "agents reason about my codebase": the two-loop research and execute split, vertical slicing, measurement-first execution, structured unknowns, and rollback discipline. We name the failure modes that wreck naive setups on legacy code, including context overflow, hallucinated APIs, false-positive fixes, and agentic drift, and the practices that prevent them.
It closes with where agents still lose, what OSS tooling is missing, and how the community can treat legacy maintenance as a first-class agentic AI problem.
Speakers
avatar for Ayush Bhardwaj

Ayush Bhardwaj

Senior Software Engineer - Agentic AI, Siemens
Senior Software Engineer specializing in Agentic AI, leading development of enterprise-grade multi-agent systems at Siemens. Holds 3 AI patents, published NLP research, and collaborated with Meta's research team on AudioSeal. Pursuing research around information-theoretic frameworks... Read More →
Thursday September 17, 2026 11:55 - 12:20 CEST
Auditorium (Ground Level)

16:20 CEST

90 Days To Agentic Engineering - Thomas Schöne, Project Lions Development GmbH
Thursday September 17, 2026 16:20 - 16:45 CEST
Most software companies are experimenting with AI, yet many struggle to move beyond isolated chat interactions and proof-of-concepts.

This session presents a practical case study of how a traditional software development organization with little prior AI experience adopted agentic engineering practices within 90 days. Guided by an engineer with hands-on experience in AI agents, MCP, RAG systems, and AI-native development workflows, the organization moved from sporadic experimentation to productive use of agentic systems in everyday engineering work.

Attendees will learn how high-value use cases were identified, how MCP-based tools, agent skills, and RAG-powered knowledge systems were introduced, and how trust in agent-driven workflows was established across development teams.

Not every experiment succeeded. Some assumptions proved wrong, some tools disappointed, and several approaches had to be reworked. This session shares the lessons learned, the mistakes made, and the strategies that ultimately accelerated adoption.

The result was a measurable shift from AI curiosity to AI-enabled engineering, establishing the foundations for long-term AI-native development.
Speakers
avatar for Thomas Schöne

Thomas Schöne

Lead AI Architect, Project Lions Development GmbH
Thomas Schöne is a software engineer with more than 15 years of experience in web development, software architecture, and digital transformation. He specializes in AI agents, MCP, RAG systems, and AI-native engineering workflows. Thomas regularly speaks at developer conferences and... Read More →
Thursday September 17, 2026 16:20 - 16:45 CEST
Auditorium (Ground Level)

16:55 CEST

We Built an Agent, We Shipped a Compiler. Here's Why. - Joel Verezhak, Grafana Labs
Thursday September 17, 2026 16:55 - 17:20 CEST
We promised our CX team an agent that would write customer success plans. Six months and four architectures later, we shipped a compiler that calls LLMs in four places.

Each architecture was the right fix for the previous one's failure. The single skill could not enforce quality. The subagents drifted across stages. The scripted prompts hit determinism walls. Only when we accepted that "agentic" was the wrong frame did the output become reviewable, replay-able, and trustworthy enough to ship to real customers.

The talk is a tour of the architectural moments where we learned what LLM-driven systems can and cannot own. Specific failures: a real customer plan shipped with the wrong rows, a quality firewall the LLM kept violating until we made it structural, and "temperature=0" arriving as a footnote rather than a solution.

You leave with three things. A maturity curve from skill to engine. A working distinction between pipeline work and agent work. And a vocabulary for the conversation with stakeholders who keep asking when the agent will be ready, when what they actually want is a compiler with an agentic UI.
Speakers
avatar for Joel Verezhak

Joel Verezhak

Observability Architect, Grafana Labs
As an observability architect, my job is to make sure that telemetry data keeps flowing, whatever happens!
Thursday September 17, 2026 16:55 - 17:20 CEST
G104 + G105 (Level 1)

17:30 CEST

The Unix Philosophy for AI Agents: Filesystems as the Context Primitive - Cannis Chan & Daniel Temesgen, Bloomberg
Thursday September 17, 2026 17:30 - 17:55 CEST
Every agent framework reinvents context management differently: scratchpads, artifacts, or memory stores. This creates distinct storage problems (system config, user memory, thread scratch, task state, shared workspaces, external data, and inter-agent messaging) collapsed under "agent context", with no shared vocabulary and a lack of interoperability.

In an attempt to close this gap for the industry at large, we present a production architecture that models agent context as scoped virtual filesystems. Agents interact through standard filesystem tool calls (read, write, and list), while the agentic AI platform enforces scope, lifecycle, and access control per mount.

The talk covers three layers. First, scoped state: how four filesystem scopes (system, user, thread, and task) compose across collaborating agents, using file modes and mount isolation to prevent cross-scope leakage. Second, external data as mountpoints: turning retrieval into navigable directory trees with ls/cd/cat semantics instead of opaque vector search. Third, protocol implications: how this maps to the MCP spec today and the case for filesystem operations as a first-class agent interoperability primitive.
Speakers
avatar for Cannis Chan

Cannis Chan

Technical Product Manager, Bloomberg
Cannis Chan is a Technical Product Manager in the Office of the CTO at Bloomberg, building infrastructure platforms for AI products. With 10 years in B2B and Enterprise (AutogenAI, Deutsche Bank, Ondat/Akamai), she specializes in navigating complex products through pre- and post-product... Read More →
avatar for Daniel Temesgen

Daniel Temesgen

Senior Software Engineer, Bloomberg
Daniel Temesgen is a senior software engineer in the AI Foundational Platforms Engineering team at Bloomberg in London. His work involves the development of Kubernetes controllers targeting access enforcement, agentic sandboxes, and change management. He previously worked at Expedia... Read More →
Thursday September 17, 2026 17:30 - 17:55 CEST
G104 + G105 (Level 1)
 
Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date -