Tagged articles

parallelization

5 articles · Page 1 of 1
Tech Ocean
Tech Ocean
Jun 10, 2026 · Artificial Intelligence

Building a Production‑Ready AI Customer Service Bot: 6 Deployment Checkpoints with Spring AI

The article explains why Spring AI lacks a dedicated Agent framework, then walks through six concrete orchestration patterns—Chain, Routing, Parallelization, Orchestrator‑Workers, Evaluator‑Optimizer, and a selection guide—showing Java code, reasoning, and trade‑offs for building a multi‑step, production‑grade customer‑service chatbot.

agent orchestrationchain workflowcustomer service bot
0 likes · 8 min read
Building a Production‑Ready AI Customer Service Bot: 6 Deployment Checkpoints with Spring AI
o-ai.tech
o-ai.tech
Mar 18, 2026 · Artificial Intelligence

How Anthropic Builds Effective AI Agents: Practical Patterns and Principles

This guide distills Anthropic’s frontline experience into a concise framework for building high‑performing AI agents, covering the workflow‑vs‑agent distinction, five composable architecture patterns, core design principles, tool‑centric optimization, and pragmatic advice on using or bypassing agent frameworks.

AI agentsAnthropicEvaluation Loop
0 likes · 9 min read
How Anthropic Builds Effective AI Agents: Practical Patterns and Principles
AI Tech Publishing
AI Tech Publishing
Jan 28, 2026 · Artificial Intelligence

When and How to Use Multi‑Agent LLM Systems: Practical Insights from Anthropic

The article explains when multi‑agent LLM architectures outperform single‑agent setups—highlighting context pollution, parallelizable tasks, and specialization—while detailing the orchestrator‑subagent pattern, design trade‑offs, code examples, and verification strategies. It also provides practical signals for abandoning single‑agent designs, recommends context‑centric decomposition, and warns about token overhead and early‑victory verification pitfalls.

Agent SpecializationContext IsolationLLM orchestration
0 likes · 18 min read
When and How to Use Multi‑Agent LLM Systems: Practical Insights from Anthropic
AI Algorithm Path
AI Algorithm Path
May 8, 2025 · Artificial Intelligence

Five Essential AI Agent Workflow Design Patterns

This article introduces five core workflow design patterns for AI agents—Prompt Chaining, Routing, Parallelization, Orchestrator‑Worker, and Evaluator‑Optimizer—explaining their mechanics, concrete examples, suitable scenarios, and how they help build reliable, maintainable LLM‑driven systems.

AI agentsLLM workflowOrchestrator-Worker
0 likes · 10 min read
Five Essential AI Agent Workflow Design Patterns