44 related articles

Agenta is an open-source AI Agent collaboration platform supporting self-hosted models and any Agent framework, positioned as an open-source Claude Cowork alternative.

Google Gemini Managed Agents API introduces environment hooks, model selection, free tier support, and default model upgrades—empowering AI Agent developers with stronger execution control and lower barriers to entry.

A comprehensive guide to AI Agent architecture and development, covering automated marketing, intelligent customer service, and investment analysis scenarios with single and multi-agent collaboration.

Build high-quality AI projects on a budget. Learn how to use Ollama, Groq, Chroma, and other free open-source tools to build RAG systems and multi-Agent workflows from scratch.

Build high-quality AI projects on a budget. Learn how to use Ollama, Groq, Chroma, and other free open-source tools to build RAG systems and multi-Agent workflows from scratch.

Integrating email into LangChain agents: Gmail API's OAuth flow is too complex, while AgentMail offers a lightweight agent-native email API. A practical engineering comparison.

How to handle Agent infinite loops? This guide covers three-layer loop detection, four strategy-switching techniques, root cause analysis, and multi-layer fallbacks for building stable, production-grade Agent systems.

A systematic guide to enterprise Ontology: its core value, tools like OntoFlow and FIBO, when to build one, and how to deploy business-domain-level AI Agents.

Cosmonapse is an open-source multi-agent framework that replaces central orchestrators with peer nodes, using typed signals and an event bus to fully decouple tool calls, memory, and HITL. Supports Python and TypeScript under Apache 2.0.

A developer built a multi-agent system to convert reMarkable tablet doodles into editable charcoal sketches using Qwen, image generation, and multi-layer vectorization — for just $0.04 per run.

Learn LangChain 1.3 core concepts including LLM model abstraction, RAG retrieval-augmented generation, and Agent orchestration. Build a Deep Agent with planners, tools, and reflection modules.

Programmers transitioning to AI engineering aren't starting from scratch. Learn the 6 core skills — LLM APIs, RAG, prompt engineering, LLMOps — needed to make the leap.

Build production-grade AI Agents with a pure Go stack using ByteDance's Eino framework. A deep dive into seven core capabilities: multi-Agent orchestration, long-task execution, command approval, RAG, MCP, Skills, and database reporting.

Starting from the three limitations of LLMs, this guide systematically explains LangChain's core positioning, environment setup, API key prep, model init, and the message system. Learn init_chat_model and AIMessage/HumanMessage/SystemMessage.

OpenAI releases GPT-5.6 (SOUL/TERRA/LUNA), with Ultra mode running four agents in parallel; Meta launches Muse Spark 1.1 with million-token context; ChatGPT desktop unifies Chat, Work, and Codex.

A deep dive into AI Agent development: real architecture, entry barriers, and learning paths. From ReAct to multi-agent systems and LangChain — cut through the hype.

An exclusive look at the AI Engineer Summit dress rehearsals, decoding the paradigm shift from research to production. A deep dive into AI Engineer challenges, RAG, agent systems, and AI engineering as a distinct discipline.

Want to become an Agent engineer? This article systematically covers three core skill tracks—LLM fundamentals, LangChain architecture development, and enterprise deployment—to help you avoid detours.

A hands-on guide to building an enterprise-grade AI Agent workflow orchestration app with Electron Forge and LangGraph, covering local LLM deployment (Qwen3-0.6B), node-based visual canvas design, and full Function Calling integration.

Step-by-step guide to building a complete RAG pipeline with Ollama + LangChain + FAISS + Qwen 1.5B. Run document retrieval and intelligent Q&A locally without a GPU.