SlideShare a Scribd company logo
Exploring AI Agents in
Process Industries
Simple Use Cases and Practical
Insights
Andre Moreira, July 2025
Agenda
2
● About lyfX.ai
● The Opportunity
● Agentic AI in Process Industries
○ Emerging Use Cases
○ Frameworks: From Prototype to Production
● Examples From Our Project Portfolio
● Lessons Learned and Conclusions
3
● Founded in January 2024
● Data and AI for producing industries
(chemicals, agriculture, engineering, etc.)
● Working with leading multinationals, SMEs,
Startups
Dr. Andre Moreira
● PhD in Theoretical Physics
● Executive experience in Chemicals BASF
and AgTech Novihum)
● International expertise having worked in
Germany, USA, Asia
● Technical development + Data & AI
integration strategies into businesses
Prof. Peter Lenz
● PhD in Theoretical Physics
● Expert in modeling complex biological
and physical systems
● Professional background in Germany Max
Planck), USA Harvard, Stanford), France
Institut Curie)
● Advanced AI/ML and big data analytics
Certifications:
Process Industries: The Opportunity
4
Thereof:
DE
Thereof: EU
Chemicals 2023
global sales
5,195 bn EUR
655 bn EUR
225 bn EUR
Figures from: CEFIC, GTAI, CESifo
Status of AI in manufacturing 2024
Some adoption barriers
● Concerns about IP
● Inertia / lack of urgency
● Regulation / uncertainty about liability
Example: Chemical Industry
Agentic AI: Emerging Use Cases
5
Some AI examples (not always agentic)
● Marketing
○ Monitor customers and competitors
● HR
○ Candidate selection
● Manufacturing
○ Process monitoring and optimization
○ Planning “co-pilotsˮ
● Logistics
○ Route optimization
AI agents are software systems that
can go off and accomplish tasks on
their own, with minimal supervision
“Routine & intelligenceˮ processes:
mostly routine, but not mindless
This can be a browser, a
robotic arm, a factory
control room, etc!
Frameworks - A Personal Journey
6
Frameworks handle state
management, error recovery, and
flow orchestration of multi agent
systems
● BYO (“Build Your Ownˮ)
○ Must pay attention to API call management
(e.g. timeouts); pydantic very useful
○ Pain to maintain, or extend beyond the
favorite models, etc.
● Swarms / OpenAI Agents SDK: good starting point
● Hugging Face smolagents: better starting point
(course)
● LangGraph: great, despite its relatively steep
learning curve (course)
○ LangSmith is very useful to trace agentsʼ
steps, number of tokens, latency, etc.
Use Cases
7
Selected Examples From Our
Project Portfolio
Carbon Emissions Estimator
8
Tech stack:
● python, LangGraph, Django
(backend + frontend), Open AI
API
● Claude in pair programming
🤖 = LLM (with or w/o tools)
“Calculate the CO2
emissions of sulfuryl
fluoride”
https://agents.lyfx.ai/agent/cccalc/
Carbon Emissions Estimator
9
Graph
Calculator agent
(ReAct)
Triage
(coordinator)
● States are TypedDict LangGraph optimized
for it)
● Structured responses are BaseModel
(pydantic; true to its name)
https://github.com/andremoreira73/lyfx_agents_public
(see langgraph_agents / cccalc folder)
10
AI workflow for a systematic,
steady stream of interim
management postings
Workflow
● Scrape web pages
● Analyze: is this a list of jobs or
a specific job posting?
● Decide:
○ Job lists go to a list of
pages to be followed up
(scraped)
○ A job posting goes to a
DB if relevant to our goal
● “Rinse and repeatˮ
Interim Jobs Scanner
Interim Jobs Scanner
11
Single-tool (scraper) ReAct
agent
ReAct
☝is it “Lazyˮ to employ
a single-tool ReAct
agent?
Interim Jobs Scanner
12
👍Not lazy at all…
Using a ReAct agent
makes it very easy to
have dozens of
instances running in
parallel (map-reduce
pattern)
Interim Jobs Scanner
13
Graph node
Agent with structured response
● LangGraphʼs Send function for parallelization
● Control over what the agent sees
○ OverallState vs. PageState
https://github.com/andremoreira73/lyfx_agents_public
(see IM_Scanner folder)
Interim Jobs Scanner - Metrics
14
Comparison (two runs) Version 2.0 with LangGraph
Version 1.0 “vibe codedˮ
with Claude Sonnet 3.7
Run date 18 June 2025 24 May 2025
Total run time 793 s 13 min) 2082 s 35 min)
Target sites 25 25
Visited sites 25 10 (selected randomly)
Visited pages 77 3 passes) 17 2 passes)
Relevant postings found 44 9
Total tokens (input & output) 8,656,980 3,026,782
Model(s) used o3-mini gpt-4o-mini, o3-mini
Run time / pages visited 10.3 s 122.5 s
Effective tokens / second 10,917 1,454
Costs as of 18.06.2025  $10.26
○ Input tokens: 8,424,501  $9.24
○ Output tokens: 232,479  $1.02
1.0 🠊 2.0 11.9 x faster
1.0 🠊 2.0 7.7 x
Version 2.0: https://github.com/andremoreira73/lyfx_agents_public see IM_Scanner folder
Version 1.0: https://github.com/andremoreira73/curious_surfer_public
Other Routine & Intelligence
15
Transform process flow
diagrams into accurate
descriptions
Research participants in a
conference/trade show and
prepare a targeted list +
email
Lessons Learned, Conclusions
16
Market
● Start with a concrete project or highly
specific use case, even if not really “super
sexyˮ or “the next unicornˮ
○ Importantly: using AI agents actually
helps the workflow
● Producing industries are in the very early
stage of adoption
○ Open to conversations, but still
reluctant to take it seriously; this will
change over time
Technical
● Use an existing framework to orchestrate
workflows
○ After the learning curve, it saves time
and simplifies scaling and
maintenance
○ It is a fast-moving ecosystem, staying
up to date is essential
● Prompting remains central to development
○ Tools like playgrounds or Jupyter
Notebooks help iterate quickly before
setting the agents “free in the wildˮ
● Add “human checkpointsˮ to boost reliability
and build trust in the outputs
● Traceability is a must (e.g. via LangSmith)
17
a.moreira@lyfx.ai
www.lyfx.ai

More Related Content

PDF
Devoxx Morocco 2024 - The Future Beyond LLMs: Exploring Agentic AI
Raphaël Semeteys
 
PDF
architecting-ai-in-the-enterprise-apis-and-applications.pdf
WSO2
 
PDF
LLM-based Multi-Agent Systems to Replace Traditional Software
Ivo Andreev
 
PDF
lanamalic-aiagents-250212223710-84219c4c-250408115702-2f9e4f0e.pdf
blouch58kp
 
PDF
IObit Driver Booster Pro 12.3.0.557 Free
alihamzakpa038
 
PPTX
AgenticAI Architecture In Feature 2025.pptx
vivitivi68
 
PDF
Vivaldi Web Browser 7.3.3635.7 Free Download
mohsinrazakpa68
 
PDF
Markdown Monster 3.6.9 Free key Download
mohsinrazakpa68
 
Devoxx Morocco 2024 - The Future Beyond LLMs: Exploring Agentic AI
Raphaël Semeteys
 
architecting-ai-in-the-enterprise-apis-and-applications.pdf
WSO2
 
LLM-based Multi-Agent Systems to Replace Traditional Software
Ivo Andreev
 
lanamalic-aiagents-250212223710-84219c4c-250408115702-2f9e4f0e.pdf
blouch58kp
 
IObit Driver Booster Pro 12.3.0.557 Free
alihamzakpa038
 
AgenticAI Architecture In Feature 2025.pptx
vivitivi68
 
Vivaldi Web Browser 7.3.3635.7 Free Download
mohsinrazakpa68
 
Markdown Monster 3.6.9 Free key Download
mohsinrazakpa68
 

Similar to Exploring AI Agents in Process Industries (20)

PDF
Adobe XD 50.0.12 for MacOS Crack   Free
blouch52kp
 
PDF
Adobe XD 50.0.12 for MacOS Crack  Free Download
muhammadabdullahabdu10
 
PPTX
[DSC Europe 24] Lana Malic - AI Agents: The Future of Autonomous Decision-Mak...
DataScienceConferenc1
 
PDF
TunesKit Video Cutter 3.0.0.54 Download
mohsinrazakpa84
 
PDF
Wondershare Dr.Fone toolkit for free crack
mohsinrazakpa85
 
PDF
Serving Deep Learning Models At Scale With RedisAI: Luca Antiga
Redis Labs
 
PDF
Learn how to build your own open-source AI software for construction calculat...
CalcForge
 
PPTX
03_aiops-1.pptx
FarazulHoda2
 
PDF
AI Agent Frameworks in 2025: Key Concepts, Benefits & Costs Explained
lucianawatson85
 
PDF
Machine learning from software developers point of view
Pierre Paci
 
PPTX
Open, Secure & Transparent AI Pipelines
Nick Pentreath
 
PDF
SFScon19 - Davide Boschetto - Constraints of model deployment and production ...
South Tyrol Free Software Conference
 
PPTX
AI Agents, such as Autogen at Tide Sprint
Nathan Bijnens
 
PPTX
AI Agents and their implications for Enterprise AI Use-cases
Debmalya Biswas
 
PDF
Large Language Models, Data & APIs - Integrating Generative AI Power into you...
NETUserGroupBern
 
PDF
Agentic AI Use Cases using GenAI LLM models
Manish Chopra
 
PPTX
apidays Munich 2025 - Agentic AI: A Friend or Foe?, Merja Kajava (Aavista Oy)
apidays
 
PDF
Multi-Agent Era will Define the Future of Software
Ivo Andreev
 
PDF
Generative AI on Enterprise Cloud with NiFi and Milvus
Timothy Spann
 
PDF
Metaflow: The ML Infrastructure at Netflix
Bill Liu
 
Adobe XD 50.0.12 for MacOS Crack   Free
blouch52kp
 
Adobe XD 50.0.12 for MacOS Crack  Free Download
muhammadabdullahabdu10
 
[DSC Europe 24] Lana Malic - AI Agents: The Future of Autonomous Decision-Mak...
DataScienceConferenc1
 
TunesKit Video Cutter 3.0.0.54 Download
mohsinrazakpa84
 
Wondershare Dr.Fone toolkit for free crack
mohsinrazakpa85
 
Serving Deep Learning Models At Scale With RedisAI: Luca Antiga
Redis Labs
 
Learn how to build your own open-source AI software for construction calculat...
CalcForge
 
03_aiops-1.pptx
FarazulHoda2
 
AI Agent Frameworks in 2025: Key Concepts, Benefits & Costs Explained
lucianawatson85
 
Machine learning from software developers point of view
Pierre Paci
 
Open, Secure & Transparent AI Pipelines
Nick Pentreath
 
SFScon19 - Davide Boschetto - Constraints of model deployment and production ...
South Tyrol Free Software Conference
 
AI Agents, such as Autogen at Tide Sprint
Nathan Bijnens
 
AI Agents and their implications for Enterprise AI Use-cases
Debmalya Biswas
 
Large Language Models, Data & APIs - Integrating Generative AI Power into you...
NETUserGroupBern
 
Agentic AI Use Cases using GenAI LLM models
Manish Chopra
 
apidays Munich 2025 - Agentic AI: A Friend or Foe?, Merja Kajava (Aavista Oy)
apidays
 
Multi-Agent Era will Define the Future of Software
Ivo Andreev
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Timothy Spann
 
Metaflow: The ML Infrastructure at Netflix
Bill Liu
 
Ad

Recently uploaded (20)

PPTX
Role Of Python In Programing Language.pptx
jaykoshti048
 
PDF
49785682629390197565_LRN3014_Migrating_the_Beast.pdf
Abilash868456
 
PPTX
Maximizing Revenue with Marketo Measure: A Deep Dive into Multi-Touch Attribu...
bbedford2
 
PDF
Appium Automation Testing Tutorial PDF: Learn Mobile Testing in 7 Days
jamescantor38
 
PDF
Bandai Playdia The Book - David Glotz
BluePanther6
 
DOCX
Can You Build Dashboards Using Open Source Visualization Tool.docx
Varsha Nayak
 
PPTX
Presentation about variables and constant.pptx
safalsingh810
 
PDF
Download iTop VPN Free 6.1.0.5882 Crack Full Activated Pre Latest 2025
imang66g
 
PDF
Jenkins: An open-source automation server powering CI/CD Automation
SaikatBasu37
 
PDF
vAdobe Premiere Pro 2025 (v25.2.3.004) Crack Pre-Activated Latest
imang66g
 
PDF
Teaching Reproducibility and Embracing Variability: From Floating-Point Exper...
University of Rennes, INSA Rennes, Inria/IRISA, CNRS
 
PPTX
Contractor Management Platform and Software Solution for Compliance
SHEQ Network Limited
 
PPTX
Presentation about variables and constant.pptx
kr2589474
 
PPTX
Odoo Integration Services by Candidroot Solutions
CandidRoot Solutions Private Limited
 
PDF
Balancing Resource Capacity and Workloads with OnePlan – Avoid Overloading Te...
OnePlan Solutions
 
PDF
Key Features to Look for in Arizona App Development Services
Net-Craft.com
 
PPTX
Presentation about Database and Database Administrator
abhishekchauhan86963
 
PPTX
GALILEO CRS SYSTEM | GALILEO TRAVEL SOFTWARE
philipnathen82
 
PDF
What to consider before purchasing Microsoft 365 Business Premium_PDF.pdf
Q-Advise
 
PDF
Applitools Platform Pulse: What's New and What's Coming - July 2025
Applitools
 
Role Of Python In Programing Language.pptx
jaykoshti048
 
49785682629390197565_LRN3014_Migrating_the_Beast.pdf
Abilash868456
 
Maximizing Revenue with Marketo Measure: A Deep Dive into Multi-Touch Attribu...
bbedford2
 
Appium Automation Testing Tutorial PDF: Learn Mobile Testing in 7 Days
jamescantor38
 
Bandai Playdia The Book - David Glotz
BluePanther6
 
Can You Build Dashboards Using Open Source Visualization Tool.docx
Varsha Nayak
 
Presentation about variables and constant.pptx
safalsingh810
 
Download iTop VPN Free 6.1.0.5882 Crack Full Activated Pre Latest 2025
imang66g
 
Jenkins: An open-source automation server powering CI/CD Automation
SaikatBasu37
 
vAdobe Premiere Pro 2025 (v25.2.3.004) Crack Pre-Activated Latest
imang66g
 
Teaching Reproducibility and Embracing Variability: From Floating-Point Exper...
University of Rennes, INSA Rennes, Inria/IRISA, CNRS
 
Contractor Management Platform and Software Solution for Compliance
SHEQ Network Limited
 
Presentation about variables and constant.pptx
kr2589474
 
Odoo Integration Services by Candidroot Solutions
CandidRoot Solutions Private Limited
 
Balancing Resource Capacity and Workloads with OnePlan – Avoid Overloading Te...
OnePlan Solutions
 
Key Features to Look for in Arizona App Development Services
Net-Craft.com
 
Presentation about Database and Database Administrator
abhishekchauhan86963
 
GALILEO CRS SYSTEM | GALILEO TRAVEL SOFTWARE
philipnathen82
 
What to consider before purchasing Microsoft 365 Business Premium_PDF.pdf
Q-Advise
 
Applitools Platform Pulse: What's New and What's Coming - July 2025
Applitools
 
Ad

Exploring AI Agents in Process Industries

  • 1. Exploring AI Agents in Process Industries Simple Use Cases and Practical Insights Andre Moreira, July 2025
  • 2. Agenda 2 ● About lyfX.ai ● The Opportunity ● Agentic AI in Process Industries ○ Emerging Use Cases ○ Frameworks: From Prototype to Production ● Examples From Our Project Portfolio ● Lessons Learned and Conclusions
  • 3. 3 ● Founded in January 2024 ● Data and AI for producing industries (chemicals, agriculture, engineering, etc.) ● Working with leading multinationals, SMEs, Startups Dr. Andre Moreira ● PhD in Theoretical Physics ● Executive experience in Chemicals BASF and AgTech Novihum) ● International expertise having worked in Germany, USA, Asia ● Technical development + Data & AI integration strategies into businesses Prof. Peter Lenz ● PhD in Theoretical Physics ● Expert in modeling complex biological and physical systems ● Professional background in Germany Max Planck), USA Harvard, Stanford), France Institut Curie) ● Advanced AI/ML and big data analytics Certifications:
  • 4. Process Industries: The Opportunity 4 Thereof: DE Thereof: EU Chemicals 2023 global sales 5,195 bn EUR 655 bn EUR 225 bn EUR Figures from: CEFIC, GTAI, CESifo Status of AI in manufacturing 2024 Some adoption barriers ● Concerns about IP ● Inertia / lack of urgency ● Regulation / uncertainty about liability Example: Chemical Industry
  • 5. Agentic AI: Emerging Use Cases 5 Some AI examples (not always agentic) ● Marketing ○ Monitor customers and competitors ● HR ○ Candidate selection ● Manufacturing ○ Process monitoring and optimization ○ Planning “co-pilotsˮ ● Logistics ○ Route optimization AI agents are software systems that can go off and accomplish tasks on their own, with minimal supervision “Routine & intelligenceˮ processes: mostly routine, but not mindless This can be a browser, a robotic arm, a factory control room, etc!
  • 6. Frameworks - A Personal Journey 6 Frameworks handle state management, error recovery, and flow orchestration of multi agent systems ● BYO (“Build Your Ownˮ) ○ Must pay attention to API call management (e.g. timeouts); pydantic very useful ○ Pain to maintain, or extend beyond the favorite models, etc. ● Swarms / OpenAI Agents SDK: good starting point ● Hugging Face smolagents: better starting point (course) ● LangGraph: great, despite its relatively steep learning curve (course) ○ LangSmith is very useful to trace agentsʼ steps, number of tokens, latency, etc.
  • 7. Use Cases 7 Selected Examples From Our Project Portfolio
  • 8. Carbon Emissions Estimator 8 Tech stack: ● python, LangGraph, Django (backend + frontend), Open AI API ● Claude in pair programming 🤖 = LLM (with or w/o tools) “Calculate the CO2 emissions of sulfuryl fluoride” https://agents.lyfx.ai/agent/cccalc/
  • 9. Carbon Emissions Estimator 9 Graph Calculator agent (ReAct) Triage (coordinator) ● States are TypedDict LangGraph optimized for it) ● Structured responses are BaseModel (pydantic; true to its name) https://github.com/andremoreira73/lyfx_agents_public (see langgraph_agents / cccalc folder)
  • 10. 10 AI workflow for a systematic, steady stream of interim management postings Workflow ● Scrape web pages ● Analyze: is this a list of jobs or a specific job posting? ● Decide: ○ Job lists go to a list of pages to be followed up (scraped) ○ A job posting goes to a DB if relevant to our goal ● “Rinse and repeatˮ Interim Jobs Scanner
  • 11. Interim Jobs Scanner 11 Single-tool (scraper) ReAct agent ReAct ☝is it “Lazyˮ to employ a single-tool ReAct agent?
  • 12. Interim Jobs Scanner 12 👍Not lazy at all… Using a ReAct agent makes it very easy to have dozens of instances running in parallel (map-reduce pattern)
  • 13. Interim Jobs Scanner 13 Graph node Agent with structured response ● LangGraphʼs Send function for parallelization ● Control over what the agent sees ○ OverallState vs. PageState https://github.com/andremoreira73/lyfx_agents_public (see IM_Scanner folder)
  • 14. Interim Jobs Scanner - Metrics 14 Comparison (two runs) Version 2.0 with LangGraph Version 1.0 “vibe codedˮ with Claude Sonnet 3.7 Run date 18 June 2025 24 May 2025 Total run time 793 s 13 min) 2082 s 35 min) Target sites 25 25 Visited sites 25 10 (selected randomly) Visited pages 77 3 passes) 17 2 passes) Relevant postings found 44 9 Total tokens (input & output) 8,656,980 3,026,782 Model(s) used o3-mini gpt-4o-mini, o3-mini Run time / pages visited 10.3 s 122.5 s Effective tokens / second 10,917 1,454 Costs as of 18.06.2025  $10.26 ○ Input tokens: 8,424,501  $9.24 ○ Output tokens: 232,479  $1.02 1.0 🠊 2.0 11.9 x faster 1.0 🠊 2.0 7.7 x Version 2.0: https://github.com/andremoreira73/lyfx_agents_public see IM_Scanner folder Version 1.0: https://github.com/andremoreira73/curious_surfer_public
  • 15. Other Routine & Intelligence 15 Transform process flow diagrams into accurate descriptions Research participants in a conference/trade show and prepare a targeted list + email
  • 16. Lessons Learned, Conclusions 16 Market ● Start with a concrete project or highly specific use case, even if not really “super sexyˮ or “the next unicornˮ ○ Importantly: using AI agents actually helps the workflow ● Producing industries are in the very early stage of adoption ○ Open to conversations, but still reluctant to take it seriously; this will change over time Technical ● Use an existing framework to orchestrate workflows ○ After the learning curve, it saves time and simplifies scaling and maintenance ○ It is a fast-moving ecosystem, staying up to date is essential ● Prompting remains central to development ○ Tools like playgrounds or Jupyter Notebooks help iterate quickly before setting the agents “free in the wildˮ ● Add “human checkpointsˮ to boost reliability and build trust in the outputs ● Traceability is a must (e.g. via LangSmith)