forked from workflowscommunity/workflowscommunity.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2025_04_16.html
More file actions
25 lines (24 loc) · 1.1 KB
/
2025_04_16.html
File metadata and controls
25 lines (24 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
layout: talk
title: Steering Workflows with Artificial Intelligence
authors: Logan Ward (Argonne National Lab)
event_date: April 16, 2025
times: 11am-11.30 PST / 2pm-2.30 EST / 20:00-20:30 CEST
talk_number: 1
speakers: [logan_ward]
given: true
presentation: /files/talks/colmena-wci_v0.pdf
video: https://www.youtube.com/embed/WePC4aXYmes?si=dcr6PqsM1qmgv6Jh
---
Computational workflows routinely execute tasks faster than a
human scientist can understand and act on their outcomes, which
means decisions about what tasks to run become outdated quickly.
Artificial Intelligence (AI) algorithms have emerged as a route to
adjust a workflow during operation, potentially increasing its
effectiveness by learning which tasks may prove most informative.
In this talk, we will discuss application patterns that integrate
AI into scientific workflows and introduce software which simplify
building such “AI steered applications.” The topics will include
dissecting a materials design application built around a Generative
AI model and middleware necessary to scale data-intensive AI workflows
past thousands of GPU nodes.