Code, beer, and bold ideas.
- Vibe Coding – Salvation or Road to Hell? with Tomáš Gröpl (Tietoevry)
- MCP Everywhere with Milan Křivánek (SAP)
- Networking & refreshments included
What’s On
- 17:00 – 17:30 Registration & Refreshment
- 17:30 – 18:15 Vibe Coding – Salvation or Road to Hell? with Tomáš Gröpl, Lead Business Consultant at Tietoevry
- 18:15 – 18:30 Break & Refreshment
- 18:30 – 19:15 MCP Everywhere: Integrating Diverse APIs for Agentic Systems with Milan Křivánek, Process AI Developer at SAP
Vibe Coding – Salvation or Road to Hell? with Tomáš Gröpl, Lead Business Consultant at Tietoevry
What was the “vibe” of programmers 80 years ago when some of the first programming languages were born, and how does Vibe Coding fit into this today? Is it truly so new and revolutionary, or is it just a natural evolution? In any case, today anyone, even without knowledge of a single programming language, can create applications as if on an assembly line – as easily as writing essays with ChatGPT. The real question is: should they? If you want to find the answer to this question or learn more about how to create applications with a wave of a magic wand, we’ll see you on Meet up in Brno.
MCP Everywhere: Integrating Diverse APIs for Agentic Systems with Milan Křivánek, Process AI Developer at SAP
Imagine you want to build an agentic system and provide it with tools using existing APIs from your product suite. But each product was developed by a different team and the APIs are not consistent. One uses OpenAPI, another one is based on GraphQL, yet another uses OData.
You could either write custom adapters for each of the APIs, or you can connect them via existing MCP server integrations. FastAPI, GraphQL, and pure Python functions are a few examples of such zero/low code MCP integrations.
We’ll also discuss authentication and MCP security and expose the agentic system as a chatbot using Chainlit.