runtime

Tag

Cards List
#runtime

Watching Go's new garbage collector move through the heap

Lobsters Hottest · 2d ago Cached

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.

0 favorites 0 likes
#runtime

Why l (new runtime for k and q)

Lobsters Hottest · 5d ago Cached

A new runtime for the K and Q programming languages that reimagines execution using SIMD, parallelism, fusion, and compression to better leverage modern hardware.

0 favorites 0 likes
#runtime

I built a durable runtime for agent swarms

Reddit r/AI_Agents · 6d ago

The author built a durable runtime for orchestrating agent swarms, enabling reliable coordination of multiple AI agents.

0 favorites 0 likes
#runtime

GC and Exceptions in Wasmtime

Hacker News Top · 6d ago Cached

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.

0 favorites 0 likes
#runtime

@yoheinakajima: continued working on @activegraphai reference packs last weekend, resulted in needing to harden the runtime: it already…

X AI KOLs Timeline · 2026-07-14 Cached

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.

0 favorites 0 likes
#runtime

Show HN: Ant – A JavaScript runtime and ecosystem

Hacker News Top · 2026-07-11

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.

0 favorites 0 likes
#runtime

The best WebAssembly runtime may still be no runtime at all

Lobsters Hottest · 2026-07-08 Cached

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.

0 favorites 0 likes
#runtime

Understanding the Go Runtime: Profiling

Hacker News Top · 2026-07-08 Cached

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.

0 favorites 0 likes
#runtime

Mozaik

Product Hunt · 2026-07-05

Mozaik is a TypeScript runtime for building self-organizing AI agents.

0 favorites 0 likes
#runtime

Show HN: Frond – a frontend runtime for your app's dependency graph

Hacker News Top · 2026-07-01 Cached

Frond is a frontend runtime that manages the dependency graph of React apps, handling service lifecycles and cleanup automatically.

0 favorites 0 likes
#runtime

We put a Redis server inside our runtime

Hacker News Top · 2026-07-01 Cached

Encore announces embedding a Redis server directly into their runtime, simplifying development by eliminating the need for an external Redis instance.

0 favorites 0 likes
#runtime

@dongxi_nlp: https://x.com/dongxi_nlp/status/2071729771126346093

X AI KOLs Timeline · 2026-06-29 Cached

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.

0 favorites 0 likes
#runtime

@Saboo_Shubham_: UI/UX for building org-level Agent Harness. Bring your model, own the runtime, and wire it with your tools. 100% Openso…

X AI KOLs Following · 2026-06-28 Cached

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.

0 favorites 0 likes
#runtime

@seclink: 有点意思 ....

X AI KOLs Timeline · 2026-06-26 Cached

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.

0 favorites 0 likes
#runtime

Are we missing an operations layer for AI agents?

Reddit r/AI_Agents · 2026-06-26

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.

0 favorites 0 likes
#runtime

Kuma: compiling PyTorch models into self-contained WebGPU executables [P]

Reddit r/MachineLearning · 2026-06-25

Kuma is a compiler/runtime that compiles exported PyTorch models into self-contained WebGPU executables, enabling direct browser inference without Python or server dependencies.

0 favorites 0 likes
#runtime

Deno 2.9

Hacker News Top · 2026-06-25 Cached

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.

0 favorites 0 likes
#runtime

@RayFernando1337: “The selected runtime uses NVFP4 weights for maximum performance. From the original FP8 weights, we performed an in-hou…

X AI KOLs Following · 2026-06-23

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.

0 favorites 0 likes
#runtime

I got tired of AI agents silently failing in production, so I built a runtime control layer for them

Reddit r/AI_Agents · 2026-06-22

The author built a runtime control layer to address the problem of AI agents failing silently in production environments.

0 favorites 0 likes
#runtime

I've made a Minsky brain (WIP), but I don't know where to post it.

Reddit r/artificial · 2026-06-12

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.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback