Why does this matter?

Every AI solution raises the same question: does this run in the cloud, or do we have to host it ourselves? And do we pay for it with a subscription or an API key? People often lump these together, while they are three different things. Keeping them apart helps you pick the right setup faster, and tells you straight away what it costs and who manages what.

The three things to keep separate

Question 1: subscription or API key?

This is about how you get access and how you pay.

Rule of thumb: subscription = people, API key = software. You never build a product for customers on a personal subscription. That always needs an API key.

Question 2: cloud or your own infrastructure?

This isn't about the model, but about the application around it: the code, the storage, the connections to your systems, the user interface.

The model always runs at the vendor

You never host the large language models (Claude, GPT) yourself, the model weights aren't available. "In our own cloud" therefore doesn't mean running the model itself, but accessing it through the client's cloud (AWS, Google Cloud, Azure) with the application in their infrastructure. That's the route when data may not leave the company's own cloud.

If you really want a model that runs entirely on your own servers, you need an open-weights model. Also mind the difference between where the model sits and where your data is processed: see EU hosting and zero retention.

Side by side

Two recognisable options, each a typical combination of the two questions above: the Claude app with Routines versus a custom-built application.

The Claude app on your computer or phone, with connectors and Routines (scheduled tasks that run automatically on your account) is the ready-made ecosystem on a subscription. Note: the app on your device is just a window, the model and the Routines run in the vendor's cloud, not on your device itself.

A custom application is bespoke work on an API key, hosted on your own servers or the client's, connected to existing systems. We built one ourselves to run our team: it reads emails, meetings and tickets and drives the work, fully unattended.

The difference per aspect:

In short: the Claude ecosystem is ideal to work faster as a person and automate light things without building anything. You choose a custom application when AI becomes a fixed part of how your business runs: unattended, for several people and woven into your own systems.

When do you choose what?

Subscription = people. API key = software. Hosting = where the application around it lives. The model always sits at the vendor.

How Sevendays handles this: we pick the simplest setup that works for each situation. For personal and team productivity we stay in the subscription ecosystem; for an application that runs unattended or sits inside your systems, we build on an API key with the right hosting. That's how our AI platform works securely on your own data, and our examples show what that looks like in practice. Mainly want to know what our layer adds on top of your existing chat tool (Claude, ChatGPT, Gemini)? Then the two paths side by side spell it out. Not sure what fits you? Our approach to AI always starts from your concrete situation.

Related terms