Humane Tech Standard
ActiveAdvocating for technology that protects attention, mental health, and democratic values.
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 FreeHow 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.
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_controlEnforces the algo feed control rule via the Phosra API.
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_controlEnforces the addictive design control rule via the Phosra API.
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_curfewEnforces the notification curfew rule via the Phosra API.
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_notificationEnforces the usage timer notification rule via the Phosra API.
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_blockEnforces the targeted ad block rule via the Phosra API.
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_sharingMinimizes third-party data sharing for the child's accounts.
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
Ready to protect your family?
Adopt Humane Tech Standard and let Phosra enforce it across every device and platform automatically.