01 / DEVELOPER TOOLS
One project can coordinate several agents
Anthropic’s redesigned Projects coordinates parallel Claude Code cloud threads and shared memory. The beta starts with select Pro and Max users; overlapping code still needs merge-conflict resolution, and parallel sessions can consume usage limits faster.
Read the source ↗ claude.com02 / ROBOTICS
Learn from failure without retraining the policy
Conceptual diagram. Only the value model is updated; real-robot episodes still need human success labels.Q-Planning keeps a robot’s base policy frozen and improves a separate action-value model using successful and failed attempts. Researchers report gains on two real-robot tasks; each episode still needs a human-provided success label.
Read the source ↗ q-planning.github.io03 / INFRASTRUCTURE
Cheaper storage can make inference more expensive
SemiAnalysis tests moving Engram lookup tables out of GPU memory. Host DRAM can free space for serving, but its unoptimized SSD path loses on cost and responsiveness. The result depends on the complete serving system.
Read the source ↗ newsletter.semianalysis.com04 / LEARNING
A proof is only part of understanding
3Blue1Brown revisits a 2025 Olympiad problem to explain how someone could discover its proof. The accompanying essay makes a useful distinction for learning with AI: seeing why an answer is correct is different from developing the ideas yourself.
Read the source ↗ 3blue1brown.substack.com05 / CODING AGENTS
One instruction file can serve more tools
Claude Code 2.1.277 reads AGENTS.md when a project has no CLAUDE.md, reducing duplicated setup across coding tools. Project instructions can be changed in /config; this support is not yet available on Bedrock, Vertex, or Foundry.
Read the source ↗ github.com