Linden Li is co-founder and chief architect of Applied Compute, which builds specialized enterprise agents that learn from an organization’s own data, workflows, and performance requirements. Previously a researcher at OpenAI, he combines reinforcement learning, inference engineering, and model-training infrastructure to make company-specific intelligence economically practical.
From computer vision to frontier-model infrastructure
At Stanford, Li worked with Fei-Fei Li on interpretable video understanding before research internships at NVIDIA and MosaicML deepened his interest in efficient model training and distributed systems.
His interests extended to controllable image generation. He co-authored Collage Diffusion, a layered approach that lets users arrange objects while a diffusion model reconciles their lighting, perspective, and composition, and helped build its open-source interface.
Specific Intelligence:Applied Compute trains agents around company-specific tasks, institutional knowledge, and measurable business outcomes, then improves them through operational feedback.
Asynchronous reinforcement learning: In his AI Engineer Code session with Garg, Li modeled how to divide a fixed GPU budget between sampling and training while accounting for response-length variability, memory limits, and stale rollouts. One simulated configuration projected a roughly 60% speedup over synchronous training; the figure describes that modeled scenario, not guaranteed production performance.
Leverage thresholding: In research with Agastya Goel, Li argues that rare successful attempts can carry disproportionately valuable learning signals. Prioritizing informative samples frees compute for generating additional attempts.
Agentic inference benchmarking: With Oam Patel, Li analyzed production-like agent workloads involving tool use, long contexts, and variable response lengths. Their open-source trie benchmarking harness tests how excessive concurrency and key-value-cache eviction can reduce useful throughput.
Enterprise RL needs predictable training time as well as speed. A model of sampling, training and policy staleness helps find an efficient GPU allocation before an expensive run.