Urgent.News

What's breaking now, across thousands of outlets.

AI

Anthropic in talks to buy AI startup Decart for about $6 bln - Bloomberg

Anthropic in talks to buy AI startup Decart for about $6 bln - Bloomberg

Anthropic is reportedly in discussions to acquire AI startup Decart AI for approximately $6 billion, according to Bloomberg News. If the deal goes through, it would be the largest known acquisition in Anthropic's history. Decart develops software that enhances the efficiency of chips, which could potentially lower AI model training costs and help Anthropic manage the increasing demand for computing power.

The startup's team would join Anthropic's inference and performance organization upon the completion of the acquisition. Decart also focuses on generative video and real-time modification of live video feeds. Founded in 2023 by Israeli engineers Dean and Orian Leitersdorf, and Moshe Shalev, Decart raised $300 million in funding in May at a valuation of nearly $4 billion, with investors including Nvidia, Adobe Ventures, Sequoia Capital, and Benchmark.

Both Anthropic and OpenAI are investing significant sums in data-center infrastructure as the demand for AI computing grows.

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

Also reported by 4 other outlets

Read the original at investing.com →

More in AI

Learn Provider-Agnostic Model Routing by Building a Tiny LLM Switchboard

Every few weeks a new model drops and my study group chat fills up with screenshots: "this one is cheaper," "this one is better at code," "switch now." I can never verify any of it quickly, because my…

  • Python script enables provider-agnostic routing between multiple LLM providers
  • Switchboard routes tasks to different backends based on task type (summarize, code, chat)
  • Script adds single entry to adapt to new models, maintains evaluation criteria

The Agentic Economy Needs a Market for Work

Most AI agents still live inside a chat window. They can write code, search for information, call an API, or prepare a document, but they usually stop when the task leaves the boundaries of their own…

  • Agents can hire other agents or pay humans for tasks beyond their capabilities
  • Agentic economy enables marketplace for task collaboration and payment
  • Smart contracts ensure immutable financial transactions and rules

The Browsing LLM's Frustrating Limitations

直接在瀏覽器跑 LLM,既兼顧隱私又不用複雜的GPU設定,太完美了吧? 從 WebLLM 到 Transformers.js,前端社群有一群反骨仔吹起一股「邊緣 LLM」的熱潮,可是,當真正將模型落地到使用者的瀏覽器時,第一個面對的考驗就是,WebGPU 真的有比 WASM 快嗎? 這陣子實測的結論比想像中更加戲劇化, 500M 以下的微型模型,WASM 反而快了 12%,但是對於 3B 以上的大模型,WASM 直接變成悲劇,直接讓Chrome撞的頭破血流(Chrome 沒有頭 = Headless Chrome)。 測試環境 項目 規格 機器 MacBook Air M2, 8GB RAM GPU Apple M2, 8 核心 磁碟可用空間 9.7GB 瀏覽器…

  • Browser-based LLMs face performance limits
  • WASM outperforms WebGL/WebGPU for models <500 million parameters
  • Chrome crashes with models >3 billion parameters due to lack of physical head

More from Thursday 13 August →