the brief

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.

the poursit · sip · 9 items

alerts

(01)
  • hn/frontpage· feedJun 2, 10:55 PM

    Use Nvidia VRAM as Linux swap

    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.

    Use your Nvidia GPU's VRAM as swap space on Linux — Article URL: https://github.com/c0dejedi/nbd-vram Comments URL: https://news.ycombinator.com/item?id=48377404 Points: 151 # Comments: 44

pulse

(06)
  • simonw/blog· feedJun 2, 10:21 PM

    Microsoft unveils new MAI models

    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.

    Microsoft's new MAI models — <p>Microsoft <a href="https://microsoft.ai/news/building-a-hillclimbing-machine-launching-seven-new-mai-models/">announced two new text LLMs</a> this morning - <strong><a href="https://microsoft.ai/news/introducing-mai-thinking-1/">MAI-Thinking-1</a></strong> (reasoning, 1T parameters, 35B active, available to "select early partners") and <strong><a href="https://microsoft.ai/news/introducingmai-code-1-flash/">MAI-Code-1-Flash</a></strong> (137B Parameters, 5B act...

    signal 9hype 1model_releasemicrosoftreasoning_modelsource ↗
  • huggingface/blog· feedJun 2, 02:13 PM

    Holo 3.1 local use agents

    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

    signal 7hype 1agent_frameworkcomputer_uselocal_inferencesource ↗
  • 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 ...

    signal 9hype 1release_notesclaude_codemcpsource ↗
  • 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.

    Pluto.jl 1.0 release – reactive notebook for Julia — Article URL: https://discourse.julialang.org/t/pluto-1-0-release/137296 Comments URL: https://news.ycombinator.com/item?id=48377496 Points: 19 # Comments: 0

  • hn/frontpage· feedJun 2, 10:34 PM

    Paseo open-source coding agent UI

    New OSS interface for building and running coding agents ships with a polished UI and repo, aiming to standardize agent orchestration for developer workflows.

    Show HN: Paseo – Beautiful open-source coding agent interface — Repo: https://github.com/getpaseo/paseo Homepage: https://paseo.sh/ Discord: https://discord.gg/jz8T2uahpH Comments URL: https://news.ycombinator.com/item?id=48377250 Points: 26 # Comments: 14

    signal 6hype 2agent_frameworkopen_sourcereposource ↗
  • simonw/blog· feedJun 2, 07:28 PM

    Datasette MicroPython agent sandbox

    datasette-agent-micropython 0.1a0 debuts a WASM-backed MicroPython sandbox for safely generating and executing Python code; early tests show strong breakout resistance.

    datasette-agent-micropython 0.1a0 — <p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-agent-micropython/releases/tag/0.1a0">datasette-agent-micropython 0.1a0</a></p> <p>I want <a href="https://agent.datasette.io">Datasette Agent</a> to be able to generate and execute Python code safely. This alpha is looking promising so far. GPT-5.5 has so far failed to break out of the sandbox!</p> <p>Tags: <a href="https://simonwillison.net/tags/python">python</a>, <a href="https...

    signal 8hype 2releaseagent_safetysandboxingsource ↗

findings

(01)

voices

(01)
  • latentspace/podcast· feedJun 2, 04:48 PM

    GitHub outlines agent-era plans

    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.