But maybe the companies would actually like to at least pipe the communication throught the cloud to get all the usage data. Here's one possible architecture:
local chat client
- talks to cloud LLM
- talks to local MCP servers
local MCP server provided by company - connects to company cloud (this lets the company collect usage data)
- forwards tasks to the cloud
local tool (for example photoshop) - connects to company cloud to get a users tasks
- executes the tasks (this lets the company use the users hardware, saving cloud costs)