The end of 'trust me bro' - confidential computing for everyone

Since the dawn of computing we’ve been handing over our data to machines we don’t control. First it was the mainframe in the basement, then the server in the data center, now the container in someone else’s cloud. The bargain has always been the same: convenience in exchange for trust. You trust that the admin won’t peek at your data. You trust that the code running is what they claim. You trust that nobody compromised the infrastructure while you weren’t looking. ...

February 6, 2026

How to run goose with confidential AI

A quick tutorial for people who want to run goose but want it to keep your data confidential you generally have two options. First its to buy a good gpu to run a model locally, the second one is use advancement in trusted execution environments and use confidential AI backend with it. How to do it Go to PrivateMode and create an account and an API key. Then, set the environment variable PRIVATE_MODE_API_KEY to your API key. You can do this in your terminal with the following command: ...

August 8, 2025