Urgent.News

What's breaking now, across thousands of outlets.

AI

Seattle Times and Newsday are the latest publications to sue OpenAI and Microsoft

Two more news organizations are suing OpenAI and Microsoft over the supposed use of their journalism to train AI.

The Seattle Times and Newsday have joined a growing list of news organizations suing OpenAI and Microsoft over alleged misuse of their journalism content to train AI systems. In their lawsuit, the two publications argue that generative AI could "break the journalism industry beyond repair" and liken it to a "snake eating its own tail."

The lawsuit contends that AI products such as ChatGPT and Copilot are "rapacious consumers" of human-authored content, using it to create copies and derivative works for commercial gain. The Seattle Times' lawsuit is particularly significant as Microsoft and OpenAI have previously provided funding and support for some of the organization's journalism initiatives.

A Microsoft spokesperson expressed surprise at the lawsuit but stated their willingness to explore potential solutions to the issue.

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

This story

This is one outlet's version. Read the fullest account.

Read the original at techcrunch.com →

More in AI

Backtest 63.7%, production AUC 0.51 - a postmortem

Originally published at nbaproplab.com/learn/model-postmortem . A model that looks excellent offline and random in production is usually blamed on the serving code.

  • Model achieved 63.7% hit rate and 0.56 AUC in offline testing
  • Performance degraded to coin flip (AUC of 0.51) in production
  • Missing calibration snapshot caused train-serve mismatch

Give Your Coding Agent Eyes

Every coding-agent session starts blind: your agent rediscovers how your features work, and sometimes guesses wrong. AGENTS.md is the usual fix, but it loads every fact into every session — too thin…

  • Coding agents begin sessions blind, needing feature rediscovery.
  • AGENTS.md file loads relevant info, but can be sparse or heavy.
  • Catalog system improves efficiency by storing feature notes.

More from Saturday 5 September →