This article covers 2026-06-15 to 2026-06-21 in Asia/Taipei time. The research theme was not a single model breakthrough. It was the researchification of agent infrastructure: evaluations must predict deployment behavior, memory must be controlled and updated, skills must be mined and routed, and safety must assume agents will touch internal systems and physical environments.
1. Evaluation: static leaderboards are not deployment evidence
Beyond Static Leaderboards: Predictive Validity for the Evaluation of LLM Agents argues that agent benchmarks are only useful if they predict future tasks, different harnesses, and real operating conditions.
- arXiv lead: Beyond Static Leaderboards
The same week also had reporting on phone-agent benchmarks overstating performance because CLI/API settings differ from real mobile operation. The lesson: benchmark scores need to be decomposed into model, tool interface, harness, environment distribution, and scoring policy.
2. Memory: AtomMem turns long-term memory into atomic facts
AtomMem: Building Simple and Effective Memory System for LLM Agents via Atomic Facts proposes treating memory as granular facts that can be retrieved, updated, and checked, instead of stuffing more text into longer contexts.
- arXiv: AtomMem, 2606.19847
If the approach holds up, it matters because enterprise agents need memory with provenance, update rules, and conflict handling. The remaining question is whether it works under noisy, multi-tenant, permissioned workloads.
3. Skills: from trajectory-mined SKILL.md files to compositional routing
Two practical skill papers stood out:
- Automating SKILL.md Generation for Computer-Using Agents via Interaction Trajectory Mining: extracting reusable skill documents from interaction traces.
- Compositional Skill Routing for LLM Agents: Decompose, Retrieve, and Compose: decomposing tasks and composing retrieved skills.
Sources:
- arXiv lead: Automating SKILL.md Generation
- arXiv: Compositional Skill Routing, 2606.18051
This is close to product reality. Prompt libraries do not scale cleanly; maintainable agents need a skill registry, task decomposition, execution telemetry, and feedback updates.
4. World models and long-lifecycle agents
Can LLM Agents Infer World Models? Evidence from Agentic Automata Learning and Connect the Dots: Training LLMs for Long-Lifecycle Agents with Cross-Domain Generalization Via Reinforcement Learning point at the same problem: agents need to infer the state and rules of the systems they operate, not just react to the latest observation.
- arXiv lead: Can LLM Agents Infer World Models?
- arXiv lead: Connect the Dots
The caveat: controlled environments are still far from long-running, open-ended production agents with multiple tools and permission levels.
5. Safety: Google DeepMind made internal-system defense concrete
Google DeepMind published How we’re securing internal systems against increasingly capable and imperfectly aligned AI, which treats agent risk as an internal systems, permissions, and data-protection problem.
- Google DeepMind lead: How we’re securing internal systems against increasingly capable and imperfectly aligned AI
The week also included SoK: Security and Privacy of Foundation-Model-Powered Robots, extending agent safety from prompt injection to embodied systems and physical-world risk.
Weekly View
Agent research is moving from “make the model plan better” toward “make the whole agent system measurable, stateful, skillful, and defensible.” For builders, the lesson is blunt: without predictive evaluation, memory discipline, skill lifecycle management, and permission boundaries, stronger models still fail on long tasks.
Watchlist
- Whether predictive validity becomes standard in agent benchmark reporting.
- Whether AtomMem-like memory works in permissioned enterprise settings.
- Whether SKILL.md mining can use real IDE, browser, and device-agent traces.
- Whether other labs adopt DeepMind-style internal agent defense.
- Whether embodied-agent security moves from surveys to reproducible benchmarks.


