I gave my coding agent its own computer
A developer detailed how they built a sandboxed virtual machine to give their coding agent its own computer, eliminating the risk of destructive commands. The setup uses Apple's Virtualization.framewo…
A developer detailed how they built a sandboxed virtual machine to give their coding agent its own computer, eliminating the risk of destructive commands. The setup uses Apple's Virtualization.framewo…
Debian developers began voting on August 28 on eight ranked proposals regarding AI-generated contributions, making it the first time a major open-source project has asked its entire membership to deci…
IREE, an open-source compiler from the IREE project, now compiles machine learning models to native RISC-V CPU code with support for the RISC-V Vector extension (RVV), hand-written microkernels, and d…
Five teams maintaining the Rust compiler and standard library — compiler, libs, types, rustdoc, and bootstrap — adopted a formal LLM policy for the rust-lang/rust repository that permits using LLMs fo…
Linxr v3.0.0 introduces live serial boot logs, Storage Access Framework (SAF) file sharing, and embedded Docker container management. The update redirects Alpine Linux's kernel console to serial outpu…
Five rust-lang teams ratified an LLM usage policy authored by Jynn Nelson that allows AI to analyze and review code but not author it, with a circuit breaker that freezes new LLM-created PRs for at le…
The GCC steering committee has adopted a formal policy banning legally significant contributions — roughly 15 lines of code or text — that include or are derived from LLM-generated content, framing th…
Microsoft has released Quicksand, an async Python API for launching, controlling, and snapshotting QEMU virtual machines designed to sandbox AI agents without requiring Docker, WSL, or root privileges…
A developer building the Triton DirectX 11 driver for QEMU argues that AI tools amplify human developers rather than replace them, citing challenges such as sparse documentation, multi-boundary debugg…
Kata Containers 4.0.0 is now available, introducing a new default runtime built in Rust that offers reduced memory footprint, improved security, and lower latency, while the existing Go runtime is dep…
Researchers have released SynapticOS, an open-source inference-first runtime for neural processing units on resource-constrained microcontrollers, built on Zephyr. The runtime achieves constant-time m…
Palo Alto Networks Unit 42 identified a previously undocumented modular IoT botnet framework named TuxBot v3 Evolution, whose authors used an LLM to assist in code development but left a safety discla…
SynapseOS, an Arch-based operating system developed by GitHub user velle999, integrates a local LLM daemon as a system service that communicates with the shell, compositor, security monitor, network f…
Andrew Kelley, creator of the Zig programming language, published a point-by-point critique of Bun's Rust rewrite on July 9, 2026, arguing that the claimed improvements were engineering decisions Bun …
KubeSwift, a Kubernetes-native VM orchestration platform built on Cloud Hypervisor, has been released with support for Linux and Windows guests, GPU passthrough, live migration, and 13 custom resource…
Anthropic's Claude Fable 5 model wrote a booting Windows NT-compatible kernel in Rust in 38 minutes, producing a 5,100-line trusted computing base that passed all self-tests in QEMU. The feat demonstr…
A developer built purefetch, a system-info fetcher in Rust with zero dependencies from crates.io, using only std and raw Linux syscalls. The tool produces a ~484 KiB binary and supports four architect…
A collection of open-source sandbox tools for AI coding agents has been released, offering hardware-isolated microVMs, containers, and isolation harnesses that boot in under 200ms and prevent secret l…
A developer created ClaudiOS, a Linux distribution based on Ubuntu 24.04 LTS that boots directly into Claude Code, replacing the traditional desktop interface with an AI agent. The OS provides full sy…
SwiftOS, a new operating system written in Embedded Swift for aarch64, has completed its bring-up phase and now runs a native Swift userland with networking. The OS prioritizes efficient, reliable min…