Background: A New Approach to Soaring AI Costs
On June 27, Coinbase CEO Brian Armstrong took to social media to share the company's breakthrough practices in AI cost management. As token usage grows exponentially, AI spending pressures would typically rise in tandem, but Coinbase chose not to rely on traditional usage caps or spending alerts. Instead, the company focused on infrastructure-level improvements. Armstrong stressed that the key lies not in adding friction, but in building better default models, routing mechanisms, and caching systems.
Three Core Strategies: Default Models, Smart Routing, and Caching
First, Coinbase has switched its default models to open-weight alternatives such as GLM 5.2 and Kimi 2.7 through an LLM gateway, while still encouraging engineers to choose the most suitable model for each task. Data shows that 91% of employees had never hit the usage limit, so instead of lowering quotas or adding reminders, the company simply shifted to lower-cost defaults, significantly reducing baseline inference costs.
Second, on model routing, Coinbase pre-processes prompts in a custom pipeline and routes tasks to the most cost-effective model based on cache hit rates and model pricing. For example, the planning phase may require a frontier model, but using one during execution is often overkill. Armstrong believes that in the future, humans should not manually select models—AI should handle that automatically, enabling finer-grained resource allocation.
Third, caching is what Armstrong calls 'the easiest way to drive up costs.' All Coinbase requests are cache-aware, maximizing reuse of hot cache. For instance, after properly implementing caching for LibreChat, the hit rate soared from 5% to 60%, dramatically reducing redundant computation. Additionally, Coinbase requires engineers to keep context lean: start new sessions when switching tasks, narrow file context scopes, and disconnect unused tools.
Results and Outlook: Spending Halved While Growth Continues
Through these practices, Coinbase has cut its AI spending by nearly half while token usage continues to rise. Armstrong emphasized that the goal is not to suppress AI usage, but to build infrastructure capable of supporting exponential growth. This case provides a replicable cost optimization paradigm for the crypto industry and tech companies: during the AI application boom, intelligent architectural management can achieve a virtuous cycle of 'more usage for less cost.'

