Skip to content

Commit 3940f0b

Browse files
Update _posts/2025-05-08-agentic-ai-with-quarkus-p3.adoc
Co-authored-by: Clement Escoffier <[email protected]>
1 parent 1049056 commit 3940f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-05-08-agentic-ai-with-quarkus-p3.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The https://quarkus.io/blog/agentic-ai-with-quarkus/[first part] of this blog po
1212

1313
The purpose of this third article is clarifying the differences between these two approaches, discussing their pros and cons and demonstrating with a practical example how to migrate an AI-infused service using a workflow pattern to a pure agentic implementation.
1414

15-
In essence the most relevant difference between the two is that workflow patterns are programmatically orchestrated through predefined code paths, while agents autonomously decide their own processes and tool usage, maintaining control over how they execute tasks, making them more flexible and adaptable to various scenarios, but also in some cases less predictable and more prone to hallucinations.
15+
In essence, the most relevant difference between the two is that workflow patterns are programmatically orchestrated through handcrafted code paths, while agents autonomously decide their own processes and tool usage, maintaining control over how they execute tasks. This makes them more flexible and adaptable to various scenarios, but it also makes them less predictable and, in some cases, more prone to hallucinations.
1616

1717
[.text-center]
1818
.AI Workflow Vs. Pure Agentic AI

0 commit comments

Comments
 (0)