Urgent.News

What's breaking now, across thousands of outlets.

AI

Trump administration acted illegally in fight against Anthropic, judge rules

A ruling in the first of two lawsuits filed against the government by Anthropic found the Trump administration acted outside the law.

Trump administration acted illegally in fight against Anthropic, judge rules

A federal judge has ruled that the Trump administration's decision to label Anthropic's AI models as a "supply chain risk" earlier this year was illegal. Judge Rita Lin argued in a 59-page ruling that the government unlawfully retaliated against Anthropic, despite the company engaging in constitutionally protected expressive activities.

The judge noted that the designation was likely an attempt to make a public example of the company. Anthropic has welcomed the ruling, stating that they remain focused on working productively with the government to harness AI for national security to benefit all Americans.

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

Read the original at mashable.com →

More in AI

Mesmo com GraphRAG, o agent se perde sem contrato de memória

Pessoal, o agent puxou um trecho bonito. Similaridade alta. Confiança alta. Estava no stub errado. Não foi “RAG fraco”. Foi porta errada. Índice caro, lixo na entrada.

  • Agent struggles without memory contract despite GraphRAG technology
  • High cost of index and garbage input identified as problems
  • Contract consists of single source, unique canonic pages, and scopes

Using Scikit-Learn Pipelines: A Cleaner Way to Build Machine Learning Models

If you've spent some time building machine learning models with Python, you've probably had a notebook that looked something like this: X_train = scaler . fit_transform ( X_train ) X_test = scaler .

  • Pipelines connect multiple ML steps into a single workflow
  • Prevent data leakage by applying preprocessing only to training data
  • Keep preprocessing and modeling together for cleaner, maintainable code

More from Friday 28 August →