Agentic Engineering & ToolingAgentic Engineering & Tooling
Deep Dive180min
INTERMEDIATE

From AI to Agent: A Field Guide to Agentic Patterns in LangChain4j

This talk shows how to evolve a Java AI app from simple LLM calls into controllable agentic systems. It covers sequential, loop, parallel, and conditional workflows, shared state, supervisors, planners, human checkpoints, and observability—helping you decide when to use workflows versus autonomous agents.

talk.summaryAiDisclaimer

Loïc Magnette
Loïc MagnetteOniryx

talkDetail.whenAndWhere

Monday, October 5, 09:30-12:30
TBA 4
talks.roomOccupancytalks.noOccupancyInfo
talks.description
You have already built AI features into your Java application. The model is wrapped in a service, RAG feeds it context, tools are wired, calls are flowing. It works. Then requirements evolve. A single prompt-and-response is no longer enough. You need steps that follow each other, branches based on decisions, retries when things fail, sometimes several actions at once. The question shifts from "how do I call an LLM?" to "how do I keep it under control?".

That is where agentic systems come in. In three hours we start with a single @Agent doing one job and grow it live into a multi-agent system that can analyze, plan, act, and report back. Each step starts naive. We run it, feel the cracks, then reach for the pattern that holds: sequential, loop, parallel, and conditional workflows. AgenticScope and typed keys keep shared state honest. Goal-oriented agents, an LLM-driven supervisor, and a custom Planner take over when a fixed pipeline stops being enough. We add non-AI agents for deterministic work, human-in-the-loop checkpoints before external actions, and observability with the AgentMonitor, because an agent you cannot see is an agent you cannot debug.

You will leave able to look at a problem and tell whether it wants a plain workflow or a real agent, and how much autonomy to hand over before you lose the thread. The goal is not smarter prompts. It is agentic systems easier to reason about and evolve, because the pattern you do not adopt is the one you do not have to debug.
observability
agentic
supervisor
workflow
talks.speakers
Loïc Magnette

Loïc Magnette

Oniryx

Belgium

Loïc Magnette is a seasoned software developer with a strong background in consulting. Currently a senior developer at Oniryx, he specializes in Java and Angular, delivering innovative solutions and sharing his knowledge as a speaker. As a co-organizer of the Belgian Java User Group (BeJUG), he fosters connections within the developer community. Outside of tech, Loïc’s passion for wildlife inspires his work and creativity.