Urgent.News

What's breaking now, across thousands of outlets.

Tech

TikTok settles lawsuit with Alabama for at least $100 million, will implement safety features

Abstract editorial illustration

TikTok reached a settlement with the state of Alabama for at least $100 million, agreeing to implement safety features for teenagers on its platform. The case was brought against the social media company by Alabama, claiming that the app had negative effects on youths' mental well-being due to its addictive features. In the settlement agreement, TikTok must provide platform-level changes for teen users in Alabama, such as the option to choose a non-personalized feed, prohibit cosmetic filters for teens, set a two-hour daily time limit, and ban nighttime usage between midnight and 6 a.m. Young users will also receive prompts to take breaks after 15 minutes of continuous usage, and at 60 and 90 minutes.

Additionally, TikTok will pay the state $100 million in restitution and remediation, which will likely go towards youth mental health services and programs. If other states settle with TikTok within a certain timeframe, Alabama could receive up to an additional $183.8 million. The settlement also includes enhanced parental controls, stronger age verification measures, and improved content moderation protocols, with teen accounts set to private by default.

This is similar to the settlement Meta reached with similar claims from states, though TikTok has not publicly commented on the matter.

Written by urgent.news from Winnipeg Free Press's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Also reported by 5 other outlets

Read the original at winnipegfreepress.com →

More in Tech

EA Sports FC 27 Review

EA Sports stands on shaky ground with a new open-world hub, but the realistic, intuitive Tactics system shows promise.

Cutting PR review time is an orchestration problem, not a reviewer problem

The usual answer to "how do we reduce PR review time" is to make the reviewer faster. Vendor pages recommend an AI reviewer that reads a diff in seconds and posts comments, so the bottleneck moves.

  • AI-assisted tools do not reduce PR review times significantly.
  • 15-day study in C++ codebase reveals commit saturation as bottleneck.
  • Orchestration of commits, CI jobs, and review process identified as key issues.

Permission Filters and pgvector: Why Your Most Restricted Users Get the Fewest Answers

If you build AI search over documents that not everyone may read, you filter by permission. In PostgreSQL with pgvector, that usually means a WHERE clause on the caller's groups and an ORDER BY on…

  • Iterative index scans increase query time but provide more results for limited permission users.
  • Exact index on permission column gives narrow permissions a direct path for efficient retrieval.

More from Saturday 26 September →