Urgent.News

What's breaking now, across thousands of outlets.

AI

US court refuses to overturn Pentagon ban on Anthropic

A US appeals court has upheld the Pentagon’s decision to ban AI startup Anthropic from its supply chain after the firm refused to remove safeguards on its Read More: https://punchng.com/us-court-refuses-to-overturn-pentagon-ban-on-anthropic/

US court refuses to overturn Pentagon ban on Anthropic

A US appeals court has upheld the Pentagon's decision to ban AI startup Anthropic from its supply chain. The company had challenged the government's labeling of it as a supply chain risk, but the court ruled 2-1 in the Pentagon's favor.

The dispute began when the Pentagon accused Anthropic of endangering national security and designated the company a supply chain risk. Anthropic's CEO, Dario Amodei, had refused to remove safeguards on its Claude models, citing concerns they could be used for mass surveillance or autonomous armed drones.

The court ruled that the Pentagon had good reason to conclude that Anthropic's AI products pose a supply chain risk. According to Judge Gregory G. Katsas, the Department reasonably feared that Anthropic might manipulate Claude's design to prevent it from performing national-security functions. The ruling allows the Pentagon to continue removing Anthropic's Claude models from its systems and bar the use of its products for Defense Department work.

Brief written by urgent.news from Punch, Fast Company, Quartz, Winnipeg Free Press, Business Insider — 5 reports on this story. 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 punchng.com →

More in AI

5 Questions you would ask your operations team to create better ML models:

1. At what point of time in the designated process, will the team utilize the Model? Understanding the timeline is very crucial for the model development process because it defines the prediction…

  • When in the project timeline will the model be employed?
  • What format is required for the model's output?
  • How frequently will the model's predictions be used?

An Overview of Basic Gradient Descent Optimization Algorithms

Gradient Descent is a method for unconstrained mathematical optimization . It is a first-order iterative algorithm for minimizing a differentiable multivariate function.

  • Batch Gradient Descent computes gradient using entire training dataset for one update.
  • Stochastic Gradient Descent updates parameters with each random training example.
  • Mini-batch Gradient Descent balances accuracy and speed using small training batches.

More from Friday 25 September →