proomt

Search

Search posts, papers, and topics

All posts

Hugging Face Daily PapersRun-Ze Fan, Zihao Zhang, Simin Ma2 min readpaperadvanced

An Empirical Study of Harness Design for Coding Agents

Summary

This empirical study dissects coding agent harness components like planning, action space, and context management. It finds context management is critical for tight windows, rule-based elision is efficient, and planning shifts from accuracy to cost savings for stronger models.

  • Context management is vital for tight context windows, primarily by preventing context-overflow failures.
  • Staging rule-based elision before LLM-based summarization provides the strongest overall efficiency for context management.
  • Planning improves accuracy for weaker models and reduces cost for stronger models with little change in accuracy.
  • Bash-proficient models can operate effectively with a bash-only interface for substantially lower cost on command-line tasks.

Engineers building or evaluating autonomous coding agents can use these findings to design more efficient and effective harnesses tailored to specific LLM capabilities and budget constraints.

7/10

Related reading

  1. HarnessVLN: Unifying Training-Free Embodied Navigation through an Agent Harness

    HarnessVLN introduces a zero‑shot, training‑free embodied navigation framework that wraps a multimodal LLM in an "Agent Harness" – a tool‑based protocol that validates planner actions against spatial evidence, tracks progress with hierarchical event memory, and maintains a persistent spatiotemporal graph for recovery. The system works for instruction‑following and object‑goal tasks, achieving 60.…

    Hugging Face Daily Papersarxiv.org1 minpaper
  2. COBRA-Skills: Contextual Bandit-Guided Evolution for Agent Skill Optimization

    COBRA‑Skills uses a contextual‑bandit loop to selectively evaluate and evolve LLM agent skills, achieving better performance with roughly half the evaluation cost of prior methods. The framework works with limited examples and remains robust across different agent setups and even when the target model creates its own skills.

    Hugging Face Daily Papersarxiv.org1 minpaper
  3. Presentation: Context Engineering at LinkedIn: How We Built an Organizational Context Layer for AI Agents with MCP

    LinkedIn built a “Contextual Agent Playbooks and Tools” layer that wraps internal services (code search, docs, feature flags, etc.) behind the open‑source Model Context Protocol (MCP). By feeding LLM‑powered coding agents the exact internal artifacts they need, the agents can diagnose incidents, generate PRs, and update incident tickets in minutes, delivering a reported 20 % productivity gain wit…

    InfoQinfoq.com28 mintalk