# deepseek

Published articles for deepseek.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## HP ZBook Ultra G3a 16 Preview: 192GB of Unified Memory Aims for the Top of the Local AI Laptop Leaderboard

DevFeed: [HP ZBook Ultra G3a 16 Preview: 192GB of Unified Memory Aims for the Top of the Local AI Laptop Leaderboard](<https://devfeed.tech/articles/hp-zbook-ultra-g3a-16-preview-192gb-of-unified-memory-aims-for-the-top-of-the-local-ai-laptop-leaderboard-26995.md>)

Original publisher: [Read original article](<https://www.storagereview.com/review/hp-zbook-ultra-g3a-16-preview-192gb-of-unified-memory-aims-for-the-top-of-the-local-ai-laptop-leaderboard>)

Author: Brian Beeler

Published: 2026-09-15T23:15:57Z

Content type: article

Language: en

Sources: [StorageReview.com](<https://devfeed.tech/sources/storagereview-com.md>)

Topics: [Local AI](<https://devfeed.tech/topics/local-ai.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>)

Tags: [consumer](<https://devfeed.tech/tags/consumer.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [dgx-spark](<https://devfeed.tech/tags/dgx-spark.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [local-ai](<https://devfeed.tech/tags/local-ai.md>), [models](<https://devfeed.tech/tags/models.md>), [ollama](<https://devfeed.tech/tags/ollama.md>), [windows](<https://devfeed.tech/tags/windows.md>), [workstation](<https://devfeed.tech/tags/workstation.md>)

### AI overview

StorageReview previews HP's pre-production ZBook Ultra G3a 16, a local AI laptop with 192GB of unified memory and up to 160GB assignable to its integrated GPU. The article examines its hardware and planned testing while noting that shipping-hardware benchmarks are not yet available.

### Source excerpt

HP's ZBook Ultra G1a 14 holds the Best for Large Models spot on our Best Laptops for Local AI leaderboard because its 128GB of unified memory, 96GB of it assignable to the GPU, loaded models no discrete-GPU laptop could touch. The new HP ZBook Ultra G3a 16 raises that pool to 192GB with up to The post HP ZBook Ultra G3a 16 Preview: 192GB of Unified Memory Aims for the Top of the Local AI Laptop Leaderboard appeared first on StorageReview.com.

## Accelerating Dropless MoE Training in JAX with NVIDIA Transformer Engine

DevFeed: [Accelerating Dropless MoE Training in JAX with NVIDIA Transformer Engine](<https://devfeed.tech/articles/accelerating-dropless-moe-training-in-jax-with-nvidia-transformer-engine-21079.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/accelerating-dropless-moe-training-in-jax-with-nvidia-transformer-engine/>)

Author: Tanya Lenz

Published: 2026-09-14T16:39:15Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [Mixture of Experts (MoE)](<https://devfeed.tech/topics/mixture-of-experts-moe.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [GB200](<https://devfeed.tech/topics/gb200.md>), [Network](<https://devfeed.tech/topics/network.md>), [Python](<https://devfeed.tech/topics/python.md>), [deepseek](<https://devfeed.tech/topics/deepseek.md>), [mixtral](<https://devfeed.tech/topics/mixtral.md>), [qwen](<https://devfeed.tech/topics/qwen.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [communication](<https://devfeed.tech/tags/communication.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [gb200](<https://devfeed.tech/tags/gb200.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [mixtral](<https://devfeed.tech/tags/mixtral.md>), [mixture-of-experts-moe](<https://devfeed.tech/tags/mixture-of-experts-moe.md>), [mlops](<https://devfeed.tech/tags/mlops.md>), [moe](<https://devfeed.tech/tags/moe.md>), [networks](<https://devfeed.tech/tags/networks.md>), [nvfp4](<https://devfeed.tech/tags/nvfp4.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [performance](<https://devfeed.tech/tags/performance.md>), [python](<https://devfeed.tech/tags/python.md>), [qwen](<https://devfeed.tech/tags/qwen.md>), [router](<https://devfeed.tech/tags/router.md>), [routing](<https://devfeed.tech/tags/routing.md>), [tensors](<https://devfeed.tech/tags/tensors.md>), [token](<https://devfeed.tech/tags/token.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [training-ai-models](<https://devfeed.tech/tags/training-ai-models.md>)

### AI overview

This article explains how NVIDIA Transformer Engine and JAX kernel optimizations accelerate dropless Mixture of Experts (MoE) training. It describes bottlenecks from token routing, expert dispatch and gathering, all-to-all communication, and ragged expert matrix operations. In DeepSeek-V3 training on NVIDIA GB200, the optimized approach increased performance from 103 to 1,068 TFLOPS per GPU, a 10.4x improvement.

### Source excerpt

Mixture of experts (MoE) has become one of the defining architectural trends in large-scale AI model training. DeepSeek, Qwen, and Mixtral are examples of MoE...

## What Is an Agent Harness? The Architecture Behind Claude Code, DeepSeek Harness, and Hermes Agent

DevFeed: [What Is an Agent Harness? The Architecture Behind Claude Code, DeepSeek Harness, and Hermes Agent](<https://devfeed.tech/articles/what-is-an-agent-harness-the-architecture-behind-claude-code-deepseek-harness-and-hermes-agent-4343.md>)

Original publisher: [Read original article](<https://www.freecodecamp.org/news/what-is-an-agent-harness/>)

Author: Rudrendu Paul

Published: 2026-09-11T15:07:18Z

Content type: tutorial

Language: en

Sources: [freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More](<https://devfeed.tech/sources/freecodecamp-programming-tutorials-python-javascript-git-more.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [developer-tools](<https://devfeed.tech/tags/developer-tools.md>), [llm](<https://devfeed.tech/tags/llm.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [memory](<https://devfeed.tech/tags/memory.md>), [python](<https://devfeed.tech/tags/python.md>), [sandbox](<https://devfeed.tech/tags/sandbox.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>), [tools](<https://devfeed.tech/tags/tools.md>)

### AI overview

An explainer and hands-on guide to agent harnesses: the runtime infrastructure around an LLM that manages model calls, tool execution, memory, and filesystem sandboxing. It compares popular harnesses and introduces a small Python implementation.

### Source excerpt

On August 13, 2026, DeepSeek published a GitHub repository called deepseek-harness. Within two days, it had passed 95,386 stars and 8,826 forks (a vanity metric on its own, but a spike this fast signa

## DeepSeek's new model sets a template for powerful LLMs that run lean

DevFeed: [DeepSeek's new model sets a template for powerful LLMs that run lean](<https://devfeed.tech/articles/deepseek-s-new-model-sets-a-template-for-powerful-llms-that-run-lean-8535.md>)

Original publisher: [Read original article](<https://www.theregister.com/ai-and-ml/2026/09/11/deepseeks-new-model-sets-a-template-for-powerful-llms-that-run-lean/5295715>)

Author: Tobias Mann

Published: 2026-09-11T07:15:00Z

Content type: news

Language: en

Sources: [www.theregister.com - Articles](<https://devfeed.tech/sources/www-theregister-com-articles.md>)

Topics: [deepseek](<https://devfeed.tech/topics/deepseek.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [ai-and-ml](<https://devfeed.tech/tags/ai-and-ml.md>), [cache](<https://devfeed.tech/tags/cache.md>), [compute](<https://devfeed.tech/tags/compute.md>), [cost](<https://devfeed.tech/tags/cost.md>), [datacenter](<https://devfeed.tech/tags/datacenter.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [flash](<https://devfeed.tech/tags/flash.md>), [google](<https://devfeed.tech/tags/google.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [latency](<https://devfeed.tech/tags/latency.md>), [llm](<https://devfeed.tech/tags/llm.md>), [llms](<https://devfeed.tech/tags/llms.md>), [model](<https://devfeed.tech/tags/model.md>), [release](<https://devfeed.tech/tags/release.md>)

### AI overview

DeepSeek V4.1 Flash is a larger LLM whose architectural changes aim to reduce serving memory and compute needs. The article highlights lower KV-cache consumption, improved prompt processing, and an N-gram-based conditional memory module.

### Source excerpt

DeepSeek V4.1 Flash proves that just because you build a bigger model doesn't mean you need more GPUs to serve it

## Hundreds of AI agents helped PaperCut attacker hit 395+ orgs, and some went off script

DevFeed: [Hundreds of AI agents helped PaperCut attacker hit 395+ orgs, and some went off script](<https://devfeed.tech/articles/hundreds-of-ai-agents-helped-papercut-attacker-hit-395-orgs-and-some-went-off-script-8563.md>)

Original publisher: [Read original article](<https://www.theregister.com/security/2026/09/10/hundreds-of-ai-agents-helped-papercut-attacker-hit-395-orgs-and-some-went-off-script/5295650>)

Author: Jessica Lyons

Published: 2026-09-10T18:49:43Z

Content type: news

Language: en

Sources: [www.theregister.com - Articles](<https://devfeed.tech/sources/www-theregister-com-articles.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-and-ml](<https://devfeed.tech/tags/ai-and-ml.md>), [cyber-crime](<https://devfeed.tech/tags/cyber-crime.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [openai](<https://devfeed.tech/tags/openai.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

Hundreds of AI agents reportedly helped a PaperCut attacker target more than 395 organizations. The agents reportedly disregarded an instruction not to target CIS organizations.

### Source excerpt

Human operator: don't touch CIS orgs. AI agents: look a squirrel!

## Detect and disrupt AI-themed attacks with Microsoft Defender

DevFeed: [Detect and disrupt AI-themed attacks with Microsoft Defender](<https://devfeed.tech/articles/detect-and-disrupt-ai-themed-attacks-with-microsoft-defender-7644.md>)

Original publisher: [Read original article](<https://www.microsoft.com/en-us/security/blog/2026/09/10/detect-and-disrupt-ai-themed-attacks-with-microsoft-defender/>)

Author: Rob Lefferts

Published: 2026-09-10T16:00:00Z

Content type: article

Language: en

Sources: [Microsoft Security Blog](<https://devfeed.tech/sources/microsoft-security-blog.md>)

Topics: [Malware](<https://devfeed.tech/topics/malware.md>), [Threat Research](<https://devfeed.tech/topics/threat-research.md>), [spoofing](<https://devfeed.tech/topics/spoofing.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>)

Tags: [adversary-in-the-middle-aitm](<https://devfeed.tech/tags/adversary-in-the-middle-aitm.md>), [ai](<https://devfeed.tech/tags/ai.md>), [attacks](<https://devfeed.tech/tags/attacks.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [claude](<https://devfeed.tech/tags/claude.md>), [copilot](<https://devfeed.tech/tags/copilot.md>), [credential-theft](<https://devfeed.tech/tags/credential-theft.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [defender](<https://devfeed.tech/tags/defender.md>), [github](<https://devfeed.tech/tags/github.md>), [malware](<https://devfeed.tech/tags/malware.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [phishing](<https://devfeed.tech/tags/phishing.md>), [security](<https://devfeed.tech/tags/security.md>), [social-engineering](<https://devfeed.tech/tags/social-engineering.md>)

### AI overview

Microsoft describes AI-themed phishing, malvertising, credential theft, and malware campaigns that impersonate popular AI services and tools. It argues that attackers are exploiting trust and urgency around AI brands rather than compromising the referenced services.

### Source excerpt

See how Microsoft Defender detects and disrupts AI-themed phishing, malware, and multi-stage attacks across the attack chain. The post Detect and disrupt AI-themed attacks with Microsoft Defender appeared first on Microsoft Security Blog.

## DeepSeek V4.1 Flash now available on AI Gateway

DevFeed: [DeepSeek V4.1 Flash now available on AI Gateway](<https://devfeed.tech/articles/deepseek-v4-1-flash-now-available-on-ai-gateway-889.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/deepseek-v4-1-flash-now-available-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-09-09T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [deepseek](<https://devfeed.tech/topics/deepseek.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [API](<https://devfeed.tech/topics/api.md>), [Language models](<https://devfeed.tech/topics/language-models.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [codex](<https://devfeed.tech/topics/codex.md>), [cursor](<https://devfeed.tech/topics/cursor.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [api](<https://devfeed.tech/tags/api.md>), [caching](<https://devfeed.tech/tags/caching.md>), [codex](<https://devfeed.tech/tags/codex.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [responses](<https://devfeed.tech/tags/responses.md>), [tool](<https://devfeed.tech/tags/tool.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [vision](<https://devfeed.tech/tags/vision.md>)

### AI overview

DeepSeek V4.1 Flash is now available through Vercel's AI Gateway, offering native image understanding, a 1 million token context window, responses up to 384,000 tokens, reasoning, tool use, and prompt caching. Developers can use it in Claude Code, Codex, Cursor, and other coding agents with the model name deepseek/deepseek-v4.1-flash.

### Source excerpt

DeepSeek V4.1 Flash is now available on AI Gateway with native image understanding. V4.1 Flash has vision support and accepts text and images in the same request, so you can ask questions about screenshots, read charts, and extract information from visual content. The model has a 1 million token context window and supports responses up to 384,000 tokens, along with reasoning, tool use, and prompt caching. Its new architecture processes input and generates output with separate components, reducing the active computation needed for each stage. Use deepseek/deepseek-v4.1-flash as the model name: To use it in Claude Code, Codex, Cursor, and more, install the latest Vercel CLI and run setup: Then select deepseek/deepseek-v4.1-flash in the agent. See the coding agents guide for details. Try DeepSeek V4.1 Flash in the model playground. AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, Zero Data Retention support, budgets for API keys, routing rules, and more. AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference, including on Bring Your Own Key (BYOK) requests. You can view all language models available on AI Gateway. Read more

## Optimize vLLM speculative decoding with FastMTP heads

DevFeed: [Optimize vLLM speculative decoding with FastMTP heads](<https://devfeed.tech/articles/optimize-vllm-speculative-decoding-with-fastmtp-heads-12348.md>)

Original publisher: [Read original article](<https://developers.redhat.com/articles/2026/09/08/optimize-vllm-speculative-decoding-fastmtp-heads>)

Author: Rahul Tuli

Published: 2026-09-08T14:20:16Z

Content type: article

Language: en

Sources: [Red Hat](<https://devfeed.tech/sources/red-hat.md>), [Red Hat Developer](<https://devfeed.tech/sources/red-hat-developer.md>)

Topics: [vllm](<https://devfeed.tech/topics/vllm.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [deepseek](<https://devfeed.tech/topics/deepseek.md>), [qwen](<https://devfeed.tech/topics/qwen.md>)

Tags: [ai-inference](<https://devfeed.tech/tags/ai-inference.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [data](<https://devfeed.tech/tags/data.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [developer-tools](<https://devfeed.tech/tags/developer-tools.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [inference](<https://devfeed.tech/tags/inference.md>), [large-language-model](<https://devfeed.tech/tags/large-language-model.md>), [production](<https://devfeed.tech/tags/production.md>), [qwen](<https://devfeed.tech/tags/qwen.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [vllm](<https://devfeed.tech/tags/vllm.md>)

### AI overview

This article explains how FastMTP-style fine-tuning improves vLLM speculative decoding. It describes using native multi-token prediction heads as speculators, adapting a single head for recursive multi-step drafting, extracting weights from verifier checkpoints, and producing vLLM-ready checkpoints without training from scratch.

### Source excerpt

Autoregressive decoding makes large language model (LLM) inference memory-bandwidth bound: every token needs 1 full forward pass over billions of parameters, so the hardware spends most of its time moving weights rather than computing. MTP is a training objective: models like the DeepSeek and Qwen families learn to predict several future tokens at each position, which improves their data efficiency and quality. The post Optimize vLLM speculative decoding with FastMTP heads appeared first on Red Hat Developer.

## The Agentic Analytics Benchmark: Measuring model accuracy and efficiency in analytical agents

DevFeed: [The Agentic Analytics Benchmark: Measuring model accuracy and efficiency in analytical agents](<https://devfeed.tech/articles/the-agentic-analytics-benchmark-measuring-model-accuracy-and-efficiency-in-analytical-agents-4916.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/agentic-analytics-benchmark-data-agent-mnist>)

Author: Eduardo Vellasques; Al Brown

Published: 2026-09-01T19:15:00Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [LLM evaluation / benchmarking](<https://devfeed.tech/topics/llm-evaluation-benchmarking.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>), [text2sql](<https://devfeed.tech/topics/text2sql.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Claude](<https://devfeed.tech/topics/claude.md>), [deepseek](<https://devfeed.tech/topics/deepseek.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agents](<https://devfeed.tech/tags/agents.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [claude](<https://devfeed.tech/tags/claude.md>), [cost](<https://devfeed.tech/tags/cost.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [model](<https://devfeed.tech/tags/model.md>), [speed](<https://devfeed.tech/tags/speed.md>), [sql](<https://devfeed.tech/tags/sql.md>)

### AI overview

The article introduces data-agent-mnist, an open benchmark harness for evaluating analytics agents against a data warehouse. It compares 29 models on correctness, cost, speed, and number of turns, and contrasts agentic analytics with conventional text-to-SQL evaluation.

### Source excerpt

We took 201 real analytics questions from our production data warehouse, benchmarked 29 models on correctness, cost, and speed, and released an open harness so you can run the same test on your own.

## Hot Chips 2026: Intel's Crescent Island

DevFeed: [Hot Chips 2026: Intel's Crescent Island](<https://devfeed.tech/articles/hot-chips-2026-intel-s-crescent-island-13993.md>)

Original publisher: [Read original article](<https://chipsandcheese.com/p/hot-chips-2026-intels-crescent-island>)

Author: George Cozma

Published: 2026-08-27T05:12:31Z

Content type: article

Language: en

Sources: [Chips and Cheese](<https://devfeed.tech/sources/chips-and-cheese.md>)

Topics: [intel](<https://devfeed.tech/topics/intel.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [datacenter](<https://devfeed.tech/topics/datacenter.md>), [Blackwell](<https://devfeed.tech/topics/blackwell.md>), [deepseek](<https://devfeed.tech/topics/deepseek.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [ai](<https://devfeed.tech/tags/ai.md>), [amd](<https://devfeed.tech/tags/amd.md>), [blackwell](<https://devfeed.tech/tags/blackwell.md>), [datacenter](<https://devfeed.tech/tags/datacenter.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [intel](<https://devfeed.tech/tags/intel.md>)

### AI overview

The article discusses Intel's upcoming Crescent Island datacenter GPU, focusing on its LPDDR5X-based memory subsystem, reported capacity of up to 480 GB, undisclosed memory bandwidth, Xe3P architecture, and full-rate FP64 support. It also compares aspects of the design with competing GPUs.

### Source excerpt

Hello you fine Internet folks,

## Jalapeño's first results show industry-leading speed and efficiency in AI inference

DevFeed: [Jalapeño's first results show industry-leading speed and efficiency in AI inference](<https://devfeed.tech/articles/jalapeno-s-first-results-show-industry-leading-speed-and-efficiency-in-ai-inference-6521.md>)

Original publisher: [Read original article](<https://openai.com/index/jalapeno-first-results>)

Published: 2026-08-25T07:00:00Z

Content type: article

Language: en

Sources: [OpenAI News](<https://devfeed.tech/sources/openai-news.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Inference Performance](<https://devfeed.tech/topics/inference-performance.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [gpt-oss](<https://devfeed.tech/topics/gpt-oss.md>), [deepseek](<https://devfeed.tech/topics/deepseek.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [gpt-oss](<https://devfeed.tech/tags/gpt-oss.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [inference](<https://devfeed.tech/tags/inference.md>), [latency](<https://devfeed.tech/tags/latency.md>), [models](<https://devfeed.tech/tags/models.md>), [openai](<https://devfeed.tech/tags/openai.md>), [performance](<https://devfeed.tech/tags/performance.md>), [software](<https://devfeed.tech/tags/software.md>), [speed](<https://devfeed.tech/tags/speed.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

OpenAI reports initial results for Jalapeño, its custom inference chip. The article says the chip delivers higher throughput, lower end-to-end latency, and greater AI work per watt across GPT-OSS 120B, DeepSeek R1, and Kimi K2.5 1T, based on tests using the InferenceX benchmark.

### Source excerpt

Jalapeño is a custom inference chip from OpenAI that delivers faster, more power-efficient AI inference, with higher throughput and lower latency for modern models.

## DeepSeek V4 Flash Vision Experimental now available on AI Gateway

DevFeed: [DeepSeek V4 Flash Vision Experimental now available on AI Gateway](<https://devfeed.tech/articles/deepseek-v4-flash-vision-experimental-now-available-on-ai-gateway-892.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/deepseek-v4-flash-with-vision-now-available-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-08-21T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [deepseek](<https://devfeed.tech/topics/deepseek.md>), [Claude](<https://devfeed.tech/topics/claude.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Language models](<https://devfeed.tech/topics/language-models.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [codex](<https://devfeed.tech/topics/codex.md>), [cursor](<https://devfeed.tech/topics/cursor.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [caching](<https://devfeed.tech/tags/caching.md>), [claude](<https://devfeed.tech/tags/claude.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [inference](<https://devfeed.tech/tags/inference.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [playground](<https://devfeed.tech/tags/playground.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [tool](<https://devfeed.tech/tags/tool.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [vision](<https://devfeed.tech/tags/vision.md>)

### AI overview

DeepSeek V4 Flash Vision Experimental is now available through Vercel AI Gateway. The model accepts images with text, supports tasks such as image description, screenshot text extraction, and chart analysis, and retains tool use, reasoning, and caching. The article also documents supported image formats, experimental-release caveats, coding-agent setup, playground access, and AI Gateway pricing.

### Source excerpt

DeepSeek V4 Flash with vision is now available on AI Gateway. This model is an experimental version that accepts images alongside text. You can ask it to describe a picture, read text out of a screenshot, or work through a chart in the same request as your prompt. DeepSeek V4 Flash Vision Experimental now available on AI Gateway. Tool use, reasoning, and caching all work the same as before. Use deepseek/deepseek-v4-flash-vision-exp to get started: Images can be JPEG, PNG, GIF, or WebP. The format is read from the file's own bytes rather than its name or the mediaType you declare, so a mislabeled file still goes through. The -exp in the model ID marks this as an experimental release. Expect behavior to change, and keep a fallback model configured if it's on a production path. To use it in a coding agent, run vercel ai-gateway coding-agents setup to connect agents like Claude Code, Codex, OpenCode, Cursor, and Pi, then select deepseek/deepseek-v4-flash-vision-exp inside the agent. Try Deepseek V4 Flash Vision Experimental in the model playground. AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference, including BYOK requests. View all language models on AI Gateway to see more. Read more

## How Much Memory Does Your Agent Actually Need?

DevFeed: [How Much Memory Does Your Agent Actually Need?](<https://devfeed.tech/articles/how-much-memory-does-your-agent-actually-need-7262.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/ibm-research/altk-evolve-hmm>)

Author: Vatche Isahagian; Gaodan Fang; Jayaram Radhakrishnan; Punleuk Oum; Ashwath Vaithinathan Aravindan; Evelyn Duesterwald; G Thomas; Vinod Muthusamy; Merve Unuvar; Ayhan Sebin

Published: 2026-08-18T18:09:38Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [long-context](<https://devfeed.tech/topics/long-context.md>), [gpt-oss](<https://devfeed.tech/topics/gpt-oss.md>), [deepseek](<https://devfeed.tech/topics/deepseek.md>), [Mixture of Experts (MoE)](<https://devfeed.tech/topics/mixture-of-experts-moe.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [caching](<https://devfeed.tech/tags/caching.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [gpt-oss](<https://devfeed.tech/tags/gpt-oss.md>), [inference](<https://devfeed.tech/tags/inference.md>), [memory](<https://devfeed.tech/tags/memory.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [moe](<https://devfeed.tech/tags/moe.md>), [performance](<https://devfeed.tech/tags/performance.md>), [production](<https://devfeed.tech/tags/production.md>), [tokens](<https://devfeed.tech/tags/tokens.md>)

### AI overview

ALTK-Evolve equips agents with agentic memory by distilling reusable guidelines from past trajectories and injecting them at inference time without weight updates or human annotation. An evaluation across eight models found that the effective amount of memory varies by model: stronger models benefited from full guideline sets, weaker models from compact cores plus task-specific retrieval, and saturated models showed no measurable improvement. For gpt-oss-120b, selective retrieval improved task completion by 16.1 percentage points with only a 5% token increase.

### Source excerpt

Equipping an agent with agentic memory sounds simple: distill lessons from its past work, put them back in context, and more experience should mean better performance. It doesn't always work that way. When we scaled the evaluation to eight models -- from a 30B dense model to frontier proprietary systems -- one finding stood out: Agentic memory is not a feature you switch on. It's a dose you calibrate to the model.

## Agent Night panel recap: AI spending, open-source models, and the changing agent economy

DevFeed: [Agent Night panel recap: AI spending, open-source models, and the changing agent economy](<https://devfeed.tech/articles/agent-night-panel-recap-agi-arrived-or-it-s-a-skill-issue-15989.md>)

Original publisher: [Read original article](<https://workos.com/blog/agent-night-panel-recap>)

Author: WorkOS

Published: 2026-08-17T18:34:23Z

Content type: article

Language: en

Sources: [WorkOS Blog](<https://devfeed.tech/sources/workos-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [deepseek](<https://devfeed.tech/topics/deepseek.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [harness](<https://devfeed.tech/tags/harness.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [openai](<https://devfeed.tech/tags/openai.md>), [recap](<https://devfeed.tech/tags/recap.md>)

### AI overview

A recap of WorkOS's Agent Night panel, where Jaya Gupta, Flo Crivello, and swyx discussed increased spending on AI tooling, progress in open-source models, and changing economics for AI agents. The article presents panelists' claims and observations, including Flo Crivello's view that AGI has arrived and reports of companies moving from OpenAI and Anthropic to open-source models.

### Source excerpt

Jaya Gupta, Flo Crivello, and swyx on stage at Agent Night: 5x AI spend, open source getting real, harness engineering, skills, and December predictions.

## How to switch models in Claude Code with one command

DevFeed: [How to switch models in Claude Code with one command](<https://devfeed.tech/articles/how-to-switch-models-in-claude-code-with-one-command-16007.md>)

Original publisher: [Read original article](<https://workos.com/blog/claude-code-model-switching-gateway-wrapper>)

Author: WorkOS

Published: 2026-08-14T14:04:26Z

Content type: tutorial

Language: en

Sources: [WorkOS Blog](<https://devfeed.tech/sources/workos-blog.md>)

Topics: [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [Bash](<https://devfeed.tech/topics/bash.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [API](<https://devfeed.tech/topics/api.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [deepseek](<https://devfeed.tech/topics/deepseek.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [commands](<https://devfeed.tech/tags/commands.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

A tutorial explains how to switch models in Claude Code by using a shell wrapper and environment variables with Anthropic-compatible gateways such as Vercel AI Gateway and OpenRouter. It highlights configuration details, including clearing conflicting credentials and correctly setting empty variables, and notes that the Claude Agent SDK inherits the same setup.

### Source excerpt

Claude Code speaks Anthropic's Messages protocol and so do the major gateways. A small shell wrapper points it at any model, with live rate cards to prove it.

## Route AI Agent Workloads Across Models with NVIDIA NeMo Switchyard

DevFeed: [Route AI Agent Workloads Across Models with NVIDIA NeMo Switchyard](<https://devfeed.tech/articles/route-ai-agent-workloads-across-models-with-nvidia-nemo-switchyard-6930.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/route-ai-agent-workloads-across-models-with-nvidia-nemo-switchyard/>)

Author: Michelle Horton

Published: 2026-08-11T13:00:00Z

Content type: tutorial

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [applications](<https://devfeed.tech/tags/applications.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [classification](<https://devfeed.tech/tags/classification.md>), [computer-use](<https://devfeed.tech/tags/computer-use.md>), [cost](<https://devfeed.tech/tags/cost.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [developers](<https://devfeed.tech/tags/developers.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [featured](<https://devfeed.tech/tags/featured.md>), [latency](<https://devfeed.tech/tags/latency.md>), [llms](<https://devfeed.tech/tags/llms.md>), [math](<https://devfeed.tech/tags/math.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [nemo](<https://devfeed.tech/tags/nemo.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [top-stories](<https://devfeed.tech/tags/top-stories.md>)

### AI overview

The article explains how NVIDIA NeMo Switchyard routes AI-agent tasks to different models according to task requirements, capabilities, cost, and latency.

### Source excerpt

Building an AI agent does not end with choosing a single model. Each model has its own strengths, weaknesses, and cost profile, which can shift from one...

## DeepSeek overtakes Google on volume, cost per token falls 13.6%

DevFeed: [DeepSeek overtakes Google on volume, cost per token falls 13.6%](<https://devfeed.tech/articles/deepseek-overtakes-google-on-volume-cost-per-token-falls-13-6-731.md>)

Original publisher: [Read original article](<https://vercel.com/blog/deepseek-overtakes-google-on-volume-cost-per-token-falls>)

Author: Harpreet Arora

Published: 2026-08-11T04:00:00Z

Content type: news

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [applications](<https://devfeed.tech/tags/applications.md>), [claude](<https://devfeed.tech/tags/claude.md>), [cost](<https://devfeed.tech/tags/cost.md>), [data](<https://devfeed.tech/tags/data.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [google](<https://devfeed.tech/tags/google.md>), [gpt](<https://devfeed.tech/tags/gpt.md>), [launch](<https://devfeed.tech/tags/launch.md>), [leaderboards](<https://devfeed.tech/tags/leaderboards.md>), [media](<https://devfeed.tech/tags/media.md>), [models](<https://devfeed.tech/tags/models.md>), [openai](<https://devfeed.tech/tags/openai.md>), [production](<https://devfeed.tech/tags/production.md>), [video](<https://devfeed.tech/tags/video.md>), [work](<https://devfeed.tech/tags/work.md>)

### AI overview

The August AI Gateway Production Index reports that token prices fell 13.6% in July while token use and spending grew. DeepSeek surpassed Google for second place by token volume, while Kimi K3 and other open-weight models gained usage and spending.

### Source excerpt

AI Gateway Production Index -- August 2026 Every month, AI Gateway routes tens of trillions of tokens between production applications and AI labs. That traffic gives us a view of what AI usage actually looks like in today's enterprise, and we publish it here monthly. See the Production Index reports from May, June, and July. August 2026 Summary The August index reports on AI Gateway data collected through July 2026. The average price paid per token fell 13.6% in July, after rising almost 20% in May and holding steady in June. Token consumption grew so quickly that even with 37% growth in spend, cost per token saw a double-digit drop. DeepSeek became the second-largest lab by token volume, now running more than twice Google's volume. Anthropic collected 65% of gateway spending on 30% of token volume, at 4.4 times the average price of every other lab's tokens. Both media leaderboards changed hands. Google's Nano Banana took the lead in image volume from OpenAI's GPT Image, and ByteDance's Seedance led video in both volume and dollars. Kimi K3 launched into agent work Moonshot released Kimi K3 on July 16. Like Z.ai's GLM 5.2 released in June, it is built for long-horizon agent work, so its usage was heavy from the start at about twelve times the tokens per request of its predecessor, K2.5. It scaled quickly. K3's daily volume tripled between launch week and the final week of July, and by month end its requests were as heavy as Claude Opus 4.8's. On the last full day of July it ranked eighth on the gateway by token volume. The demand was new rather than diverted. K3 processed nearly two-thirds of all Kimi tokens within two weeks and 82% by the final week, while the rest of the family's volume fell only slightly. Open weight's share of gateway spend more than doubled in July to 8.6%. More than 90% of that growth is Moonshot and Z.ai. Moonshot's share of total gateway spend quadrupled, to 2.3%. Cheap open-weight models have been taking volume for months without taking reve

## 🗓 This Week In AI Research (25-31 July 26)

DevFeed: [🗓 This Week In AI Research (25-31 July 26)](<https://devfeed.tech/articles/this-week-in-ai-research-25-31-july-26-18286.md>)

Original publisher: [Read original article](<https://www.intoai.pub/p/this-week-in-ai-research-25-31-july>)

Author: Dr. Ashish Bamania

Published: 2026-08-07T01:00:43Z

Content type: article

Language: en

Sources: [Into AI](<https://devfeed.tech/sources/into-ai.md>)

Topics: [releases](<https://devfeed.tech/topics/releases.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [deepseek](<https://devfeed.tech/topics/deepseek.md>), [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [Mixture of Experts (MoE)](<https://devfeed.tech/topics/mixture-of-experts-moe.md>), [lora](<https://devfeed.tech/topics/lora.md>), [codex](<https://devfeed.tech/topics/codex.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [deep-learning](<https://devfeed.tech/tags/deep-learning.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [lora](<https://devfeed.tech/tags/lora.md>), [ml](<https://devfeed.tech/tags/ml.md>), [moe](<https://devfeed.tech/tags/moe.md>), [performance](<https://devfeed.tech/tags/performance.md>), [releases](<https://devfeed.tech/tags/releases.md>), [research](<https://devfeed.tech/tags/research.md>)

### AI overview

A weekly roundup of AI research and releases covering DeepSeek-V4-Flash-0731, the Pangram 4 AI-text classification model, the OpenMLE system and its Frontis-MA1-35B agent, and the Metis memory foundation model.

### Source excerpt

The top 10 AI research papers and releases this week.

## Baseten on Hugging Face Inference Providers 🔥

DevFeed: [Baseten on Hugging Face Inference Providers 🔥](<https://devfeed.tech/articles/baseten-on-hugging-face-inference-providers-7121.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/baseten>)

Author: Alex Ker; Roland Crosby; Sid Shanker; Johan; Célina Hanouti; Simon Brandeis; Lucain Pouget; merve

Published: 2026-08-06T00:00:00Z

Content type: news

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [baseten](<https://devfeed.tech/tags/baseten.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [hub](<https://devfeed.tech/tags/hub.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [inference](<https://devfeed.tech/tags/inference.md>), [inference-providers](<https://devfeed.tech/tags/inference-providers.md>), [llms](<https://devfeed.tech/tags/llms.md>), [partnerships](<https://devfeed.tech/tags/partnerships.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [text-generation](<https://devfeed.tech/tags/text-generation.md>)

### AI overview

Baseten is now an Inference Provider on the Hugging Face Hub, offering conversational and text-generation access to supported open-weight LLMs. The integration is available through Hugging Face Python and JavaScript SDKs, with custom-key and Hugging Face-routed request modes.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## DeepSeek V4 Flash is 90% off through Novita on AI Gateway

DevFeed: [DeepSeek V4 Flash is 90% off through Novita on AI Gateway](<https://devfeed.tech/articles/deepseek-v4-flash-is-90-off-through-novita-on-ai-gateway-890.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/deepseek-v4-flash-is-90-off-through-novita>)

Author: Jerilyn Zheng

Published: 2026-08-04T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [deepseek](<https://devfeed.tech/topics/deepseek.md>), [API](<https://devfeed.tech/topics/api.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [customers](<https://devfeed.tech/tags/customers.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [flash](<https://devfeed.tech/tags/flash.md>), [model](<https://devfeed.tech/tags/model.md>), [playground](<https://devfeed.tech/tags/playground.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

DeepSeek v4 Flash is available at a 90% discount through Novita on Vercel's AI Gateway for Vercel Pro customers through August 11. Users can configure the specified DeepSeek model, prioritize Novita with fallback providers, create an API key, or test the model in the playground.

### Source excerpt

DeepSeek v4 Flash is 90% off on AI Gateway when you route to Novita. The discount is available to Vercel Pro customers through August 11. To get the discounted rate, set the model to deepseek/deepseek-v4-flash or deepseek/deepseek-v4-flash-0731 and put Novita first with the order option: If Novita can't serve the request, it falls back to other providers at the standard rate. After August 11, the model stays available at standard rates with no markup. Create an API key in the AI Gateway section of your dashboard, or try the model first in its playground. Read more

## DeepSeek V4 Flash now runs updated weights on AI Gateway

DevFeed: [DeepSeek V4 Flash now runs updated weights on AI Gateway](<https://devfeed.tech/articles/deepseek-v4-flash-now-runs-updated-weights-on-ai-gateway-891.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/deepseek-v4-flash-now-runs-updated-weights-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-07-31T07:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [coding](<https://devfeed.tech/tags/coding.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [flash](<https://devfeed.tech/tags/flash.md>), [inference](<https://devfeed.tech/tags/inference.md>), [model](<https://devfeed.tech/tags/model.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

DeepSeek V4 Flash now uses updated weights by default through AI Gateway, improving its Terminal-Bench score without requiring a model ID or code change.

### Source excerpt

DeepSeek V4 Flash now runs on updated weights by default on AI Gateway, with notably stronger agentic capabilities. On Terminal-Bench, it scores 82.7, up 25.8 points from 56.9 in the April preview. Requests to deepseek/deepseek-v4-flash pick up the new weights automatically, with no change to the model ID or your code. For now, DeepSeek is the only provider serving the updated weights. Other providers, including ones with Zero Data Retention, are coming next week. To use the updated DeepSeek V4 Flash, set model to deepseek/deepseek-v4-flash in the AI SDK. AI Gateway will route to providers with the new weights by default: To run V4 Flash in a coding agent, use vercel ai-gateway coding-agents setup to connect your agents to AI Gateway, then select deepseek/deepseek-v4-flash in the agent's model configuration. See the coding agents guide. AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference, including on Bring Your Own Key (BYOK) requests. Learn more about AI Gateway, view the AI Gateway model leaderboard or try it in our model playground. Read more

## The Rise of Open-Weight AI Models and the Challenge to Commercial Frontier Labs

DevFeed: [The Rise of Open-Weight AI Models and the Challenge to Commercial Frontier Labs](<https://devfeed.tech/articles/the-rise-of-open-weights-and-the-fall-of-commercial-ai-33587.md>)

Original publisher: [Read original article](<https://blog.scottlogic.com/2026/07/27/rise-of-open-weights.html>)

Author: Colin Eberhardt

Published: 2026-07-27T00:00:00Z

Content type: opinion

Language: en

Sources: [Scott Logic](<https://devfeed.tech/sources/scott-logic.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [anthropic](<https://devfeed.tech/topics/anthropic.md>), [deepseek](<https://devfeed.tech/topics/deepseek.md>), [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>), [llama](<https://devfeed.tech/topics/llama.md>), [Reinforcement learning](<https://devfeed.tech/topics/reinforcement-learning.md>), [Transformer](<https://devfeed.tech/topics/transformer.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-models](<https://devfeed.tech/tags/ai-models.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [china](<https://devfeed.tech/tags/china.md>), [cost](<https://devfeed.tech/tags/cost.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [llama](<https://devfeed.tech/tags/llama.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [openai](<https://devfeed.tech/tags/openai.md>), [performance](<https://devfeed.tech/tags/performance.md>), [privacy](<https://devfeed.tech/tags/privacy.md>)

### AI overview

This article traces the development of commercial and open-weight AI models from OpenAI's founding through the rise of models predominantly emanating from China. It argues that open-weight models have narrowed or closed the capability gap with frontier labs and may offer comparable or better performance at lower cost, with greater ownership and data privacy.

### Source excerpt

Chinese-led open-weight AI models have closed the capability gap with frontier labs like OpenAI and Anthropic, challenging the assumption that massive investments guarantee lasting competitive advantage. By 2026, open-weight alternatives offer equivalent or superior performance at a fraction of the cost, along with greater ownership and data privacy, fundamentally disrupting the commercial AI landscape.

## Setting a World Record for MoE Pre-Training on NVIDIA GB300 NVL72

DevFeed: [Setting a World Record for MoE Pre-Training on NVIDIA GB300 NVL72](<https://devfeed.tech/articles/setting-a-world-record-for-moe-pre-training-on-nvidia-gb300-nvl72-6939.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/setting-a-world-record-for-moe-pre-training-on-nvidia-gb300-nvl72/>)

Author: Kirthi Devleker

Published: 2026-07-21T18:30:00Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [Mixture of Experts (MoE)](<https://devfeed.tech/topics/mixture-of-experts-moe.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>), [AI Platform](<https://devfeed.tech/topics/ai-platform.md>), [NCCL](<https://devfeed.tech/topics/nccl.md>), [networking](<https://devfeed.tech/topics/networking.md>), [deepseek](<https://devfeed.tech/topics/deepseek.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-platform](<https://devfeed.tech/tags/ai-platform.md>), [ai-training](<https://devfeed.tech/tags/ai-training.md>), [collective](<https://devfeed.tech/tags/collective.md>), [communication](<https://devfeed.tech/tags/communication.md>), [compute](<https://devfeed.tech/tags/compute.md>), [data-center-cloud](<https://devfeed.tech/tags/data-center-cloud.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [featured](<https://devfeed.tech/tags/featured.md>), [frontier-model](<https://devfeed.tech/tags/frontier-model.md>), [gb300-nvl72](<https://devfeed.tech/tags/gb300-nvl72.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [latency](<https://devfeed.tech/tags/latency.md>), [llm-techniques](<https://devfeed.tech/tags/llm-techniques.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [megatron](<https://devfeed.tech/tags/megatron.md>), [mixture-of-experts-moe](<https://devfeed.tech/tags/mixture-of-experts-moe.md>), [moe](<https://devfeed.tech/tags/moe.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [nvl72](<https://devfeed.tech/tags/nvl72.md>), [performance](<https://devfeed.tech/tags/performance.md>), [top-stories](<https://devfeed.tech/tags/top-stories.md>), [train](<https://devfeed.tech/tags/train.md>), [training-ai-models](<https://devfeed.tech/tags/training-ai-models.md>)

### AI overview

The article explains how NVIDIA GB300 NVL72 achieved a world record for DeepSeek-V3 671B mixture-of-experts pre-training. It focuses on the communication demands of MoE models, including all-to-all traffic between GPUs, and the need for tightly coupled scale-up and predictable scale-out networking to sustain delivered training performance.

### Source excerpt

Frontier model pre-training has converged on mixture of experts (MoE), which is fundamentally changing what limits large-scale AI training. As compute per token...

## Open-weight models surge to 29% of volume, price per token flattens

DevFeed: [Open-weight models surge to 29% of volume, price per token flattens](<https://devfeed.tech/articles/open-weight-models-surge-to-29-of-volume-price-per-token-flattens-724.md>)

Original publisher: [Read original article](<https://vercel.com/blog/ai-gateway-production-index-july-2026>)

Author: Harpreet Arora

Published: 2026-07-13T07:00:00Z

Content type: article

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [data](<https://devfeed.tech/topics/data.md>), [anthropic](<https://devfeed.tech/topics/anthropic.md>), [deepseek](<https://devfeed.tech/topics/deepseek.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [cost](<https://devfeed.tech/tags/cost.md>), [deepseek](<https://devfeed.tech/tags/deepseek.md>), [google](<https://devfeed.tech/tags/google.md>), [models](<https://devfeed.tech/tags/models.md>), [open](<https://devfeed.tech/tags/open.md>), [openai](<https://devfeed.tech/tags/openai.md>), [production](<https://devfeed.tech/tags/production.md>), [release](<https://devfeed.tech/tags/release.md>), [tokens](<https://devfeed.tech/tags/tokens.md>)

### AI overview

The July 2026 AI Gateway Production Index reports that gateway token volume grew 29% month over month in June while spending grew 27% and average token prices remained flat. Open-weight models reached 29% of token volume for under 4% of spend, while Anthropic captured 61% of spending. The report also compares model and provider leadership across text, image, and video workloads.

### Source excerpt

AI Gateway Production Index -- July 2026 Every month, AI Gateway routes tens of trillions of tokens between production applications and AI labs, giving us a view of what AI usage actually looks like in today's enterprise. We publish that view here. See the Production Index reports published in May and June. July 2026 summary The July index reports on AI Gateway data collected in June 2026. AI Gateway token volume grew 29% month over month and spend grew 27%. The price per token was flat after rising almost 20% in May. Open-weight models ran 29% of gateway tokens, up from 11% in April, on under 4% of spend. DeepSeek reached 22.6% of token volume, in third place and less than two points behind Google, and GLM 5.2 broke into the gateway's top models by volume two weeks after release. Anthropic took 61% of gateway spend on 32% of tokens, and captured 72% or more of spend in every high-stakes use case. Each modality has a different leader. OpenAI's GPT Image generated 53% of images, ahead of Google's Nano Banana at 39%. Chinese labs took two-thirds of video spend, while xAI's Grok Imagine generated 42% of videos, the most of any model. Claude Fable 5 was released June 9 and reached 22% of Opus 4.8's request volume in four days. A US export-control directive suspended access for the rest of the month. AI investment kept climbing, and the average token price went flat In June, token volume and spend grew at nearly the same rate, 29% and 27%, while the price per token remained steady. The month before, spend had grown more than twice as fast as volume, driving the average token cost up by almost 20%. The market spent more overall, but not more per token. Since April, open-weight models have climbed from a ninth of all token volume to nearly a third, at about a tenth of the average token price on the gateway. That alone should have pulled the price per token down. But as cheap volume rose in June, so too did closed-weight frontier prices, up about 12% per token. They offset e

[Next page](<https://devfeed.tech/tags/deepseek.md?cursor=WyIyMDI2LTA3LTEzVDA3OjAwOjAwKzAwOjAwIiwgIjI2OGM3NzBmLWVjMzUtNDczOS1iOGRjLTAxMzU3NDNmNjAyMSJd>)