27B open-source JIT-Agent writes task-specific harnesses on the fly instead of one fixed scaffold
blaizedsouza · x · 2026-09-04
- The open-source JIT-Agent project flips the fixed-harness model: a 27B meta-model takes a task spec, protocol, tool/skill registry and retrieved prior harnesses, and emits an executable, task-specific harness wrapping any off-the-shelf agentic LLM (Model-as-a-Harness).
- Harness generation happens once before the task: four Python files plus a prompt config following a fixed four-module contract — memory controls what history slice the worker model sees, planning turns that view into the next directive, tool policy decides which tools are exposed.
- The second model doing the actual work is never trained, never writes code, and never sees the harness files; it is just called step by step. The author also published a deep-dive article on the anatomy of agent harnesses built by Anthropic, OpenAI, Perplexity and LangChain.
More from coding & agent
- Open-source Claude for SEO repo hits ~1k stars, cataloging 660+ agent-callable APIs — matchaman11 · 2026-09-05
- Claude for SEO: open-source tool pitches Claude as a free $1000/mo SEO suite, hits 1k stars — matchaman11 · 2026-09-05
- Tell your agent its budget: Shumer's tip for capping token spend per task — mattshumer_ · 2026-09-05
- Pokee Isaac connects to OpenAI Codex via the same MCP package built for Claude Code — Kyrannio · 2026-09-05
- Astra builds a working "macOS 27" with apps, terminal and browser in 75 minutes — altryne · 2026-09-05
- OpenWork launches Web version: a cloud computer with your full AI agent setup — ycombinator · 2026-09-05