AGENCYSCRIPT
CoursesEnterpriseBlog
đź‘‘FoundersSign inJoin Waitlist
AGENCYSCRIPT

Governed Certification Framework

The operating system for AI-enabled agency building. Certify judgment under constraint. Standards over scale. Governance over shortcuts.

Stay informed

Governance updates, certification insights, and industry standards.

Products

  • Platform
  • Certification
  • Launch Program
  • Vault
  • The Book

Certification

  • Foundation (AS-F)
  • Operator (AS-O)
  • Architect (AS-A)
  • Principal (AS-P)

Resources

  • Blog
  • Verify Credential
  • Enterprise
  • Partners
  • Pricing

Company

  • About
  • Contact
  • Careers
  • Press
© 2026 Agency Script, Inc.·
Privacy PolicyTerms of ServiceCertification AgreementSecurity

Standards over scale. Judgment over volume. Governance over shortcuts.

On This Page

The Competing ApproachesPure cloudPure localHybridThe Axes That Actually MatterPrivacy and data controlCost structureCapability ceilingLatency and availabilityA Decision Rule You Can ApplyThe rule, in orderWhy Hybrid Often WinsHow hybrid plays outWhat disciplined routing looks likeCommon Mistakes in This ComparisonThe recurring errorsRevisiting the Decision Over TimeWhat changes the answerBuilding the review habitFrequently Asked QuestionsIs local always more private than cloud?Does local always save money?Can a local model match a frontier cloud model?How do I start with hybrid without overcomplicating things?What is the single most decisive axis?Key Takeaways
Home/Blog/Weighing On-Device Models Against the Cloud Default
General

Weighing On-Device Models Against the Cloud Default

A

Agency Script Editorial

Editorial Team

·March 21, 2018·8 min read
local LLM toolslocal LLM tools tradeoffslocal LLM tools guideai tools

Almost every conversation about running models locally eventually collapses into a single false binary: local good, cloud bad, or the reverse. The reality is that these are two ends of a spectrum with real positions in between, and the right choice depends on which of a handful of axes matter most for your specific work. Someone processing confidential documents and someone prototyping a chat feature face genuinely different optimal answers.

This piece lays out the competing approaches honestly, names the axes that actually separate them, and offers a decision rule you can apply rather than a verdict you have to accept. The aim is to replace tribal preference with a structured comparison, because the same person often wants local for one task and cloud for another.

Read this as a way to think, not a recommendation to adopt one camp. The most sophisticated setups mix both deliberately.

The Competing Approaches

There are really three positions, not two, and naming the middle one matters.

Pure cloud

You send prompts to a provider and get completions back. Nothing runs on your machine. This is the default most people start from and remains the right choice for many tasks.

Pure local

The model runs entirely on hardware you control. No data leaves, no per-request cost, no dependency on a provider's uptime. This is what our overview of self-hosting models describes in full.

Hybrid

Some tasks run locally, others go to the cloud, routed by sensitivity, cost, or capability. This is where mature setups tend to land, even if they did not start there.

The Axes That Actually Matter

Most disagreements about local versus cloud are really disagreements about which of these axes someone weights most heavily.

Privacy and data control

  • Local keeps data on your machine, which is decisive for confidential or regulated material.
  • Cloud sends data to a third party, governed by their terms and your trust in them.

This axis alone settles many decisions. If the data cannot leave, the cloud is off the table regardless of every other consideration.

Cost structure

  • Local has high upfront cost in hardware and setup, then near-zero marginal cost per request.
  • Cloud has near-zero upfront cost and a per-request price that scales with usage.

Heavy, steady usage favors local economics; light or spiky usage favors cloud. Our look at the business case for local models works through this math in detail.

Capability ceiling

  • Cloud generally offers the largest, most capable frontier models.
  • Local is bounded by your hardware, which caps the model size you can run.

For tasks that genuinely need frontier capability, local may simply not reach it. For many practical tasks, a well-chosen smaller model is more than enough.

Latency and availability

  • Local has no network round trip and works offline, but is bounded by your hardware's speed.
  • Cloud depends on connectivity and provider uptime but scales effortlessly.

A Decision Rule You Can Apply

Rather than choosing a side, walk the axes in priority order and let them filter the options.

The rule, in order

  1. If the data cannot leave your machine, choose local. Privacy is a hard constraint, not a preference, and it overrides everything else.
  2. If you need frontier-level capability the task genuinely requires, lean cloud. Do not fight your hardware for capability a provider gives freely.
  3. If usage is heavy and steady, weigh local economics seriously. The marginal-cost advantage compounds at volume.
  4. Otherwise, default to whichever you can stand up fastest, and revisit as usage grows.

This ordering resolves most cases on the first or second step. The decision framework for reasoning about local deployments complements this rule with a fuller planning structure.

Why Hybrid Often Wins

Teams that run this comparison repeatedly tend to stop choosing and start routing.

How hybrid plays out

  • Sensitive tasks run locally by policy.
  • Capability-hungry tasks route to the cloud.
  • Routine, high-volume tasks run locally for cost.

The cost of hybrid is operational complexity: two stacks to maintain, two failure modes to understand. The best practices for local models help keep the local half disciplined enough that hybrid stays manageable.

What disciplined routing looks like

A hybrid setup is only as good as the rule that decides where each request goes, and the best rules are boringly explicit. Rather than letting individual users decide case by case, you encode the policy: data tagged sensitive runs locally without exception, requests above a certain complexity threshold route to the cloud, and everything else follows a default. The discipline is in writing the rule down and resisting the urge to make exceptions, because every undocumented exception is a place where sensitive data can leak to the cloud by accident.

The failure mode to watch for is drift in the routing logic itself. As tasks evolve, a rule that made sense six months ago may now send work to the wrong place. Treating the routing rule as something you review periodically, the same way you review the models themselves, keeps hybrid from quietly degrading into an inconsistent mess.

Common Mistakes in This Comparison

Even people who run the comparison carefully tend to stumble on the same few reasoning errors. Naming them helps you avoid them.

The recurring errors

  • Treating capability as binary. People assume local cannot match the cloud at all, when for their actual tasks a smaller model is frequently sufficient. The question is task-specific, not categorical.
  • Ignoring the labor cost of local. The marginal-cost advantage is real, but it does not account for the human time spent maintaining the setup. Counting only per-request savings flatters the local case.
  • Choosing on identity rather than fit. People adopt a camp and then justify it, instead of letting the axes decide per task. The same person should comfortably run local for one job and cloud for another.

Working through these errors deliberately is what turns the comparison from a preference into a defensible decision.

Revisiting the Decision Over Time

A choice made today is not permanent, and treating it as such is its own mistake. The axes that decided a task can shift, and a periodic review keeps your setup aligned with reality rather than with a decision you made under old conditions.

What changes the answer

  • Usage volume grows or shrinks. A task that was too light to justify local economics can cross the threshold as adoption increases, and the reverse happens when usage fades.
  • Hardware improves. As the machines you own become more capable, the capability axis moves, bringing tasks that once required the cloud within local reach.
  • Sensitivity classification changes. Data that was not considered sensitive may become regulated, flipping a task to local by constraint rather than choice.

Building the review habit

The practical move is to schedule a periodic look at which tasks sit where and why, the same way you would review any operational decision. Each review walks the same decision rule and asks whether any axis has moved enough to change the routing. Most reviews change nothing, which is fine; the value is catching the occasional task whose answer has quietly flipped. The framework for reasoning about local deployments builds exactly this kind of periodic reassessment into its maintenance loop.

Frequently Asked Questions

Is local always more private than cloud?

In the sense that data stays on your hardware, yes. But local only delivers that privacy if you configure it correctly and do not inadvertently route data elsewhere. Privacy is a property of your whole setup, not just the model location.

Does local always save money?

No. Local trades high upfront cost for low marginal cost, so it only saves money when usage is high enough to amortize the hardware. Light or occasional use is usually cheaper in the cloud.

Can a local model match a frontier cloud model?

For many specific tasks, a well-chosen local model is good enough. For tasks that genuinely require frontier reasoning, local is bounded by your hardware and often cannot match the largest cloud models.

How do I start with hybrid without overcomplicating things?

Begin with one clear rule, such as routing all sensitive data locally and everything else to the cloud. Add routing nuance only as you learn which tasks justify it. Premature complexity is the main risk.

What is the single most decisive axis?

Privacy. If data cannot leave your machine, that constraint settles the choice before cost, capability, or latency enter the picture. Start there every time.

Key Takeaways

  • The real choice is three-way: pure cloud, pure local, or a deliberate hybrid.
  • Privacy is a hard constraint that overrides every other axis when it applies.
  • Local trades high upfront cost for low marginal cost, favoring heavy steady usage.
  • Cloud offers the highest capability ceiling; local is bounded by your hardware.
  • Mature setups route tasks by sensitivity, cost, and capability rather than picking one camp.

Search Articles

Categories

OperationsSalesDeliveryGovernance

Popular Tags

prompt engineeringai fundamentalsai toolsthe difference between AIMLagency operationsagency growthenterprise sales

Share Article

A

Agency Script Editorial

Editorial Team

The Agency Script editorial team delivers operational insights on AI delivery, certification, and governance for modern agency operators.

Related Articles

General

Prompt Quality Decides Whether AI Earns Its Keep

Prompt quality is the single biggest variable in whether AI delivers real work or expensive noise. The model matters, the platform matters — but the prompt you write determines whether you get a first

A
Agency Script Editorial
June 1, 2026·10 min read
General

Counting the Real Cost of Every Token You Send

Tokens and context windows sit at the intersection of AI capability and operational cost—yet most business cases treat them as technical footnotes. That's a mistake that costs real money. Every time y

A
Agency Script Editorial
June 1, 2026·10 min read
General

Rolling Out AI Hallucinations Across a Team

Most teams discover AI hallucinations the hard way — a confident-sounding wrong answer makes it into a client deliverable, a legal brief, or a published report. The damage isn't just to the output; it

A
Agency Script Editorial
June 1, 2026·11 min read

Ready to certify your AI capability?

Join the professionals building governed, repeatable AI delivery systems.

Explore Certification