Urgent.News

What's breaking now, across thousands of outlets.

Tech

Nvidia's Groq acquihire is on the DOJ's radar, but it's already too late

Even if regulators did somehow unwind the $20B deal, there's a growing list of alternatives ready to take Groq's place, no merger required

Nvidia's Groq acquihire is on the DOJ's radar, but it's already too late

Nvidia's acquisition of artificial intelligence startup Groq for $20 billion late last year has caught the attention of the U.S. Department of Justice, which has launched an antitrust investigation. The DOJ believes that Nvidia may have unfairly acquired Groq's key engineering talent and mature silicon technology to bolster its own AI accelerator capabilities.

While the acquisition technically left Groq's core inference-as-a-service business intact, it clearly benefited Nvidia and left Groq reliant on Nvidia's GPUs for optimal performance. Despite the DOJ's concerns, Nvidia claims the deal is a testament to the American innovation system and its benefits to consumers. However, the real question is whether the acquisition harmed competition, a determination that may be difficult to prove given the competitive landscape.

Even if the DOJ were to intervene and force Nvidia to unwind the deal, it may be too late to prevent the damage that has already been done to the startup's competitive position.

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

Also reported by 1 other outlet

Read the original at theregister.com →

More in Tech

Building a rate limiter, why even use Redis.

Well I failed a amazon OA because of a rate limiting question, So I have built this rate limiter from first principles and haven't followed any tutorial.

  • Using Redis for rate limiting avoids race conditions and millisecond collisions.
  • Redis combines hash map and skip list for fast lookups and efficient memory usage.
  • Traditional databases suffer from concurrency bugs, unlike Redis.

One Python Agent Core, Four Ways to Run It: Nova on Server, Web, TUI, and Desktop

Nova is an open-source personal AI agent runtime for developers. One Python core is available through terminal, web, desktop, and API, so you get a single local workspace for model providers, tools…

  • Nova is an open-source AI agent runtime with a single workspace.
  • It provides four interfaces: terminal, web, TUI, and desktop.
  • The agent core drives all four interfaces with consistent loop and storage.

More from Saturday 12 September →