Tagged articles

AI infrastructure

248 articles · Page 2 of 3
TonyBai
TonyBai
Feb 18, 2026 · Backend Development

Why We Chose Go Over Python for Building an LLM Gateway

The Bifrost team replaced Python with Go for their LLM gateway, achieving roughly 700× lower latency, 68% less memory usage, and three‑fold higher throughput, and the article explains the performance bottlenecks of Python, Go’s concurrency model, deployment advantages, and future AI infrastructure trends.

AI infrastructureGoLLM gateway
0 likes · 14 min read
Why We Chose Go Over Python for Building an LLM Gateway
Design Hub
Design Hub
Feb 16, 2026 · Industry Insights

Three AI Industry Shifts in Feb 2026: Open‑Source, Talent, and Infrastructure

In February 2026 three pivotal AI developments—OpenAI hiring OpenClaw founder Peter Steinberger, Alibaba unveiling the trillion‑parameter Qwen3‑Max‑Thinking model, and Cloudflare launching Markdown for Agents—illustrate how open‑source collaboration, talent mobility, and AI‑native infrastructure are reshaping the sector.

AI agentsAI infrastructureCloudflare
0 likes · 14 min read
Three AI Industry Shifts in Feb 2026: Open‑Source, Talent, and Infrastructure
JD Tech Talk
JD Tech Talk
Jan 30, 2026 · Artificial Intelligence

How JD’s 9N‑LLM Engine Powers Scalable Generative Recommendation at Billion‑Scale

This article details JD Retail’s 9N‑LLM unified training engine, explaining the background of generative recommendation, the challenges of massive sparse and dense parameters, and the multi‑framework, multi‑hardware solutions—including efficient sample processing, large‑scale sparse embedding, dense scaling, UniAttention acceleration, and reinforcement‑learning integration—that enable industrial‑scale deployment.

AI infrastructureGenerative RecommendationLarge‑Scale Training
0 likes · 26 min read
How JD’s 9N‑LLM Engine Powers Scalable Generative Recommendation at Billion‑Scale
Tencent Technical Engineering
Tencent Technical Engineering
Jan 23, 2026 · Artificial Intelligence

Unlocking AI Infra: Distributed Inference, PD Separation, TileLang, and Next‑Gen Agent Infrastructure

This article surveys the 2025 AI infrastructure landscape, covering distributed inference with PD‑separation, dynamic DOPD scheduling, AFD attention‑FFN disaggregation, high‑bandwidth cross‑machine communication libraries, the TileLang programming model, RL train‑inference decoupling via SeamlessFlow, and secure, low‑latency agent infra designs for future large‑scale models.

AI infrastructureAgent SystemsDistributed Inference
0 likes · 27 min read
Unlocking AI Infra: Distributed Inference, PD Separation, TileLang, and Next‑Gen Agent Infrastructure
AI Engineering
AI Engineering
Jan 23, 2026 · Industry Insights

vLLM Core Team Launches Inferact, Secures $150M Seed Funding

The vLLM core maintainers have founded Inferact, raised a $150 million seed round led by Andreessen Horowitz and Lightspeed, and highlighted escalating inference challenges, the project's ecosystem dominance, and a continued commitment to open‑source development.

AI infrastructureInferactLLM inference
0 likes · 3 min read
vLLM Core Team Launches Inferact, Secures $150M Seed Funding
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 6, 2026 · Artificial Intelligence

How Tair‑KVCache‑HiSim Simulates LLM Inference 390 000× Faster with <5% Error

This article explains the design, challenges, and high‑fidelity architecture of Tair‑KVCache‑HiSim, a simulation tool that models multi‑level KV‑Cache behavior for large‑language‑model inference, predicts latency, throughput and cost under SLO constraints, and validates its predictions against real GPU deployments with sub‑5% error.

AI infrastructureKVCacheLLM inference
0 likes · 32 min read
How Tair‑KVCache‑HiSim Simulates LLM Inference 390 000× Faster with <5% Error
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
Jan 5, 2026 · Artificial Intelligence

How Baidu Tianchi Supernodes Supercharge Large‑Model Inference: Architecture, Deployment, and Optimization

This article details Baidu's Tianchi supernode design and software tuning—covering hardware scale‑up, deployment planning, Prefill and Decode stage optimizations, quantization strategies, and communication schemes—to dramatically boost large‑model inference throughput and latency while lowering token‑cost.

AI infrastructureLarge Model Inferenceparallelism
0 likes · 20 min read
How Baidu Tianchi Supernodes Supercharge Large‑Model Inference: Architecture, Deployment, and Optimization
Fighter's World
Fighter's World
Jan 2, 2026 · Artificial Intelligence

How AI Agents Are Redefining Systems of Record into Decision‑Making Engines

The article argues that AI agents will transform traditional Systems of Record, which only store outcomes, into next‑generation decision‑capturing Systems of Action by introducing event‑driven Context Graphs, addressing blind spots, technical challenges, and outlining strategic business paths for this paradigm shift.

AI agentsAI infrastructureContext Graph
0 likes · 30 min read
How AI Agents Are Redefining Systems of Record into Decision‑Making Engines
Fighter's World
Fighter's World
Dec 26, 2025 · Industry Insights

Where Is AI Heading in 2026 After the 2025 Sprint?

The article analyzes the rapid weekly turnover of leading LLM benchmarks in 2025, declining compute costs, the shift from chatbots to multi‑step agents, the widening pilot‑to‑production gap, and predicts that 2026 will be defined by infrastructure constraints, AI‑first product design, and accelerated enterprise adoption.

AI infrastructureAI product strategyAI trends
0 likes · 25 min read
Where Is AI Heading in 2026 After the 2025 Sprint?
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 24, 2025 · Artificial Intelligence

Boosting LLM Inference: RoleBasedGroup & Mooncake for Stable, High‑Performance Service

Large language model inference faces memory pressure, but by externalizing KVCache with Mooncake and orchestrating roles via the Kubernetes‑native RoleBasedGroup (RBG), developers can achieve stable, high‑throughput, cost‑effective serving with seamless in‑place upgrades and topology‑aware performance.

AI infrastructureKVCacheKubernetes
0 likes · 21 min read
Boosting LLM Inference: RoleBasedGroup & Mooncake for Stable, High‑Performance Service
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
Dec 24, 2025 · Artificial Intelligence

How Context Parallelism Slashes LLM First‑Token Latency by 80% for 128K Tokens

The article explains how the newly merged Context Parallelism (CP) technique in SGLang, combined with DeepSeek V3.2's Sparse Attention architecture, reduces first‑token latency by up to 80% and alleviates memory pressure for ultra‑long 128K‑token sequences, detailing both algorithmic innovations and engineering solutions.

AI infrastructureContext ParallelismDistributed Inference
0 likes · 10 min read
How Context Parallelism Slashes LLM First‑Token Latency by 80% for 128K Tokens
Amazon Cloud Developers
Amazon Cloud Developers
Dec 16, 2025 · Artificial Intelligence

Why Agent Prototypes Stall and How AgentCore Enables Scalable Enterprise AI

The article explains how the focus of enterprise AI has shifted to autonomous agents, why many prototypes fail to scale due to infrastructure gaps, and how Amazon Bedrock AgentCore combined with Anthropic's Claude provides the model capability and production‑grade services needed for real‑world deployments, illustrated by Cox Automotive and Druva case studies.

AI infrastructureAgentCoreAmazon Bedrock
0 likes · 20 min read
Why Agent Prototypes Stall and How AgentCore Enables Scalable Enterprise AI
Fighter's World
Fighter's World
Nov 28, 2025 · Artificial Intelligence

Is Gemini 3 Pro Google’s New Starting Point? An In‑Depth Technical and Market Analysis

The article examines Google’s Gemini 3 Pro launch, highlighting its full‑stack vertical integration, advanced System 2 reasoning, dynamic compute budgeting, native multimodal architecture, TPU cost advantages, the Antigravity IDE platform, generative UI capabilities, and the strategic implications for Google’s AI ecosystem and competitive positioning.

AI infrastructureAntigravityGemini 3 Pro
0 likes · 32 min read
Is Gemini 3 Pro Google’s New Starting Point? An In‑Depth Technical and Market Analysis
Data Party THU
Data Party THU
Nov 25, 2025 · Artificial Intelligence

What $47,000 Taught Us About Deploying Multi‑Agent AI Systems

After spending $47,000 running four LangChain agents in production, we reveal the hidden costs of A2A communication and Anthropic’s MCP, expose seven common deployment pitfalls, and argue that dedicated AI infrastructure is essential for scalable multi‑agent systems.

A2A communicationAI infrastructureLangChain
0 likes · 13 min read
What $47,000 Taught Us About Deploying Multi‑Agent AI Systems
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
Nov 25, 2025 · Artificial Intelligence

Why DeepSeek‑V3.2‑Exp Lost Performance and How a Simple RoPE Fix Restored It

The Baidu Baige team discovered that DeepSeek‑V3.2‑Exp’s long‑context performance lagged behind the official report, traced the issue to a subtle RoPE layout mismatch in the open‑source inference demo, collaborated with DeepSeek to fix it, and verified that the model’s speed and accuracy fully recovered across multiple benchmarks.

AI infrastructureDeepSeekLLM inference
0 likes · 9 min read
Why DeepSeek‑V3.2‑Exp Lost Performance and How a Simple RoPE Fix Restored It
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
Nov 20, 2025 · Artificial Intelligence

Boost Multimodal Model Training Efficiency with Offline Sequence Packing and Mixed‑Modality Data

Baidu's Baige team introduces an extended multimodal data loader, automated ShareGPT format conversion, and offline sequence packing techniques that together double token throughput, cut SFT training time by up to six times, and improve GPU utilization and stability for large vision‑language models.

AI infrastructureAIAKGPU efficiency
0 likes · 7 min read
Boost Multimodal Model Training Efficiency with Offline Sequence Packing and Mixed‑Modality Data
Kuaishou Tech
Kuaishou Tech
Nov 12, 2025 · Artificial Intelligence

How KaiFG Lets Python Feature Engineering Run at C++ Speed

KaiFG, Kuaishou's self‑built AI Feature Generator, unifies fragmented feature extraction frameworks, replaces slow C++ compilation cycles with Python‑level development, and achieves near‑C++ performance through Codon‑based compilation, reference‑counted memory management, and aggressive LLVM optimizations, dramatically shortening iteration time.

AI infrastructurefeature engineeringhigh-performance computing
0 likes · 14 min read
How KaiFG Lets Python Feature Engineering Run at C++ Speed
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
Nov 7, 2025 · Artificial Intelligence

From Big Data to 30,000‑GPU Clusters: The Evolution of China’s AI Infrastructure

In a deep interview, Baidu AI Computing chief scientist Wang Yanpeng and host Koji trace China's internet infrastructure from the early big‑data era through cloud computing to today's AI boom, highlighting the pivotal role of compute power, GPU acceleration, data scaling, and Baidu's Baige platform in shaping the AI arms race.

AI infrastructureBaidu BaigeCloud Computing
0 likes · 26 min read
From Big Data to 30,000‑GPU Clusters: The Evolution of China’s AI Infrastructure
21CTO
21CTO
Nov 4, 2025 · Cloud Computing

How OpenAI’s New Alliance with AWS Will Transform AI Computing

On November 3, OpenAI announced a strategic partnership with Amazon Web Services, committing $38 billion to run its AI workloads on AWS’s optimized infrastructure, including EC2 UltraServer GPU clusters, with plans to reach full capacity by the end of 2026, marking a shift from its previous Microsoft‑centric collaborations.

AI infrastructureAWSNVIDIA GPUs
0 likes · 3 min read
How OpenAI’s New Alliance with AWS Will Transform AI Computing
DataFunTalk
DataFunTalk
Nov 4, 2025 · Cloud Computing

How OpenAI’s $38B Deal with AWS Will Transform AI Cloud Computing

OpenAI announced a multi‑year strategic partnership with Amazon Web Services, worth $38 billion, granting OpenAI access to AWS’s massive GPU‑powered EC2 UltraServers and scalable CPU resources to accelerate its generative AI workloads, while leveraging AWS’s security, performance, and cost advantages.

AI infrastructureAWSCloud Computing
0 likes · 5 min read
How OpenAI’s $38B Deal with AWS Will Transform AI Cloud Computing
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Oct 29, 2025 · Cloud Native

How Alibaba Cloud’s Container Stack Evolves for the AI Era

Alibaba Cloud’s container experts unveiled a comprehensive, AI‑focused upgrade across its cloud‑native stack—introducing AMD compute, dynamic scaling, AI‑native scheduling, secure execution environments, and advanced GPU profiling—to make containers the native foundation for AI workloads and accelerate enterprise AI adoption.

AI infrastructureGPU schedulingcontainer computing
0 likes · 9 min read
How Alibaba Cloud’s Container Stack Evolves for the AI Era
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Oct 29, 2025 · Artificial Intelligence

How Alibaba Cloud’s Container Service Accelerates Enterprise LLM Inference

The article outlines how Alibaba Cloud’s container service has evolved to support large‑scale GPU clusters, AI data pipelines, and the new AI Serving Stack, enabling enterprises to deploy, scale, and manage LLM inference services efficiently while addressing Day0‑Day2 challenges.

AI infrastructureAlibaba CloudContainer Orchestration
0 likes · 13 min read
How Alibaba Cloud’s Container Service Accelerates Enterprise LLM Inference
Architects' Tech Alliance
Architects' Tech Alliance
Oct 27, 2025 · Artificial Intelligence

How AI Super Nodes Are Redefining Scalable AI Infrastructure

The article examines the emerging AI Super Node ecosystem, detailing its core concepts, four‑layer architecture, key enabling technologies, current challenges such as compatibility and energy consumption, and future directions like quantum‑classic hybrids and green low‑carbon designs, illustrating how it overcomes scaling bottlenecks in modern AI deployments.

AI infrastructureDistributed ComputingEdge computing
0 likes · 13 min read
How AI Super Nodes Are Redefining Scalable AI Infrastructure
Fighter's World
Fighter's World
Oct 26, 2025 · Industry Insights

How Bitcoin Miners Are Turning Into AI Infrastructure Providers: An IREN Case Study

The article offers a comprehensive analysis of IREN's shift from Bitcoin mining to AI cloud services, detailing its dual‑engine business model, vertical integration advantages, ambitious 2025‑2028 roadmap, and the key supply‑chain, regulatory, execution, financial, and competitive risks it faces.

AI infrastructureBitcoin miningData center engineering
0 likes · 23 min read
How Bitcoin Miners Are Turning Into AI Infrastructure Providers: An IREN Case Study
BirdNest Tech Talk
BirdNest Tech Talk
Oct 24, 2025 · Backend Development

Bridging Go and Python with pyproc: Ultra‑Low‑Latency Interprocess Calls

This article introduces pyproc, a library that lets Go applications invoke Python functions via Unix Domain Sockets with sub‑45 µs latency, explaining the problem of mixing Go and Python ecosystems, the architecture, performance benefits, suitable use cases, and a step‑by‑step quick‑start guide with full code examples.

AI infrastructureGoInterprocess Communication
0 likes · 7 min read
Bridging Go and Python with pyproc: Ultra‑Low‑Latency Interprocess Calls
DataFunTalk
DataFunTalk
Oct 15, 2025 · Artificial Intelligence

Why OpenAI’s Massive AI Infrastructure Bet Could Redefine Computing

The article analyzes OpenAI’s recent strategic partnerships and massive AI infrastructure investments, detailing multi‑gigawatt data‑center plans, chip collaborations, soaring energy demands, and the broader implications for AI as the next global infrastructure platform.

AI chipsAI infrastructureCloud Computing
0 likes · 9 min read
Why OpenAI’s Massive AI Infrastructure Bet Could Redefine Computing
DataFunSummit
DataFunSummit
Oct 8, 2025 · Artificial Intelligence

How EasyRec Boosts Recommendation Training and Inference Performance

This article explains the EasyRec recommendation system’s training and inference architecture, detailing optimization techniques such as embedding parallelism, CPU/GPU placement, XLA and TRT fusion, online learning pipelines, network compression, and real‑world deployment results that dramatically improve throughput and latency.

AI infrastructureEasyRecTraining Optimization
0 likes · 15 min read
How EasyRec Boosts Recommendation Training and Inference Performance
Fighter's World
Fighter's World
Oct 7, 2025 · Industry Insights

How Many Digital Workers Could Future AI Deploy?

The article analyzes Epoch AI's token‑based framework for estimating AI‑generated digital workers, critiques its static assumptions, and proposes a dynamic, multi‑factor model that incorporates compute supply, hardware constraints, inference efficiency, task reliability, and economic value to forecast a wide range of possible future digital‑worker counts.

AIAI infrastructureAI scaling
0 likes · 27 min read
How Many Digital Workers Could Future AI Deploy?
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Sep 26, 2025 · Artificial Intelligence

How Alibaba’s UPN512 Redefines AI Scale‑Up Networking with Optical Interconnects

The UPN512 whitepaper details Alibaba Cloud's next‑generation AI infrastructure network, explaining the shift from dense to MoE models, the rise of train‑and‑inference integration, xPU scale‑up challenges, and how high‑radix Ethernet with LPO/NPO optical interconnects delivers ultra‑high bandwidth, low latency, cost‑effective, and reliable large‑scale AI compute clusters.

AI infrastructureUPN512high-performance computing
0 likes · 34 min read
How Alibaba’s UPN512 Redefines AI Scale‑Up Networking with Optical Interconnects
DevOps Cloud Academy
DevOps Cloud Academy
Sep 25, 2025 · Artificial Intelligence

How to Build Scalable MLOps Infrastructure for Enterprise AI Success

This article explains what MLOps is, why a robust MLOps framework is essential for businesses, outlines its core components, compares MLOps with AIOps, details the benefits of investing in MLOps, and provides a step‑by‑step guide to designing enterprise‑grade AI MLOps infrastructure.

AI infrastructureMLOpsMachine Learning Operations
0 likes · 17 min read
How to Build Scalable MLOps Infrastructure for Enterprise AI Success
DataFunTalk
DataFunTalk
Sep 24, 2025 · Artificial Intelligence

How OpenAI’s Quest for a Compute Empire Is Reshaping the AI Landscape

In a week OpenAI secured a $300 billion Oracle cloud deal, loosened its exclusive tie‑up with Microsoft, announced massive AI infrastructure projects, and revealed its own chip development, highlighting a strategic shift toward building an independent compute empire amid mounting financial and competitive pressures.

AI computeAI infrastructureOpenAI
0 likes · 22 min read
How OpenAI’s Quest for a Compute Empire Is Reshaping the AI Landscape
DataFunSummit
DataFunSummit
Sep 18, 2025 · Artificial Intelligence

How We Scaled WeChat AI Services with Ray: Lessons from Million‑Node Deployments

This article examines how Tencent's WeChat team leveraged the Ray distributed computing framework within the Astra platform to tackle massive AI workloads, addressing challenges of scale, GPU diversity, operational complexity, and cost while outlining their architecture and practical insights.

AI infrastructureAstra PlatformDistributed Computing
0 likes · 6 min read
How We Scaled WeChat AI Services with Ray: Lessons from Million‑Node Deployments
Architects' Tech Alliance
Architects' Tech Alliance
Sep 18, 2025 · Artificial Intelligence

How AI Model Training Is Redefining Data Center Scaling Strategies

Large‑scale AI model training now demands unprecedented bandwidth and latency performance, forcing data centers to adopt three scaling approaches—Scale‑up, Scale‑out, and Scale‑Across—while leveraging optical I/O, CPO, and optical circuit switching to overcome power, distance, and bandwidth limits.

AI infrastructureScale‑Updata center scaling
0 likes · 11 min read
How AI Model Training Is Redefining Data Center Scaling Strategies
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
Sep 9, 2025 · Artificial Intelligence

How Baidu Built a 32,000‑Card AI Super‑Compute Cluster and Boosted Efficiency by 50%

This article details Baidu Intelligent Cloud's journey in designing, constructing, and operating a 32,000‑card hybrid AI compute cluster, covering challenges in power, cooling, networking, multi‑cluster scheduling, and security, and explains how innovative hardware, software, and operational strategies achieved over 50% MFU improvement and industry‑first performance records.

AI infrastructureGPU clustershybrid cloud
0 likes · 15 min read
How Baidu Built a 32,000‑Card AI Super‑Compute Cluster and Boosted Efficiency by 50%
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Aug 22, 2025 · Artificial Intelligence

Building Scalable AI Infrastructure: Insights from Alibaba Cloud’s AI Tech Day

The AI Infra Solutions and Best Practices salon held by Alibaba Cloud in Beijing gathered technical leaders from leading AI companies to share comprehensive strategies on network, compute, and storage architectures that enable high‑efficiency, low‑latency, and elastic AI infrastructure for modern enterprise workloads.

AI infrastructureAI opsCloud Computing
0 likes · 7 min read
Building Scalable AI Infrastructure: Insights from Alibaba Cloud’s AI Tech Day
Architects' Tech Alliance
Architects' Tech Alliance
Aug 18, 2025 · Artificial Intelligence

How Large Model Training Dominates Compute and What New Techniques Can Change It

This article explains why pre‑training large AI models consumes 90‑99% of total compute, describes the full training and inference pipelines, introduces resource‑saving strategies such as PD‑separation, and reviews market trends and infrastructure challenges shaping the next generation of AI systems.

AI infrastructureAI trainingGPU architecture
0 likes · 13 min read
How Large Model Training Dominates Compute and What New Techniques Can Change It
Baobao Algorithm Notes
Baobao Algorithm Notes
Aug 11, 2025 · Industry Insights

Why AI Infrastructure Must Be Close to Models and Hardware – Insights from Zhu Yibo

In a WAIC 2025 interview, Zhu Yibo, co‑founder of Jiejie Xingchen, shares deep insights on AI infrastructure, covering its evolution, the need for tight model‑hardware co‑design, cost‑efficiency metrics, industry challenges, and future directions for large‑scale AI systems.

AI infrastructureIndustry Insightshardware optimization
0 likes · 36 min read
Why AI Infrastructure Must Be Close to Models and Hardware – Insights from Zhu Yibo
Architects' Tech Alliance
Architects' Tech Alliance
Aug 2, 2025 · Artificial Intelligence

How China’s Computing‑Power Strategy Is Powering the AI Future

China’s computing‑power industry is rapidly maturing as national policies, massive infrastructure investments, and domestic chip development converge to create a strategic high‑ground that fuels AI, data centers, and digital‑economy transformation, with clear upstream, mid‑stream, and downstream value chains.

AI infrastructureChina policyData Centers
0 likes · 9 min read
How China’s Computing‑Power Strategy Is Powering the AI Future
DataFunTalk
DataFunTalk
Jul 25, 2025 · Artificial Intelligence

How the U.S. AI Action Plan Aims to Lead the Global AI Race

The U.S. AI Action Plan outlines a three‑pillar strategy—accelerating AI innovation, building robust AI infrastructure, and asserting leadership in international AI diplomacy and security—to secure America’s technological dominance, protect national interests, and ensure AI benefits American workers and society.

AI competitionAI governanceAI infrastructure
0 likes · 44 min read
How the U.S. AI Action Plan Aims to Lead the Global AI Race
AI Info Trend
AI Info Trend
Jul 24, 2025 · Industry Insights

What’s Driving AI Adoption in 2025? Six Key Trends Uncovered

The AI Adoption Survey H1 2025 reveals that nearly half of organizations have deployed AI in production, engineering and R&D lead usage, Chinese LLMs gain overseas interest, and cost, reliability and intelligence remain the top challenges, while tool preferences and multimodal trends reshape the market.

AI adoptionAI infrastructureAI trends
0 likes · 7 min read
What’s Driving AI Adoption in 2025? Six Key Trends Uncovered
Architects' Tech Alliance
Architects' Tech Alliance
Jul 22, 2025 · Artificial Intelligence

Will AI Backend Networks Exceed $100 B in Spending by 2029? The Ethernet Surge Explained

Driven by exploding AI workloads, the data‑center networking landscape is shifting toward four distinct networks—Compute Fabric, Backend, Front‑end, and DCI—with forecasts showing AI backend network spend surpassing $100 billion by 2029, Ethernet outpacing InfiniBand, and massive port‑speed upgrades reshaping the market.

AIAI infrastructureEthernet
0 likes · 9 min read
Will AI Backend Networks Exceed $100 B in Spending by 2029? The Ethernet Surge Explained
Tencent Technical Engineering
Tencent Technical Engineering
Jul 18, 2025 · Artificial Intelligence

From CPUs to GPUs: How Traditional Backend Skills Power Modern AI Infrastructure

This article explores the evolution of AI infrastructure, comparing it with traditional backend systems, and details how hardware shifts to GPU-centric designs, software adaptations like deep learning frameworks, and engineering challenges in model training and inference can be addressed using established backend methodologies.

AI infrastructureGPU computingdeep learning
0 likes · 19 min read
From CPUs to GPUs: How Traditional Backend Skills Power Modern AI Infrastructure
Volcano Engine Developer Services
Volcano Engine Developer Services
Jul 17, 2025 · Artificial Intelligence

How Distributed KVCache (EIC) Revolutionizes Large‑Model Inference Performance

This article examines how Volcano Engine's Elastic Instant Cache (EIC) tackles the memory bottleneck, high‑concurrency latency, and cross‑node coordination challenges of large language model inference by decoupling storage and computation, pooling resources, and applying layered optimizations, ultimately boosting AI inference efficiency, scalability, and cost‑effectiveness across various deployment scenarios.

AI infrastructureKVCacheLLM inference
0 likes · 30 min read
How Distributed KVCache (EIC) Revolutionizes Large‑Model Inference Performance
Tencent Cloud Developer
Tencent Cloud Developer
Jul 17, 2025 · Artificial Intelligence

Why GPUs Are the New CPUs: Unpacking AI Infrastructure Challenges

This article explores how AI infrastructure has shifted from CPU‑centric designs to GPU‑driven architectures, detailing hardware evolution, software changes, and the engineering challenges of large‑model training and inference, while offering practical insights for traditional backend engineers transitioning to AI systems.

AI infrastructureGPU computingdeep learning
0 likes · 16 min read
Why GPUs Are the New CPUs: Unpacking AI Infrastructure Challenges
DataFunTalk
DataFunTalk
Jul 15, 2025 · Artificial Intelligence

Inside Scale AI: How a Data‑Labeling Startup Became a $29 B AI Powerhouse

This investigative article traces Scale AI’s evolution from a MIT‑dropout’s data‑annotation startup to a $29 billion AI infrastructure leader, detailing its founder Alexandr Wang, core products, government contracts, competitive advantages, and the strategic shift toward defense‑focused AI solutions.

AI infrastructureArtificial IntelligenceScale AI
0 likes · 15 min read
Inside Scale AI: How a Data‑Labeling Startup Became a $29 B AI Powerhouse
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Jul 11, 2025 · Cloud Native

How Alibaba Cloud’s AI Infra Innovations Are Transforming Kubernetes Workloads

This article summarizes Alibaba Cloud’s key technical contributions at KubeCon China 2025, covering AI‑focused Kubernetes optimizations, Argo Workflows enhancements, storage strategies for large models, Fluid’s data orchestration, multi‑tenant security, and the RoleBasedGroup framework for PD‑separated AI inference.

AI infrastructureArgo WorkflowsFluid
0 likes · 20 min read
How Alibaba Cloud’s AI Infra Innovations Are Transforming Kubernetes Workloads
Architects' Tech Alliance
Architects' Tech Alliance
Jun 29, 2025 · Artificial Intelligence

Scale-Up vs Scale-Out: Balancing Performance and Flexibility in AI Infrastructure

This article explains the technical definitions, core differences, and practical use cases of Scale‑Up and Scale‑Out networking in AI systems, highlighting how they impact latency, bandwidth, and cost, and illustrates their combined application through NVIDIA's NVL72 supernode case study.

AI infrastructureGPU networkingScale‑Up
0 likes · 14 min read
Scale-Up vs Scale-Out: Balancing Performance and Flexibility in AI Infrastructure
IT Services Circle
IT Services Circle
Jun 23, 2025 · Artificial Intelligence

How the Emerging Computing Power Internet Will Transform AI and Data Services

The article explains the concept, background, definition, challenges, roadmap, and key application scenarios of China's Computing Power Internet, highlighting its role in unifying fragmented compute resources, enabling on‑demand AI services, and driving nationwide digital transformation.

AI infrastructureCloud ComputingNetwork Architecture
0 likes · 11 min read
How the Emerging Computing Power Internet Will Transform AI and Data Services
AntTech
AntTech
Jun 18, 2025 · Artificial Intelligence

How Ant Group’s Baoling Models Push Toward AGI with MoE and Multimodal Innovations

In a detailed AICon talk, Ant Group’s Baoling team leader Zhou Jun outlines their latest large‑model training techniques, MoE architecture optimizations, multimodal breakthroughs, open‑source releases, and the strategic roadmap needed to turn AI into a ubiquitous, “scan‑code‑level” everyday assistant.

AI infrastructureLarge Language ModelsMixture of Experts
0 likes · 25 min read
How Ant Group’s Baoling Models Push Toward AGI with MoE and Multimodal Innovations
DataFunTalk
DataFunTalk
Jun 15, 2025 · Artificial Intelligence

Sam Altman Reveals the ‘Stargate’ AI Infrastructure Blueprint and Its $500B Future

In a Bloomberg Originals interview, OpenAI CEO Sam Altman discusses the massive “Stargate” infrastructure project, exploding demand for AI compute, multi‑partner collaborations, a projected $500 billion investment, GPU bottlenecks, and his vision for AI’s role in science, employment and humanity’s future.

AI fundingAI futureAI infrastructure
0 likes · 25 min read
Sam Altman Reveals the ‘Stargate’ AI Infrastructure Blueprint and Its $500B Future
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
May 23, 2025 · Artificial Intelligence

How Baidu’s Kunlun Supernode Redefines AI Compute Density and Performance

This article explains how Baidu’s Kunlun supernode, built on high‑density liquid‑cooled cabinets and a modular 1U 4‑card design, breaks traditional 8‑card limits, boosts compute density four‑fold, improves power and cooling efficiency, and provides a scalable foundation for large‑model AI training and inference.

AI infrastructureGPU clusterSupernode
0 likes · 13 min read
How Baidu’s Kunlun Supernode Redefines AI Compute Density and Performance
AntData
AntData
May 20, 2025 · Artificial Intelligence

How Vector Retrieval Powers AI: Challenges, Solutions, and VSAG’s Open‑Source Breakthrough

The article examines the rapid growth of unstructured data, explains the fundamentals and resource‑intensive nature of vector retrieval, presents Ant Group’s engineering practices—including hybrid HNSW‑DiskANN indexing, performance tricks like BSA pruning and memory prefetching, sparse‑vector and feedback‑driven recall improvements—and outlines the open‑source VSAG roadmap and ecosystem integrations.

AI infrastructureVector Databasehybrid indexing
0 likes · 18 min read
How Vector Retrieval Powers AI: Challenges, Solutions, and VSAG’s Open‑Source Breakthrough
AI Product Manager Community
AI Product Manager Community
May 20, 2025 · Industry Insights

How Nvidia Is Shaping the Future of AI Infrastructure and Physical AI

At the 2025 Taipei International Computer Expo, Nvidia CEO Jensen Huang outlined the company's shift from a chipmaker to an AI infrastructure leader, introduced the concept of physical AI, and detailed upcoming hardware, software, and strategic initiatives that could reshape data centers, robotics, and autonomous driving.

AI infrastructureArtificial IntelligenceIndustry Insights
0 likes · 7 min read
How Nvidia Is Shaping the Future of AI Infrastructure and Physical AI
Architects' Tech Alliance
Architects' Tech Alliance
May 11, 2025 · Industry Insights

Why China’s Intelligent Computing Centers Are Poised for Explosive Growth

The article analyzes China’s rapid expansion of intelligent computing centers, covering market forecasts, government policies, regional deployment patterns, major telecom operators' strategies, the industry value chain, and future trends that together signal a sustained surge in AI‑focused compute infrastructure across the nation.

AI infrastructureChinaHPC
0 likes · 11 min read
Why China’s Intelligent Computing Centers Are Poised for Explosive Growth
Fighter's World
Fighter's World
May 2, 2025 · Industry Insights

Token Economics Reveals Nvidia’s New AI Factory Narrative

The article analyses Nvidia’s shift from a chip supplier to a full‑stack AI infrastructure provider called AI Factory, explains the token‑economics framework that measures intelligent output, details the hardware‑software stack and network fabric, quantifies token consumption of advanced agents, and evaluates the strategic opportunities and risks for Nvidia.

AI factoryAI infrastructureFull-stack Optimization
0 likes · 29 min read
Token Economics Reveals Nvidia’s New AI Factory Narrative
Past Memory Big Data
Past Memory Big Data
Apr 19, 2025 · Artificial Intelligence

Databricks Acquires Fennel: Is Real-Time Computing + AI the Ultimate Data Platform?

The article examines Databricks' acquisition of the incremental computation engine Fennel, detailing how its unified batch‑stream processing, incremental updates, Python‑native development, and built‑in data governance can eliminate data silos, cut costs by up to 90 % and accelerate real‑time feature engineering for AI models, while also discussing industry impact and future roadmap.

AI infrastructureDatabricksFennel
0 likes · 6 min read
Databricks Acquires Fennel: Is Real-Time Computing + AI the Ultimate Data Platform?
Baidu Geek Talk
Baidu Geek Talk
Apr 14, 2025 · Artificial Intelligence

PaddlePaddle Framework 3.0: Five Core Breakthroughs Reshaping Large Model Development

PaddlePaddle Framework 3.0 delivers five breakthroughs—dynamic‑static unified automatic parallelism, integrated training‑inference pipelines, high‑order scientific differentiation, a neural‑network compiler with automatic operator fusion, and streamlined heterogeneous chip adaptation—drastically reducing development effort, boosting training speed, and expanding compatibility for large‑scale AI models.

AI infrastructureDistributed TrainingLarge Language Models
0 likes · 23 min read
PaddlePaddle Framework 3.0: Five Core Breakthroughs Reshaping Large Model Development
Fighter's World
Fighter's World
Mar 29, 2025 · Industry Insights

A Year in AI: Key Insights from the Unsupervised Learning & Latent Space Podcast

The podcast recap dissects a year of rapid AI change, highlighting surprise‑fast open‑source model releases, shifting foundation‑model dynamics, the rise of GPT wrappers, over‑hyped agents, undervalued memory, product‑market fit debates, infrastructure opportunities, and lingering mysteries like RL in non‑verifiable domains.

AI infrastructureAI trendsAgents
0 likes · 22 min read
A Year in AI: Key Insights from the Unsupervised Learning & Latent Space Podcast
Baobao Algorithm Notes
Baobao Algorithm Notes
Mar 13, 2025 · Artificial Intelligence

Why EP Outperforms TP for Deepseek V3/R1 Inference: Cost, Performance, and Reliability

This article analyzes Deepseek's EP‑based inference architecture for V3/R1 models, comparing it with TP, detailing how EP reduces memory and compute overhead, boosts batch size, cuts GPU memory usage, and introduces reliability, scalability, and maintainability challenges for large‑scale deployments.

AI infrastructureExpert ParallelismGPU memory optimization
0 likes · 18 min read
Why EP Outperforms TP for Deepseek V3/R1 Inference: Cost, Performance, and Reliability
Architects' Tech Alliance
Architects' Tech Alliance
Mar 9, 2025 · Industry Insights

DeepSeek’s AI Ecosystem: From Core Tech to Market Impact

This article provides a comprehensive analysis of DeepSeek, covering its foundational AI research, technology stack, product offerings, and the broader upstream, midstream, and downstream AI industry landscape, including hardware, server, cloud, and market trends.

AI infrastructureArtificial IntelligenceDeepSeek
0 likes · 13 min read
DeepSeek’s AI Ecosystem: From Core Tech to Market Impact
dbaplus Community
dbaplus Community
Feb 23, 2025 · Databases

Why Vector Databases Are Really Just Search Engines in Disguise

The article traces the evolution of embedding technology from a secret weapon of tech giants to a mainstream developer tool, explains the rapid rise and subsequent integration of vector databases into traditional search engines, and argues that vector databases are essentially search engines with added vector capabilities.

AI infrastructureRAGdatabase integration
0 likes · 9 min read
Why Vector Databases Are Really Just Search Engines in Disguise
Architects' Tech Alliance
Architects' Tech Alliance
Feb 19, 2025 · Industry Insights

Why DeepSeek One‑Stop AI Machines Are Redefining Private Model Deployment

The surge in demand for private AI deployment has prompted multiple vendors to launch DeepSeek one‑stop machines—integrated hardware solutions that support the full DeepSeek model family, offering higher stability, easier setup, customization, cost savings, and data security across diverse industry scenarios.

AI hardwareAI infrastructureDeepSeek
0 likes · 7 min read
Why DeepSeek One‑Stop AI Machines Are Redefining Private Model Deployment
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Jan 20, 2025 · Cloud Computing

2024 Alibaba Cloud Infrastructure Network Team: AI‑Scale Network Innovations, Academic Achievements, Open‑Source Contributions and Industry Outreach

The 2024 report of Alibaba Cloud's Infrastructure Network team details AI‑driven network breakthroughs, high‑performance protocol stacks, large‑scale monitoring systems, numerous top‑conference paper acceptances, open‑source ecosystem initiatives, and extensive industry outreach, highlighting the evolving AI infra landscape.

AI infrastructureConference PapersData Center Networking
0 likes · 19 min read
2024 Alibaba Cloud Infrastructure Network Team: AI‑Scale Network Innovations, Academic Achievements, Open‑Source Contributions and Industry Outreach
DataFunSummit
DataFunSummit
Dec 30, 2024 · Artificial Intelligence

Colossal-AI: A Scalable Framework for Distributed Training of Large Models

This presentation introduces the challenges of the large‑model era, describes the Colossal‑AI architecture—including N‑dimensional parallelism, heterogeneous storage, and zero‑code experience—shows benchmark results and real‑world use cases, and answers audience questions about its integration with PyTorch and advanced parallel strategies.

AI infrastructureColossal-AIHeterogeneous Storage
0 likes · 11 min read
Colossal-AI: A Scalable Framework for Distributed Training of Large Models
AI Cyberspace
AI Cyberspace
Dec 17, 2024 · Artificial Intelligence

Why AWS’s Self‑Designed Chips Are Redefining AI Infrastructure

At AWS re:Invent 2024, Amazon unveiled its self‑designed AI hardware trio—Graviton 4 CPU, Nitro 5 DPU, and Trainium 2 accelerator—explaining the innovation, efficiency, and cost advantages driving the strategy, and detailing how these chips power next‑generation cloud services, ultra‑high‑performance servers, and massive AI super‑computing clusters.

AI hardwareAI infrastructureAWS
0 likes · 20 min read
Why AWS’s Self‑Designed Chips Are Redefining AI Infrastructure
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 28, 2024 · Artificial Intelligence

Mooncake: Open-Source KVCache-Centric Architecture Boosting Large-Model Inference

Mooncake, an open-source KVCache-centric inference architecture co-developed by Alibaba Cloud and Tsinghua University's MADSys lab, dramatically improves large-model throughput and reduces cost by decoupling resources, standardizing cache pooling, and integrating with frameworks like vLLM, sparking broad industry interest.

AI infrastructureKVCacheLarge Language Models
0 likes · 4 min read
Mooncake: Open-Source KVCache-Centric Architecture Boosting Large-Model Inference
DevOps
DevOps
Nov 27, 2024 · Artificial Intelligence

Elon Musk’s Colossus Supercomputer: Building 100,000 GPUs in 122 Days and Its Impact on AI Infrastructure

The article analyzes Elon Musk’s Colossus AI supercomputer—its 100,000 NVIDIA H100 GPUs, record‑fast 122‑day construction, vertical‑integration strategy, and the broader implications for U.S. AI infrastructure dominance and China’s competing challenges in funding and chip supply.

AI StrategyAI infrastructureElon Musk
0 likes · 13 min read
Elon Musk’s Colossus Supercomputer: Building 100,000 GPUs in 122 Days and Its Impact on AI Infrastructure
Architects' Tech Alliance
Architects' Tech Alliance
Nov 17, 2024 · Industry Insights

What Drives China's AI Server Market? A Deep Dive into Supply Chain, Demand, and Competition

This article provides a comprehensive analysis of China's AI server industry, covering upstream component markets, midstream shipment and revenue trends, downstream application demand, server classifications, major players, and future policy and technology drivers, all backed by recent market data and charts.

AI infrastructureAI serversChina
0 likes · 16 min read
What Drives China's AI Server Market? A Deep Dive into Supply Chain, Demand, and Competition
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Nov 13, 2024 · Industry Insights

Why GPU Scale‑Up Interconnects Need a New Protocol – Inside UALink and Alibaba’s Alink

The article analyzes the growing demand for high‑bandwidth, low‑latency GPU Scale‑Up interconnects in AI clusters, explains why existing Ethernet and RDMA solutions fall short, and examines the industry‑wide UALink alliance and Alibaba's Alink System as a new open‑ecosystem solution.

AI infrastructureAlink SystemCloud Computing
0 likes · 12 min read
Why GPU Scale‑Up Interconnects Need a New Protocol – Inside UALink and Alibaba’s Alink
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
Oct 28, 2024 · Cloud Native

How Baidu Smart Cloud Reinvents Cloud‑Native Infrastructure for the AI‑Native Era

The talk outlines Baidu Smart Cloud's comprehensive cloud‑native redesign—including ultra‑elastic compute, AI‑focused storage, high‑performance networking, AI‑driven operations, and edge‑distributed services—illustrated with automotive and fintech case studies that demonstrate how enterprises can accelerate digital transformation in the AI‑native age.

AI infrastructureData LakeEdge computing
0 likes · 12 min read
How Baidu Smart Cloud Reinvents Cloud‑Native Infrastructure for the AI‑Native Era
360 Tech Engineering
360 Tech Engineering
Oct 15, 2024 · Artificial Intelligence

Implementation and Optimization of 360 AI Compute Center: Infrastructure, Network, Kubernetes, and Training/Inference Acceleration

The article details the design and deployment of 360's AI Compute Center, covering GPU server selection, high‑performance networking, Kubernetes‑based cluster management, advanced scheduling, training and inference acceleration techniques, and a comprehensive AI development platform with visualization and fault‑tolerance features.

AI infrastructureDistributed ComputingGPU cluster
0 likes · 21 min read
Implementation and Optimization of 360 AI Compute Center: Infrastructure, Network, Kubernetes, and Training/Inference Acceleration
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Oct 12, 2024 · Fundamentals

Alibaba Cloud Server R&D Team Publishes Three Papers on High‑Density PCIe 6.0, 100G‑PAM4 Ethernet, and Immersion‑Cooling PCB Materials at IEEE EPEPS 2024 and PCB West 2024

Alibaba Cloud's server R&D team presented three research papers at IEEE EPEPS 2024 and PCB West 2024 covering high‑density PCIe 6.0 crosstalk optimization, 100G‑PAM4 Ethernet performance under air and immersion cooling, and sustainable low‑cost PCB materials for immersion‑cooled computer systems, highlighting their relevance to AI infrastructure and data‑center design.

AI infrastructurePCB MaterialsPCIe 6.0
0 likes · 10 min read
Alibaba Cloud Server R&D Team Publishes Three Papers on High‑Density PCIe 6.0, 100G‑PAM4 Ethernet, and Immersion‑Cooling PCB Materials at IEEE EPEPS 2024 and PCB West 2024
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Oct 11, 2024 · Artificial Intelligence

How 360 Built a Thousand‑GPU AI Supercomputer with Kubernetes and Advanced Scheduling

This article details the design and implementation of 360’s AI Computing Center, covering server selection, network topology, Kubernetes scheduling, training and inference acceleration, and the AI platform’s core, visualization, and fault‑tolerance capabilities for large‑scale AI workloads.

AI infrastructureDistributed TrainingGPU cluster
0 likes · 22 min read
How 360 Built a Thousand‑GPU AI Supercomputer with Kubernetes and Advanced Scheduling
Baidu Geek Talk
Baidu Geek Talk
Oct 9, 2024 · Artificial Intelligence

How Baidu’s Baige 4.0 Architecture Redefines AI Compute Efficiency

This article analyzes Baidu's Baige 4.0 AI infrastructure, detailing its four‑layer architecture, XMAN 5.0 hardware, HPN network, BCCL communication library, and AIAK inference upgrades, and explains how these innovations address large‑model training and inference challenges while boosting performance, utilization, and cost efficiency.

AI infrastructureCluster ManagementFault Tolerance
0 likes · 16 min read
How Baidu’s Baige 4.0 Architecture Redefines AI Compute Efficiency
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
Sep 29, 2024 · Artificial Intelligence

How Baidu’s Baige 4.0 Redefines AI Infrastructure for Large‑Model Training

The article details Baidu Baige 4.0’s four‑layer AI infrastructure—hardware, cluster components, training‑inference acceleration, and platform tools—highlighting its heterogeneous computing, high‑performance networking, fault‑tolerant communication library, and optimizations that boost large‑model training and inference efficiency.

AI infrastructureHigh-performance networkingLarge model training
0 likes · 17 min read
How Baidu’s Baige 4.0 Redefines AI Infrastructure for Large‑Model Training
DataFunSummit
DataFunSummit
Sep 24, 2024 · Artificial Intelligence

Streaming Data Pipelines and Scaling Laws for Efficient Large‑Model Training

The article discusses the challenges of training ever‑larger AI models on internet‑scale data, critiques traditional batch ETL pipelines, and proposes a streaming data‑flow architecture with dynamic data selection and a shared‑memory/Alluxio middle layer to decouple data processing from model training, improving efficiency and scalability.

AI infrastructureData pipelinesMultimodal Data
0 likes · 20 min read
Streaming Data Pipelines and Scaling Laws for Efficient Large‑Model Training
Data Thinking Notes
Data Thinking Notes
Sep 19, 2024 · Artificial Intelligence

Why AI Has Only a Seven-Year History—and What AI+ Means for the Future

In this speech, Wang Jian reflects on the evolution of artificial intelligence, arguing that modern AI is fundamentally different from its early concepts, emphasizing the pivotal roles of data, models, and infrastructure, and exploring the transformative impact of AI+, transformers, and cloud platforms on future innovation.

AI infrastructureAI+Artificial Intelligence
0 likes · 18 min read
Why AI Has Only a Seven-Year History—and What AI+ Means for the Future
Architects' Tech Alliance
Architects' Tech Alliance
Sep 17, 2024 · Industry Insights

Why Intelligent Computing Centers Are the Backbone of China’s AI Boom

The article explains what an Intelligent Computing Center (智算中心) is, analyzes its extensive upstream and downstream industry chain, describes the cutting‑edge AI computing architecture that powers it, forecasts massive growth in AI compute capacity by 2028, and outlines regional deployment strategies and service models such as leasing, data, operation, and talent cultivation.

AI computingAI infrastructureIntelligent Computing Center
0 likes · 11 min read
Why Intelligent Computing Centers Are the Backbone of China’s AI Boom
21CTO
21CTO
Sep 10, 2024 · Artificial Intelligence

Why AI Has Only a Seven‑Year History and What AI Infrastructure Means for the Future

In this speech, academician Wang Jian reflects on the short, seven‑year history of modern AI, distinguishes AI, AI+ and AI infrastructure, explains how data, models and compute power have become the new foundational layer, and examines the roles of Google, OpenAI, transformers, and cloud services in shaping today’s AI revolution.

AI infrastructureAI+Artificial Intelligence
0 likes · 20 min read
Why AI Has Only a Seven‑Year History and What AI Infrastructure Means for the Future
Baobao Algorithm Notes
Baobao Algorithm Notes
Jul 24, 2024 · Artificial Intelligence

What Powers Meta’s Llama 3 405B? Inside the Architecture, Scaling Laws, and Massive Training Infrastructure

This article dissects Meta’s Llama 3 405‑billion‑parameter model, covering its dense Transformer design, data‑mixing strategy, two‑stage scaling‑law prediction, 4‑D parallelism, custom hardware clusters, training schedules, post‑training alignment methods, and the extensive evaluation results that benchmark it against leading LLMs.

AI infrastructureDistributed TrainingLLaMA-3
0 likes · 56 min read
What Powers Meta’s Llama 3 405B? Inside the Architecture, Scaling Laws, and Massive Training Infrastructure
NewBeeNLP
NewBeeNLP
Jul 24, 2024 · Industry Insights

From Black Iron to Silver: The Evolution of Large Model Infrastructure (2019‑2024)

The article traces the evolution of large‑model training and inference infrastructure from the early “black‑iron” era (2019‑2021) through the “golden” boom (2022‑2023) to the emerging “silver” phase (2024‑), highlighting key research breakthroughs, open‑source frameworks, hardware trends, market dynamics, and practical challenges for engineers entering the field.

AI infrastructureIndustry Trendsinference
0 likes · 22 min read
From Black Iron to Silver: The Evolution of Large Model Infrastructure (2019‑2024)
Architects' Tech Alliance
Architects' Tech Alliance
Jul 15, 2024 · Artificial Intelligence

Why Model-as-a-Service (MaaS) Is Shaping the Future of AI Deployment

This article examines the Model-as-a-Service (MaaS) paradigm, tracing its origins, defining its expanded capabilities for large‑model ecosystems, outlining the full‑stack services it offers, and analyzing current industry adoption, deployment models, and the technical and regulatory challenges that must be addressed for scalable AI rollout.

AI deploymentAI infrastructureModel as a Service
0 likes · 11 min read
Why Model-as-a-Service (MaaS) Is Shaping the Future of AI Deployment
DataFunTalk
DataFunTalk
Jul 8, 2024 · Artificial Intelligence

Challenges and Techniques for Distributed Training of Large Language Models

This article discusses the historical background, major challenges such as massive compute and memory demands, and the technical ecosystem—including data parallelism, pipeline parallelism, and optimization strategies like DeepSpeed and 1F1B—to enable efficient distributed training of large language models.

AI infrastructureDeepSpeedPipeline Parallelism
0 likes · 22 min read
Challenges and Techniques for Distributed Training of Large Language Models
21CTO
21CTO
Jun 7, 2024 · Artificial Intelligence

Why AI Gateways Are the Next Evolution of API Gateways

AI gateways have emerged as essential infrastructure for modern AI applications, offering specialized security, load balancing, cost management, and observability that go beyond traditional API gateways, and understanding their differences and deployment considerations is crucial for developers and ops teams.

AI GatewayAI infrastructureAPI Gateway
0 likes · 10 min read
Why AI Gateways Are the Next Evolution of API Gateways
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
May 24, 2024 · Artificial Intelligence

How DeepRec Extension Boosts Distributed Sparse Model Training with Elasticity and Fault Tolerance

DeepRec Extension enhances large‑scale sparse model training by adding automatic elastic training, resource‑aware scheduling, real‑time monitoring, and efficient fault‑tolerance mechanisms, enabling lower cost, higher throughput, and more reliable distributed training for AI workloads.

AI infrastructureDeepRecFault Tolerance
0 likes · 13 min read
How DeepRec Extension Boosts Distributed Sparse Model Training with Elasticity and Fault Tolerance
Baidu Tech Salon
Baidu Tech Salon
May 15, 2024 · Artificial Intelligence

Accelerating Large Model Training and Inference with Baidu Baige AIAK‑LLM

Baidu Baige’s AIAK‑LLM suite accelerates large‑model training and inference by boosting Model FLOPS Utilization through techniques such as TP communication overlap, hybrid recompute, zero‑offload, automatic parallel‑strategy search, multi‑chip support, and inference‑specific optimizations, achieving over 60 % speedup and seamless Hugging Face integration.

AI infrastructureAIAK-LLMBaidu Baige
0 likes · 26 min read
Accelerating Large Model Training and Inference with Baidu Baige AIAK‑LLM
Baidu Geek Talk
Baidu Geek Talk
May 15, 2024 · Artificial Intelligence

Accelerating Large Model Training and Inference with Baidu Baige AIAK‑LLM: Challenges, Techniques, and Optimizations

The talk outlines how Baidu’s Baige AIAK‑LLM suite tackles the exploding compute demands of trillion‑parameter models by boosting Model FLOPS Utilization through advanced parallelism, memory‑saving recompute, zero‑offload, adaptive scheduling, and cross‑chip orchestration, delivering 30‑60% training and inference speedups and a unified cloud product.

AI infrastructureBaiduLarge Language Models
0 likes · 25 min read
Accelerating Large Model Training and Inference with Baidu Baige AIAK‑LLM: Challenges, Techniques, and Optimizations
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
May 15, 2024 · Artificial Intelligence

How Baidu’s AIAK‑LLM Supercharges Large‑Model Training and Inference

The article explains the scaling challenges of ever‑larger LLMs, introduces the MFU performance metric, surveys industry parallelism and memory‑saving techniques, and details Baidu’s AIAK‑LLM suite—including resource, component and acceleration layers—as well as concrete training and inference optimizations that raise MFU by 30‑60% and cut deployment costs.

AI infrastructureMFUMemory Optimization
0 likes · 25 min read
How Baidu’s AIAK‑LLM Supercharges Large‑Model Training and Inference
ZhongAn Tech Team
ZhongAn Tech Team
May 13, 2024 · Artificial Intelligence

Weekly Tech Overview: AI Advances, Mobile Game Store, and Industry Insights

This weekly tech roundup covers Microsoft’s upcoming mobile game store, Alibaba Cloud’s Tongyi Qianwen 2.5 AI model, Google DeepMind’s AlphaFold 3 for drug discovery, TikTok’s AI‑content labeling, 神州信息’s AI‑native product, Apple’s on‑device AI chips, expert views on scaling laws, and news on Fei‑Fei Li’s startup, Apple’s China tax, and Buffett’s Apple stake reduction.

AIAI infrastructureCloud Computing
0 likes · 7 min read
Weekly Tech Overview: AI Advances, Mobile Game Store, and Industry Insights
Architects' Tech Alliance
Architects' Tech Alliance
May 9, 2024 · Artificial Intelligence

AI Servers: Market Opportunities, Architecture, and Future Demand Driven by Generative AI

The article examines how the surge of generative AI (AIGC) is fueling rapid growth in AI server demand, detailing the emerging AIGC ecosystem, server hardware composition, model scaling, heterogeneous computing, training vs. inference workloads, market size forecasts, and the competitive landscape of AI server manufacturers.

AI infrastructureAI serversGPU
0 likes · 15 min read
AI Servers: Market Opportunities, Architecture, and Future Demand Driven by Generative AI
ITPUB
ITPUB
Apr 27, 2024 · Databases

How Vector Databases Enable High‑Dimensional Stock Quant Analysis

This interview‑style guide explores how vector databases handle massive, high‑dimensional time‑series data for quantitative stock trading, detailing data scaling challenges, selection criteria, and why the research team chose LanceDB over alternatives for efficient, scalable financial analysis.

AI infrastructureLanceDBhigh-dimensional data
0 likes · 7 min read
How Vector Databases Enable High‑Dimensional Stock Quant Analysis