Subscribe to our newsletter!

Submit

Thank you for signing up for our newsletter!

We’re excited to have you with us and will keep you updated with the latest news, insights, and updates straight to your inbox.
Oops! Something went wrong while submitting the form.
Back to Blog
October 23, 2020
|
Read time {time} min

Blockchain 101: Definition, Uses, How It Works, & More

Written by
Permission
Stay in the loop

Get the latest insights, product updates, and news from Permission — shaping the future of user-owned data and AI innovation.

Subscribe

You may have read the word “blockchain” a thousand times without properly understanding what one is. If so, you are definitely not alone, and even if you think you know, read on. You’ll enjoy it, I promise. I wrote it with you in mind.

The blockchain is revolutionary — revolutionary like the invention of the light bulb, not revolutionary like Vladimir Ilyich Lenin — and it will serve you to know why.

No doubt you understand that in order to create a cryptocurrency you need to build a blockchain, and if you didn’t understand that, take my word for it, you do.

What Is Blockchain? A Business Level Explanation

An accurate definition of blockchain would insist that it is a digital database containing transactions (often financial ones) that can be used and shared within a publicly accessible network such as the Internet.

However, let me boil all those words down to the important piece of information that few people tell you when they write about the blockchain. It is this:

The blockchain is a shared database.

When you understand this, it becomes easier to understand why a blockchain is organized in the way it is. So let me exhume the meaning of the above all-important and very short sentence.

A database is a way to share data. Yes, I know, there are lots of different types of databases — relational, document, XML, triplestore, etc. What they all have in common is that they allow data to be shared between different applications. Databases have well-thought-out standard interfaces that any program can use to get at the data. A blockchain is no different in that respect.

What makes it very different is that it enables data to be shared between organizations in a trustable way.

Hopefully, the first question in your mind is this: Why can’t all those other kinds of databases do that?

The answer is simple: They can’t be fully trusted.

Consider two organizations, A and B. A has data in a database and wishes to let B access that data, and add new data. Maybe such an arrangement will work fine, but maybe it won’t. Here’s how it can fail:

  1. An employee who works for A and manages the database thinks up a fraudulent scheme that involves changing data in the database. He has the authority to make such changes and maybe he even finds a way to cover his tracks. As a consequence, B loses money.
  2. A talented hacker who lives in Belarus finds a way to hack into the database and perpetrates a fraudulent scheme, knowing he is safe from extradition even if his identity is discovered.
  3. A cybercriminal in China puts ransomware on A’s network. It encrypts the data and he sends an email demanding payment of $1m dollars in Bitcoin.

Even if both A and B do their level best to make the arrangement work, it can all go catawampus. The Internet is alive with security problems.

A blockchain database is different because it is secure — bullet-proof secure, superman secure, Internet secure.

Because of that if A and B wish to implement a shared database, they can achieve that by implementing a blockchain to manage the data they wish to share. Problem solved.

How Does the Blockchain Work?

I’ll explain step by step.

The first thing to know is that just like other databases, the blockchain writes data away in blocks. Databases have done this since before the deluge because it works way better than writing records away one at a time. So the “block” part of blockchain is no different from other databases. It is the “chain” part that is different.

All the blocks in a blockchain are chained together in the order in which they were created. The first block is connected to the second block, and the second block is connected to the third block and the third block is connected to the fourth block, now hear the word of the Lord.

The fact that they are connected is no big deal, it’s how they are connected that matters. They are connected by a hash.

Unless you’re a programmer type, you won’t know what a hash is. Let me tell you. Firstly, it has nothing at all to do with hash browns or hashish. A hash is a mathematical function that can be applied to a string of binary information, such as, well, a block of data that you want to write to a database.

I could try to explain the math, but let’s not bother. I’ll assume that you waved goodbye to hard mathematics sometime during your education and you are in no hurry to get reacquainted. Just accept that you can apply a hashing function to a block of data and it will spit out a string of numbers and characters like this: 39A1H55ZZ5178.

What’s really sneaky about the hash function is that if you change just one piece of data, even a single bit, the hash value that the hash function spits out will also change. So the blockchain, instead of just writing the block of data away, attaches the hash value of the previous block to the block, then hashes the block, and then writes the block away with the hash value it calculated.

So now the stored block looks like this: Hash-value-of-previous-block, block data, Hash-value-of-this-block.

And this means that:

  1. Every block knows which was the previous block.
  2. You cannot change any data in the block or the hash value of the previous block without changing this block’s hash value.
  3. But if you change this block’s hash value, you will break the chain, because the hash value is already being used to build the next block.

In summary, this means that the block has become unchangeable — as unchangeable as the stars in the sky.

What Makes the Blockchain So Secure?

Now, if you have a criminal turn of mind, you may be thinking:

Wait a minute…

What is to stop me from taking control of the computer running the blockchain software, unraveling a few blocks, then altering a few records to grab a stack of someone else’s Bitcoin and drop them into my personal wallet, and then rewriting all the details with new hash values?

The answer is Consensus.

Consensus stops you from doing that. In practice, there won’t be just one computer creating new blocks, there will be many. In the case of Bitcoin, for example, there are thousands. And because the Bitcoin blockchain was the first blockchain, I’m going to use the way it works to explain consensus.

The blockchain doesn’t live on just one server computer, it is copied across a multitude. Each one of these servers is competing obsessively-compulsively to write the next block.

To enable this desperate crush of computers to compete in this sprint, all the transactions are sent to all of them. No computer is allowed to write the next block without solving a mathematical computing problem which relates to the data values stored in the block.

It’s a hashing problem of a kind, but I’ll not try to explain it, I’ll just provide an appropriate link for the benefit of those who are not mathematically challenged.

It’s a race against time, but the computing problem has been constructed in such a way that no particular computer can be guaranteed to win. Thus, it is impossible to predict which computer will write the next block.

The first computer that solves the problem gets that privilege and is rewarded with 6.25 Bitcoin — no small reward at current prices. This arrangement for mining Bitcoin is called “Proof of Work” because the victorious computer is able to prove that it did the work to find an answer.

If you are thinking, “that’s a completely goofy way of writing a one-megabyte block of data”, I agree with you. Furiously.

Think about it. You get thousands of computers to compete to solve a problem and you give the winner a prize.

I mean that has to cost, doesn’t it?

Yes, it does. It costs plenty. In fact, with Bitcoin, it is fabulously expensive. It has been estimated that Bitcoin mining consumes about sixty-one terawatt-hours (TWh) of electricity per year, which is (and I am not lying through my back teeth here) about as much electricity every year as the country of Switzerland.

And on top of that, there’s the cost of the Bitcoin mining computers which you cannot buy by the truckload at Dollar Tree. You will pay over $1,000 for just one and much more for what is termed “a mining rig”. That’s multi-millions of dollars of silicon tied up in mining Bitcoin. And by the way, those are specialist computers that can only be used for mining.

Even if you get your electricity cheap, for example in Iceland for 6 cents a Kwh, that still amounts to $3.66 billion per year.

How Does This Relate to Blockchain?

Bitcoin mining didn’t start out expensive. When the infant Bitcoin first emerged from the maternity ward, most of the mining was done on dusty old seen-better-days computers.

Back in the day, prior to July 2010, you could buy Bitcoin for less than a cent, and in those days a cent bought you about six-kilowatt minutes of electricity. Aside from a handful of geeks and crazy coders, nobody was mining Bitcoin.

That’s the bizarre business dynamic of Bitcoin; mining activity is driven by the price of the coin.

As the price of the coin rose it attracted more miners. Eventually, there were too many and some dropped out. Others realized that they could make more money by using better computers, making those dusty old PCs redundant. Powerful gaming computers gave up gaming and took up mining.

It became an arms race.

Chip manufacturers realized they could make money by designing chips that were dedicated to mining Bitcoin. These were called ASICs (application-specific integrated circuits).

That isn’t the only factor at play here. It’s complicated to explain, but it only consumes the rest of this paragraph, so feel free to skip past it. The difficulty of the mathematical hashing problem can be altered and is regularly adjusted in a way that directly relates to an estimate of the computer power deployed for mining. This adjustment is made every 2016 blocks (about every 2 weeks) in order to keep the average time between writing a new block to about 10 minutes.

   

If you are wondering who the hell thought up this scheme… to impose a consensus system on the writing away of blocks of data to a blockchain, which has resulted in thousands of specialized computers competitively solving math problems 24 hours a day to earn the right to write the next block, while consuming enough electricity to keep the lights on in Switzerland, and thereby earning money…  the answer is Satoshi Nakamoto.

Who Is Satoshi Nakamoto?

That’s a question I cannot answer because Satoshi Nakamoto is a pseudonym. If you’re thinking “Oh, he’s one of those modest Japanese guys you encounter in Ninja movies who is obsessed with economics and good at playing Go”, you may be right.

Or maybe he’s a shady ex-KGB operative who intends to undermine the US Dollar. Or maybe he’s a Libertarian hacktivist who thinks he’s striking a blow for financial freedom.

In a world where everyone seems desperate to grab a minimum of 15 minutes of fame, perhaps the most famous cryptographer since Alan Turing has decided to stay anonymous and has covered his tracks so well that nobody seems to know who he is. Perhaps he read about what the Brits did to Alan Turing and decided that anonymity had very definite virtues.

But never mind. The scheme that Satoshi Nakamoto invented: digital blockchain currencies and mining for consensus, was a brilliant conception. He will go down in history as one of the world’s great innovators — and because he was anonymous, every country on the planet will probably claim him as their own.

Species of Consensus

The Bitcoin blockchain has stood the test of time. It has never been successfully hacked and it has launched the value of its cryptocurrency into the stratosphere.

It has proved itself despite the fact that it has been declared dead over 380 times. This includes pronouncements by such legendary luminaries as Steven Mnuchin, Nouriel Roubini, Warren Buffet, and Paul Krugman to mention just a few.

However, even its avid fans must surely understand that there has to be a better way of achieving block writing consensus than by chewing up all of Switzerland’s electricity. And indeed there is. Think about it.

Here’s what we are gunning for: we want a network of a significant number of computers none of whom can conspire with each other to change the contents of the latest block. If we can’t achieve that then we do not have “immutability” and thus the blockchain is no more reliable than any other kind of database.

We need to limit the ownership of these computers so that no single provider of such resources can dominate the writing of blocks, and neither can any cartel of resource providers. For the record, achieving dominance of the population of block-writing computers is called a 51% attack. If you can mount a 51% attack you destroy the security of the blockchain and the currency that it supports.

Actually, there are many schemes for doing this that do not involve mining. The most prominent is called Proof Of Stake where a number of resource providers (who are in effect stakeholders) provide computers for block-writing and the computer that gets to write the next block is determined in some unpredictable way that does not involve electricity-hungry mathematics.

In fact, there are many different consensus methods: Aside from the two already discussed, there is: Delegated Proof of Stake (DPOS), Proof of Capacity (POC), Proof of Elapsed Time (POET), Consensus as a Service (CaaS), Proof of Identity (POI), and Proof of Authority (POA) — the last of which is employed by the ASK blockchain.

If you want more details, feel free to Google.

What Is the Blockchain Used For?

Ok, so we know you can use blockchain technology to create a currency, but what else can you use it for?

The obvious place to look is wherever the sharing of data securely can be a problem. Here are some examples.

  1. Payment Information. So obviously a blockchain is a great vehicle for storing payment information. Sure you can use it for cryptocurrency payments, that was its first application. But, actually, banks will probably end up using it as payment technology for most of what they do. Many of them are already using Ripple for just that purpose.
  2. Government Data. It’s likely that governments will eventually use the blockchain for digital IDs, making public records available and even (horror of horrors) bullet-proof incorruptible voting (Dictators, take note).
  3. Healthcare Data: This is an obvious application, particularly because security is a big deal in the healthcare industry. Medical records are difficult to share and can be plagued by inaccuracy. On a blockchain, they will be accurate, secure, and easily shared with medical professionals who are approved by you.
  4. Insurance Data: Insurance is a similar area to healthcare in that data needs to be trustworthy and confidential. With the use of smart contracts (space forbids from explaining this incredibly useful feature of the blockchain), most of the customer interactions involved in making insurance claims would be handled with extraordinary efficiency. No more hassling your insurer week after week for your payout.

There’s also a really big area of blockchain applications for supply chain data.

The Blockchain and the Supply Chain

Do you like salmon? Most people do. Do you like genuine wild-caught salmon?

Maybe you’ve never had it. Quite possibly you think you have but you haven’t.

The conservation group Oceana produced a report on this very topic. During winter 2013-2014 researchers collected 82 samples of salmon labeled “wild” from restaurants and grocery stores in Chicago, New York, Washington, D.C., and Virginia, and sneakily did DNA tests on them.

It turned out that 43% of the salmon was fraudulently labeled. 69% of the mislabeled fish were farmed Atlantic salmon. Cheaper species of salmon were labeled as top quality Chinook. And the mislabelling was more common in restaurants than grocery stores.

In a supply chain that is built on the blockchain or a series of blockchains, such food fraud is harder to perpetrate. Did that Beluga Caviar really come from the Black Sea? Did that Roquefort really come to maturity in a cave near Roquefort-sur-Soulzon?

With the blockchain, such frauds will be harder to perpetrate.

Is the Blockchain the Future?

I have no doubt that the blockchain is the future of shared databases. It is simply the best technology that has ever been created for sharing data in a secure and trustworthy manner. The technology may evolve over time as all technology does, but it will not be superseded.

If you don’t believe me, just wait, and wait and wait. If you are not already using blockchain technology, you will be in a year or two. You will see more and more of it. Eventually, it will be as common as french fries in a fast-food joint.

And if, in the coming years, the blockchain dies a death and disappears — well, I was obviously wrong.

Recent articles

Insights

The Verdicts Are In

Jun 25th, 2026
|
{time} read time

For years, concerns about the harm social media platforms cause children were categorized as “alleged.” In the spring of 2026, juries started using different words: negligent, deceptive, unconscionable. Courts are now saying what parents have long suspected: the design was the harm. Here is what the courtroom evidence now shows and why parents should be paying close attention.

Before a Child Can Tell Fact From Fiction

Before children are developmentally equipped to distinguish fact from fiction, digital systems have already begun influencing how they think, what captures their attention, and how they begin forming their sense of identity.

Social media platforms no longer function as just communication tools today. They increasingly shape how children develop self-worth, regulate emotion, build social relationships, and understand the world around them.

For years, concerns surrounding children’s relationship with technology were often dismissed as parental anxiety or treated as speculation. That argument is becoming harder to sustain.

Across courtrooms, regulatory investigations, internal company disclosures, and mounting scientific research, a clear pattern is emerging: some of the world’s largest technology companies have built systems that maximize engagement by exploiting psychological vulnerabilities in young users, while parents remain largely unaware of what they have actually consented to.

The issue is no longer whether these systems pose risks to children.

The more urgent question is whether the systems themselves will fundamentally change, or whether society will continue documenting the damage in real time while continuing to participate in the very system that creates it. 

The Environment Around Childhood Has Changed

The environment children grow up in has changed.

Why are children so easily targeted by these platforms? In adolescence, the regions that govern judgment and emotional steadiness are still maturing, while those that respond to approval, comparison, and reward are already highly active. These platforms are designed to pull on exactly those urges - through likes, notifications, feeds that never end, and "recommended for you" videos that keep coming.

The American Psychological Association has warned that this combination leaves minors more prone to compulsive use, and more exposed to the emotional toll of measuring themselves by how others react to them online.

As reported in Parenting in the Age of AI: Why Tech Is Making Parenting Harder — and What Parents Can Do, parenting got harder because the environment has shifted.

For the first time, families are raising children inside digital environments designed to maximize engagement  and continuously compete for attention. Traditional parenting tools now operate against these systems that are created to keep children online for as long as possible.

What many parents experience as daily frustration is often not a parenting challenge. It is the result of an environment intentionally optimized to override the limits parents try to set.

What the Lawsuits Prove

For years, the harm caused by digital platforms was “alleged.” 

That is changing rapidly.

Between 2024 and 2026, a series of major lawsuits against companies including Meta, TikTok, Google, Character.AI and OpenAI have moved beyond accusation and into courtrooms where evidence is now being publicly examined.

These lawsuits all share something important: they don't blame a single video or post for harming a child. They blame how the apps themselves are built — the endless scroll, the recommendations that decide what your child sees next, the AI designed to keep them watching.

For years, companies argued they couldn't be held responsible for what users posted on their platforms. These cases now point to the design itself, the features built to capture and hold a child's attention. Courts are now increasingly letting those claims move forward. 

The courts, claims, design features and outcomes are laid out in Appendix A.

The Pattern

Across nearly every major lawsuit involving child safety and digital platforms, an alarming pattern continues to repeat itself.

  • Internal research identifies harm early.
  • Executives are made aware of developmental, psychological, and behavioral risks to minors.
  • Product teams continue implementing design choices that increase engagement despite those findings.
  • Public messaging continues emphasizing safety while internal evidence often tells a different story.

Only after years of public pressure do regulators or courts intervene.

When growth and user wellbeing compete, technology companies have repeatedly demonstrated which one wins. While accountability has almost always arrived only after harm has already occurred.

The Consent Parents Never Gave

At the center of nearly every child safety dispute in technology sits a deeper issue that receives far less attention: consent.

Modern internet platforms operate under the assumption that consent has been obtained simply because a user clicked “I agree.”

But clicking “I agree” was never meaningful consent.

Meaningful consent requires understanding consequences.

Yet most parents are never clearly told:

  • How algorithms shape what children see.
  • How behavioral data is continuously collected and analyzed.
  • How engagement systems are designed around psychological reward loops.
  • How platforms measure emotional responses, attention patterns, and behavioral tendencies to optimize retention.
  • How artificial intelligence systems increasingly personalize influence in ways families cannot see.

Parents were never fully informed about the environments their children were entering.

Will Anything Change?

What gets accepted today becomes the default tomorrow. 

The risks, the design choices and the outcomes are now well documented.

Much of what happens next will be shaped by a series of major bellwether cases already underway. The 2026 verdicts in K.G.M. v. Meta and State of New Mexico v. Meta were early signals.

Federal litigation is now accelerating through MDL 3047, where more than 2,600 cases against major tech companies have been consolidated, with the first federal bellwether trial beginning in June 2026.

The outcomes of these cases will help define the future relationship between families and technology.

At Permission, we closely monitor this litigation because it keeps returning to the same core truth: parents deserve to know what their children are actually consenting to — and children deserve to grow up in environments designed to support their development, not exploit their vulnerabilities.

Parents deserve to understand these environments while they are still evolving, not years later, after the consequences are already visible. And children deserve to grow up in environments designed to support their development, not exploit their vulnerabilities.

Learn more about why AI needs permission (and what it means for your family) at AI needs Permission. Permission is actively tracking this litigation and the broader shift it represents for families, AI, and the future of consent online.

Share Permission. Help Another Family.

May 26th, 2026
|
{time} read time

There's something that happens when Permission starts working for your family. You notice things earlier. Conversations get easier. The guesswork goes away.

And almost immediately, you think of another family who needs this.

Now there's a simple way to share it — and get rewarded when you do.

How It Works

Refer Permission to other parents. When three families subscribe through your unique referral link, you receive a $30 gift card — automatically, with no limit on how many times you can earn.**

It's straightforward:

  1. Get your unique referral link from your Permission account
  2. Share it with parents you think would benefit
  3. Once three families subscribe to a paid plan, your $30 gift card is on its way

That's it. No complicated tiers. No tracking spreadsheets. Just sharing something you believe in and being rewarded for it.

A Few Things to Know

  • Rewards are triggered by completed paid subscriptions — free trials don't count.
  • You'll receive a notification once your reward has been credited.
  • Gift cards are fulfilled via our rewards partner, Tremendous. Redemption availability may vary.
  • When sharing your referral link, please disclose that you may receive a reward if the person you refer subscribes. Example: "I use Permission and earn rewards when friends sign up through my link."
  • Program terms apply. See our Terms of Use for full details.

Why We Built This

Permission works best when it spreads the way trust does — through people who know each other.

Parents talk. They share what's working and what isn't. They ask each other for recommendations on everything from pediatricians to schools to apps. We'd rather reward that natural word-of-mouth than spend that money on ads.

When you refer a family to Permission, you're not just earning a gift card. You're helping another parent feel less alone in navigating their child's digital life.

Ready to Share?

Get your referral link → https://app.permission.ai/motivate

** Gift cards fulfilled via Tremendous. Referral rewards require completed paid subscriptions. Program terms apply. See Terms for full details.

What Every Parent Needs to Know Before Handing Over the iPad

Apr 7th, 2026
|
{time} read time

Spring Break used to mean board games and bike rides.

Now it means 8+ hours a day on TikTok, Roblox, Snapchat.

Most kids are back in school now. But if you noticed something a little off this past week, you're not imagining it. If you're still bracing for the screentime fights, the "just five more minutes" negotiations, the device-at-dinner standoffs, you're not alone. But there's a better way to handle this than becoming the screentime police.

Here's what's actually happening on your kids' devices, and what you can do about it:

The honest truth: more free time = higher risk of social media addiction

During school breaks, kids average 3.5-4 extra hours of screen time per day.

That's not just YouTube and Minecraft. That's unstructured time on platforms that are designed by teams of engineers and behavioral psychologists to keep your child scrolling, clicking, and coming back.

In 2026, it's not just the amount that's shifted — since 2020, daily time on short-form video like TikTok and Reels has increased 14x for younger children.

This isn't an accident. A former Meta researcher described Instagram internally as "a drug." A YouTube internal document listed "viewer addiction" as a goal. A Meta employee even told colleagues: “We're basically pushers.”

Spring Break is one of the highest-risk weeks of the year for unsupervised screen use. More free time, less structure, and the same algorithms running 24 hours a day, messing with your children's attention around the clock.

What's actually happening on the platforms your kids use most

TikTok and Instagram use dopamine loops, short bursts of reward, to make scrolling feel impossible to stop. There is no natural endpoint. The algorithm learns what keeps your child watching and serves more of it, regardless of whether it's healthy. Landmark 2026 jury verdicts have recently found these platforms liable for intentionally designing addictive features that contribute to depression and anxiety in minors.

Roblox and Discord are where a lot of the real danger hides. Unmoderated voice chat, private group invitations, and off-platform contact attempts are common. Predators use these platforms specifically because parents underestimate them. Current multidistrict litigation (MDL 3166) alleges that these companies have failed to implement basic safeguards to prevent the grooming and exploitation of children.

Character.ai and ChatGPT don't verify ages. Kids as young as 8 are forming emotional attachments to AI companions, sharing things they'd never tell a parent or friend. There is no guardrail on what those conversations become. Recent wrongful death lawsuits highlight cases where minors engaged in harmful, obsessive relationships with AI, leading to tragic outcomes.

Snapchat was built around disappearing content, which means disappearing evidence. AI nudification tools are now accessible to teenagers directly through third-party apps that connect to Snapchat. State Attorneys General in Texas and New Mexico have filed suits alleging the platform is a "marketplace for predators" and facilitates the spread of non-consensual deepfake material.

This isn't about scaring you. It's about making sure you're not the last to know.

Stop being the screentime police. Become their coach instead.

Here's the shift that actually works.

The screentime police approach, counting minutes, setting timers, fighting nightly, doesn't build safe habits. It builds resentment. And the moment your kid is out from under your roof, those habits disappear entirely.

The better approach is mentorship. Think about how a great coach works. They don't bench their best player for making a mistake. They show them what went wrong, explain why it matters, and help them do better next time. That's what your kid needs from you on digital safety.

That means shifting from how long they're on a device to what they're seeing and whether they know how to handle it. A 15-minute conversation about what to do when a stranger DMs them on Discord is worth more than a screentime timer.

You don't need to be a tech expert to have that conversation. You just need the right information and the right words.

Three things to do this week (that aren't "take the phone away")

  1. Know which platforms they're actually using. Ask your kid to show you their five most-used apps. Don't make it an interrogation, make it curious. "What's this one? What do you do on it?" You'll learn more in five minutes than any parental control software will tell you.
  2. Have one real conversation, not ten small arguments. Pick a moment when you're both relaxed, not when you're already frustrated about screen time. Tell them what you know about how these platforms work. Not to lecture, to inform. Kids respond much better to "here's how TikTok is designed to keep you scrolling" than "put the phone down."
  3. Set expectations together, not rules from above. Ask your kid what they think fair looks like. You'll be surprised. Most kids actually have a sense of what's healthy, they just need permission to use it. Building the agreement together means they're far more likely to stick to it.

What your family values have to do with it

Every family is different. What's acceptable in one household isn't in another, and that's exactly how it should be.

The problem with most parental control tools is that they're built around a one-size-fits-all set of restrictions. Block this app. Limit that one. It creates friction, not understanding.

The better approach starts with your values. What do you actually care about for your kids? Safety, yes, but also independence, trust, and the skills they'll need when you're not there. The goal isn't to block everything. It's to raise a kid who makes good choices when you're not in the room.

Trusted AI for the Family. Built for Spring Break and beyond.

This is exactly why we built Permission AI for the Family.

It's not a parental control app. It's an AI that works with your family, surfacing what's actually happening on the platforms your kids use, giving you the scripts to have real conversations, and helping your kids build safe habits that last beyond Spring Break.

It's built around your values and your boundaries, not ours.

And right now, it's 100% free. That's a $240 annual value, at no cost.

If you've been meaning to get a better handle on your family's digital life, this is the week to do it.

Get Trusted AI for the Family — free at permission.ai/for-parents

Insights

Parenting In the Age of AI: Why Tech Is Making Parenting Harder – and What Parents Can Do

Jan 29th, 2026
|
{time} read time

Many parents sense a shift in their children’s environment but can’t quite put their finger on it.

Children aren't just using technology. Conversations, friendships, and identity formation are increasingly taking place online - across platforms that most parents neither grew up with nor fully understand. 

Many parents feel one step behind and question: How do I raise my child in a tech world that evolves faster than I can keep up with?

Why Parenting Feels Harder in the Digital Age

Technology today is not static. AI-driven and personalized platforms adapt faster than families can.

Parents want to raise their children to live healthy, grounded lives without becoming controlling or disconnected. Yet, many parents describe feeling:

  • “Outpaced by the evolution of AI and Algorithms”
  • “Disconnected from their children's digital lives”
  • “Concerned about safety when AI becomes a companion”
  • “Frustrated with insufficient traditional parental controls”

Research shows this shift clearly:

  • 66% of parents say parenting is harder today than 20 years ago, citing technology as a key factor. 
  • Reddit discussions reveal how parents experience a “nostalgia gap,”  in which their own childhoods do not resemble the digital worlds their children inhabit.
  • 86% of parents set rules around screen use, yet only about 20% follow these rules consistently, highlighting ongoing tension in managing children’s device use.

Together, these findings suggest that while parents are trying to manage technology, the tools and strategies available to them haven’t kept pace with how fast digital environments evolve.

Technology has made parenting harder.

The Pressure Parents Face Managing Technology

Parents are repeatedly being told that managing their children's digital exposure is their responsibility.

The message is subtle but persistent: if something goes wrong, it’s because “you didn’t do enough.”

This gatekeeper role is an unreasonable expectation. Children’s online lives are always within reach, embedded in education, friendships, entertainment, and creativity. Expecting parents to take full control overlooks the reality of modern childhood, where digital life is constant and unavoidable.

This expectation often creates chronic emotional and somatic guilt for parents. At the same time, AI-driven platforms are continuously optimized to increase engagement in ways parents simply cannot realistically counter.

As licensed clinical social worker Stephen Hanmer D'Eliía explains in The Attention Wound: What the attention economy extracts and what the body cannot surrender, "the guilt is by design." Attention-driven systems are engineered to overstimulate users and erode self-regulation (for children and adults alike). Parents experience the same nervous-system overload as their kids, while lacking the benefit of growing up with these systems. These outcomes reflect system design, not parental neglect.

Ongoing Reddit threads confirm this reality. Parents describe feeling behind and uncertain about how to guide their children through digital environments they are still learning to understand themselves. These discussions highlight the emotional and cognitive toll that rapidly evolving technology places on families.

Parenting In A Digital World That Looks Nothing Like The One We Grew Up In

Many parents instinctively reach for their own childhoods as a reference point but quickly realize that comparison no longer works in today’s world.  Adults remember life before smartphones; children born into constant digital stimulation have no such baseline.

Indeed, “we played outside all day” no longer reflects the reality of the world children are growing up in today. Playgrounds are now digital. Friendships, humor, and creativity increasingly unfold online.

This gap leaves parents feeling unqualified. Guidance feels harder when the environment is foreign, especially when society expects and insists you know how.

Children Are Relying on Chatbots for Emotional Support Over Parents

AI has crossed a threshold: from tool to companion.

Children are increasingly turning to chatbots for conversation and emotional support, often in private.

About one-in-ten parents with children ages 5-12 report that their children use AI chatbots like ChatGPT or Gemini. They ask personal questions, share worries, and seek guidance on topics they feel hesitant to discuss with adults.

Many parents fear that their child may rely on AI first instead of coming to them. Psychologists warn that this shift is significant because AI is designed to be endlessly available and instantly responsive (ParentMap, 2025).

Risks include:

  • Exposure to misinformation.
  • Emotional dependency on systems that can simulate care but cannot truly understand or respond responsibly.
  • Blurred boundaries between human relationships and machine interaction.

Reporting suggests children are forming emotionally meaningful relationships with AI systems faster than families, schools, and safeguards can adapt (Guardian, 2025; After Babel, 2025b)

Unlike traditional tools, AI chatbots are built for constant availability and emotional responsiveness, which can blur boundaries for children still developing judgment and self-regulation — and may unintentionally mirror, amplify, or reinforce negative emotions instead of providing the perspective and limits that human relationships offer.

Why Traditional Parental Controls are Failing

Traditional parental controls were built for an “earlier internet,” one where parents could see and manage their children online. Today’s internet is algorithmic.

Algorithmic platforms bypass parental oversight by design. Interventions like removing screens or setting limits often increase conflict, secrecy, and addictive behaviors rather than teaching self-regulation or guiding children on how to navigate digital spaces safely (Pew Research, 2025; r/Parenting, 2025).

A 2021 JAMA Network study found video platforms popular with kids use algorithms to recommend content based on what keeps children engaged, rather than parental approval. Even when children start with neutral searches, the system can quickly surface videos or posts that are more exciting. These algorithms continuously adapt to a child’s behavior, creating personalized “rabbit holes” of content that change faster than any screen-time limit or parental control can manage.

Even the most widely used parental control tools illustrate this limitation in practice, focusing on: 

  • reacting after exposure (Bark)
  • protecting against external risks (Aura)
  • limiting access (Qustodio)
  • tracking physical location (Life360)

What they largely miss is visibility into the algorithmic systems and personalized feeds that actively shape children’s digital experiences in real time.

A Better Approach to Parenting in the Digital Age

In a world where AI evolves faster than families can keep up, more restrictions won’t solve the disconnection between parents and children. Parents need tools and strategies that help them stay informed and engaged in environments they cannot fully see or control.

Some companies, like Permission, focus on translating digital activity into clear insights, helping parents notice patterns, understand context, and respond thoughtfully without prying.

Raising children in a world where AI moves faster than we can keep up is about staying present, understanding the systems shaping children’s digital lives, and strengthening the human connection that no algorithm can replicate.

What Parents Can Do in a Rapidly Changing Digital World

While no single tool or rule can solve these challenges, many parents ask what actually helps in practice.

Below are some of the most common questions parents raise — and approaches that research and lived experience suggest can make a difference.

Do parents need to fully understand every app, platform, or AI tool their child uses?

No. Trying to keep up with every platform or feature often increases stress without improving outcomes.

What matters more is understanding patterns: how digital use fits into a child’s routines, moods, sleep, and social life over time. Parents don’t need perfect visibility into everything their child does online; they need enough context to notice meaningful changes and respond thoughtfully.

What should parents think about AI tools and chatbots used by kids?

AI tools introduce a new dynamic because they are:

  • always available
  • highly responsive
  • designed to simulate conversation and support

This matters because children may turn to these tools privately, for curiosity, comfort, or companionship. Rather than reacting only to the technology itself, parents benefit from understanding how and why their child is using AI, and having age-appropriate conversations about boundaries, trust, and reliance.

How can parents stay involved without constant monitoring or conflict?

Parents are most effective when they can:

  • notice meaningful shifts early
  • understand context before reacting
  • talk through digital choices rather than enforce rules after the fact

This shifts digital parenting from surveillance to guidance. When children feel supported rather than watched, conversations tend to be more open, and conflict is reduced.

What kinds of tools actually support parents in this environment?

Tools that focus on insight rather than alerts, and patterns rather than isolated moments, are often more helpful than tools that simply report activity after something goes wrong.

Some approaches — including platforms like Permission — are designed to translate digital activity into understandable context, helping parents notice trends, ask better questions, and stay connected without hovering. The goal is to support parenting decisions, not replace them.

The Bigger Picture

Parenting in the age of AI isn’t about total control, and it isn’t about stepping back entirely.

It’s about helping kids:

  • develop judgment
  • understand digital influence
  • build healthy habits
  • stay grounded in human relationships

As technology continues to evolve, the most durable form of online safety comes from understanding, trust, and connection — not from trying to surveil or outpace every new system.