All movements

Humane Tech Standard

Active

by Center for Humane Technology

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

6rules0–17ages
About this movement

What Humane Tech Standard protects

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 automatically enforces every rule across each connected platform.

Get started free
How Phosra enforces it

Humane Tech Standard rules, mapped to the Phosra API.

Enforce rules individually or adopt the whole movement in one call. These are the same OCSS rule categories the open standard defines — Phosra carries them to every surface.

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

Every rule, enforced on adoption.

When adopted, these rules are automatically enforced across all connected platforms — no manual configuration.

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
Make the pledge real

Ready to protect your family?

Adopt Humane Tech Standard and let Phosra enforce it across every device and platform automatically — the pledge, turned into protection.