Tag
The article introduces Needle, a 26M parameter model by Cactus-Compute designed for single-shot tool calling, arguing that tool routing should be separated from reasoning as a structured prediction task to improve agent efficiency and latency.
The author details an experimental multi-agent orchestration framework using a directed acyclic graph (DAG), concentrating intelligence in planner and replanner components while keeping worker agents mechanical. They are seeking community feedback, benchmarks, and existing research to validate its practicality against conventional message-passing approaches.
A tweet highlighting key principles for building agent systems, emphasizing scaffolding, memory, and reusable tools, based on an article by Yohei Nakajima.
This paper introduces Self-Programmed Execution (SPE), an agent architecture where the language model generates its own orchestration program rather than relying on a fixed external harness. It presents 'Spell', a Lisp-based language enabling this self-editing and re-evaluation, demonstrating that frontier models can successfully perform agentic tasks using this method.
A detailed breakdown of Claude Code's six-layer architecture, revealing how it functions as a complex agent harness with input, knowledge, execution, integration, multi-agent, and observability layers beyond just the AI model.
本文深度解析了 Ramp Labs 研发的 AI 代理电子表格工具 RAMP Sheets,涵盖其从流程挖掘起步的演进路径、基于 Excel 公式优先的透明化智能体架构设计,以及在财务自动化场景中的实际应用。