Tag
Go 1.26 makes Green Tea the default garbage collector, improving cache-friendliness. This article visualizes heap allocation with Go and C#, and discusses challenges with non-moving collectors and sparse pages.
A new runtime for the K and Q programming languages that reimagines execution using SIMD, parallelism, fusion, and compression to better leverage modern hardware.
The author built a durable runtime for orchestrating agent swarms, enabling reliable coordination of multiple AI agents.
Wasmtime 47 enables Wasm GC and exceptions proposals by default, making it easier for high-level languages with garbage collection and exceptions to target WebAssembly efficiently.
ActiveGraph shipped seven runtime releases (1.2.0 to 1.7.1) to harden its reference packs for autonomous agents, adding a safe fork-test-promote loop with subprocess isolation, manifest hashing, and complete event logging.
Ant is a JavaScript runtime and ecosystem including an engine, package manager, registry (ants.land), deployment platform, and desktop app framework (Ant Desktop) designed as a coherent alternative to existing JavaScript stacks.
The article benchmarks the WebAssembly-to-C approach using wasm2c with wide arithmetic support, demonstrating that it remains competitive with dedicated WebAssembly runtimes like Wasmer and Wasmtime in both speed and memory usage.
A deep dive into Go's profiling mechanism, explaining how the runtime collects CPU, heap, block, mutex, and goroutine profiles, and how they are represented in the pprof format.
Mozaik is a TypeScript runtime for building self-organizing AI agents.
Frond is a frontend runtime that manages the dependency graph of React apps, handling service lifecycles and cleanup automatically.
Encore announces embedding a Redis server directly into their runtime, simplifying development by eliminating the need for an external Redis instance.
This article explains the core importance of the harness (runtime framework) as a product in a coding agent, and analyzes in detail the six key components and boundary control mechanisms it must undertake.
A tweet announcing an open-source UI/UX for building organization-level agent harnesses, allowing users to bring their own model and runtime and integrate with their tools.
TileRT is a tile-based runtime achieving ultra-low-latency LLM inference, with recent milestones including 1000+ tokens/s on a 1-trillion-parameter model. It supports models like DeepSeek-V3.2 and GLM-5, and is available as open-source on GitHub.
The article explores the gap in operational tooling for AI agents in production, focusing on challenges like error handling, state replay, security, and approval workflows.
Kuma is a compiler/runtime that compiles exported PyTorch models into self-contained WebGPU executables, enabling direct browser inference without Python or server dependencies.
Deno 2.9 introduces `deno desktop` for building native desktop applications using web technologies, along with improved Node.js compatibility, CSS module imports, and faster startup.
Discusses using NVFP4 4-bit floating point weights for maximum performance, achieved via in-house quantization from FP8 using NVIDIA ModelOpt, highlighting the data format's dual scale factors for high dynamic range.
The author built a runtime control layer to address the problem of AI agents failing silently in production environments.
The author describes building a Minsky brain: a runtime of 40+ LLM agents wired in a connectome and staged phylogenetically to simulate a brain. They ask for advice on where to post this project on Reddit.