Tagged articles
1008 articles
Page 10 of 11
DevOps
DevOps
Apr 27, 2025 · Artificial Intelligence

Large Model Technologies: RAG, AI Agents, Multimodal Applications, and Future Trends

This article examines how Retrieval‑Augmented Generation (RAG), AI agents, and multimodal large‑model techniques are reshaping AI‑industry integration, discusses their technical challenges and practical implementations, and outlines future development directions across algorithms, products, and domain‑specific applications.

AI agentsArtificial IntelligenceMultimodal
0 likes · 14 min read
Large Model Technologies: RAG, AI Agents, Multimodal Applications, and Future Trends
AI Algorithm Path
AI Algorithm Path
Apr 27, 2025 · Artificial Intelligence

Six AI Frameworks Supporting Model Context Protocol (MCP)

This guide explains the Model Context Protocol (MCP), compares six Python and TypeScript AI frameworks that implement MCP, demonstrates their architectures, registries, and code integrations—including OpenAI Agents SDK, Praison AI, LangChain, Chainlit, Agno, and Upsonic—while also discussing the benefits, challenges, and future standardization of MCP in AI agent development.

AI agentsLangChainMCP
0 likes · 25 min read
Six AI Frameworks Supporting Model Context Protocol (MCP)
AI Algorithm Path
AI Algorithm Path
Apr 26, 2025 · Artificial Intelligence

Exploring Different AI Agent Architectures: From Reactive to Cognitive

This tutorial explains AI agent architectures, compares reactive, deliberative, hybrid, neural‑symbolic and cognitive designs, shows their trade‑offs, provides Python code examples for each, and links these patterns to LangGraph design templates for building scalable intelligent systems.

AI agentsAgent ArchitectureLangGraph
0 likes · 17 min read
Exploring Different AI Agent Architectures: From Reactive to Cognitive
Tencent Technical Engineering
Tencent Technical Engineering
Apr 25, 2025 · Artificial Intelligence

Practical Guide to Building Effective AI Agents and Workflows

Fred’s practical guide expands Anthropic’s “Build effective agents” by offering a technical selection framework, clear definitions of agents versus workflows, a suite of reusable design patterns such as prompt‑chain routing and orchestrator‑worker loops, real‑world case studies, and concrete implementation tips that emphasize simplicity, transparency, and effective tool‑prompt engineering.

AI agentsAgent DesignLLM workflows
0 likes · 25 min read
Practical Guide to Building Effective AI Agents and Workflows
phodal
phodal
Apr 25, 2025 · Artificial Intelligence

How AutoDev Turns Prompts into Custom Local AI Coding Agents

This article analyzes the limitations of current AI coding assistants like Copilot and introduces AutoDev's local agent system, which lets developers define, compose, and extend AI agents through declarative prompts and configuration, enabling private, context‑aware, multi‑step coding workflows.

AI agentsAutoDevCoding Assistant
0 likes · 6 min read
How AutoDev Turns Prompts into Custom Local AI Coding Agents
Tencent Cloud Developer
Tencent Cloud Developer
Apr 24, 2025 · Industry Insights

How RAG, AI Agents, and Multimodal Models Are Reshaping Industry – Trends, Challenges, and Real‑World Cases

The article analyzes the rapid evolution of large‑model technologies—Retrieval‑Augmented Generation, autonomous agents, and multimodal AI—detailing their technical foundations, practical challenges, industry applications such as unified multimodal tasks, open‑world detection, and video moderation, and forecasting future development directions.

AI agentsMultimodal AIRAG
0 likes · 15 min read
How RAG, AI Agents, and Multimodal Models Are Reshaping Industry – Trends, Challenges, and Real‑World Cases
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 24, 2025 · Artificial Intelligence

How agents.json Empowers AI Agents to Seamlessly Call APIs

This article explains the agents.json specification, its OpenAPI foundation, how it differs from MCP and Google A2A, and demonstrates how AI agents can load, interpret, and execute multi‑step API flows using code examples and schema illustrations.

AI agentsAPI flowsLLM integration
0 likes · 16 min read
How agents.json Empowers AI Agents to Seamlessly Call APIs
21CTO
21CTO
Apr 23, 2025 · Information Security

Why Docker’s New MCP Protocol Could Be a Security Nightmare for AI Agents

Docker’s newly introduced Model Context Protocol (MCP) aims to standardize AI agent interactions, but security researchers warn that unregistered and malicious MCP servers can expose code, enable tool injection attacks, and create “rug pulls,” highlighting significant risks for developers adopting this emerging technology.

AI agentsDockerMCP
0 likes · 6 min read
Why Docker’s New MCP Protocol Could Be a Security Nightmare for AI Agents
Architects' Tech Alliance
Architects' Tech Alliance
Apr 22, 2025 · Artificial Intelligence

What Are AI Agents? Definitions, Types, and Cutting‑Edge Technologies Explained

This article provides a comprehensive overview of AI agents, covering their definition, classification into language‑based, vision‑based, and multimodal types, core capabilities such as understanding, perception, planning, and action, and recent breakthroughs like OpenAI ComputerUse, SpiritSight, and MobileFlow.

AI agentsComputerUseLarge Language Models
0 likes · 9 min read
What Are AI Agents? Definitions, Types, and Cutting‑Edge Technologies Explained
Architect
Architect
Apr 22, 2025 · Artificial Intelligence

A2A and MCP Protocols: Complementary Architectures for AI Agent Collaboration

This article explains the design principles, core components, and workflows of Google’s A2A (Agent‑to‑Agent) protocol and Anthropic’s MCP (Model Context Protocol), shows how they complement each other in multi‑agent AI systems, and discusses future directions for these standards.

A2AAI agentsMCP
0 likes · 11 min read
A2A and MCP Protocols: Complementary Architectures for AI Agent Collaboration
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
Architect
Architect
Apr 20, 2025 · Artificial Intelligence

From Function Calling to A2A: How AI Agents Evolve and Interact

This article analyzes the progressive evolution of AI tool‑integration mechanisms—Function Calling, MCP, and A2A—explaining their core concepts, engineering considerations, use‑case suitability, limitations, and how they complement each other to enable scalable multi‑agent workflows.

A2AAI agentsFunction Calling
0 likes · 9 min read
From Function Calling to A2A: How AI Agents Evolve and Interact
Architecture and Beyond
Architecture and Beyond
Apr 19, 2025 · Artificial Intelligence

How Google’s Agent2Agent (A2A) Protocol Enables Seamless AI Agent Collaboration

Google’s newly released Agent2Agent (A2A) protocol provides a standardized framework for heterogeneous AI agents to discover, communicate, and collaborate, detailing its llms.txt specification, core components, task lifecycle, streaming mechanisms, security model, and its complementary relationship with Anthropic’s MCP protocol.

AI agentsGoogleInteroperability
0 likes · 12 min read
How Google’s Agent2Agent (A2A) Protocol Enables Seamless AI Agent Collaboration
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 17, 2025 · Artificial Intelligence

Understanding AI Agents, Workflows, and the Model Context Protocol (MCP) for Future AI Code Generation

The article examines how AI agents differ from static workflows, outlines the ideal characteristics for agent tasks, explores codebase indexing, RAG and Function Call techniques, and introduces the Model Context Protocol (MCP) as a standardized, efficient bridge between large language models and enterprise tooling for next‑generation AI‑driven software development.

AI CodingAI agentsMCP
0 likes · 17 min read
Understanding AI Agents, Workflows, and the Model Context Protocol (MCP) for Future AI Code Generation
Data Thinking Notes
Data Thinking Notes
Apr 15, 2025 · Artificial Intelligence

Understanding AI Agents: From Reinforcement Learning to LLM-Powered Planning

Professor Li Hongyi’s lecture provides a comprehensive, step‑by‑step exploration of AI agents, covering their definitions, reinforcement‑learning roots, LLM integration, memory mechanisms, tool usage, planning strategies, benchmarks, and practical examples, offering a valuable resource for anyone studying modern artificial intelligence.

AI agentsLarge Language ModelsMemory
0 likes · 67 min read
Understanding AI Agents: From Reinforcement Learning to LLM-Powered Planning
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 15, 2025 · Artificial Intelligence

Unlock AI Agents with Model Context Protocol (MCP): Deep Dive & Code

This article explains the Model Context Protocol (MCP) introduced by Anthropic, detailing its client‑server architecture, protocol and transport layers, message types, lifecycle, and practical implementation in Python and TypeScript to build a custom AI agent that can both converse and perform tasks.

AI agentsMCPPython
0 likes · 24 min read
Unlock AI Agents with Model Context Protocol (MCP): Deep Dive & Code
21CTO
21CTO
Apr 11, 2025 · Artificial Intelligence

Can AI Really Write 90% of Your Code? Insights from QCon’s AI Programming Talk

At QCon in London, Thoughtworks’ AI‑assisted delivery lead Birgitta Böckeler warned that while large language models can automate many coding tasks, realistic productivity gains are modest—around 8%—and developers must navigate new risks such as hidden‑rule vulnerabilities, agent misuse, and over‑reliance on AI suggestions.

AI agentsAI programmingsoftware productivity
0 likes · 7 min read
Can AI Really Write 90% of Your Code? Insights from QCon’s AI Programming Talk
DevOps
DevOps
Apr 10, 2025 · Artificial Intelligence

Google Unveils the Open‑Source Agent2Agent (A2A) Protocol and Highlights Its Enterprise Adoption

At Google Cloud Next 25, Google introduced the open‑source Agent2Agent (A2A) protocol—a standardized interaction model for AI agents that breaks system silos, supports major enterprise platforms, follows five design principles, and is already being adopted by dozens of leading companies across various industries.

A2AAI agentsAgent2Agent
0 likes · 8 min read
Google Unveils the Open‑Source Agent2Agent (A2A) Protocol and Highlights Its Enterprise Adoption
Code Mala Tang
Code Mala Tang
Apr 10, 2025 · Artificial Intelligence

How Google’s A2A Protocol Enables Seamless AI Agent Collaboration

Google’s A2A (Agent‑to‑Agent) protocol introduces a universal language that lets AI agents from different vendors and platforms communicate, cooperate, and jointly complete tasks, addressing the current isolation of agents and reducing integration complexity across cloud environments.

A2AAI agentsInteroperability
0 likes · 8 min read
How Google’s A2A Protocol Enables Seamless AI Agent Collaboration
Sohu Tech Products
Sohu Tech Products
Apr 9, 2025 · Artificial Intelligence

Boost LLM Retrieval Accuracy with MCP: A Step‑by‑Step Guide

This tutorial explains how to overcome the limitations of Retrieval‑Augmented Generation by using the Model Context Protocol (MCP) together with a MongoDB database, providing detailed setup steps, configuration examples, and performance comparisons that demonstrate significantly higher query precision for large language models.

AI agentsMCPMongoDB
0 likes · 24 min read
Boost LLM Retrieval Accuracy with MCP: A Step‑by‑Step Guide
21CTO
21CTO
Apr 9, 2025 · Artificial Intelligence

How AI Is Transforming Developer Tools: From Copilot to Autonomous Agents

This article surveys the rapid evolution of AI-powered developer tools over the past few years, categorizing them by how AI is embedded in workflows—from assistive chatbots to integrated IDE assistants, AI-first environments, rapid prototyping platforms, and autonomous agents—while evaluating their benefits, limitations, and future impact.

AI agentsAI toolsIDE
0 likes · 13 min read
How AI Is Transforming Developer Tools: From Copilot to Autonomous Agents
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
Code Mala Tang
Code Mala Tang
Apr 3, 2025 · Backend Development

Build an Anthropic MCP Server with FastAPI in Minutes

This guide explains why the Anthropic MCP protocol is essential for AI‑agent integration and walks you through building a FastAPI server, adding the fastapi‑mcp extension, and configuring the MCP endpoint so your application can communicate seamlessly with AI agents.

AI agentsFastAPIMCP
0 likes · 5 min read
Build an Anthropic MCP Server with FastAPI in Minutes
Architect
Architect
Apr 2, 2025 · Artificial Intelligence

Connecting LLMs to External Tools with Anthropic’s Model Context Protocol (MCP)

This article explains the open‑source Model Context Protocol (MCP) created by Anthropic, describes its client‑server architecture for safely linking LLMs with external data sources and tools, and provides a complete step‑by‑step Python tutorial—including environment setup, server and client code—to demonstrate MCP in action.

AI agentsLLM integrationLangChain
0 likes · 9 min read
Connecting LLMs to External Tools with Anthropic’s Model Context Protocol (MCP)
AI Algorithm Path
AI Algorithm Path
Mar 28, 2025 · Artificial Intelligence

Workflow vs Agent: A Beginner’s Guide to AI Agents

This tutorial explains the fundamental differences between AI workflows and autonomous agents, compares their strengths, outlines when to use each approach, and provides concrete LangChain/LangGraph code examples, framework references, and best‑practice recommendations for building reliable LLM‑powered systems.

AI agentsLLM workflowsLangChain
0 likes · 28 min read
Workflow vs Agent: A Beginner’s Guide to AI Agents
DeWu Technology
DeWu Technology
Mar 24, 2025 · Artificial Intelligence

Understanding Multi‑Agent AI Systems: ReAct Architecture, MCP Protocol, and OpenManus Implementation

Understanding multi‑agent AI systems, this article explains how ReAct’s tightly coupled reasoning‑action loop, the Model Context Protocol, and the open‑source OpenManus implementation enable autonomous task planning, tool invocation, and memory management, contrasting traditional chatbots with delivery‑centered agents while highlighting current limitations and future optimization needs.

AI agentsMCPOpenManus
0 likes · 24 min read
Understanding Multi‑Agent AI Systems: ReAct Architecture, MCP Protocol, and OpenManus Implementation
AI Frontier Lectures
AI Frontier Lectures
Mar 24, 2025 · Artificial Intelligence

What Can AI Agents Learn from the Latest AIR 2025 Research?

The article compiles insights from the AIR 2025 conference and related talks, covering the evolution of agents from reinforcement‑learning to LLM‑driven systems, novel agent architectures like AIDE, GUI agents, natural‑language reinforcement learning, and scaling advances in large language models such as Qwen, while highlighting key algorithms, benchmarks, and open research questions.

AI agentsAgent ArchitectureGUI agents
0 likes · 27 min read
What Can AI Agents Learn from the Latest AIR 2025 Research?
KooFE Frontend Team
KooFE Frontend Team
Mar 23, 2025 · Artificial Intelligence

How BPMN Can Tame AI Agents in High‑Risk Healthcare Workflows

This article explores common limitations of AI agents and demonstrates how BPMN process orchestration, combined with DMN rules and human supervision, can systematically address transparency, error handling, compliance, and rollback challenges, using a medical‑care scenario as a concrete example.

AI agentsBPMNDMN
0 likes · 11 min read
How BPMN Can Tame AI Agents in High‑Risk Healthcare Workflows
Architect
Architect
Mar 23, 2025 · Artificial Intelligence

The Future of AI Agents: From Prompt‑Driven Workflows to Model‑as‑Product and Reinforcement‑Learning‑Powered Agents

The article argues that the next wave of AI agents will shift from brittle, prompt‑driven workflows like Manus to truly autonomous, model‑centric agents trained with reinforcement learning and reasoning, exemplified by OpenAI's DeepResearch and Anthropic's Claude Sonnet 3.7, while the API‑driven market model collapses.

AI agentsClaudeDeepResearch
0 likes · 28 min read
The Future of AI Agents: From Prompt‑Driven Workflows to Model‑as‑Product and Reinforcement‑Learning‑Powered Agents
BirdNest Tech Talk
BirdNest Tech Talk
Mar 23, 2025 · Artificial Intelligence

Connecting Claude Desktop with iTerm2 and Puppeteer via MCP Servers

This guide walks through setting up Claude Desktop as an MCP host, configuring iterm-mcp for terminal automation, and using a Puppeteer MCP server for web interaction, complete with step‑by‑step commands, troubleshooting examples, and practical insights for building AI agents.

AI agentsClaude DesktopMCP
0 likes · 7 min read
Connecting Claude Desktop with iTerm2 and Puppeteer via MCP Servers
Architect
Architect
Mar 21, 2025 · Industry Insights

Can Model Context Protocol (MCP) Transform AI Agent Tooling?

The article examines Model Context Protocol (MCP), an emerging open standard that lets AI agents interact with external tools and services, outlines current use cases such as IDE‑centric workflows and consumer‑focused clients, and discusses technical challenges and future directions for widespread adoption.

AI agentsAgent-native architectureMCP
0 likes · 18 min read
Can Model Context Protocol (MCP) Transform AI Agent Tooling?
DevOps
DevOps
Mar 19, 2025 · Artificial Intelligence

From Claude 3.5 Sonnet to Manus: The Evolution and Landscape of Computer‑Use AI Agents

This article surveys the rapid development of computer‑use AI agents—from Anthropic’s Claude 3.5 Sonnet and OpenAI’s Operator to the multi‑agent Manus platform—detailing their capabilities, benchmark results, open‑source alternatives, practical challenges, and future prospects for autonomous digital assistants.

AI agentsAnthropicMultimodal AI
0 likes · 24 min read
From Claude 3.5 Sonnet to Manus: The Evolution and Landscape of Computer‑Use AI Agents
AI Algorithm Path
AI Algorithm Path
Mar 19, 2025 · Artificial Intelligence

What Is the Rapidly Growing Model Context Protocol (MCP)?

The article explains how the Model Context Protocol (MCP) addresses the difficulty of connecting large language models to external data, tools, and APIs by providing an open, standardized interface that enables AI agents to access real‑time information, act autonomously, and do so securely and modularly.

AI agentsAI tool interoperabilityLLM integration
0 likes · 7 min read
What Is the Rapidly Growing Model Context Protocol (MCP)?
Infra Learning Club
Infra Learning Club
Mar 17, 2025 · Artificial Intelligence

Testing OpenManus with DeepSeek: A Hands‑On Evaluation

The author walks through installing OpenManus, configuring it to use DeepSeek (and an Ollama‑based vision model), runs a sample financial data query, and reports that the system is slow, sometimes inaccurate, and still requires further optimization.

AI agentsCondaDeepSeek
0 likes · 5 min read
Testing OpenManus with DeepSeek: A Hands‑On Evaluation
ZhongAn Tech Team
ZhongAn Tech Team
Mar 17, 2025 · Artificial Intelligence

Weekly Tech Digest: AI Model Advancements, Strategic Infrastructure Deals, and Industry Insights on AI Agents

This weekly technology digest highlights significant advancements in artificial intelligence, including OpenAI's Python-enabled o1 model, Google's open-source Gemma 3, and Alibaba's AI-driven Quark application, alongside major industry partnerships, expert forecasts on AI agent proliferation, and emerging developments in robotics and wearable technology.

AI agentsArtificial IntelligenceLarge Language Models
0 likes · 7 min read
Weekly Tech Digest: AI Model Advancements, Strategic Infrastructure Deals, and Industry Insights on AI Agents
Continuous Delivery 2.0
Continuous Delivery 2.0
Mar 17, 2025 · Artificial Intelligence

Understanding Model Context Protocol (MCP) and Its Server Tools for AI Agents

This article explains the Model Context Protocol (MCP) released by Anthropic, describes its three core components, outlines the problems it solves for AI agents, and details four MCP server implementations—github, fetch, sequential‑thinking, and tavily—along with usage commands and code examples.

AI agentsArtificial IntelligenceGitHub integration
0 likes · 5 min read
Understanding Model Context Protocol (MCP) and Its Server Tools for AI Agents
AI Algorithm Path
AI Algorithm Path
Mar 15, 2025 · Artificial Intelligence

Why the Industry Is Shifting From AI Agents to Agentic Workflows

The article explains that low accuracy and security risks of current AI agents—evidenced by a Claude AI Agent achieving only 14% of human performance and an average success rate of about 20%—are driving a move toward agentic workflows, which offer observable, auditable, and data‑synthesizing pipelines that dramatically improve enterprise productivity.

AI agentsLLMagentic workflows
0 likes · 7 min read
Why the Industry Is Shifting From AI Agents to Agentic Workflows
AI Algorithm Path
AI Algorithm Path
Mar 14, 2025 · Artificial Intelligence

Understanding Different Types of AI Agents: From Simple Reflex to Multi‑Agent Systems

This article introduces the main categories of AI agents—including simple reflex, model‑based, goal‑based, utility‑based, learning, hierarchical, and multi‑agent systems—explaining their operating principles, typical use cases, advantages, limitations, and providing concrete Python code examples for each.

AI agentsAgent TypesPython
0 likes · 19 min read
Understanding Different Types of AI Agents: From Simple Reflex to Multi‑Agent Systems
Fighter's World
Fighter's World
Mar 14, 2025 · Industry Insights

Will the 10× Growth Promise of Vertical AI Crumble as Generalist LLMs Like Manus Dominate the Market?

The article examines whether the surge of general‑purpose large language models such as Manus, Claude Sonet, and Qwen undermines the Bessemer Venture Partners claim that Vertical AI will grow tenfold, by analysing market size, use‑case demand, technical challenges, emerging business models, and competitive moats.

AI MarketAI agentsBusiness Models
0 likes · 19 min read
Will the 10× Growth Promise of Vertical AI Crumble as Generalist LLMs Like Manus Dominate the Market?
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
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Mar 13, 2025 · Artificial Intelligence

From Chain‑of‑Thought to Self‑Evolving Agents: Lessons from AI Agent Engineering

This article traces the evolution of large‑model agents from a simple chain‑of‑thought design through tool and agent instantiation, structured PEER patterns, and self‑evolving architectures, highlighting practical challenges, middleware solutions, and open‑source resources for building robust AI agents.

AI agentsAgent ArchitectureLarge Language Models
0 likes · 16 min read
From Chain‑of‑Thought to Self‑Evolving Agents: Lessons from AI Agent Engineering
AI Algorithm Path
AI Algorithm Path
Mar 11, 2025 · Artificial Intelligence

AI Agents Overview: Foundations, Core Components, and When to Use Them

This article provides a comprehensive overview of AI Agents, tracing their evolution from traditional chatbots to LLM‑driven agents, explaining core components such as perception, reasoning, action, knowledge bases, learning and communication interfaces, and discussing practical use cases, interaction cycles, and future prospects.

AI agentsLarge Language ModelsRetrieval Augmented Generation
0 likes · 15 min read
AI Agents Overview: Foundations, Core Components, and When to Use Them
Baidu Geek Talk
Baidu Geek Talk
Feb 24, 2025 · Artificial Intelligence

Using a Graph Engine to Drive Workflow for Intelligent Agents

By leveraging mature graph‑engine technology, the article shows how visual, low‑code workflow orchestration can give intelligent LLM‑based agents fine‑grained path control, reusable functions, hierarchical sub‑flows, and robust error handling, turning complex business tasks into modular, scalable processes adopted by hundreds of thousands of developers.

AI agentsLLMgraph engine
0 likes · 18 min read
Using a Graph Engine to Drive Workflow for Intelligent Agents
DataFunTalk
DataFunTalk
Feb 14, 2025 · Artificial Intelligence

Future Trends of AI Agents: Multi‑Agent Systems, Human‑AI Collaboration, and Multimodal Embodied Intelligence

The article outlines three major future directions for AI agents—multi‑agent architectures, human‑AI collaborative workflows, and multimodal/embodied intelligence—while contrasting workflow‑centric and conversation‑centric approaches and linking these trends to the broader Data Intelligence Knowledge Map 3.0.

AI agentshuman-AI collaborationknowledge map
0 likes · 5 min read
Future Trends of AI Agents: Multi‑Agent Systems, Human‑AI Collaboration, and Multimodal Embodied Intelligence
AI2ML AI to Machine Learning
AI2ML AI to Machine Learning
Feb 10, 2025 · Artificial Intelligence

Eight Ways Enterprises Can Leverage DeepSeek

The article outlines eight distinct enterprise strategies for adopting DeepSeek, categorizing them by model maturity, available data types, and specific business challenges, and maps these approaches onto four capability tiers—from basic compliance requirements to advanced multimodal, low‑cost solutions.

AI agentsDeepSeekEnterprise AI
0 likes · 3 min read
Eight Ways Enterprises Can Leverage DeepSeek
21CTO
21CTO
Jan 22, 2025 · Artificial Intelligence

Understanding AI Agents: Core Components, Architecture, and Practical Implementation

This article consolidates Google's Kaggle whitepaper on AI Agents, explaining their definition, key characteristics, core components—model, tools, and orchestration layer—along with architectural diagrams, learning techniques, and practical deployment steps on Vertex AI, offering a comprehensive guide for building generative AI agents.

AI agentsModel-Tool-OrchestrationPrompt engineering
0 likes · 16 min read
Understanding AI Agents: Core Components, Architecture, and Practical Implementation
Baidu Geek Talk
Baidu Geek Talk
Jan 20, 2025 · Industry Insights

How Baidu’s Qianfan AppBuilder Is Redefining AI‑Native App Development

The interview explores how Baidu Cloud's Qianfan AppBuilder platform evolves from traditional coding to AI‑native low‑code development, detailing the impact of large‑model agents, Retrieval‑Augmented Generation, security, multimodal support, and future roadmap on enterprise productivity and digital transformation.

AI agentsAI native appsEnterprise AI
0 likes · 18 min read
How Baidu’s Qianfan AppBuilder Is Redefining AI‑Native App Development
Fighter's World
Fighter's World
Jan 4, 2025 · Industry Insights

Is Unlimited Digital Labor Arriving? A Deep Dive into Salesforce’s Agentforce 2.0

Salesforce’s Agentforce 2.0 positions AI agents as a limitless digital labor platform, reshaping enterprise software with a new agent‑first model, consumption‑based pricing, and real‑world case studies that illustrate productivity gains, cost reductions, and strategic advantages in today’s AI‑driven market.

AI agentsAgentforceDigital Labor
0 likes · 19 min read
Is Unlimited Digital Labor Arriving? A Deep Dive into Salesforce’s Agentforce 2.0
AI Large Model Application Practice
AI Large Model Application Practice
Jan 3, 2025 · Artificial Intelligence

How to Build an Orchestrator‑Workers AI Agent Workflow with Pydantic AI

This article explains the Orchestrator‑Workers pattern from Anthropic’s “Build effective agents”, compares it with routing and parallel modes, distinguishes it from Supervisor agents, and provides a step‑by‑step Python implementation using Pydantic AI, including model definitions, prompts, orchestration logic, worker execution, and a test example.

AI agentsLLMOrchestrator-Workers
0 likes · 9 min read
How to Build an Orchestrator‑Workers AI Agent Workflow with Pydantic AI
Architects' Tech Alliance
Architects' Tech Alliance
Dec 27, 2024 · Artificial Intelligence

OpenAI’s 12‑Day Launch: Deep Dive into New Models, Features, and Industry Impact

This article provides a comprehensive analysis of OpenAI’s twelve‑day launch, detailing the introduction of new foundation models like o1 and o3, the rollout of advanced features such as reinforced fine‑tuning, Sora video generation, Canvas collaboration, AI agents, enhanced voice and phone integration, as well as performance metrics and broader implications for the AI ecosystem.

AI agentsAI modelsChatGPT
0 likes · 19 min read
OpenAI’s 12‑Day Launch: Deep Dive into New Models, Features, and Industry Impact
Huolala Tech
Huolala Tech
Dec 17, 2024 · Artificial Intelligence

How to Secure AI Agents: Privacy Risks, Threats, and Governance Strategies

This article examines the rapid growth of AI agents, outlines typical privacy and security challenges such as data leakage, model attacks, and prompt injection, and proposes comprehensive governance and technical measures to mitigate these risks in enterprise deployments.

AI agentsLLMgovernance
0 likes · 22 min read
How to Secure AI Agents: Privacy Risks, Threats, and Governance Strategies
Huolala Safety Emergency Response Center
Huolala Safety Emergency Response Center
Dec 17, 2024 · Information Security

How Secure Are AI Agents? Risks, Attacks, and Governance Strategies

This article examines the rapid growth of AI agents, outlines their core components and classifications, analyzes a wide range of privacy and security threats—including data leakage, prompt injection, jailbreak, backdoor, hallucination, and memory attacks—and proposes practical governance measures to mitigate these risks.

AI agentsLLMgovernance
0 likes · 25 min read
How Secure Are AI Agents? Risks, Attacks, and Governance Strategies
DevOps
DevOps
Dec 12, 2024 · Artificial Intelligence

The Future of Large Language Models: From Consumer Q&A to Agentic Workflows

Andrew Ng highlights that large language models are shifting from optimizing simple question‑answering for consumers to supporting complex agentic workflows, including tool usage, computer interaction, and multi‑agent collaboration, signaling a major evolution in AI capabilities.

AI agentsAI trendsAgentic AI
0 likes · 8 min read
The Future of Large Language Models: From Consumer Q&A to Agentic Workflows
Efficient Ops
Efficient Ops
Dec 8, 2024 · Operations

Unlocking BizDevOps: Key Insights from Shanghai’s Enterprise Summit

The article recaps Shanghai’s BizDevOps Enterprise Summit, highlighting five expert sessions on R&D‑operations integration in securities, platform engineering breakthroughs, large‑model agents in financial ops, Ctrip’s 10 PB JuiceFS practice, and core SRE stability strategies for financial firms.

AI agentsBizDevOpsCloud Native
0 likes · 4 min read
Unlocking BizDevOps: Key Insights from Shanghai’s Enterprise Summit
CSS Magic
CSS Magic
Nov 8, 2024 · Artificial Intelligence

LLM Application Development Tips (3): Exploring LLM API Inputs and Outputs

This article explains how to configure key OpenAI chat completion parameters—such as temperature, top_p, streaming, response format, and tool selection—and walks through the structure of the API's JSON response, highlighting fields like id, model, choices, finish_reason, and usage for better control and cost estimation.

AI agentsAPI parametersJSON response
0 likes · 8 min read
LLM Application Development Tips (3): Exploring LLM API Inputs and Outputs
phodal
phodal
Oct 15, 2024 · Artificial Intelligence

How Shire Reimagines AI‑Powered Programming with a New DSL

This article introduces Shire, a domain‑specific language and framework that orchestrates AI agents across IDEs and DevOps toolchains, explaining its motivations, core features, practical code examples, and architectural components to boost software development efficiency.

AI agentsAI programmingDSL
0 likes · 9 min read
How Shire Reimagines AI‑Powered Programming with a New DSL
AI Large Model Application Practice
AI Large Model Application Practice
Sep 29, 2024 · Artificial Intelligence

Getting Started with LangGraph Studio: Build and Debug Complex AI Agents

This guide introduces LangGraph Studio, a visual IDE for creating, testing, and debugging multi‑step AI agents built with LangGraph, walks through building a simple agent, explains required Docker setup, project configuration files, and demonstrates how to load, run, and troubleshoot agents using the studio’s interactive features.

AI agentsDockerLangGraph
0 likes · 11 min read
Getting Started with LangGraph Studio: Build and Debug Complex AI Agents
Fighter's World
Fighter's World
Sep 22, 2024 · Artificial Intelligence

How Large-Model AI Transforms Smart Customer Service – Alibaba Cloud Insights

The talk outlines the evolution of intelligent customer service over three decades, explains how generative large-model AI like ChatGPT has raised service expectations, and presents Alibaba Cloud’s four-stage implementation—experience, efficiency, capability, and insight—through three concrete cases and a roadmap for SMEs to build their own smart service systems.

AI agentsAlibaba-CloudLarge Model
0 likes · 12 min read
How Large-Model AI Transforms Smart Customer Service – Alibaba Cloud Insights
Kuaishou Tech
Kuaishou Tech
Sep 20, 2024 · Artificial Intelligence

Building an LLM-Based Agent Platform for Enterprise Commercialization: Strategies, Architecture, and Practical Insights

This article details the strategic development and technical architecture of SalesCopilot, an LLM-driven agent platform designed for enterprise commercialization, highlighting the implementation of RAG and agent technologies, addressing practical challenges, and sharing key insights for building scalable AI applications.

AI EvaluationAI agentsEnterprise AI
0 likes · 15 min read
Building an LLM-Based Agent Platform for Enterprise Commercialization: Strategies, Architecture, and Practical Insights
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
Data Thinking Notes
Data Thinking Notes
Sep 1, 2024 · Artificial Intelligence

Master LLMs: Basics, Prompt Engineering, RAG, Agents & Multimodal AI

This article provides a comprehensive overview of large language models, covering their fundamental concepts, historical milestones, parameter scaling, prompt engineering techniques, retrieval‑augmented generation, autonomous agents, and multimodal model applications, illustrating how these technologies reshape AI capabilities across domains.

AI agentsLLMPrompt engineering
0 likes · 22 min read
Master LLMs: Basics, Prompt Engineering, RAG, Agents & Multimodal AI
58 Tech
58 Tech
Aug 7, 2024 · Artificial Intelligence

Bridging Compute and Applications: 58.com AI Lab’s Large‑Model Platform and AI Agent Solutions

In this article, 58.com AI Lab senior director Zhan Kunlin explains how the company built a multi‑layer AI platform, created a vertical large‑language model called LingXi, and developed an AI Agent system with RAG capabilities to accelerate practical AI applications across various business scenarios.

AI PlatformAI agentsModel Deployment
0 likes · 10 min read
Bridging Compute and Applications: 58.com AI Lab’s Large‑Model Platform and AI Agent Solutions
DataFunSummit
DataFunSummit
Jul 24, 2024 · Artificial Intelligence

Overview of Large Language Model‑Based AI Agents: Architecture, Challenges, and Future Directions

This article reviews the emerging field of large language model‑based AI agents, outlining their overall architecture, key challenges such as role‑playing, memory, planning, and multi‑agent collaboration, and discusses future research directions and practical examples in user behavior simulation and software development.

AI agentsLLMMemory Mechanisms
0 likes · 11 min read
Overview of Large Language Model‑Based AI Agents: Architecture, Challenges, and Future Directions
Alibaba Cloud Native
Alibaba Cloud Native
Jul 22, 2024 · Artificial Intelligence

How AIGC Is Revolutionizing Software Development and Boosting R&D Efficiency

This presentation explores how large‑model AIGC reshapes software engineering by leveling developer skills, reducing collaboration overhead, cutting costs, and introducing new human‑AI collaboration modes—from Copilot to multi‑agent facilitators—while detailing practical challenges, technical solutions, and future prospects.

AI agentsAIGCcode-generation
0 likes · 25 min read
How AIGC Is Revolutionizing Software Development and Boosting R&D Efficiency
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Jul 20, 2024 · Artificial Intelligence

Beyond RAG: How Mem0 Gives Large Language Models Super Memory for Personalized AI Apps

Mem0 is an open‑source memory‑management middleware for large language models that provides dynamic, context‑aware, and adaptive memory, outperforming traditional Retrieval‑Augmented Generation (RAG) and enabling personalized AI assistants, travel planners, and support agents with concrete Python APIs and examples.

AI agentsLLMMem0
0 likes · 9 min read
Beyond RAG: How Mem0 Gives Large Language Models Super Memory for Personalized AI Apps
DataFunTalk
DataFunTalk
Jul 19, 2024 · Artificial Intelligence

Underlying Logic and Multi‑Agent Architecture of AI Agents in Baidu's Commercial Advertising Platform

The article explains how Baidu's commercial advertising platform leverages generative AI agents—covering their core capabilities of understanding, planning, execution, and persona—to overcome challenges such as hallucination and integration, describing a multi‑layer architecture, key technologies, real‑world case studies, and the resulting performance and operational benefits.

AI agentsLLM MemoryMulti-Agent Architecture
0 likes · 18 min read
Underlying Logic and Multi‑Agent Architecture of AI Agents in Baidu's Commercial Advertising Platform
DataFunSummit
DataFunSummit
Jul 15, 2024 · Operations

Intelligent Operations (AIOps) Insights, Planning, and Large‑Model Agent Practices at ByteDance

The article summarizes ByteDance's intelligent operations (AIOps) strategy, covering frontier concepts, a five‑level automation roadmap, large‑model applications for fault diagnosis and smart Q&A, and a comprehensive AIOps platform that accelerates algorithm deployment, improves efficiency, and reduces operational costs.

AI agentsIntelligent OperationsOperations Automation
0 likes · 21 min read
Intelligent Operations (AIOps) Insights, Planning, and Large‑Model Agent Practices at ByteDance
ByteDance SYS Tech
ByteDance SYS Tech
Jun 30, 2024 · Operations

How Large‑Model AI Is Transforming Intelligent Operations (AIOps)

This article explores the latest concepts, planning roadmap, and practical applications of large‑model AI in intelligent operations, detailing AIOps use cases, system‑level automation, multi‑agent architectures, and how a dedicated platform accelerates deployment and efficiency across data‑center environments.

AI agentsIntelligent Operationsaiops
0 likes · 18 min read
How Large‑Model AI Is Transforming Intelligent Operations (AIOps)
JD Tech
JD Tech
Jun 28, 2024 · Artificial Intelligence

An Overview of Large Language Models: History, Fundamentals, Prompt Engineering, Retrieval‑Augmented Generation, Agents, and Multimodal AI

This article provides a comprehensive introduction to large language models, covering their historical development, core architecture, training process, prompt engineering techniques, Retrieval‑Augmented Generation, agent frameworks, multimodal capabilities, safety challenges, and future research directions.

AI SafetyAI agentsDeep Learning
0 likes · 22 min read
An Overview of Large Language Models: History, Fundamentals, Prompt Engineering, Retrieval‑Augmented Generation, Agents, and Multimodal AI
JD Tech
JD Tech
May 31, 2024 · Artificial Intelligence

Understanding Large Language Models, Retrieval‑Augmented Generation, and AI Agents: Concepts, Engineering Practices, and Applications

This article explains the fundamentals and engineering practices of large language models (LLM), retrieval‑augmented generation (RAG) and AI agents, compares small and large embedding models, provides Python code for vector‑database RAG with Chroma, and discusses integration, use cases, and future challenges in AI development.

AI EngineeringAI agentsLLM
0 likes · 41 min read
Understanding Large Language Models, Retrieval‑Augmented Generation, and AI Agents: Concepts, Engineering Practices, and Applications
Tencent Cloud Developer
Tencent Cloud Developer
May 28, 2024 · Artificial Intelligence

AI Agents: Concepts, Key Components, and Development Frameworks

AI agents extend large language models with planning, short‑term and long‑term memory, and tool‑use capabilities, enabling autonomous task decomposition, external API interaction, and persistent knowledge retrieval; frameworks such as MetaGPT, LangChain, and CrewAI simplify building agents like a researcher that gather information, browse web content, and generate reports, heralding broader AI‑enhanced productivity.

AI agentsFunction CallingPlanning
0 likes · 20 min read
AI Agents: Concepts, Key Components, and Development Frameworks
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 23, 2024 · Artificial Intelligence

Building a Multi‑Agent Bookmark Assistant Bot with Coze: From File Upload to AI‑Powered Search

This tutorial walks through creating a Coze bot that uses multi‑agent orchestration, memory variables, triggers, and large‑language‑model integration to upload bookmark files, extract and clean data, classify sites, generate importable HTML bookmarks, and provide AI‑driven search functionality, complete with Python code examples and deployment tips.

AI agentsBookmark ManagementBot Development
0 likes · 24 min read
Building a Multi‑Agent Bookmark Assistant Bot with Coze: From File Upload to AI‑Powered Search
Baidu Tech Salon
Baidu Tech Salon
May 20, 2024 · Artificial Intelligence

Boosting Ad Efficiency with Baidu’s Multi‑Agent AI Architecture

In the AI‑native era, Baidu's ad platform adopts a multi‑agent architecture that combines large and small LLMs, SOP‑driven workflows, long‑term memory, and vector databases to achieve high query accuracy, low latency, and significant business gains while tackling challenges such as hallucination, planning, execution, and personalization.

AI agentsLLM optimizationLarge Language Models
0 likes · 18 min read
Boosting Ad Efficiency with Baidu’s Multi‑Agent AI Architecture
Efficient Ops
Efficient Ops
May 14, 2024 · Artificial Intelligence

How Large‑Model Agents Are Revolutionizing AIOps and Modern Operations

This article explores why large‑model Agent technology is essential for AIOps, explains single‑ and multi‑Agent architectures, memory and tool integration, and demonstrates practical applications such as anomaly detection, fault diagnosis, automated remediation, ChatOps, and future directions for intelligent, autonomous operations.

AI agentsLLMLarge Model
0 likes · 14 min read
How Large‑Model Agents Are Revolutionizing AIOps and Modern Operations
Baidu Tech Salon
Baidu Tech Salon
Apr 27, 2024 · Artificial Intelligence

Baidu CTO Wang Haifeng Discusses Latest Advances in Large Models and the PaddlePaddle Platform at the 2024 Zhongguancun Forum

At the 2024 Zhongguancun Forum, Baidu CTO Wang Haifeng highlighted the rapid growth of the Wenxin large model—now serving over 200 million daily calls and 85 k customers—while unveiling agent‑based AI breakthroughs, a code‑assistant, and the PaddlePaddle platform’s five‑fold training speed gains that now power millions of developers and enterprises.

AI agentsArtificial IntelligenceBaidu
0 likes · 4 min read
Baidu CTO Wang Haifeng Discusses Latest Advances in Large Models and the PaddlePaddle Platform at the 2024 Zhongguancun Forum
DaTaobao Tech
DaTaobao Tech
Apr 10, 2024 · Artificial Intelligence

Survey of Popular AI Agent Frameworks and Their Architectures

The article surveys modern open‑source AI agent frameworks, defining agents as autonomous perception‑planning‑action systems, outlining core modules (inference, memory, tools, action), comparing single‑agent designs like BabyAGI and AutoGPT with multi‑agent platforms such as MetaGPT and AutoGen, and discussing their benefits, trade‑offs, and future research directions.

AI agentsAgent FrameworksLLM
0 likes · 28 min read
Survey of Popular AI Agent Frameworks and Their Architectures
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 6, 2024 · Artificial Intelligence

Unlocking LangChain: Build Powerful LLM Apps Like LEGO with Real-World Examples

This article explains how LangChain simplifies building and integrating large language model applications by providing modular components such as models, prompts, indexes, tools, memory, chains, and agents, illustrated with practical use cases like travel assistants, face‑recognition troubleshooting, and multi‑agent workflows.

AI agentsLLMLangChain
0 likes · 44 min read
Unlocking LangChain: Build Powerful LLM Apps Like LEGO with Real-World Examples
DataFunTalk
DataFunTalk
Feb 29, 2024 · Artificial Intelligence

Applying Large Language Models to Automotive Industrialization: Practices and Insights

This presentation outlines the development of ChatGPT, the underlying principles of large language models, and how they empower new industrialization in the automotive sector, detailing practical implementations, agent architectures, data and model closed‑loops, and case studies such as intelligent quality inspection and G8D agents.

AI agentsChatGPTIndustrial AI
0 likes · 14 min read
Applying Large Language Models to Automotive Industrialization: Practices and Insights
Baobao Algorithm Notes
Baobao Algorithm Notes
Feb 4, 2024 · Industry Insights

Balancing Fun, Utility, and Slow Thinking: The Future of AI Agents

In this talk, the speaker examines the dual goals of AI agents—being entertaining and useful—while introducing the concepts of fast and slow thinking, multimodal perception, long‑term memory, retrieval‑augmented generation, and tool integration as essential steps toward building truly valuable digital companions.

AI agentsFuture AILong-term Memory
0 likes · 18 min read
Balancing Fun, Utility, and Slow Thinking: The Future of AI Agents
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 22, 2024 · Artificial Intelligence

Prompt Engineering and CAMEL: Role‑Playing AI Agents for Automated Prompt Generation

This article explains how Prompt Engineering combined with the CAMEL framework enables role‑playing AI agents to automatically generate and manage prompts, illustrates the concept with a stock‑trading example, and provides Python code using LangChain to build a marketing‑automation agent for a small business.

AI agentsCAMELInception Prompting
0 likes · 11 min read
Prompt Engineering and CAMEL: Role‑Playing AI Agents for Automated Prompt Generation
DataFunSummit
DataFunSummit
Jan 13, 2024 · Artificial Intelligence

Large Model Applications in Automotive Industrialization: Practices, Architecture, and Case Studies

This presentation explores the development of ChatGPT, the underlying principles of large language models, their role in enabling new industrialization, detailed NIO automotive AI platform architecture, data‑model‑agent closed‑loops, intelligent inspection solutions, and practical case studies such as G8D Agents, providing a comprehensive view of large‑model deployment in the automotive sector.

AI agentsIndustrial AIModel Training
0 likes · 13 min read
Large Model Applications in Automotive Industrialization: Practices, Architecture, and Case Studies
21CTO
21CTO
Dec 30, 2023 · Artificial Intelligence

How AI Agents Will Transform Every Aspect of Our Lives

Bill Gates envisions a near‑future where intelligent AI agents replace separate applications, understand natural language, and act as personal assistants across healthcare, education, productivity, and entertainment, reshaping software, privacy, and society while presenting technical and ethical challenges.

AI ChallengesAI agentsAI in Education
0 likes · 18 min read
How AI Agents Will Transform Every Aspect of Our Lives
Baobao Algorithm Notes
Baobao Algorithm Notes
Dec 24, 2023 · Artificial Intelligence

Must‑Read AI Agent and LLM Research Papers for Deep Understanding

This curated reading list compiles essential papers on AI agents, task planning, hallucination mitigation, multimodal models, image/video generation, foundational LLM research, open‑source large models, fine‑tuning techniques, and performance optimization, providing a comprehensive roadmap for anyone aiming to master modern generative AI.

AI agentsMultimodal LearningResearch Papers
0 likes · 23 min read
Must‑Read AI Agent and LLM Research Papers for Deep Understanding
21CTO
21CTO
Dec 15, 2023 · Artificial Intelligence

Why 2024 Will Be the Year of AI Engineers and LLM‑Driven Apps

The article outlines five major AI engineering trends for 2024—including the rise of AI engineers, evolving LLM tech stacks, open‑source large models, vector databases, and AI agents—highlighting how these shifts will reshape application development and industry competition.

2024 trendsAI EngineeringAI agents
0 likes · 9 min read
Why 2024 Will Be the Year of AI Engineers and LLM‑Driven Apps
58UXD
58UXD
Dec 8, 2023 · Artificial Intelligence

How AI Agents Will Redefine Design, UX, and Interaction in the Next Five Years

Bill Gates predicts AI agents will soon replace most apps, prompting designers to rethink user experience, explore new interaction devices, and master AI communication skills, while emphasizing accessible design principles to thrive in a rapidly evolving digital landscape.

AI CollaborationAI agentsDesign
0 likes · 8 min read
How AI Agents Will Redefine Design, UX, and Interaction in the Next Five Years
Architect
Architect
Nov 19, 2023 · Artificial Intelligence

Why AutoGPT Abandoned Vector Databases – A Deep Dive into Simpler Memory Strategies

The article examines AutoGPT's shift away from vector databases, detailing the original vision of using embeddings for long‑term memory, the performance calculations that exposed unnecessary complexity, the adoption of JSON‑based storage, and the emerging trend of specialized multi‑agent architectures.

AI agentsArtificial IntelligenceAutoGPT
0 likes · 9 min read
Why AutoGPT Abandoned Vector Databases – A Deep Dive into Simpler Memory Strategies
Ximalaya Technology Team
Ximalaya Technology Team
Nov 16, 2023 · Artificial Intelligence

How AI Agents Turn One-Line Prompts Into Fully Functional Apps in Minutes

ChatDev, an AI‑driven software development platform, claims to create complete applications from a single prompt in about three minutes and at a cost of roughly two yuan, leveraging a multi‑agent workflow, a custom 100‑billion‑parameter model, and open‑source frameworks to dramatically cut development time and expense.

AI agentsChatDevIndustry Analysis
0 likes · 13 min read
How AI Agents Turn One-Line Prompts Into Fully Functional Apps in Minutes
21CTO
21CTO
Nov 12, 2023 · Artificial Intelligence

How AI Agents Will Revolutionize Computing and Everyday Life

Bill Gates predicts that AI agents will soon replace separate applications, enabling users to command devices with natural language, transforming software, productivity, healthcare, education, and entertainment, while raising significant technical, privacy, and societal challenges that could spark the biggest computer revolution since the graphical user interface.

AI agentsfuture of AIprivacy
0 likes · 18 min read
How AI Agents Will Revolutionize Computing and Everyday Life