Moving beyond stateless inference: focus shifts to memory, governance, and embodied compute efficiency.

Today’s batch highlights a pivot from model training to systems-level operational challenges. We see progress in local-first state management, production agent safety, and test-time compute optimization for embodied agents.

PROJECTMEM: A Local-First, Event-Sourced Memory and Judgment Layer for AI Coding Agents

Malo et al. · [abs] [pdf]

This paper introduces an event-sourced memory layer to solve the statelessness of modern coding agents by caching project context and decision history. It aims to reduce the token-heavy re-derivation process that plagues long-running development tasks.

↳ A necessary step toward persistent AI workspaces that actually learn from previous failures and project-specific quirks.

agents dev-tools memory

A Five-Plane Reference Architecture for Runtime Governance of Production AI Agents

Tallam et al. · [abs] [pdf]

The author proposes a structural governance framework for AI agents in production, treating agents as autonomous entities that require multi-layer policy enforcement beyond standard perimeter security. It maps out how to intercept and validate individual agent actions at runtime.

↳ Critical reading for infrastructure engineers struggling to bridge the gap between ‘trusted’ model inference and real-world system modification.

security governance production-ai

DIRECT: When and Where Should You Allocate Test-Time Compute in Embodied Planners

Dao et al. · [abs] [pdf]

DIRECT is a routing framework that intelligently decides when an embodied agent needs high-compute VLM reasoning versus low-latency heuristic planning. It shows that selective allocation maintains high success rates while cutting inference FLOPs and latency.

↳ Proves that we don’t need ‘frontier-scale’ inference for every trivial movement; conditional compute is the path to deployment-ready robotics.

embodied inference robotics

FACTR 2: Learning External Force Sensing for Commodity Robot Arms Improves Policy Learning

Oh et al. · [abs] [pdf]

The authors present NEXT, a method to estimate joint torques from free-motion data without external force sensors. This enables commodity hardware to perform contact-rich manipulation tasks previously reserved for high-end industrial arms.

↳ A pragmatic hardware-software bridge that lowers the barrier to entry for complex, touch-sensitive robotic manipulation.

robotics sensing force-control

Redesign Mixture-of-Experts Routers with Manifold Power Iteration

Wu et al. · [abs] [pdf]

This paper proposes aligning router weights with the principal singular direction of their corresponding experts using power iteration. This ‘Manifold Power Iteration’ approach enforces structural alignment to improve expert specialization.

↳ A clean, theoretically grounded architectural improvement that addresses the common ‘router collapse’ issue in MoE training.

architectures moe optimization

The Impossibility of Eliciting Latent Knowledge

Friedl et al. · [abs] [pdf]

A formal investigation into the alignment challenge of ELK, proving that without strict constraints, honest reporting of internal latent variables is fundamentally under-determined. It refines the theoretical limits of what we can expect an opaque model to reveal.

↳ A sobering reminder that ‘honesty’ is not a naturally emergent property of predictive models and remains a formal design problem.

alignment theory

Keep your agents secure and your tokens cheap. See you tomorrow.