Alibaba Previews Qwen3.8-Max, a 2.4 Trillion-Parameter Multimodal Model, Days After Moonshot’s Kimi K3 Open-Weight Launch
On July 19, Alibaba’s Qwen team previewed Qwen3.8-Max-Preview, the next flagship in the Qwen family....
On July 19, Alibaba’s Qwen team previewed Qwen3.8-Max-Preview, the next flagship in the Qwen family....
Most text-to-SQL systems treat the task as translation. Feyn AI (YC-backed startup) reframes it around inspection. The Feyn team has...
The enterprise technology ecosystem is caught in a costly cycle. Over the past two years, millions of dollars have been...
Introduction Building an LLM application no longer requires wiring orchestration code by hand. A class of open-source platforms now exposes...
Research agents already handle real knowledge work today. Teams delegate competitive mapping, due diligence, and literature review to them. However,...
In this tutorial, we build an end-to-end NVIDIA NeMo AutoModel workflow in Google Colab and use a single GPU to...
Three Chinese labs now hold the top of the open-weight leaderboard. Moonshot AI’s Kimi K3, DeepSeek V4 Pro, and Zhipu...
NVIDIA just released DeepStream 9.1. The update targets a persistent problem in video analytics. Tracking one object across many cameras...
Backpropagation dominates deep learning, yet it uses a mechanism the brain likely cannot. Specifically, the backward pass needs exact transposes...
Most AI agents forget. They process a request, answer it, then drop the context. Google Cloud’s generative-ai repository now ships...
def _ang(bp, L): return math.pi/2 - 2*math.pi*(bp/L) def _pt(bp, r, L): a = _ang(bp, L); return r*math.cos(a), r*math.sin(a) def _arc(s,...
Legacy infrastructure, not the models themselves, is what's actually slowing AI agents down. That was the shared conclusion of three...
This week, Zyphra released ZUNA1.1 under the Apache 2.0 license. The EEG foundation model reconstructs, denoises, and upsamples data across...
Intuit was an early pioneer in the usage of agentic AI, but its path to success has hardly been a...
Introduction This tutorial starts where most agent demos stop: giving the agent persistent memory, operational context, and a place to...
Capital One on Thursday released VulnHunter, an open-source, agentic AI security tool that scans source code for exploitable vulnerabilities, maps...
OpenClaw has become one of the most widely adopted agentic frameworks, but it has yet to prove itself at enterprise...
Bunkerhill Health has raised $55 million to scale its agentic AI platform, Carebricks.The closing of the company’s Series B round,...
Across 157 enterprises, organizations are granting AI agents more autonomy while trusting the evaluations meant to gate that autonomy less....
Embedding models decide which passages an agent ever sees. NVIDIA released Nemotron 3 Embed model to work on that layer....
Across 101 enterprises, the infrastructure that feeds AI agents their business context is being built faster than it can be...
Presented by Ping Identity Enterprises need to treat zero trust security architecture as an immediate requirement for AI agents rather...