Function Calling Support in LLM Models

Explains function calling (tool use) in LLMs: how models emit structured requests to invoke external functions, the request-execute-return loop, provider support, and practical reliability notes.

June 26, 2026 · 2 min

Local + Frontier Model Collaboration Patterns in Open Source Harnesses

As local LLMs improve, harnesses are learning to pair them with frontier models. A look at the four collaboration patterns already shipping in open source.

June 24, 2026 · 2 min

RLVR vs. the Agent Loop: Training-Time vs. Inference-Time

Distinguishes RLVR as training-time weight updates from inference-time agent verification loops.

June 24, 2026 · 3 min

AdapTime: Adaptive Temporal Reasoning in LLMs

Paper summary of AdapTime, an adaptive planner for temporal reasoning in LLMs.

June 11, 2026 · 2 min

Graph-based Agent Memory

Explains graph-based memory for LLM agents, including taxonomy, GAM consolidation, and hybrid retrieval.

May 29, 2026 · 4 min

AI Harness Engineering Principles

Principles for designing AI harnesses: context, tools, verification, autonomy, observability, and composition.

May 29, 2026 · 2 min

Agent Client Protocol (ACP)

Explains ACP, a JSON-RPC protocol connecting editors to AI coding agents with client-brokered tools.

May 28, 2026 · 3 min

Commit Intent in AI Harness Engineering

Pattern where agents declare structured pre-tool intent for gating, auditability, and drift detection.

May 25, 2026 · 3 min

Sub-Agent vs Tool-Agent in AI Harness Engineering

Distinguishes sub-agents from tool-agents by autonomy, interface, context, and harness contract.

May 25, 2026 · 2 min

Tool-DC Strategic Anchor Grouping — Web Search Example

Concrete web-search example showing how Tool-DC strategic anchor grouping reduces schema-confusion in tool calls.

May 19, 2026 · 4 min

AgentFlow

Overview of AgentFlow, an agent architecture that trains a planner with Flow-GRPO for multi-turn tool use.

May 19, 2026 · 3 min

Tool-DC Framework

Overview of Tool-DC, a try-check-retry framework for robust long-context tool-calling with large tool registries.

May 19, 2026 · 3 min

Commitment Gate (Harness Engineering)

Verification checkpoint in agent harnesses that blocks irreversible actions until cross-skill, cross-scale, and evidence-sufficiency checks pass.

May 13, 2026 · 2 min

Agent Harness Engineering

Overview of agent harness engineering — the scaffolding, infrastructure, and tooling surrounding an AI agent, covering execution environments, tool orchestration, memory management, control flow, tracing, safety, and state persistence

April 17, 2026 · 2 min