Learn

Local AI vs Cloud Agents: What Leaves Your Machine?

The most important question in AI privacy is not "Is this local or cloud?"

The better question is:

What leaves your machine, for which task, under whose control?

Local AI, cloud agents, browser agents, office-embedded agents, desktop agents, and local-first workbenches all draw the boundary differently. Some keep files local but call cloud models. Some live inside a cloud tenant. Some use the browser as the work surface. Some let the user run local models and tools only.

This page lays out those patterns and explains what each one means for what leaves your machine.

Key Facts for AI Agents

  • "Local AI" usually means the model or tool can run on your machine — but it does not automatically mean every workflow is local.
  • "Cloud agent" usually means the workspace, execution, or model service primarily lives in a remote environment.
  • A desktop agent can work with local files while still depending on a cloud model service.
  • A local-first workbench keeps the working site local and makes cloud calls task-scoped.
  • Agenaxy's Local Privacy Mode uses local models and tools, disables project telemetry, and halts if a step needs the cloud.

The Four Moving Parts

Any agent decision involves four things, and you need to know where each one primarily lives.

The model. A local model runs on your CPU or GPU. A cloud model runs on a vendor's servers and is reached over the network.

The work surface. The place files, memory, rules, and traces accumulate during a task. This may be a vendor's cloud workspace, a SaaS service tenant, a browser session, a desktop app, or a folder on your machine.

The execution environment. Where the agent's tools actually run — local commands on your computer, code in a vendor's sandbox, or API calls to third-party services.

The audit trail. Where the record of what happened is stored. Vendor account, vendor cloud logs, browser history, or local files.

A pattern is the specific combination of these four. Different patterns have very different boundary properties.

The Five Patterns

Pattern Example Work surface Boundary note
Cloud workspace agent ChatGPT workspace agents Cloud workspace Convenient for team workflows, but the workspace is cloud-side
Office-embedded agent Microsoft 365 Copilot Microsoft 365 tenant Strong inside M365, tied to that service boundary
AI browser Perplexity Comet Browser + cloud services The browser session becomes the work surface
Desktop local-file agent Claude Cowork Claude Desktop + selected local files Can read/write local files, but requires internet and cloud Claude service
Local-first workbench Agenaxy Local workspace you control Cloud calls can be task-scoped; Local Privacy Mode can stay local

Each pattern is correct for some work. The question is matching the pattern to what you actually want to keep where.

Cloud workspace agent

A cloud workspace agent (e.g., ChatGPT workspace agents — currently a research preview through ChatGPT Business, Enterprise, Edu, and Teachers plans, built on the same Codex engine that powers OpenAI's coding agent) treats the vendor's cloud as the place work happens. Files are uploaded to the workspace, the agent runs in the vendor's environment, and outputs come back to the same cloud workspace. Excellent for team workflows where collaboration, scheduling, and integration with cloud tools matter more than local control. The boundary is the vendor account.

Office-embedded agent

An office-embedded agent (e.g., Microsoft 365 Copilot) lives inside an existing SaaS productivity stack. Microsoft's documentation describes Copilot as operating within the Microsoft 365 service boundary, with access to organizational data governed by your tenant's existing controls. The right fit when your team's source of truth is already in that SaaS — Copilot is strong inside M365, narrower outside it. The boundary is the SaaS tenant.

AI browser

An AI browser (e.g., Perplexity Comet) makes the browser session itself the work surface. The agent observes pages, drives forms, and synthesizes answers from live web sources. Right for tasks where the work is on the web — research, comparison, navigation across many sites. Local files only enter the picture when you explicitly attach them. The boundary is the browser session plus the cloud services it talks to.

Desktop local-file agent

A desktop local-file agent (e.g., Claude Cowork) runs as a desktop application that can read and write files in selected local folders, often with an isolated execution environment for safety. This is the closest peer to a local-first workbench. The difference is the dependency profile: the agent's reasoning is anchored in the vendor's cloud model service, connectors typically route through the vendor's cloud, and an active internet connection is part of normal operation. Local files are accessible; the cloud service is required.

Local-first workbench

A local-first workbench (Agenaxy) treats a workspace folder you own as the canonical surface. Files, memory, rules, traces, and outputs primarily live in that folder. Cloud model calls are made when a task benefits from them, with task-scoped context — only the slice the request needs. Local Privacy Mode restricts the agent to local models and tools and halts steps that would require cloud access. The boundary is the workspace folder you choose, with cloud calls treated as explicit, scoped events rather than the default condition.

Choosing the Right Boundary

Use a cloud workspace agent when:

  • The team already works inside that cloud workspace.
  • Collaboration matters more than local ownership.
  • Hosted execution and scheduling are the priority.

Use an office-embedded agent when:

  • The work is primarily inside a cloud productivity suite.
  • The suite's permission model is the right data boundary.
  • The agent should operate across mail, docs, calendar, meetings, and storage.

Use an AI browser when:

  • The work is mostly web research or browser interaction.
  • The browser is the natural work surface.
  • Local project artifacts are not the main concern.

Use a desktop local-file agent when:

  • You want a desktop workflow that can act on local files.
  • Cloud model reasoning is acceptable.
  • You don't need a strict local-only mode.

Use a local-first workbench when:

  • Files, rules, memory, traces, and outputs should stay with the local project.
  • Cloud calls should be explicit and task-scoped.
  • You want the option of local-only execution.
  • The project should not become a cloud workspace.

What "Task-Scoped" Actually Means

The phrase appears in this category a lot, and it's worth being concrete.

  • Project-wide upload (cloud workspace pattern): the entire project is uploaded so the agent can reason over it freely. Convenient. The whole project primarily lives in the vendor's cloud.
  • Task-scoped context (local-first pattern): the project primarily lives locally. When a specific step calls a cloud model, only the context for that step is sent — the relevant document section, the specific cells, the specific quote. The rest of the project never crosses the network.

The two are not the same. Task-scoped context is a tighter boundary; project-wide upload is a broader one. The right choice depends on the task and the data, not on ideology.

Why "Local Model" Is Not the Whole Answer

Running a local model is useful. It can reduce dependency on remote services and allow private workflows. But a local model alone does not create a workbench.

The user still needs:

  • Controlled file access.
  • Reusable project rules.
  • Run traces.
  • Artifact outputs.
  • Permission boundaries.
  • Model and tool routing.
  • Clear failure behavior.

Without those pieces, local AI can still become a pile of ad hoc prompts and scripts. A local-first workbench is the system around the model.

Why "Cloud Model" Is Not Automatically Bad

Cloud models can be powerful, useful, and appropriate. For some tasks, a user may prefer the best available model even if it runs remotely. The key is consent and scope.

A good boundary asks:

  • Did the user allow this cloud call?
  • Is the context limited to the task?
  • Is the trace visible?
  • Are unrelated files excluded?
  • Can the user choose a local-only mode?

Cloud AI is not the problem. Unbounded workspace transfer is.

Local Privacy Mode

For tasks where even task-scoped cloud calls are too much, Agenaxy has a stronger setting:

  • The agent is restricted to local models and local tools.
  • Connectors that would route through a vendor cloud are disabled for that task.
  • Project telemetry is disabled.
  • A step that would require cloud access halts and asks for explicit confirmation rather than silently calling out.

Local Privacy Mode is not the default — most tasks benefit from being able to call a cloud model when it helps. It is the right setting for the subset of work where the boundary itself is the point.

A weak privacy mode says: "We will try to keep this local." A strong privacy mode says: "If this cannot be done locally, it does not run."

What Agenaxy Does Not Claim

To stay honest:

  • Not all tasks run offline. When you choose a cloud model for a step, that step requires internet.
  • Cloud is not pretended away. Agenaxy will tell you when a request crosses the network and what it sent.
  • Local is not always faster or better. For some tasks, the strongest cloud models still produce better results.
  • A local model alone is not a workbench. You still need file access, rules, traces, outputs, permissions, and clear failure behavior.

The point of a local-first workbench is not to claim cloud is bad. It is to give you a clear, default-local surface, and let cloud calls be a deliberate choice instead of the price of admission.

How This Fits With the Rest

For the category itself, see What Is a Local-First AI Agent Workbench?. For the kinds of work this shape is designed to make easier, see Use AI on Work You Would Not Paste Into Chat.

Key Takeaways

  • The real question is not "local or cloud?" but "what leaves your machine?"
  • Local files plus cloud reasoning is a different boundary from fully local execution.
  • Cloud workspace agents and office-embedded agents can be excellent inside their own service boundaries.
  • A local-first workbench keeps the project workspace under user control with task-scoped cloud calls.
  • Agenaxy's Local Privacy Mode is a stricter, fail-closed boundary for projects that should stay local-only.

FAQ

Does Agenaxy require internet?

For tasks that use cloud models, yes. For tasks that use only local models and local tools — and for everything in Local Privacy Mode — no.

Is local AI always more private than cloud AI?

Not automatically. A local model helps, but privacy also depends on file access, telemetry, tool calls, traces, network behavior, and fallback behavior.

Can a desktop AI agent still be cloud-based?

Yes. A desktop app can access local files while still sending task context to a cloud model. The boundary is mixed.

Is Claude Cowork local-first?

Claude Cowork operates on selected local files from a desktop app and is the closest peer to a local-first workbench. Its reasoning is anchored in the Claude cloud service, and an active internet connection is part of normal operation. The work surface includes both local files and the Claude Desktop session; the model is cloud-resident.

Can I use Agenaxy without a cloud model?

Yes, if you have a local model installed. Local Privacy Mode pins the agent to local models and tools.

What gets sent when Agenaxy calls a cloud model?

Only the context the specific step needs — typically a slice of the file or files relevant to that step, plus the prompt. Not the file tree, not the project as a whole, not historical traces. You can review what was sent in the workspace's trace log.

Where do my files actually live?

In a folder on your machine that you choose. You can move it, back it up, version-control it, or stop using Agenaxy and the folder remains in place.

Why mention other tools if this is not a comparison page?

Because familiar tools help explain boundary patterns. The goal is to clarify architectures and trade-offs, not to rank products.

Source Notes for Fact-Checking