▶ Watch ↗AI Engineer Code 202513:39
Brian John is a full-stack software engineer specializing in developer productivity and secure AI-assisted coding. He joined BetterUp in 2017 as a senior full-stack engineer and, by AI Engineer Code 2025, was a principal engineer focused on helping research and development teams improve their work with AI.
His writing on faster Ruby dependency installation demonstrates an unusually concrete approach to performance. After finding that additional Bundler workers did little to accelerate CPU-intensive native-extension compilation, he used the MAKE environment variable to parallelize the underlying build instead. In his example, installation time fell from approximately 86 seconds to 36 seconds.
John brought similar precision to building Codex CLI subagents, motivated by a desire to preserve useful coding workflows across different assistants and model providers. His prototype starts a child Codex Exec process from a parent session, gives delegated work its own context, and passes results back through files and standard output. A lightweight Python executor manages agent configuration, execution permissions, and task-specific reasoning effort.
▶ Watch ↗AI Engineer Code 202513:39