← All posts

EN

“Just paste your homework into this free AI” is easy. Understanding who stores that homework, and under whose account the model runs, is the part most signup screens skip.

Padlock representing private API keys and school notes
Photo from Unsplash (Unsplash License). Local copy under /blog/media/stock/.

Bring Your Own Key (BYOK) means the app does not call an AI model with the company’s shared key and billing. You create an account with a model provider (for example OpenAI, Anthropic, or Google), generate an API key, and paste that key into the app. Requests run under your provider account, on your billing, under that provider’s terms, not pooled through a random study-startup’s backend. Clear explainers of the pattern include Calmara’s BYOK overview and Foreverse’s “what BYOK actually means” checklist.

Notebook and coffee, studying with your own AI key
Photo from Unsplash (Unsplash License). Local copy under /blog/media/stock/.

BYOK changes whose contract governs the AI call. It does not mean “nothing ever leaves the phone.” The prompt still goes to the provider’s servers unless you run a fully local model.

A teen’s study dump is not a restaurant review. It can include:

  • Photos of classmates’ notebooks and group projects
  • Teacher comments, grades, and personal feedback
  • Home addresses on worksheets, medical notes for PE exemptions, family details in language diaries
  • Full textbook chapters (copyright + school license messes)
  • Draft essays that still contain private stories

When that material lands in a free chatbot’s consumer product, you are usually accepting training/opt-out rules that change, chat history stored on someone else’s servers, and a company whose business model may depend on retaining engagement data. When the same material is uploaded to a “study AI” that proxies everything through its own cloud, you now trust two parties: the study app and whatever model vendor they use, and you often cannot see the second contract.

Parents do not need a cybersecurity degree to ask a better question: Who can read this after I tap send?

1. Bundled AI subscription

You pay the app (or use a free tier). The app pays a model provider. Your notes go to the app’s servers, then to the model. Convenient. Opaque. If the app shuts down, gets breached, or changes its privacy policy, your study history is part of that story.

2. Fake-BYOK / key-on-our-servers

The UI says “add your API key,” but the key is uploaded to the vendor’s cloud and traffic is proxied. That can be a legitimate product design, but it is not the privacy story people hear when they hear “your key.” Foreverse’s tests are useful here: if the key only works while you are logged into the vendor account, or traffic never hits the provider domain, treat it as a hosted proxy.

3. Client-side BYOK

The key stays on the device. The phone talks to the provider. The study app never needs a server-side queue that stores your chapter text to “process AI for you.” You still trust the provider. You stop adding an extra middleman that specializes in collecting student content.

  • Not local AI. Cloud models still see the prompt. Only on-device models keep content off the network entirely.
  • Not a free lunch. You (or a parent) pay the provider for tokens. Costs are usually small for quiz generation, but they are real, which is also why usage stays visible on your provider dashboard.
  • Not a substitute for reading the provider policy. Policies differ by product. For OpenAI’s API platform, documentation states that as of March 1, 2023, API data is not used to train or improve models unless you opt in. That is a rule distinct from consumer ChatGPT defaults. See OpenAI’s data controls for the API and business data privacy summary. Always verify the current page for the provider you choose; do not assume ChatGPT and API rules are identical.
  • Not permission to paste other people’s private data. Classmates did not consent to your experiment. Strip names and photos that are not yours to share.

Skip the lecture about “AI is dangerous.” Use specifics:

  1. Where do photos live? Prefer on-device OCR so textbook images are not uploaded “for recognition.”
  2. Where does the key live? On the phone, not in an account settings page that “syncs credentials to the cloud.”
  3. Who gets billed? A prepaid provider credit with a usage cap beats an unbounded free app that monetizes data.
  4. What leaves the device for AI? Text of a chapter section is different from an entire camera roll backup.
  5. What stays after the quiz is built? Ideal answer: learning path and questions on the device; no permanent study vault on a random SaaS.

If an app cannot answer those five without marketing fog, keep looking.

  • Create a key used only for studying, not the same key as a coding project.
  • Set a monthly budget / billing alert on the provider account.
  • Do not paste keys into group chats, Discord “help” servers, or screenshots.
  • Rotate the key if a phone is lost or a screenshot leaked.
  • Parents: keep the provider login; teens can use the app without owning the credit card details if that is your house rule.

Studdly is a study app with a clear split: on-device OCR for your pages, then AI analysis through your provider key (BYOK), then offline quizzes and reading. School notes are not meant to sit in a vendor “study cloud” by default.

This article explains BYOK. Studdly is the concrete school example: you are not just learning a buzzword, you are using a workflow where the architecture matches the privacy conversation teens and parents actually need.

See it in the product: studdly.app.

Practice grammar drills with public worksheets. Translate a sentence you wrote yourself. Brainstorm essay outlines with no private names. The threat model scales with sensitivity. BYOK matters most when the payload is “my school’s materials and my life on the page.”

Free AI that “just works” often works because someone else is in the data path. BYOK study apps flip the default: you pick the provider, you see the bill, the study tool stays a thin client. For teens and parents, that is not paranoia, it is the adult version of “don’t leave your notebook on the bus,” applied to servers you will never visit.

Prefer quizzes built with your key, on your phone?

See Studdly