JIT-Agent:动态生成智能体框架的模型

elvis · @omarsar0 · X·2026-08-28 03:24·9小时前
AI 导读

JIT-Agent 是一种输出为智能体框架的模型,将框架形式化为固定四模块协议(记忆、规划、行动、工具编排),可为任意现成智能体 LLM 即时合成。它还能在执行中修复框架,并通过蒸馏历史配置的性能信号自我进化。

elvis@omarsar0
35AI 编辑部评分,满分 100

JIT-Agent:动态生成智能体框架的模型

2026-08-28 03:24· 9小时前
AI 导读

JIT-Agent 是一种输出为智能体框架的模型,将框架形式化为固定四模块协议(记忆、规划、行动、工具编排),可为任意现成智能体 LLM 即时合成。它还能在执行中修复框架,并通过蒸馏历史配置的性能信号自我进化。

If you maintain a hand-built agent harness, this one is worth your time.

(bookmark it)

I feel like everyone is sleeping on the idea of dynamically generating agent harnesses on the fly.

As you aim to own your harness, this is a topic more devs will lean into. Here is a great report discussing this topic.

JIT-Agent is a model whose output is an agent harness.

It formalizes the harness as a composable artifact under a fixed four-module protocol covering memory, planning, action protocol, and tool orchestration, then synthesizes one on the fly for any off-the-shelf agentic LLM.

It also repairs harnesses mid-execution and self-evolves by distilling performance signals from an expanding archive of prior configurations.

With JIT-Agent attached, DeepSeek-V4-Flash surpasses GPT-5.6 on DeepSearchQA (+9.1) and OdysseyBench (+4.3). GLM-5.2 gains up to +20.2 points.

The generated harnesses are also performance-competitive with mature runtimes like OpenCode and Claude Code.

Paper: https://arxiv.org/abs/2608.25593

Chat with Paper: https://academy.dair.ai/papers/jit-agent-a-model-that-writes-your-agent-harness-2608.25593