DEV Community

Induwara Ashinsana
Induwara Ashinsana

Posted on Originally published at induwara.lk

Crusoe's $30B valuation is a bet on power, not AI

Crusoe's reported $3 billion raise at a $30 billion valuation is not really an AI story. It is an electricity story wearing an AI jacket. TechCrunch reports that the round came together after Crusoe reportedly signed a roughly $13 billion, five-year cloud contract with Jane Street, the quantitative trading firm.

Eleven months ago the same company was valued at $10 billion. Its software did not get three times better in eleven months. What changed is who has the power contracts, the land, and the delivery slots.


🔌 The valuation tripled because a customer signed, not because the tech improved

Line the two rounds up next to each other and the mechanism is obvious.

October 2025 September 2026 (reported)
Amount raised $1.38 billion $3 billion
Valuation $10 billion $30 billion
Named investors Atreides Management, Valor Equity Partners (co-leads), Mubadala Capital
Trigger ~$13B, 5-year Jane Street cloud contract

That is a 3× valuation move in under a year, and the reported reason is a single anchor tenant. Crusoe already builds hyperscale campuses for Oracle, OpenAI, Meta and Microsoft, and TechCrunch reports the company has met with Goldman Sachs and Morgan Stanley about a possible near-term IPO.

Key takeaway: In AI infrastructure right now, a signed multi-year offtake contract is worth more than any technical differentiation. The market is pricing contracted revenue, not cleverness.

I want to flag the hedge properly: every one of these numbers is reported, not confirmed by the company. Treat them as directionally useful, not as filings.


💰 Jane Street tells you who is actually paying for AI

Everyone talks about chatbots. The biggest single AI compute contract in this story was signed by a proprietary trading firm.

That is worth sitting with if you are choosing what to build or where to work:

  1. The buyers with real budgets have a measurable loss function. A trading firm knows exactly what a millisecond or a better signal is worth. It does not need to be convinced that AI is the future.
  2. Boring verticals fund the boom. Finance, logistics, insurance, energy. Not consumer apps.
  3. Compute is being pre-sold in five-year blocks. Capacity going to a customer like this is capacity that does not show up on a public cloud spot market at a discount.

For a Sri Lankan engineer, the practical read is that the demand side of AI is enterprise and quantitative, not consumer. If you are building a portfolio to get remote contracts, a project that shows you can cut an inference bill or wire a model into a real workflow beats another chat UI.


🌏 Sri Lanka is not winning the data centre race, and does not need to

Crusoe started in 2018 mining crypto using flared natural gas — energy that was being burned off and wasted. That is the whole trick. Find stranded, near-worthless power, put compute next to it, sell the compute. Then in 2024–2026, point the same physical asset at a customer paying AI prices instead of crypto prices.

That arbitrage does not exist here. We do not have stranded gas fields, our grid is constrained, and industrial power is expensive. Anyone pitching you a "Sri Lanka AI data centre" play should be asked one question first: where is your cheap power coming from, and is it contracted?

The lesson from Crusoe is not "build data centres." It is "look at what asset you actually own, and find the customer who values it most." Crusoe's asset was never the mining rigs. It was proximity to wasted energy.

The asset most of us own is different: low-cost, high-skill engineering time in a timezone that overlaps both Europe and Asia, billed in dollars. That is the arbitrage worth pressing. If you are working out what your rate needs to be after conversion and platform fees, our freelancer USD-LKR earnings calculator does that maths.


🛠️ Build like compute stays expensive, because it will

If the biggest buyers are locking capacity into five-year contracts, do not plan your side project around GPU prices collapsing. Plan around them staying annoying. Here is how I actually structure things:

Strategy What it buys you When it fails
Run inference in the browser (WASM / WebGPU) Zero server cost, zero upload, real privacy Big models, weak devices
Use the smallest model that passes your eval Often 5–20× cheaper than the flagship Genuinely hard reasoning tasks
Cache aggressively on prompt and result Repeat traffic costs almost nothing High-variance user input
Batch overnight instead of real-time Cheaper tiers, no idle capacity Anything interactive
Speculative decoding on self-hosted models Same output, fewer wall-clock seconds Poor draft-model match

Most of the tools on this site are built on the first line of that table. They run in your browser, on your machine, with nothing uploaded, which is why they can be free with no signup. That design choice was originally about privacy. It turns out to also be the only cost structure that survives a compute market where a trading firm can outbid you by nine orders of magnitude.

If you are self-hosting and want to sanity-check whether a draft model is worth the complexity, our speculative decoding speedup calculator will give you the expected speedup before you spend a weekend on it.


💡 What this means for you

Three things I would take from this, if I were you:

  • Stop competing on layers you cannot fund. Foundation models and data centres are capital games measured in billions. Application and workflow layers are still open, and they are where the margin ends up once infrastructure commoditises.
  • Follow the money to the boring buyers. A quant firm reportedly committing $13 billion over five years says more about where AI revenue is than any consumer launch this year.
  • Design for expensive compute. Client-side execution, small models, caching and batching are not compromises. On this side of the world they are the design.

Crusoe spent 2018 to 2026 doing one consistent thing: standing next to cheap energy and selling what came out. Work out what you are standing next to, then find the customer who values it most. That part scales down to a one-person team perfectly well.

Top comments (0)