{
  "schema_version": "1.1",
  "id": "s13:https://arxiv.org/abs/2608.05124v1",
  "slug": "2608-05124v1-05haobv",
  "url": "https://feed7.dev/p/2608-05124v1-05haobv",
  "title": "Chained Recursive Language Models for Multi-Iteration Reasoning",
  "why_included": "Chained RLM repeatedly gives the same model a fresh context while preserving summaries, a blackboard, and artifacts—a concrete harness pattern for limiting error buildup.",
  "summary": "Chained RLM splits long-context work across repeated calls to the same model. Every **fresh reasoning root** receives the original task and context plus a **plain-text summary**, a **plain-text blackboard**, and durable artifacts rather than the full prior conversation.",
  "practical_implication": "Agent builders can treat context resets as an architectural tool: keep the source problem stable, externalize intermediate state, and let later calls inspect or correct artifacts. This pattern targets extraction, counting, ordering, and multi-hop tasks where early errors otherwise persist.",
  "agent_context": "Chained RLM splits long-context work across repeated calls to the same model. Every **fresh reasoning root** receives the original task and context plus a **plain-text summary**, a **plain-text blackboard**, and durable artifacts rather than the full prior conversation.\n\nAgent builders can treat context resets as an architectural tool: keep the source problem stable, externalize intermediate state, and let later calls inspect or correct artifacts. This pattern targets extraction, counting, ordering, and multi-hop tasks where early errors otherwise persist.\n\nThe material describes the architecture and evaluation protocol but reports no quantitative results. The cost of repeated full-context calls, the quality required of handoff summaries, and the conditions under which this beats recursive tool calling remain open.",
  "source": {
    "name": "arXiv",
    "url": "https://arxiv.org/abs/2608.05124v1",
    "published_at": "2026-08-05T17:50:08.000Z"
  },
  "source_class": "blog_post",
  "content_type": "Paper",
  "layer": "agent",
  "domains": [
    "coding",
    "research"
  ],
  "topics": [
    "harness-engineering",
    "context-engineering",
    "agent-memory"
  ],
  "verification": {
    "status": "needs_review",
    "label": "Needs Review",
    "method": "unverified",
    "verified_at": null
  },
  "uncertainty": [
    "The material describes the architecture and evaluation protocol but reports no quantitative results. The cost of repeated full-context calls, the quality required of handoff summaries, and the conditions under which this beats recursive tool calling remain open."
  ],
  "connected_context": {
    "meaning": "Chained RLM makes context reset a deliberate long-horizon control: each iteration starts from the original problem while inheriting only summarized state, a blackboard, and inspectable artifacts. This strengthens prior durable-state harness patterns and contrasts with recursive inspection inside one main context, but offers no results showing when repeated full-context calls justify their cost.",
    "corpus_size": 368,
    "generated_at": "2026-08-06T10:06:22.363Z",
    "connections": [
      {
        "title": "Scaling to Long Horizons — Ross Taylor & Chengxi Taylor, General Reasoning",
        "source_name": "AI Engineer",
        "source_url": "https://www.youtube.com/watch?v=2bvtay8wGYI",
        "feed7_url": "https://feed7.dev/p/scaling-to-long-horizons-ross-taylor-chengxi-taylor-general-reasoning-0jwtg4d",
        "reason": "The long-horizon account identifies compaction and durable external state as core requirements; Chained RLM turns those requirements into a concrete reset-and-handoff architecture."
      },
      {
        "title": "RLM: Recursive Language Models for Large Codebases - Shashi, Superagentic AI",
        "source_name": "YouTube",
        "source_url": "https://www.youtube.com/watch?v=8oyalrfwgjw",
        "feed7_url": "https://feed7.dev/p/rlm-recursive-language-models-for-large-codebases-shashi-superagentic-ai-1w21nex",
        "reason": "Both keep large source material outside conversational history, but conventional RLM returns bounded evidence to a main context whereas Chained RLM repeatedly creates fresh roots connected by summaries, a blackboard, and artifacts."
      },
      {
        "title": "huangruiteng/loopx",
        "source_name": "GitHub",
        "source_url": "https://github.com/huangruiteng/loopx",
        "feed7_url": "https://feed7.dev/p/loopx-0j0o7ux",
        "reason": "LoopX persists goals, gates, ownership, evidence, and quotas across bounded turns; Chained RLM supplies a complementary mechanism for transferring reasoning state between fresh model calls."
      },
      {
        "title": "Effective harnesses for long-running agents",
        "source_name": "Anthropic",
        "source_url": "https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents",
        "feed7_url": "https://feed7.dev/p/effective-harnesses-for-long-running-agents-0xzfs05",
        "reason": "Both replace reliance on chat history with durable files and bounded sessions, though Chained RLM preserves the entire original task and context at every new reasoning root rather than advancing one feature per session."
      }
    ]
  },
  "lifecycle": "Current",
  "published_at": "2026-08-05T17:50:08.000Z",
  "modified_at": "2026-08-05T17:50:08.000Z",
  "supersedes": [],
  "expires_at": null,
  "formats": {
    "html": "https://feed7.dev/p/2608-05124v1-05haobv",
    "json": "https://feed7.dev/p/2608-05124v1-05haobv.json",
    "markdown": "https://feed7.dev/p/2608-05124v1-05haobv.md"
  }
}