Tag
An AI agent named Viktor, already in production, was tested for its integration, state management, and human-in-the-loop capabilities, with positive feedback from a customer.
A method using a strong orchestrator and read-only agents with a DSA prompt to audit codebases, finding 93 opportunities across 55 subsystems overnight.
The article discusses a failure mode where LLM agents following prompt-level sequential loop instructions can silently skip items at production scale, and recommends an orchestrator/worker architecture with platform-level batch dispatch to guarantee every item is processed.
The article discusses a Stanford paper that identifies information loss during handoffs as the most common error in multi-agent systems and presents architectures and a standard loop with shared memory, message schemas, observability, and guardrails to enhance performance.
Robert C. Martin (author of “Clean Code”) has released SwarmForge: a minimalist multi-agent orchestration framework built on tmux, git worktree, and prompt files. It reduces all coordination to file-system operations and supports three quality-gate pipelines: two-pack/four-pack/six-pack.
Cohesor is a neutral control plane for enterprise AI agents, launched on Product Hunt.
The author describes Recon, a multi-agent system using 19 specialized AI agents across 86 data sources to generate sales intelligence reports, involving about 97 LLM calls per report. The post covers orchestration, source attribution, conflict resolution, and the tech stack.
This paper proposes a compliance-first Agentic AI pattern catalogue and orchestration framework for hospital information management systems, moving from single chatbots to governed multi-agent ecosystems with risk stratification, governance hooks, and support for EHR systems like Epic and Cerner.
A small startup shares its production multi-agent architecture, where an orchestrator routes tasks to specialized worker agents that monitor ads, product reviews, churn, and SEO, all coordinated via Slack channels.
Multica is an open-source workspace that lets teams assign issues to AI coding agents like Claude Code, Codex, or Cursor, treating them as teammates who comment, report progress, and hand back PRs. It supports 20 agent CLIs and can be self-hosted.
OrchestraBench is a new benchmark that evaluates multi-agent orchestration frameworks on failure modes, recovery, and decomposition quality, using failure-injection and cascade-radius metrics to diagnose where and why pipelines fail.
This paper proposes Agentic Nesting, a multi-agent collaboration framework that encapsulates existing enterprise applications as AI agents in a hierarchically nested structure, enabling natural-language interaction and cross-application orchestration as an alternative to traditional ESB/API/RPA integration approaches.
A developer shares a Claude Code setup where three well-structured agents outperform twenty, emphasizing orchestrator control, scoped tasks, and using cheap models for volume while reserving Opus for lead/reviewer roles.
The paper proposes EASy, a trainable agentic framework that uses reinforcement learning to jointly optimize task performance and computational efficiency, introducing a milestone-plan-act workflow, dependency-aware execution graphs, and tree-structured rollout for training.
Introduces GraphARC, an MIT-licensed open-source tool that lets a model author agent graph topologies at runtime, with a deterministic admission gate for auditable execution, built on LangGraph and running locally via ollama or against cloud APIs.
A technical blog post that walks through building a production-grade agentic harness around a basic LLM loop, covering typed tools, plan DAGs, tiered memory, verification hierarchies, budgets, and tracing.
The author introduces VITA, a cognitive engine where orchestration is declared in plain-text Markdown files instead of code, enabling dynamic tool loading, no framework lock-in, and provider-agnostic execution.
The author shares experience building a human-in-the-loop approval system for an enterprise agent platform, emphasizing that the approval step must be a true blocking pause with editable parameters and first-class rejection/editing outcomes, and asks how others structure agent suspension.
This paper introduces MetaRoute-Bench, an open benchmark for evaluating meta-decision policies in agentic workflows, comparing routing policies on success, cost, and latency under a shared execution model.
A tweet highlights a Stanford lecture by Anthropic and Google engineers covering self-improving AI agents, agent loop patterns, and the generator-verifier gap.