Anapoly Notebook | Digital Garden

VPN Client/Server

Status: ๐Ÿ”ธ Seed โ†’ โœ… Growing โ†’ ๐Ÿ”ธ Well-formed โ†’ ๐Ÿ”ธ Fruitful โ†’ ๐Ÿ”ธ Retired

*Transparency label: AI-heavy


To use an AI - a large language model (LLM) - we generally connect to one running on a remote datacentre in the cloud. But we could run one locally, on our own computer. This has limitations, but there are benefits, notably with regard to privacy since our data stays with us and isnโ€™t sent to outside servers.

To use a locally running AI remotely - say from a mobile phone or another device while away - we can set up something called a VPN (Virtual Private Network). Think of a VPN like a secure tunnel that connects your remote device to your local computer over the internet, making it feel like youโ€™re right there on your local network. Setting this up involves:

This way, you keep your data private and secure while still enjoying the power of your local AI's capabilities from anywhere.