✕ Clear all filters
10 articles

📰 Dev.to · mgd43b

10 articles · Updated every 3 hours · View all reads

All Articles 67,240Blog Posts 99,885Tech Tutorials 16,254Research Papers 13,808News 12,532 ⚡ AI Lessons
MapReduce for AI Agents: Scaling Multi-Agent Workloads on the JVM
Dev.to · mgd43b 2mo ago
MapReduce for AI Agents: Scaling Multi-Agent Workloads on the JVM
When your agent workload is "do the same thing to a list of items and combine the results," you need MapReduce -- not a loop. Here's how to do it with typed, pa
Agent Workflows on the JVM: Typed, Observable, and Composable
Dev.to · mgd43b 2mo ago
Agent Workflows on the JVM: Typed, Observable, and Composable
Three properties separate toy agent frameworks from real ones. Here's how to get type safety, observability, and composability for multi-agent systems on the JV
Production-Minded Multi-Agent Orchestration in Java
Dev.to · mgd43b 2mo ago
Production-Minded Multi-Agent Orchestration in Java
The demo works. Shipping it is a different story. Here's what production multi-agent systems actually need -- observability, error handling, cost control, revie
From CrewAI to Java: Multi-Agent Orchestration Without Python
Dev.to · mgd43b 2mo ago
From CrewAI to Java: Multi-Agent Orchestration Without Python
If you've been evaluating CrewAI or AutoGen but your stack is Java, here's a concept-by-concept mapping to AgentEnsemble -- and what you gain by staying on the
Building Multi-Agent Systems in Java Without Leaving the JVM
Dev.to · mgd43b 2mo ago
Building Multi-Agent Systems in Java Without Leaving the JVM
You don't need Python to build multi-agent AI systems. Here's a hands-on walkthrough building sequential pipelines, hierarchical teams, parallel workflows, and
What Multi-Agent Orchestration Should Look Like for Java Teams
Dev.to · mgd43b 2mo ago
What Multi-Agent Orchestration Should Look Like for Java Teams
The AI agent ecosystem is overwhelmingly Python-first. Java teams deserve better. Here's what multi-agent orchestration should actually look like on the JVM.