h-tu.ch
Archives
Search...
Subscribe
What skills need from an enterprise agent platform
May 11, 2026
Agent engineering is an emerging discipline. Two significant patterns have crystallized over the past year: the agent harness and agent skills. Agent skills...
A Dungeon Master as a long-horizon agent
April 27, 2026
Like others, I’ve tried to play solo RPGs and adventure games directly with ChatGPT / Gemini / Claude via their chat UI. While LLM chat applications can...
Tetrachord scales on the guitar
May 13, 2022
Recently, while listening to a talk on standard guitar tuning, I was introduced to the concept of tetrachords as a way of navigating the guitar fretboard....
Exploiting an Envoy heap vulnerability
June 23, 2020
At Google, we have a commitment to enhancing the security and reliability of the Envoy proxy. We have dedicated initiatives around hardening, fuzzing, and...
Evolving a Protocol Buffer canonical API
January 28, 2018
In the Envoy proxy, we adopted Protocol Buffers (protobuf), specifically proto3, as the canonical specification of our next generation APIs. These APIs...
External C++ dependency management in Bazel
December 19, 2017
Bazel is the open source variant of Google’s internal Blaze build system. It aims to provide fast and deterministic build/test, scaling to extremely large...
Dynamic extensibility and Protocol Buffers
November 29, 2017
Protocol Buffers (protobuf) are Google’s wire efficient, statically typed, language independent, data serialization format. We use protobuf in the Envoy...