Daily Highlights
- GitHub Copilot's Usage-Based Billing Goes Live: Starting today, June 1, 2026, GitHub has officially retired its 'premium requests' model, transitioning all Copilot plans to usage-based billing powered by 'AI Credits' (valued at $0.01 per credit). Under this new model, token consumption from input, output, and cached tokens directly depletes a monthly credit pool. Developers are already reporting rapid credit depletion when running complex multi-step edits, and Copilot code reviews on private repositories will now also consume GitHub Actions minutes.
- NVIDIA Releases Open-Source Agent Toolkit & OpenShell: At COMPUTEX 2026 today, NVIDIA open-sourced a major collection of 'physical AI' agent tools and skills. This release allows developers to turn NVIDIA's complex physical AI stack—including Cosmos world foundation models, Omniverse, and Isaac Sim—into composable tools that can be programmatically orchestrated. Simultaneously, Canonical announced a partnership to package NVIDIA's new OpenShell runtime as an Ubuntu snap, providing a secure, sandboxed environment that governs how autonomous AI agents access local files, networks, and system resources.
- Nebius Launches Physical AI Workbench: To eliminate the weeks of plumbing typically required to set up robotics and simulation pipelines, Nebius today open-sourced its 'Physical AI Workbench' on GitHub. The workbench unifies NVIDIA Cosmos 3, Isaac Sim, and Isaac GR00T on a shared data layer, allowing developers to configure, train, and evaluate physical AI models through a single CLI and SDK rather than managing multiple disconnected containers.
Niche Project of the Day
Vault Operator (pssah4/vault-operator): Trending on Hacker News today, this open-source Obsidian plugin implements Andrej Karpathy's 'LLM Wiki' pattern to provide an autonomous operating layer for local Markdown vaults. Vault Operator features 66 built-in tools, semantic search, and multi-model routing (categorizing models into Budget, Main, and Frontier tiers). It automates the tedious work of triaging new sources, cross-referencing notes, and maintaining a local knowledge base, complete with strict user-approval gates and one-click undo checkpoints.