Runtime
AssessTechniques
The execution environment that provides core services while a program runs.
Why it's here
Placed in Assess: 3 article(s) of evidence from 2 source(s), led by research-stage coverage, with 3 in the last 30 days. Confidence 41%.
Evidence (3)
- 4Hacker News·7/25/2026researchObserving Go's New Garbage Collector in Action
The article examines how Go's new garbage collector behaves while traversing the heap, comparing it with the older collector. It focuses on runtime internals and the observable effects of the change on memory management.
- 5InfoQ·7/22/2026researchBuilding AI Agents with an Intermediate Protocol Layer
Jake Mannix argues that AI agents should be engineered more like real software than ad hoc scripts, using an intermediate protocol layer to create versioned, encapsulated virtual tools. He highlights interface mapping, dynamic schema projection, and runtime taint tracking as ways to reduce data-exfiltration risk without slowing development.
- 3InfoQ·7/21/2026researchEngineering AI for creative mobile experiences
Bhavuk Jain describes how foundational AI is turned into scalable mobile products such as AI Wallpapers and Circle to Search. He outlines the engineering tradeoffs involved in guardrails, fine-tuning, OS integration, latency, and infrastructure cost to deliver safe and reliable experiences.