Skip to content

Commit 9c33e06

Browse files
Update _posts/2025-11-12-agentic-ai-patterns.adoc
Co-authored-by: Clement Escoffier <[email protected]>
1 parent b3753d8 commit 9c33e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-11-12-agentic-ai-patterns.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ UntypedAgent horoscopeAgent = AgenticServices.plannerBuilder()
173173
.build();
174174
----
175175

176-
== Conclusions
176+
== Conclusion
177177

178178
An agentic system made of multiple small but specialized agents can often outperform a single AI services based on a huge LLM at a fraction of the cost. The use of many interoperating agents poses the challenge of coordinating them effectively to achieve complex tasks. Different agentic patterns offer various trade-offs between reliability and flexibility, and no single pattern is suitable for all scenarios. Therefore, a customizable architecture that allows users to define and combine different agentic patterns is essential.
179179

0 commit comments

Comments
 (0)