Tagged articles
24 articles
Page 1 of 1
Smart Workplace Lab
Smart Workplace Lab
May 6, 2026 · Artificial Intelligence

Latest Multi-Agent Collaboration Case Studies: Successes, Failures, and Architecture (May 2026)

The article analyzes multi‑agent collaboration as the core evolution of Agentic AI, presenting 2026 success cases from JP Morgan, enterprise onboarding, supply‑chain orchestration, and customer support, while dissecting failure patterns, governance risks, and recommended frameworks such as CrewAI, LangGraph, and AutoGen.

AI GovernanceAgentic AIAutoGen
0 likes · 8 min read
Latest Multi-Agent Collaboration Case Studies: Successes, Failures, and Architecture (May 2026)
AI Architecture Path
AI Architecture Path
Apr 29, 2026 · Artificial Intelligence

Fed up feeding AI with docs? Microsoft’s Open‑Source MarkItDown converts any format to Markdown in a few lines

MarkItDown, an open‑source Python tool from Microsoft’s AutoGen team, converts over 20 document and media formats—including Word, Excel, PDF, images, audio and YouTube links—into standardized Markdown, offering OCR, LLM integration, Docker deployment, Azure Document Intelligence support, and extensive command‑line examples for enterprise and research pipelines.

AutoGenAzure Document IntelligenceDocker
0 likes · 13 min read
Fed up feeding AI with docs? Microsoft’s Open‑Source MarkItDown converts any format to Markdown in a few lines
AI Architect Hub
AI Architect Hub
Apr 12, 2026 · Artificial Intelligence

Which AI Agent Framework Wins in 2026? LangChain, LlamaIndex, LangGraph, AutoGen

This article provides a practical selection guide for developers building AI agents in 2026, dissecting the design, core components, strengths, and limitations of four major frameworks—LangChain, LlamaIndex, LangGraph, and AutoGen—while offering use‑case recommendations, code examples, and a decision‑tree to help choose the most suitable tool.

AI agentsAutoGenLangChain
0 likes · 23 min read
Which AI Agent Framework Wins in 2026? LangChain, LlamaIndex, LangGraph, AutoGen
Smart Workplace Lab
Smart Workplace Lab
Mar 30, 2026 · Artificial Intelligence

Which Multi‑Agent AI Framework Will Boost Your Productivity in 2026?

The article analyzes the rise of multi‑agent collaboration frameworks as the core infrastructure of Agentic AI in 2026, compares CrewAI, AutoGen, LangGraph and OpenAI Swarm on usability, production capability, strengths, weaknesses and market share, provides code examples, expert insights and a practical adoption roadmap.

AI productivityAutoGenCrewAI
0 likes · 8 min read
Which Multi‑Agent AI Framework Will Boost Your Productivity in 2026?
Data STUDIO
Data STUDIO
Jan 23, 2026 · Artificial Intelligence

Choosing the Best AI Agent Framework: A Practical Guide

This article explains the core AI agent loop, why dedicated frameworks are needed, compares eight popular frameworks—including RelevanceAI, smolagents, PhiData, LangChain, LlamaIndex, CrewAI, AutoGen, and LangGraph—offers selection criteria, and provides hands‑on code demos for AutoGen and LangGraph.

AI agentsAutoGenLLM
0 likes · 19 min read
Choosing the Best AI Agent Framework: A Practical Guide
Data Party THU
Data Party THU
Nov 14, 2025 · Artificial Intelligence

Unlocking Multi‑Agent Collaboration with AutoGen: 5 Core Concepts Explained

This article introduces Microsoft Research's open‑source AutoGen framework, explains its five core concepts—including human‑in‑the‑loop, code execution, tool integration, multi‑agent collaboration, and termination mechanisms—provides practical Python examples, and compares it with competing solutions to show why it matters for building complex AI systems.

AI FrameworkAutoGenCode Execution
0 likes · 9 min read
Unlocking Multi‑Agent Collaboration with AutoGen: 5 Core Concepts Explained
Data STUDIO
Data STUDIO
Oct 15, 2025 · Artificial Intelligence

Seven Essential AI Agent Frameworks to Watch in 2025

The article examines the shift from single-model calls to autonomous AI agents, outlines the seven most influential AI agent frameworks for 2025—including LangChain, LangGraph, CrewAI, AutoGen, and Semantic Kernel—compares their core strengths, learning curves, and ideal use cases, and offers a practical selection guide for developers and enterprises.

AI agentsAgent FrameworksAutoGen
0 likes · 13 min read
Seven Essential AI Agent Frameworks to Watch in 2025
Data Thinking Notes
Data Thinking Notes
Aug 3, 2025 · Artificial Intelligence

Choosing the Right AI Agent Framework: LangGraph, AutoGen, Dify, and More

This article offers a detailed comparison of leading AI agent development frameworks—including LangGraph, AutoGen, Dify, Coze, MetaGPT, and OpenAI Agents—across core positioning, technical features, typical use cases, cost models, community support, and official resources, followed by practical selection guidance for various business scenarios.

AI agentsAutoGenDify
0 likes · 10 min read
Choosing the Right AI Agent Framework: LangGraph, AutoGen, Dify, and More
AI Algorithm Path
AI Algorithm Path
May 6, 2025 · Artificial Intelligence

Top Open‑Source AI Agent Frameworks Compared: Features, Pros & Cons

The article surveys dozens of recent open‑source AI agent frameworks—including CrewAI, AutoGen, LangGraph, Agno, SmolAgents, Mastra, PydanticAI and Atomic Agents—explaining their core functions, design philosophies, common features such as prompt engineering and tool integration, and highlighting each framework’s strengths, limitations, and suitable use cases.

AI agentsAgentic AIAutoGen
0 likes · 14 min read
Top Open‑Source AI Agent Frameworks Compared: Features, Pros & Cons
AI Large Model Application Practice
AI Large Model Application Practice
Apr 21, 2025 · Artificial Intelligence

How to Scale Distributed AI Agent Systems: Architectures, Challenges, and Solutions

The article explains why modern AI agent systems need horizontal and vertical scaling, outlines the engineering challenges such as state consistency, scheduling, protocol design, and message efficiency, and compares three collaboration approaches—AutoGen's distributed runtime, classic RPC/MCP, and Google's A2A—while providing concrete code examples and deployment steps.

A2AAI agentsAutoGen
0 likes · 14 min read
How to Scale Distributed AI Agent Systems: Architectures, Challenges, and Solutions
dbaplus Community
dbaplus Community
Apr 6, 2025 · Artificial Intelligence

What Are AI Agents? A Deep Dive into Multi‑Agent Systems and Frameworks

This article provides a comprehensive overview of AI agents and multi‑agent systems, covering definitions, classifications, workflow versus agent architectures, comparative feature tables, and detailed examinations of popular frameworks such as OpenAI Swarm, AutoGen, and Magentic‑One, including design principles, code examples, orchestration strategies, and practical application scenarios.

AI agentsAutoGenMagentic-One
0 likes · 40 min read
What Are AI Agents? A Deep Dive into Multi‑Agent Systems and Frameworks
AI2ML AI to Machine Learning
AI2ML AI to Machine Learning
Mar 21, 2025 · Artificial Intelligence

Comparing Four Leading Open‑Source LLM Agent Frameworks: Autogen, CrewAI, LangGraph, and Swarm

This article provides a detailed comparison of four prominent open‑source LLM agent frameworks—Autogen, CrewAI, LangGraph, and Swarm—covering their core concepts, strengths, weaknesses, ideal use cases, and how they differ in scalability, memory handling, tool integration, and community support.

AutoGenCrewAIEnterprise AI
0 likes · 14 min read
Comparing Four Leading Open‑Source LLM Agent Frameworks: Autogen, CrewAI, LangGraph, and Swarm
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 14, 2025 · Artificial Intelligence

Understanding AI Agents and Multi‑Agent Systems: Frameworks, Design Principles, and Code Samples

This article provides a comprehensive overview of AI agents and multi‑agent systems, covering definitions, workflow vs. agent architectures, key differences, popular frameworks such as Swarm, AutoGen, and Magentic‑One, design principles, communication protocols, and practical code examples for building and orchestrating intelligent agents.

AI agentsAutoGenCode Execution
0 likes · 39 min read
Understanding AI Agents and Multi‑Agent Systems: Frameworks, Design Principles, and Code Samples
AI Algorithm Path
AI Algorithm Path
Mar 13, 2025 · Artificial Intelligence

Getting Started with AI Agents: An Overview of Popular Agent Frameworks

This article explains how agentic frameworks transform AI development by enabling autonomous, reasoning systems, compares leading open‑source options such as LangChain, LangGraph, CrewAI, Microsoft Semantic Kernel, AutoGen, Smolagents and Phidata, and provides a step‑by‑step LangGraph tutorial with code examples and a comparison table.

Agent FrameworksAutoGenCrewAI
0 likes · 15 min read
Getting Started with AI Agents: An Overview of Popular Agent Frameworks
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Feb 24, 2025 · Artificial Intelligence

Generate Game Code Instantly with DeepSeek V3 on Huawei Cloud

This tutorial walks you through configuring a Huawei Cloud host, installing the AutoGen framework, setting up DeepSeek V3 model API keys, and using the model to automatically generate Python code for a graphical two‑player battle game, complete with step‑by‑step instructions and sample commands.

AI code generationAutoGenDeepSeek
0 likes · 9 min read
Generate Game Code Instantly with DeepSeek V3 on Huawei Cloud
Infra Learning Club
Infra Learning Club
Feb 8, 2025 · Artificial Intelligence

Multi-Agent LLMs Explained: Benefits, Workflows, and Leading Frameworks

The article surveys the rise of multi‑agent LLM systems, detailing how specialized agents collaborate on tasks such as travel planning, outlining their workflow, comparing them with single‑agent models, listing prominent frameworks, and discussing current challenges and research citations.

AIAgent CollaborationAutoGen
0 likes · 13 min read
Multi-Agent LLMs Explained: Benefits, Workflows, and Leading Frameworks
AI Large Model Application Practice
AI Large Model Application Practice
Dec 12, 2024 · Artificial Intelligence

Mastering AutoGen: Build Multi‑Agent LLM Applications in Minutes

AutoGen, Microsoft’s advanced multi‑agent framework, lets developers quickly assemble collaborative LLM agents—supporting chat, tool use, and hierarchical group chats—through concise Python code, with examples ranging from simple two‑agent dialogues to complex three‑agent reporting pipelines, while outlining its strengths, limitations, and upcoming v0.4 enhancements.

AIAutoGenFramework
0 likes · 9 min read
Mastering AutoGen: Build Multi‑Agent LLM Applications in Minutes
21CTO
21CTO
Sep 5, 2024 · Artificial Intelligence

How Microsoft’s AutoGen Studio Simplifies Multi‑Agent AI Development

Microsoft Research’s AutoGen Studio offers a low‑code web and Python interface built on the open‑source AutoGen framework, enabling developers to quickly prototype, enhance, and combine AI agents into complex workflows while providing drag‑and‑drop design, debugging tools, and Azure integration for secure, scalable multi‑agent applications.

AI agentsAutoGenMicrosoft
0 likes · 7 min read
How Microsoft’s AutoGen Studio Simplifies Multi‑Agent AI Development
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 6, 2023 · Artificial Intelligence

Multi-Agent Research Overview, Open-Source Implementations, and Design Considerations

This article reviews the background of multi‑agent systems, compares major open‑source frameworks such as AutoGen, MetaGPT, AgentVerse, and XAgent, discusses design principles, collaboration strategies, and offers conclusions on LLM‑driven versus SOP‑driven approaches for building multi‑agent applications.

AIAgent FrameworkAutoGen
0 likes · 15 min read
Multi-Agent Research Overview, Open-Source Implementations, and Design Considerations
Tencent Cloud Developer
Tencent Cloud Developer
Nov 8, 2023 · Artificial Intelligence

Comprehensive Overview of AI Agents: Concepts, Technical Frameworks, and Applications

The article surveys modern AI agents—software entities powered by large language models that perceive multimodal inputs, reason via brain modules, act through tools or embodied actions, employ retrieval‑augmented generation and chain‑of‑thought planning, and can operate singly (e.g., AutoGPT) or collaboratively via frameworks like Microsoft’s AutoGen—while highlighting current challenges such as controllability, memory limits, parallelism, and reliability.

AI agentsAgent ArchitectureAutoGen
0 likes · 34 min read
Comprehensive Overview of AI Agents: Concepts, Technical Frameworks, and Applications