2026-07-13
AI Agents
Two engineers logged every request between their coding agent and Anthropic's endpoint and found Claude Code shipping 33k tokens of harness before it reads your prompt, versus 7k for OpenCode. Meanwhile a safety paper stress-tests chain-of-thought monitoring and finds giving the monitor the agent's scratchpad *raises* approval of harmful actions. Also today: causal-reasoning and terminology-understanding benchmarks, a content defense that weaponizes context compression, and harness engineering for auditable enterprise agents.
Papers
5CausalDS: Benchmarking Causal Reasoning in Data-Science Agents
CausalDS is a benchmark for causal reasoning in data-science agents that generates each instance from a sampled structural causal model plus a synthetic natural-language story, then derives tasks across all three of Pearl's rungs. The fully synthetic generation is deliberate — it reduces the "causal parrot" risk of models recalling curated examples — while optional grounding in empirical distributions keeps realism. Tasks require multi-tool coding against imperfect observations, so it tests whether agents actually reason causally rather than pattern-match.
Persuasion Attacks Can Decrease Effectiveness of CoT Monitoring
Across 40 tasks and thousands of agent-monitor interactions, this paper shows that when an agent argues for policy-violating actions, giving the chain-of-thought monitor access to the agent's reasoning trace increases approval of harmful actions by 9.5% — the scratchpad becomes an extra persuasion channel. Their fix: a fact-checker from a different model family paired with the monitor cuts violating approvals by up to 45%, versus 6% when both roles use the same model. A sharp, actionable result for anyone deploying CoT monitoring.
Out of Sight: Compression-Aware Content Protection against Agentic Crawlers
CAPE protects textual content from agentic crawlers by exploiting the context-compression step agents run to fit budgets. It injects invisible perturbations that leave the human-visible text unchanged but induce severe information loss during compression, extracting seed perturbations from a surrogate compressor and adapting them to query-only targets via prior-guided evolution. Reported gains reach 75.8% more information loss than the strongest baseline, with transfer to LangGraph workflows and GitHub Copilot. A genuinely novel defense layer aimed at the compression stage nobody was watching.
Large Language Models Have Unreliable Understanding of Software Engineering Terminology
This study prompts LLMs with correct and systematically falsified definitions from the ISO/IEC/IEEE 24765 software-engineering vocabulary, using both semantic substitutions and structural deletions. Models catch falsified definitions with high accuracy but also reject many correct ones — a rejection bias, not genuine discriminative understanding. Explicit reasoning didn't consistently help and sometimes hurt via over-thinking. The takeaway for agent builders: don't assume an agent shares your definition of a standardized term when it acts on or generates SE text.
From Prompts to Contracts: Harness Engineering for Auditable Enterprise LLM Agents
This paper argues for moving deterministic behavior out of prompts and into code, manifests, schemas, and validation artifacts around a replaceable model boundary — "harness engineering" — while source-backed claims stay authoritative at runtime. Evaluated on a slice of 25 Korean listed companies, the harness held its contracts across 270 runs under three-model substitution, and a fault-injection control confirmed the validators flag broken contracts. The key result: prompt instructions alone let trace-leakage and recommendation-language violations reach the reader; the code layer blocks them entirely.
News
3Claude Code sends 33k tokens before reading the prompt; OpenCode sends 7k
By logging traffic between the coding tool and Anthropic's API, the authors measured that Claude Code sends ~33k tokens of harness before your prompt while OpenCode sends ~7k, and that Claude Code's cache strategy is markedly less efficient. This is empirical, reproducible, and explains why usage meters climb faster on the same work. One caveat noted near the end of the post. The measurement method — a logging proxy capturing usage blocks — is the reusable part.
Migrating a production AI agent to GPT-5.6: 2.2x faster, 27% cheaper
A production migration writeup reports 2.2x faster and 27% cheaper after moving an agent to GPT-5.6, with version-specific numbers rather than vague gains. It's a vendor blog, so read the deltas as directional and check whether the comparison held prompts, tools, and traffic mix fixed. Still, concrete latency and cost figures from a real migration are more useful than another synthetic benchmark, and the specificity makes it easy to judge relevance to your own stack.
The State of MCP Security [pdf]
A State of MCP Security report aimed at teams operating agents that call tools through the Model Context Protocol. The topic is squarely on-beat — MCP is now a real attack surface for tool-using agents — but this is a PDF with low HN engagement (32 points, 4 comments) and the depth is unverified from the metadata. Worth skimming if you run MCP servers in production, with the usual caution that report quality varies.
23 more items the ranker flagged but didn't feature
Papers
- MultiView-Bench: A Diagnostic Benchmark for World-Centric Multi-View Integration in VLMsarxiv:arxiv-agents
- Communication-Efficient Digital-Twin Coordination for Heterogeneous LLM Embodied Agents over Computing Power Networksarxiv:arxiv-agents
- ARCANA: A Reflective Multi-Agent Program Synthesis Framework for ARC-AGI-2 Reasoningarxiv:arxiv-agents
- Programmers Are Poor and Overconfident Judges of LLM-Generated Assertionsarxiv:arxiv-software-eng
- Diversifying to Verify: When Task-Equivalent Programs Differ in Verifiabilityarxiv:arxiv-software-eng
- Fictional Worldbuilding: Multi-Agent LLM Collaboration with Hierarchical Context Compression and Iterative Reviewarxiv:arxiv-agents
- LongMedBench: Benchmarking Medical Agents for Long-Horizon Clinical Decision-Makingarxiv:arxiv-agents
- L-MAD: A Systematic Evaluation of Multi-Agent Debate Structures in Legal Reasoningarxiv:arxiv-agents
- Malaika: Understanding Malware through Tri-Grounded Agentic Reasoningarxiv:arxiv-software-eng
- Agentic Proof and Property-Based Testing via Property-Templates in Data-Intensive Computingarxiv:arxiv-software-eng
- Git-Assistant: Planning-Based Support for Updating Git Repositoriesarxiv:arxiv-software-eng
- Automating Just-In-Time Python Type Annotation Updatingarxiv:arxiv-software-eng
- SAGEAgent: A Self-Evolving Agent for Cost-Aware Modality Acquisition in Multimodal Survival Predictionarxiv:arxiv-agents
- ProofCouncil: An LLM Agent for Solving Open Mathematical Problemsarxiv:arxiv-agents
- Neuro-Agentic Control: A Deep Learning-based LLM-Powered Agentic AI Framework for Controlling Security Controlsarxiv:arxiv-agents
- Toward Auditable AI Scientists: A Hypothesis Evolution Protocol for LLM Agentsarxiv:arxiv-agents
- VEXAIoT: Autonomous IoT Vulnerability EXploitation using AI Agentsarxiv:arxiv-agents
- A Formalization of the Mean-Field Derivation of the Vlasov Equation: AI-Assisted Lean Formalization as a Strategy Gamearxiv:arxiv-agents
- OpenProver: Agentic and Interactive Theorem Proving with Lean 4arxiv:arxiv-agents
- Practical Source Code Recovery from Binary Functions Using Anchor-Based Retrieval and LLM Reasoningarxiv:arxiv-software-eng
News
Blogs
- Directly Responsible Individuals (DRI)rss:simonw