Agents and coding tools drove the day: Microsoft unveiled big MAI moves in reasoning and code, Hugging Face highlighted fast local computer-use agents, and Claude Code shipped meaningful agent reliability and telemetry updates. Open-source saw a strong showing with Pluto.jl 1.0 and a new coding-agent interface, while a Stanford Law study and a clever VRAM swap hack rounded out a busy pulse.
An experimental nbd-vram driver turns spare GPU VRAM into swap space, offering a last-resort buffer against OOMs at the cost of risk and instability—handle with care.
Microsoft introduced MAI-Thinking-1 (1T parameters, 35B active) and MAI-Code-1-Flash (137B, 5B active) among a new MAI family, with early access for select partners.
Holo 3.1 brings much faster, local-first computer-use agents that can operate apps on your machine with lower latency and improved privacy for day-to-day workflows.
Holo3.1: Fast & Local Computer Use Agents
anthropics/claude-code· feedJun 2, 09:58 PM
Claude Code ships v2.1.161
Release adds OTEL resource labels for slicing usage metrics, clearer agent task progress, hidden unused connectors, and resilient parallel tool calls that don’t fail as a batch.
v2.1.161 — What's changed OTEL_RESOURCE_ATTRIBUTES values are now included as labels on metric datapoints, so you can slice usage metrics by custom dimensions like team or repo claude agents rows now show done/total before the detail when work is fanned out; peek shows the longest-running item /mcp now collapses claude.ai connectors you've never signed in to behind a "Show unused connectors" row Parallel tool calls: a failed Bash command no longer cancels other calls in the same batch — each ...
hn/frontpage· feedJun 2, 11:09 PM
Pluto.jl hits 1.0 milestone
The reactive Julia notebook reaches 1.0, signaling stability for reproducible, reactive notebooks and a maturing ecosystem around Julia’s interactive scientific computing workflows.
New OSS interface for building and running coding agents ships with a polished UI and repo, aiming to standardize agent orchestration for developer workflows.
datasette-agent-micropython 0.1a0 debuts a WASM-backed MicroPython sandbox for safely generating and executing Python code; early tests show strong breakout resistance.
A Stanford Law blind evaluation finds leading AI systems outperform professors on key tasks, challenging assumptions about assessment, instruction, and tooling in legal education.
Kyle Daigle details GitHub’s approach to agentic development—platform constraints, roadmap, and coping with infra strain—as Copilot evolves from autocomplete to orchestrated agents.
GitHub's plan for Agents — Kyle Daigle, GitHub — GitHub pioneered the modern AI coding era with Copilot, and the resulting explosion in agentic coding has led to notable strains on the most popular developer platform in the world. Here's the plan.