The Question
The AI industry has a default answer for every problem: send your data to an API, pay per token, get results. For most people, that's the right choice. But we've been thinking about this differently, because the businesses we work with process sensitive data — financial statements, client portfolios, internal documents — and sending that overseas introduces problems that per-token pricing doesn't solve.
Three of them, specifically:
Data residency. Your documents leave your control. Even if the provider promises not to train on your data, the data crosses borders and enters someone else's infrastructure. In Singapore, MAS guidelines on data localization aren't optional for financial services — they're the floor, not the ceiling.
Cost predictability. Per-token pricing looks cheap until you're processing at scale. At high volume, the annual bill compounds into a significant operating expense with no ceiling. You're paying rent that never becomes equity.
Latency predictability. API responses depend on network conditions and provider load. For workflows where an LLM is one step in a pipeline — ingestion, extraction, review — consistent latency matters more than peak speed.
The counterargument is straightforward: local inference means buying hardware, maintaining software, and accepting lower capability than frontier models. The question is whether the trade-off is worth it at today's hardware prices.
We decided to test this with a concrete setup rather than speculate. Here's what we found.