SAVRN. Engage SAVRN
Field Guide · Part One

Most buyers have never been told how AI infrastructure actually works.

Six short episodes on the things the price list never explains. What a hyperscaler is. Why a language model charges by the syllable. Why training and inference are two different bills. What you are really renting when you rent a processor by the hour. Where your data physically sits while the answer is being written. And what an AI factory actually costs to build.

No pitch in these six. Just the working knowledge. Every episode reads itself aloud, and the full transcript is on the page.

EPISODE 01 · ACT I

What Is a Hyperscaler, Really?

A hyperscaler is a landlord. It owns capital and sells it back to you in slices, by the second. The price list exists to amortize the building — not to price your work.

Figure 01 — What Is a Hyperscaler, Really?Diagram: one physical machine divided into fifty-eight tenant slivers with a single copper sliver marked as your workload, the four consumption meters a hyperscaler runs, and a scale comparison between a four-hundred-watt shared server and a 250-kilowatt AI rackFIGURE 01The rental unit was sized for a tenant that no longer existsA hyperscaler owns capital and sells it back in slices. Everything on the price list follows from the size of the slice.ONE PHYSICAL MACHINE, AND THE SLIVER YOU RENTyour workloadand roughly a hundred other tenants on the same hardwareEVERY ACTION CARRIES ITS OWN METER$ / secondcompute time$ / GB-monthstorage$ / GBdata leaving$ / requesteach API callConsumption pricing. The meters are not measuring your work — they are amortizing their capital.WHAT THE MODEL ASSUMED, AGAINST WHAT YOU NOW RUNThe original tenant≈ 400 WA sliver of a shared server, for minutes at a timeOne modern AI rack250 kW+The whole machine, continuously, for weeksSame price list. The workload outgrew the unit it is billed in —and still pays the overhead of sharing.
Reference figures. A general-purpose server draws a few hundred watts; a dense AI rack draws in the hundreds of kilowatts.

Their cost is capital. Your meter pays it down.

Read the full transcript

Episode 01 transcript — What Is a Hyperscaler, Really?

HOST

Everyone throws around the word hyperscaler. AWS. Google. Microsoft. But what actually is one?

EXPERT

A hyperscaler is a landlord. A very large landlord, with very expensive buildings, renting you a very small piece of shared space by the second.

HOST

That's it? A landlord?

EXPERT

That's it. They own real estate, power contracts, cooling systems, thousands of servers. They slice all of it into small pieces and rent those pieces to millions of customers at once. That slicing is the whole business.

HOST

So when I pay eleven cents an hour for a server, I'm actually sharing that machine with strangers?

EXPERT

Correct. The same physical hardware is being rented to a hundred other tenants at the same moment. It's called multi-tenancy. It's the only way the eleven-cent number works.

HOST

Why do they charge by the second? By the gigabyte? By the API call?

EXPERT

Because their cost is capital. They spent tens of billions building the buildings. To make that back, every second of every server has to be earning revenue from someone. The meter running on you is what pays down their mortgage.

HOST

That model worked fine for hosting a website. Does it work for AI?

EXPERT

No. A modern AI workload is not a small slice of a small server. It's a full rack of GPUs drawing a quarter megawatt, running for weeks. You're paying multi-tenancy overhead on a workload that fills the whole machine.

HOST

And my data?

EXPERT

Your model weights, your customer data, your trade secrets — all of it moves through networks and storage that the landlord operates. That was fine when you were renting a web server. It matters enormously when you're running an AI trained on your intellectual property.

HOST

So the summary is: hyperscaler equals landlord with a meter on every wall.

EXPERT

That's not a criticism. That's the accurate description of the business. Next episode, we look at LLMs — and why they charge you by the syllable.

EPISODE 02 · ACT I

What Is an LLM, and Why Does It Charge Per Token?

A token is a piece of a word, and every piece is metered. But the meter was designed for the provider, and it does not describe anything you actually asked for.

Figure 02 — What Is an LLM, and Why Per Token?Diagram: a sentence split into thirteen token tiles, a bar chart of reference rates per million tokens at fourteen cents cached, ninety-four cents input and three dollars fifteen output, and one business task breaking into five separate metersFIGURE 02You are billed for syllables. You consume finished work.A token is roughly three-quarters of a word. Three classes of token carry three different prices, and none of them is the priceof an outcome.HOW A SENTENCE IS METEREDReviewthiscontractandflagtheindemnityclauses13 tokensREFERENCE RATES PER MILLION TOKENSCached input$0.14the model reuses work it already didInput$0.94reading is cheap — it happens in parallelOutput$3.15generating is where the compute is actuallyspentOutput costs 22× cached input. The ratio, not the number, is the durable part — the rates move every quarter.ONE FINISHED BUSINESS TASK“Read this contract andflag the indemnity clauses.”One instruction. One outcome.10,000input tokens30,000output tokens3tool calls2retrievals1self-check passEvery one of those is a separate meter. The invoice is their sum — and the same request, asked twice, does not produce the same sum.The token is the meter. It is not the product.Quoting a low token price is quoting flour by the pound to someone who is trying to buy bread.
Reference provider rates per million tokens. They move every quarter — the ratio between the three classes is the durable part.

The token is the meter, not the product.

Read the full transcript

Episode 02 transcript — What Is an LLM, and Why Per Token?

HOST

When I use ChatGPT or Claude, I'm being charged by the token. What is a token?

EXPERT

A token is roughly three-quarters of an English word. You're paying by the syllable.

HOST

By the syllable. And each syllable has a different price?

EXPERT

Yes. Three or four categories. Input tokens — what you send. Cached input — cheaper, because the model has seen that context before. Output tokens — the most expensive, because generating text takes real compute.

HOST

Give me a number.

EXPERT

A reference provider set runs about ninety-four cents per million input tokens, fourteen cents per million cached, and three dollars fifteen per million output. Those numbers change every quarter. The number isn't the point.

HOST

What is the point?

EXPERT

The structure. You're paying different rates for different kinds of syllables. And none of those rates map to a finished business task.

HOST

Meaning?

EXPERT

Meaning: read this contract, flag the indemnity clauses. That one task might use ten thousand input tokens, thirty thousand output tokens, three tool calls, two retrievals, a self-check pass. The bill is the sum of all of that. Not the sticker price.

HOST

So the same question, asked twice, could cost me different amounts.

EXPERT

Correct. Same document, uploaded twice, chunked into different token counts by different providers. Your bill varies. That's not a bug. The meter is behaving normally. It's just a meter designed for the provider, not for you.

HOST

And every token I send crosses the provider's boundary.

EXPERT

Every one. Your prompts. Your documents. Your customer data. You're trusting the terms of service.

HOST

So the token is a real meter, but it's not the product I'm actually trying to buy.

EXPERT

The token is the flour. The bakery is where the margin lives. Next episode: training versus inference — the two very different bills.

EPISODE 03 · ACT I

Training vs. Inference — The Two Very Different Bills

Training is a capital event. Inference is an operating expense. They cost, run and scale nothing alike — and they expose your data in two different places.

Figure 03 — Training vs. InferenceDiagram: training as a dense cluster of processors billed to the capital budget beside inference as distributed nodes billed to the operating budget, both drawn on a single annual timeline, with fine-tuning shown as a third costFIGURE 03Two activities, two budgets, two data exposuresTraining builds the brain. Inference is the brain thinking. They are approved by different committees and they fail indifferent ways.TRAININGA capital eventHundreds of processors wired as one machine, running for weeks toproduce a single artifact.Dense cluster · ultra-fast interconnectLands on the capital budgetINFERENCEAn operating expenseCheap per event, run billions of times, close to the user, forever,with latency that has to hold.Distributed capacity · predictable latencyLands on the operating budgetTHE SAME YEAR, DRAWN ON ONE AXISTraining — episodic, large, and easy to mistake for the whole costInference — continuous, and the line that actually sets the annual billAND THE THIRD BILL NOBODY PUTS ON THE SLIDEFine-tuning and adaptation sit between the two. They carry their own compute cost, and their own governance question: did your proprietary dataget baked into the weights?
Training and inference drawn on one axis. The continuous line is the one that sets the annual bill.

Where the training happens decides who owns the model. Where the inference happens decides who sees the data.

Read the full transcript

Episode 03 transcript — Training vs. Inference

HOST

People say AI like it's one thing. But you keep telling me there are two.

EXPERT

Training and inference. Two completely different activities. Two completely different bills.

HOST

Start with training.

EXPERT

Training is building the brain. You feed a model trillions of examples and adjust billions of internal weights until it can predict the next word well. Monstrously expensive. Hundreds of GPUs running for weeks, drawing megawatts, generating heat you have to liquid-cool.

HOST

And inference?

EXPERT

Inference is the brain thinking. You send the finished model a question. It runs forward through those billions of weights and produces an answer. Much cheaper per event. But you do it billions of times.

HOST

Every ChatGPT reply is an inference.

EXPERT

Every one. Every AI-generated image. Every AI agent decision. The economics of a company running AI are dominated by inference volume, not training.

HOST

So training is a capital event. Inference is an operating expense.

EXPERT

Exactly. Confusing the two is the most common mistake in AI budgeting.

HOST

Is there a third thing?

EXPERT

Fine-tuning. Between training a base model and running inference, sophisticated operators customize the model to their business. Has its own compute cost. Its own governance risk — did your proprietary data get baked into the weights? And its own operational discipline.

HOST

And the infrastructure looks different for each?

EXPERT

Very different. Training loves dense clusters of GPUs with ultra-fast interconnects — the fabric costs more than the GPUs. Inference loves distributed capacity close to the user, with predictable latency. Building a facility that does both well is a different problem than building one that does one.

HOST

And each has a different data-exposure profile.

EXPERT

Where training happens determines who owns the model. Where inference happens determines who sees the live data. Train on a hyperscaler, run inference on an LLM provider, and you've handed both training data and live production traffic to third parties. Defensible decision. Should be a decision, not an accident.

HOST

Three different activities. Three different bills. Three different exposures.

EXPERT

Next episode: GPU-as-a-service — the model that pretends they're all the same thing.

EPISODE 04 · ACT I

What Is GPU-as-a-Service?

Renting the processor by the hour is not the same as owning the outcome. The rate on the page has to be divided by a utilization number nobody quotes you.

Figure 04 — What Is GPU-as-a-Service?Chart: the effective hourly cost of a three-dollar reservation rising as utilization falls, marked at seven dollars fifty at forty percent utilization, beside the reserved-versus-used bar and the hyperscaler-to-bare-metal spectrumFIGURE 04The rate on the page is not the rate you payA reserved processor bills whether or not it is working. Divide the sticker rate by your real utilization and you have thenumber that matters.EFFECTIVE COST OF A $3.00 / HOUR RESERVATION$3$6$9$12$15$3.00$7.50typical production AI20%40%60%80%100%actual utilizationWHAT YOU RESERVED40% doing work · 60% idle · 100% billedYou buy the hour. You needed the outcome.WHAT IS NOT ON THE PRICING PAGEData pathstorage, egress and interconnect, each meteredSchedulingtight capacity means a queue, and a queue is a riskNo refunda run that fails still consumed the hoursTHE SPECTRUM — THE SAME TRADE AT EVERY POINT ON ITHyperscaler GPU instancefull multi-tenancy, full markupSpecialist neocloudGPU-focused, less overheadBare-metal rentala whole machine, provider stays outWhichever one you pick, the provider's product is the hourand yours is the finished work.
Effective hourly cost of a $3.00 reservation as utilization falls. Production AI commonly sits near the marked point.

You own hours. What your business consumes is finished work.

Read the full transcript

Episode 04 transcript — What Is GPU-as-a-Service?

HOST

GPU-as-a-service. Sounds efficient. What is it?

EXPERT

A provider buys thousands of NVIDIA H100s, H200s, or Blackwell chips. Racks them. Powers them. Cools them. Rents them to you by the hour. Two to eight dollars an hour depending on the silicon.

HOST

That sounds like a good deal.

EXPERT

For some workloads it is. Bursty training runs. Research spikes. One-off experiments. But for production AI, there's a trap on the pricing page that nobody points at.

HOST

Show me the trap.

EXPERT

Utilization. You pay for the hour whether you're using the GPU or not. Real production AI runs at maybe forty percent utilization. So your effective rate is two-and-a-half times the sticker price. GPUaaS isn't three dollars an hour. It's three dollars an hour divided by your actual utilization — a number you don't know until you're already spending.

HOST

What else?

EXPERT

The data path. Your model weights, your training data, your customer traffic all move onto and off the provider's storage and network. Egress is metered. Storage is metered. And the network between GPUs — the interconnect that determines whether your training run even works — is often oversubscribed with other tenants.

HOST

So the GPUs are yours, but the network between them is shared.

EXPERT

Correct. And there's a third problem. When capacity is tight — and for the newest GPUs it's always tight — you can be preempted, deprioritized, or asked to wait. Your workload is subject to the provider's queue.

HOST

Are all GPUaaS providers the same?

EXPERT

Spectrum. Hyperscalers renting GPU instances the same way they rent CPU instances — full multi-tenancy, full markup. Specialist neoclouds — CoreWeave, Lambda, others — better price-performance because they skip the multi-tenant tax. Bare-metal GPU rental — you get a whole physical machine and the provider stays out of your way.

HOST

But even the best of those still has the same underlying problem.

EXPERT

You don't own the outcome. You own the hours. Finish your training run in thirty percent of the reserved time? No refund. Model doesn't converge? No refund. Their product is the hour. Your product is the finished work. Those aren't the same thing.

HOST

So GPUaaS is a car rental.

EXPERT

Rent it if you know the trip. Don't rent it if the trip is your company. Next episode: sovereign data — where your AI physically runs and why that turns out to be one of the most consequential decisions your business makes.

EPISODE 05 · ACT I

Sovereign Data: Why Where Your AI Runs Matters

Sovereignty is either a promise written into a contract or a property built into the plant. Only one of the two can be audited.

Figure 05 — Sovereign DataDiagram: a prompt crossing the provider boundary out of your walls, and a comparison of sovereignty asserted as four contractual promises against sovereignty built as four architectural propertiesFIGURE 05The boundary is the productNot where the model was trained. Where your prompt physically lives for the seconds it takes to answer — and who holds it whileit is there.A PROMPT, AND THE MOMENT CUSTODY CHANGES HANDSInside your wallsThe contractThe customer recordThe formulaThe strategy memoPROVIDER BOUNDARYLogged, cached, retainedfor as long as their policy saysSubject to legal processaimed at them, in a matter that is not yoursA dependencytheir price, terms and roadmap are now your inputsTWO WAYS TO ANSWER THE SAME QUESTIONA promiseSovereignty asserted in a contract“We do not train on your data.”“Your data is encrypted at rest.”“We are certified against a framework.”“We will notify you of legal requests.”A statement about future behavior. You are trusting terms.A propertySovereignty built into the architectureDedicated bare metal — no shared tenancyPrivate optical fabric, not public transitModel weights hash-verified at bootLocal-first and deny-by-default egressA fact about the plant. You can audit it.An air gap is a stronger claim again — and it belongs to an acceptance package, not a brochure.Disconnected operation is an engineering result you demonstrate, not an adjective you use.
The same guarantee, offered two ways. One is a statement about future behavior; the other is a fact about the plant.

Local-first and deny-by-default. The boundary is the product.

Read the full transcript

Episode 05 transcript — Sovereign Data

HOST

You keep bringing up data. Where does my AI actually run?

EXPERT

That is the most important question in the entire category, and almost nobody asks it. Not where the model was trained. Not where the company that made it is headquartered. Where does your actual prompt — your document, your customer record, your trade secret — physically live for the seconds it takes the AI to answer?

HOST

And whoever owns that place—

EXPERT

—owns your data.

HOST

Walk me through the plumbing.

EXPERT

You use a public AI service. Your data leaves your walls. Travels over shared infrastructure. Lands in a provider's memory long enough to be processed. Depending on the terms, it may be logged. Cached. Retained. In some cases, used to improve future models. That's not a criticism of any specific provider. It's how the plumbing works.

HOST

And that plumbing creates real risks.

EXPERT

Three of them. IP leakage — once your prompt crosses the boundary, a third party possesses a copy of it. Even if they promise not to train on it. Subpoena exposure — data held by a third party is subject to legal process directed at that third party. Your data can be swept into a case that has nothing to do with you.

HOST

And the third?

EXPERT

Hyperscaler dependency. If your entire AI capability lives on someone else's infrastructure, they can raise prices, change terms, deprecate services, or refuse to serve you. Your business continuity is a footnote in their business plan.

HOST

So sovereign data means what, exactly?

EXPERT

The AI runs inside your boundary. Not theirs. Compute on your campus, or in a facility you control. Private network. Your keys. Your logs. Your ability to prove nothing left.

HOST

That sounds like a marketing word.

EXPERT

It's a technical one. Dedicated bare-metal, not virtualized slices. Private optical fabric, not public internet. Model weights hash-verified at boot. Runtime local-first, deny-by-default — external contact blocked unless explicitly approved, and every approved call recorded.

HOST

What about air-gapped?

EXPERT

Stronger claim. The facility has no live network connection during operation. Common request from defense, intelligence, regulated finance. And a claim you don't make without a completed acceptance package. Disconnected operation is an engineering exercise. Not a slogan.

HOST

The trade-off?

EXPERT

Sovereign infrastructure costs more upfront than renting from a hyperscaler. Because you actually own something. In exchange: predictable pricing. Provable data custody. Independence from a vendor whose priorities are not aligned with yours. For any organization whose data is a competitive asset — universities, banks, hospitals, defense, energy, governments — the trade is not close.

HOST

The boundary is the product.

EXPERT

The boundary is the product. Next episode: the real cost of an AI factory. Five buckets. Most vendors show you two.

EPISODE 06 · ACT I

The Real Cost of an AI Factory

Shell, IT hardware, electrical, onsite generation, workforce. A factory takes in power and returns finished work. These five buckets are what make that conversion possible.

Figure 06 — The Real Cost of an AI FactoryDiagram: the five capital buckets of an AI factory with per-megawatt working benchmarks, a matrix of which buckets sit inside a hyperscaler hour, a GPU-as-a-service hour and an owned factory, and the conversion of power in to finished work outFIGURE 06Five buckets. Most quotes show you two.Working benchmarks per megawatt of IT capacity for a modern high-density build. Every vendor recovers some combination ofthese, whether or not they show you the split.01Data centerinfrastructure$14–16Mper MWPowered shell, raisedfloor, cooling loops,fire, security02IT hardware$29Mper MWProcessors, servers,storage, top-of-racknetwork03Electricalinfrastructureincludedin the $43–45MTransformers, switchgear,UPS, busway, rack PDU04Onsite powergeneration$1.5Mgross · $1.05M post-§48EFuel cells, storage,solar. Capital cost andfuel cost05Workforcenot a costa moat you fund earlyApprenticeship,certification, localhiring pipelineBuckets one through three together land in a working benchmark of roughly $43–45M per megawatt of IT, all-in, before generation and workforce.WHAT IS ACTUALLY INSIDE THE NUMBER YOU WERE QUOTEDA hyperscaler hourAll five, plus margin, plus multi-tenant overhead, plus a risk premium — bundled into onerate you cannot decompose.A GPU-as-a-service hourMostly bucket two and part of bucket one. The rest sits on somebody else's balance sheet.An owned AI factoryAll five on one balance sheet, priced as finished work rather than as recovered capital.WHAT THE PLANT IS FORPower inthe factoryfinished work outEverything upstream — siting, interconnect, cooling, racks — exists to raise the rate at which energy becomes useful output.
Working benchmarks per megawatt of IT capacity for a modern direct-to-chip build, before power generation and workforce.

A campus takes in power and returns finished work. That conversion is the business.

Read the full transcript

Episode 06 transcript — The Real Cost of an AI Factory

HOST

Someone quotes me a price for AI infrastructure. How do I know what's actually in the number?

EXPERT

Ask which of the five buckets are in it. Because there are five, and most vendors show you two.

HOST

Walk me through the five.

EXPERT

One: data center infrastructure. The powered shell. Building, raised floor, cooling loops, fire suppression, security. Reference range for a modern high-density AI build: fourteen to sixteen million dollars per megawatt of IT capacity.

HOST

Two?

EXPERT

IT hardware. GPUs, servers, storage, top-of-rack networking. About twenty-nine million per megawatt for current-generation direct-to-chip liquid-cooled builds. This is what most people mean when they say AI compute.

HOST

Three?

EXPERT

Electrical infrastructure. Transformers, switchgear, uninterruptible power, busway, rack-level distribution. Not part of the shell. Not part of the IT. Separate line item. Rarely in the sticker price you see quoted.

HOST

Four.

EXPERT

Onsite power generation. If you don't want to be at the mercy of the grid, or if the grid can't give you the megawatts you need on your timeline, you generate onsite. Fuel cells, solar plus storage, biomass, natural gas. Hydrogen fuel cell plus reformer runs about one and a half million per megawatt gross, about one million per megawatt after federal investment tax credits.

HOST

Five.

EXPERT

Workforce infrastructure. Training programs. Apprenticeships. Community relationships. Local hiring pipelines. Not a cost. A moat. But a moat you fund upfront.

HOST

Add the first three.

EXPERT

Forty-three to forty-five million per megawatt, all-in, before power generation and workforce. Working benchmark. Every site is different. But that's the range for a modern direct-to-chip AI factory.

HOST

And tax incentives?

EXPERT

Where sophisticated developers make money that unsophisticated developers leave on the table. Section 48E investment tax credit offsets a substantial portion of power generation capex. Low-income community adders can reach up to sixty percent of eligible capex — with allocation caps, a five-megawatt-per-facility limit, site qualification, and tax counsel review. Section 6418 transferability lets you sell those credits for cash. Bonus depreciation accelerates the shield.

HOST

And state incentives.

EXPERT

Another layer. Virginia's distressed-locality data center program has a seventy-million-dollar investment and twenty-five-jobs threshold. Machinery-and-tools tax abatement. Workforce credits. Sales and use exemptions.

HOST

So when a hyperscaler quotes me eleven cents an hour for a GPU—

EXPERT

Embedded in that number is their recovery of all five buckets, plus their margin, plus multi-tenant overhead, plus risk premium. When a GPUaaS provider quotes three dollars an hour, they're recovering bucket two and part of one. Their model outsources the rest.

HOST

And a SAVRN AI factory prices what?

EXPERT

Finished work directly. Lets the cost of the buckets fall out to its own capital structure. The only honest comparison across all these vendors is dollars per finished task at real utilization. Not tokens. Not GPU hours. Not rack space. Finished work.

HOST

Five buckets. Ask which ones are in your price.

EXPERT

The ones they leave out are the ones you'll pay for twice. Next episode: why SAVRN is not a hyperscaler.

Part Two — the reframe

Those six episodes describe the market as it is. The next five describe what we built instead: why SAVRN is not a hyperscaler, not a language-model provider and not GPU-as-a-service; how Work Credit pricing works; and what makes an AI factory a community is proud to host.

Cost and rate figures in this guide are reference and working-benchmark values, and are spoken as such. They move with procurement, silicon generation and provider pricing.