All Movements

Humane Tech Standard

Active

Advocating for technology that protects attention, mental health, and democratic values.

2,198 families
6 rules
Ages 017

About this movement

The Center for Humane Technology, founded by former Google design ethicist Tristan Harris and featured in The Social Dilemma, works to realign technology with humanity. Their standard focuses on dismantling the attention economy for children — disabling algorithmic feeds, removing engagement-driven notifications, and blocking persuasive design patterns. With Phosra, families can turn the humane technology vision into real protection at the device level.

Adopt this movement

Add this movement to your child's profile. Phosra will automatically enforce all rules across every connected platform.

Get Started Free

How Phosra Enforces Humane Tech Standard

Humane Tech Standard rules mapped to the Phosra API — enforce them individually or adopt the entire movement in one call.

Humane Tech Standard

Adopt Entire Movement

Enforce all 6 rules from Humane Tech Standard across every connected platform with a single API call.

POST /v1/enforcement/movements
bash
curl -X POST https://api.phosra.com/v1/enforcement/movements \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "child_id": "ch_emma_01",
    "movement_id": "center-for-humane-technology",
    "enforce_all_rules": true
  }'

No algorithmic feeds

Algo Feed Control

algo_feed_control

Enforces the algo feed control rule via the Phosra API.

POST /v1/rules — No algorithmic feeds
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "algo_feed_control",
      "value": "Chronological or off",
      "platforms": [
          "*"
      ]
  }'

Disable dark patterns

Addictive Design Control

addictive_design_control

Enforces the addictive design control rule via the Phosra API.

POST /v1/rules — Disable dark patterns
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "addictive_design_control",
      "value": "No autoplay, infinite scroll",
      "platforms": [
          "*"
      ]
  }'

Notification limits

Notification Curfew

notification_curfew

Enforces the notification curfew rule via the Phosra API.

POST /v1/rules — Notification limits
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "notification_curfew",
      "value": "Batch mode, no push",
      "platforms": [
          "*"
      ]
  }'

Usage awareness

Usage Timer Notification

usage_timer_notification

Enforces the usage timer notification rule via the Phosra API.

POST /v1/rules — Usage awareness
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "usage_timer_notification",
      "value": "Timer reminders every 30 min",
      "platforms": [
          "*"
      ]
  }'

No behavioral targeting

Targeted Ad Block

targeted_ad_block

Enforces the targeted ad block rule via the Phosra API.

POST /v1/rules — No behavioral targeting
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "targeted_ad_block",
      "value": "Block all tracked ads",
      "platforms": [
          "*"
      ]
  }'

Data minimization

Data Sharing Restriction

privacy_data_sharing

Minimizes third-party data sharing for the child's accounts.

POST /v1/rules — Data minimization
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "privacy_data_sharing",
      "value": "No engagement tracking",
      "platforms": [
          "*"
      ]
  }'

Included rules

When adopted, these rules are automatically enforced across all connected platforms.

No algorithmic feeds

Chronological or off

Disable dark patterns

No autoplay, infinite scroll

Notification limits

Batch mode, no push

Usage awareness

Timer reminders every 30 min

No behavioral targeting

Block all tracked ads

Data minimization

No engagement tracking

humane designattentiontech accountabilityalgorithmmental health

Ready to protect your family?

Adopt Humane Tech Standard and let Phosra enforce it across every device and platform automatically.