Remy Guercio works on strategic projects at Tailscale, where he develops Aperture, an identity-aware gateway that gives developers and autonomous agents controlled access to AI models without distributing provider credentials. His central security insight is that isolating an agent inside a container means little if that agent retains powerful API keys or authenticated sessions.
Guercio’s earlier work spans several generations of cloud infrastructure. At Cloudflare, he wrote about Cloudflare Workers and serverless applications in 2018 and 2019, emphasizing experimentation and software running at the network edge. At Lambda, his work in 2020 and 2021 addressed GPU cloud infrastructure and machine-learning workloads, including instance provisioning, training-data transfers, performance, and computing costs.
Guercio introduced Aperture’s private alpha in January 2026. Its design centralizes provider credentials, attributes model requests to developers or tagged workloads, and exposes usage, costs, and agent activity without placing sensitive keys inside individual execution environments.
The network as a security boundary: Authentication and authorization belong at the network layer, where WireGuard connections, organizational groups, and workload tags determine what an agent can reach. A GitHub Actions review bot can receive a scoped network identity instead of a reusable provider key, as Guercio demonstrates in his AI Engineer talk.
Credential-free agent access: Centralized gateways make requests, token consumption, tool calls, and shell commands attributable to specific identities; administrators can revoke network access without recovering secrets from an agent.
Experimentation without provider lock-in:Aperture CLI and a provider-flexible infrastructure model let teams switch models, vendors, and coding-agent interfaces while retaining centralized access policies and spending controls.
An agent can run inside a container while holding the credential that grants its access. Moving authorization to an identity-aware network changes where that control lives.