Transparent agents
Defining the transparent agent pattern: an agent that sits between client and model on the wire, invisible from the client's view, the same way a transparent proxy sits between client and origin in HTTP.
Senior Principal Engineer - DevOps @ Flutter Entertainment Plc
I write about DevOps, the parts of the stack nobody notices until they stop working, and lately about homelab AI and LLM inference infrastructure.
Defining the transparent agent pattern: an agent that sits between client and model on the wire, invisible from the client's view, the same way a transparent proxy sits between client and origin in HTTP.
Configuring NGINX CORS with a single if using maps and add_header directives.
Configuring Consul to work around getaddrinfo's implementation of RFC3484, which breaks DNS round robin.
Configuring NGINX+ modules to create a replicated key-value store using the mirror module.
NGINX+ mirror module purges cache for non-GET requests using the purge option and $uri variables.
Configuring NGINX to generate and forward a unique X-Request-ID header to upstream servers.
Implementing NGINX+ chained PURGE using Lua and Consul to dynamically update upstream server lists.
Configuring NGINX's proxy_cache_bypass directive to conditionally bypass caching and update cache entries.
Configuring imapfilter with Lua scripts to automate mailbox cleanup and Gmail management tasks.
Configuring NGINX using the map command for conditional logic and variable manipulation.