Skip to main content
← All Tags

AI Agents

112 articles in this category (Page 2 of 5)

AI NewsAgentic AIAI Agents

Implementing Multi-Agent Swarm Orchestration with ClawTeam and OpenAI Function Calling

Michal Sutter implements HKUDS's ClawTeam framework using OpenAI function calling to orchestrate agents and resolve task dependencies in a Colab environment.

Read more
AI NewsAI AgentsSoftware Engineering

Remote Engineering with Claude Code: Managing Agentic Workflows via Telegram

Anthropic launches Claude Code Channels, enabling remote agent control via Telegram with a field report showing 507 tool calls and 5 merged PRs.

Read more
AI NewsAI AgentsSoftware Engineering

Solving Silent Work Loss in AI Agent Architectures

OpenClaw developers identify three critical failure modes causing silent message loss due to race conditions and API rate limits.

Read more
AI NewsAI AgentsTech News

LangChain Deep Agents: A Structured Runtime for Multi-Step AI Agent Orchestration

LangChain launches Deep Agents, a new agent harness built on LangGraph that introduces structured planning and filesystem-based context management.

Read more
AI NewsSoftware EngineeringAI Agents

Engineering Reusable AI Code Reviewers: From Bespoke Logic to Portable Skills

Shane Wilkey details a methodology for decoupling project-specific logic from AI agents to create a reusable code review Skill compatible with diverse tech stacks.

Read more
AI NewsAgentic AIAI Agents

Model Context Protocol (MCP) vs. AI Agent Skills: A Deep Dive into Structured Tools and Behavioral Guidance for LLMs

A technical comparison of MCP's standardized tool interfaces and Skills' natural-language behavioral guidance for scaling AI agent capabilities and external system integration.

Read more
AI NewsSoftware EngineeringAI Agents

Replacing Agent Orchestration Servers with Git Repositories

Leonid Dinershtein replaced an agent orchestration server with a Git repo in 2026, utilizing OpenClaw and OpenAI for agent management.

Read more
AI NewsAgentic AIAI Agents

Designing Streaming Decision Agents for Dynamic Environments

Build a Streaming Decision Agent using online A* and receding-horizon control to handle dynamic obstacles with a 0.85 risk gate for reactive adaptation.

Read more
AI NewsAgentic AIAI Agents

Building Self-Designing Meta-Agents for Automated AI Architecture Construction

Michal Sutter details a Meta-Agent framework that automatically constructs and refines task-specific AI agents using dynamic tool selection and self-improvement loops.

Read more
AI NewsAI AgentsSoftware Architecture

Scaling Multi-Agent Coordination with the Inbox/Outbox Pattern

Prevent race conditions and silent data overwrites in multi-agent systems by implementing a decentralized inbox/outbox pattern for reliable, asynchronous communication.

Read more
AI NewsAI AgentsSoftware Engineering

Scaling AI Agents: A Three-File State Management Pattern for 24/7 Production

Patrick's 5-agent system runs 24/7 on a Mac Mini using a three-file state management pattern, solving the 80% of production failures caused by state issues.

Read more
AI NewsAgentic AIAI Agents

Building Risk-Aware AI Agents with Internal Critics and Uncertainty Estimation

Develop reliable AI agents using internal critics and uncertainty estimation to quantify risk through entropy and consistency scores, ensuring robust decision-making in production environments.

Read more
AI NewsAgentic AIAI Agents

Building Next-Gen Agentic AI: A Framework for Cognitive Blueprint Runtime Agents

Build cognitive blueprint-driven AI agents that plan, execute, and validate tasks using a modular runtime engine and Pydantic-based structured memory.

Read more
AI NewsAgentic AIAI Agents

Build a Persistent AI Agent OS with Hierarchical Memory and FAISS Retrieval

Learn to build an EverMem-style AI OS using FAISS and SQLite for persistent memory, featuring automated consolidation and importance scoring to maintain context.

Read more
AI NewsAgentic AIAI Agents

Designing a Multi-Tool Research Agent: Integrating Web Search, PDF Vision, and Automated Reporting

Build a Swiss Army Knife research agent that automates multi-step problems using tool-calling AI, vision-based chart analysis, and PDF ingestion to generate professional Markdown and DOCX reports.

Read more
AI NewsAI AgentsMemory Types

The 5 Types of Memory Every AI Agent Needs

AI agents require 5 types of memory, including working, episodic, semantic, procedural, and scoped memory, to function effectively.

Read more
AI NewsAI AgentsApplications

Beyond the Chatbox: Generative UI and the AG-UI Stack for Agentic Interfaces

Move beyond simple chat boxes with Generative UI and AG-UI, enabling agents to drive structured interfaces and improve user experiences.

Read more
AI NewsAI AgentsMachine Learning

DSGym Offers a Reusable Container Based Substrate for Building and Benchmarking Data Science Agents

DSGym introduces a framework for evaluating data science agents across 1,000+ challenges, revealing significant performance gaps in complex data analysis tasks.

Read more
AI NewsAI AgentsLarge Language Model

Moonshot AI Releases Kimi K2.5: An Open Source Visual Agentic Intelligence Model with Native Swarm Execution

Moonshot AI launched Kimi K2.5, an open-source visual agentic intelligence model boasting a 1T parameter scale and achieving state-of-the-art results in agentic benchmarks.

Read more
AI NewsAI AgentsSoftware Engineering

MCP vs CAP: Why Your AI Agents Need Both Protocols

Anthropic released MCP (Model Context Protocol) and Google announced A2A, but these protocols solve different problems, and production AI agent systems require both for optimal performance.

Read more
AI NewsAI AgentsSoftware Engineering

GitHub Releases Copilot-SDK to Embed Its Agentic Runtime in Any App

GitHub launched the Copilot-SDK, a multi-platform SDK enabling developers to integrate its agentic runtime into applications.

Read more
AI NewsAI AgentsArtificial Intelligence

How an AI Agent Chooses What to Do Under Tokens, Latency, and Tool-Call Budget Constraints?

This article details a cost-aware AI planning agent that balances output quality against real-world constraints, achieving up to a 20% improvement in resource efficiency.

Read more
AI NewsSpeech RecognitionAI Agents

Microsoft Releases VibeVoice-ASR: A Unified Speech-to-Text Model for Long-Form Audio

Microsoft’s VibeVoice-ASR tackles long-form audio transcription, achieving 60-minute single-pass processing with structured output.

Read more
AI NewsAI AgentsDevOps

Before Your Agent Books a Vacation, It Has to Learn to Scroll

AI agent reliability requires focused practice on fundamental tasks, as highlighted by Amazon AGI Lab research, to avoid failures in complex workflows.

Read more