← 返回精选动态
精选动态

A Methodology for Selecting and Composing

Vasundra Srinivasan 发表 生产 LLM agents 运行时架构模式论文(25 页)

更新于 2026年05月21日 03:00 1 条公开来源

发生了什么

Vasundra Srinivasan 发表 生产 LLM agents 运行时架构模式论文(25 页)

为什么值得关注

这篇论文不只讨论 agent 架构理念,而是把 SDB、6 种运行时模式、5 步选型方法和 replay divergence 故障模式系统化,适合直接用来检查现有生产 agent 的架构默认值。若你在做多步 agent、可靠性或事件驱动工作流,值得点开看它如何把分布式系统概念映射到 LLM worker。

信息来源

以下内容来自公开来源,可打开原文继续核验。

01

A Methodology for Selecting and Composing

twitter关注列表 2026年05月21日 02:00

Vasundra Srinivasan 在 arXiv 发布论文《A Methodology for Selecting and Composing Runtime Architecture Patterns for Production LLM Agents》,提出将生产级 LLM agent 中随机模型输出与确定性软件系统之间的边界定义为 stochastic-deterministic boundary(SDB),并将其拆分为 proposer、verifier、commit step、reject signal 四部分。论文围绕 Coordination、State、Control 三类设计关注点,总结了 6 种 runtime patterns:hierarchical delegation、scatter-gather plus saga、event-driven sequencing、shared state machine、supervisor plus gate、human in the loop,并给出一个 5 步方法来选择模式、一个将生产故障映射到模式弱点的诊断流程,以及 replay divergence 这一故障模式。作者还把方法应用到 5 个工作负载,并提供了一个可运行的 90-day contract-renewal agent 参考实现;论文共 25 页、2 张图、6 个表,于 2026 年 5 月 19 日提交,主题为 cs.AI 和 cs.SE。

打开原始来源 ↗
← 返回精选动态