Raising AI Kids: Issue 16
The No-Guardrails Problem
David was cleaning out the Downloads folder on the family Mac Mini when he saw something that made him pause.
"Sam, what's this model called 'phi3-mini-uncensored'?"
Sam looked up from his homework. "Oh, I found it on Hugging Face. It's a version of Phi-3 with the safety stuff removed."
David felt his dad-spidey-sense tingle. "Why would you download that?"
"It's just for a project I'm working on," Sam said. "It's not a big deal."
It was a big deal. And Sam didn't fully understand why yet.
Open Means Open
One of the most useful things about open-weight AI models is also one of the most complicated: they are genuinely open. Anyone can download them. Anyone can modify them. And anyone can republish them — including versions where the safety tuning has been removed, reduced, or deliberately overridden.
That sentence is where it pays to slow down.
When a company releases a model like Phi-3, that release includes something called safety tuning — the process of training the model to refuse harmful requests, avoid certain content categories, and behave within reasonable norms. It's why a normal chatbot says "I'm not able to help with that" instead of helping.
But when a model is released as open weight, researchers and developers can take that base model and build their own versions. Some versions add useful capabilities. Some versions strip away the safety layer entirely. These show up on model sharing sites with names like "uncensored," "no-guardrails," "jailbroken," or no warning at all.
You do not have to look hard to find them.
What "No Guardrails" Actually Means
A regular cloud AI — Grok, Gemini, ChatGPT, Claude — has been tuned to refuse requests for harmful content, explicit material, instructions for building weapons or drugs, content that promotes self-harm, and many other categories. Ask it something extreme and it says no.
A model with removed guardrails may say yes.
This is not automatically sinister. Researchers need unmodified models for safety testing. Developers building content filters need baselines. Security teams need to understand how models behave when safety layers are stripped away.
But a kid downloading an "uncensored" model to a family machine is a different situation. There is no company-side safety layer. There is no content policy team reviewing outputs. There is no flagging system. There is just the model, running locally, answering whatever you ask.
The Provenance Problem
Every piece of software has a source. When you download an app from the App Store, Apple has some idea of what is in it. When you use a cloud AI service, the company has policies about what it will and will not do.
With open models, that chain of trust is murkier.
A model on Hugging Face may be the official safety-tuned release from the original company. It may be a community fine-tune that added useful capabilities. It may be a stripped-down version with safety layers removed. Or it may be something someone cobbled together and barely tested.
The model card — the description page — is supposed to tell you. But model cards are written by the people uploading the model, and they range from detailed and honest to sparse and misleading.
For parents, the practical rule is simple: if you are using local AI with a child, you need to know exactly which model is installed, who uploaded it, what the model card says, and why you trust it. That is not paranoia. That is the equivalent of knowing what apps your kid has downloaded.
How to Check What You Have
If you have Ollama installed, you can see which models are on your machine with one command: ollama list. If you are using LM Studio, it shows your downloaded models in the sidebar.
For each model, write down the full name — it looks like namespace/model-name:version — and check the Hugging Face page for that model.
On the Hugging Face page, look for who uploaded it (the original company vs. a community member), what the model card description says about safety and intended use, any tags like "uncensored" or "no-guardrails," and the community feedback and download patterns.
If the description is sparse, the uploader is unknown, and the name has "uncensored" in it — that is a conversation with your kid, not a download you want on a family machine.
The Allowed List
Back to David and Sam. After the uncensored model conversation, they did something useful: they made an allowed list. Not a banned list. An allowed list.
David explained it like this: "We are going to agree together on which models are okay for this machine. Not because we do not trust you. Because this is a family computer and I am a parent."
They made a short list of criteria. Any model on the Mac Mini had to be an official release or from a trusted uploader — a company or organization with a reputation to protect. The model card had to describe safety considerations or intended use cases; silence on safety was a yellow flag. There had to be some community sanity check — has this model been discussed anywhere? Are there reports of it producing harmful content?
Sam pushed back a little. "So I cannot try the weird versions?"
"Not on the family machine," David said. "If you want to explore unsafe model research — which, by the way, you are not old enough for yet — that is a conversation for when you are older and we are doing it together."
Sam accepted that. It was a fair answer.
The Families Who Do Well
Here is what this is really about: local AI is a family infrastructure decision, not a kid's download decision.
When you set up a shared family computer running local models, you have made a choice to give your kids access to AI with a different risk profile than a supervised cloud service. That is not wrong — local AI has real benefits — but it requires more active parenting, not less.
The families who will do well with local AI are the ones who treat it like a home lab: age-appropriate access, adult supervision, and clear boundaries about what can and cannot be installed.
The families who will have problems are the ones who put a local model on a kid's personal laptop and walk away.
Do This Week
This week, do a model audit on any family machine running local AI.
Run ollama list (or open LM Studio) and write down every model installed. For each one, find the Hugging Face page and check who uploaded it, what the description says, and whether it has any warning tags.
Then have a conversation with your kid. Not a lecture — a conversation. Ask them what they have used the local model for. Ask what they think safety tuning means. See what they know.
Together, make an allowed list. Which models are approved for the family machine and why? Write it down somewhere.
The goal is not to be the parent who says no to everything. The goal is to be the parent who knows what is on the machine and why it is there.
What Comes Next
The uncomfortable part of local AI is not whether a small computer can run a useful model. It can.
The uncomfortable part is what happens when kids can download models that do not come with the guardrails parents assume are there.
David looked at the model name on the screen again. "This one comes off," he said.
Sam nodded. He understood.
That was the right answer.
P.S. — If you only remember one line from this issue, make it this: private does not mean safe. A model that keeps your prompts at home can still answer questions you do not want it answering. Know what you installed.