All Articles

143237 articles · Page 320 of 7162
Old Zhang's AI Learning
Old Zhang's AI Learning
May 16, 2026 · Artificial Intelligence

vLLM 0.21.0 Arrives: Speculative Decoding Now Supports Reasoning Models

The vLLM 0.21.0 release brings five major updates—including Transformers v4 deprecation, a C++20 build requirement, KV offload with hybrid memory, speculative decoding that respects thinking budgets, and a Blackwell token‑speed backend—while offering detailed upgrade guidance for different user groups.

C++20KV cacheSpeculative Decoding
0 likes · 12 min read
vLLM 0.21.0 Arrives: Speculative Decoding Now Supports Reasoning Models
Old Zhang's AI Learning
Old Zhang's AI Learning
May 16, 2026 · Artificial Intelligence

Can Your PC Run Large Language Models? Meet BenchLoop, the Local Benchmarking Tool

BenchLoop is a CLI‑plus‑Web application that lets you reproducibly benchmark locally‑run LLMs across seven suites—including speed, tool‑calling, coding and agent tasks—while recording hardware details, scoring results with a weighted formula, and optionally publishing them to a public leaderboard.

AI evaluationBenchLoopLLM benchmarking
0 likes · 14 min read
Can Your PC Run Large Language Models? Meet BenchLoop, the Local Benchmarking Tool
DataFunSummit
DataFunSummit
May 16, 2026 · Industry Insights

How SelectDB Powers a Next‑Gen Real‑Time Data Warehouse for Banks

The article analyses the structural mismatch between banks' demand for instant data‑driven decisions and their legacy, component‑heavy architectures, then details how SelectDB’s high‑performance, unified MPP engine, schema‑change agility, and financial‑grade security enable a real‑time data‑warehouse platform that supports diverse banking scenarios from dashboards to fraud detection.

AI integrationData SecurityDataMind
0 likes · 19 min read
How SelectDB Powers a Next‑Gen Real‑Time Data Warehouse for Banks
DataFunSummit
DataFunSummit
May 16, 2026 · Industry Insights

What Powers Palantir’s 137% Revenue Surge? Inside Its Ontology‑Based Enterprise AI Platform

Palantir’s Q4 2025 revenue jumped 70% to $14.07 billion, with U.S. commercial revenue soaring 137%, driven not merely by AI hype but by its Ontology‑centric approach that tightly integrates data, business logic, actions, and security, locking large enterprises into a deeply embedded decision‑making stack.

AI OpsCase StudiesData Integration
0 likes · 9 min read
What Powers Palantir’s 137% Revenue Surge? Inside Its Ontology‑Based Enterprise AI Platform
IT Services Circle
IT Services Circle
May 16, 2026 · Industry Insights

Are Fixed Monthly Phone Bills Over? A Deep Dive into the Three Major Carriers' New Pay‑As‑You‑Go Plans

As the 2026 World Telecom and Information Society day approaches, China’s three major operators unveil divergent pricing reforms: Unicom launches a tiered "Magic Cube" pay‑as‑you‑go service with a 39 RMB base fee, while Mobile and Telecom retain traditional bundles, prompting a detailed cost‑benefit analysis for light, heavy, and low‑usage customers.

China UnicomTelecomindustry analysis
0 likes · 6 min read
Are Fixed Monthly Phone Bills Over? A Deep Dive into the Three Major Carriers' New Pay‑As‑You‑Go Plans
Java Tech Enthusiast
Java Tech Enthusiast
May 16, 2026 · Industry Insights

Why Supercomputers Choose Linux Over Windows: An In‑Depth Analysis

Supercomputers run exclusively on Linux because its open‑source nature offers unparalleled cost savings, deep customizability, superior scheduling performance, and robust stability and security—advantages that closed‑source systems like Windows and macOS cannot match for massive parallel workloads.

LinuxOperating SystemsPerformance
0 likes · 9 min read
Why Supercomputers Choose Linux Over Windows: An In‑Depth Analysis
Java Tech Enthusiast
Java Tech Enthusiast
May 16, 2026 · Industry Insights

Why the World’s Largest Open‑Source Platform Was Abandoned

The article traces SourceForge’s rise as the biggest open‑source hosting site, its decline after 2010, and how its download‑centric model was overtaken by GitHub’s fork‑and‑pull‑request approach, illustrating broader shifts in software collaboration.

GitHubSourceForgeindustry history
0 likes · 7 min read
Why the World’s Largest Open‑Source Platform Was Abandoned
Cloud Architecture
Cloud Architecture
May 16, 2026 · Databases

MySQL 8.x Large Pagination Guide: From OFFSET Performance Pitfalls to Production‑Ready Cursor Pagination

This article explains why deep OFFSET pagination in MySQL 8.x forces the database to scan, sort and discard massive rows, outlines four categories of pagination bottlenecks, and presents a step‑by‑step engineering roadmap—including covering indexes, delayed joins, cursor pagination, Elasticsearch integration, API contracts, and production‑grade Spring Boot/MyBatis code—to eliminate the performance black‑hole and build a scalable pagination architecture.

CursorElasticsearchIndex
0 likes · 35 min read
MySQL 8.x Large Pagination Guide: From OFFSET Performance Pitfalls to Production‑Ready Cursor Pagination
Data Party THU
Data Party THU
May 16, 2026 · Artificial Intelligence

How Leading Open‑Source Foundation Models and Their Derivatives Shape the AI Landscape

This article systematically analyzes the most influential open‑source foundation models—Meta Llama, Alibaba Qwen, Mistral AI, and others—detailing their core architectures, lightweight, instruction‑tuned, multimodal, and industry‑specific derivatives, and outlining current ecosystem characteristics and future development trends.

AILLMfoundation models
0 likes · 18 min read
How Leading Open‑Source Foundation Models and Their Derivatives Shape the AI Landscape
Senior Tony
Senior Tony
May 16, 2026 · Artificial Intelligence

Why Claiming LLM MCP Is Dead and Skills Are Supreme Reveals Beginner Thinking

The article argues that declaring LLM MCP obsolete while praising Skills as the ultimate capability reflects a beginner’s misunderstanding, explaining that MCP is a low‑level tool‑connection protocol akin to USB/HTTP, whereas Skills are high‑level business‑logic wrappers, and the real engineering challenges lie elsewhere.

AI agentsLLMMCP
0 likes · 5 min read
Why Claiming LLM MCP Is Dead and Skills Are Supreme Reveals Beginner Thinking
Machine Heart
Machine Heart
May 16, 2026 · Artificial Intelligence

Embodied AI Breakthrough: Beijing Humanoid’s Pelican‑Unify 1.0 Tops WorldArena and Wins Dual Crown

The article details how Beijing Humanoid’s Pelican‑Unify 1.0 model achieved top scores on WorldArena—including a 66.03 overall rating and 98.12% 3D accuracy—by unifying perception, reasoning, imagination and action in a single latent space, marking a milestone for model‑based end‑to‑end embodied intelligence.

Embodied AIMultimodal LearningPelican-Unify
0 likes · 17 min read
Embodied AI Breakthrough: Beijing Humanoid’s Pelican‑Unify 1.0 Tops WorldArena and Wins Dual Crown
Machine Heart
Machine Heart
May 16, 2026 · Artificial Intelligence

GIPO: Overcoming Utilization Collapse for Efficient Large‑Model Reinforcement Learning

GIPO (Gaussian Importance Sampling Policy Optimization) replaces PPO’s hard clipping with a smooth Gaussian‑weighted trust region, achieving log‑space symmetry and bias‑variance balance that mitigates policy lag and utilization collapse, and demonstrates superior stability and sample efficiency on GridWorld, LIBERO, MetaWorld, and 7‑billion‑parameter VLA experiments.

Bias-Variance TradeoffGIPOLarge‑Scale Training
0 likes · 17 min read
GIPO: Overcoming Utilization Collapse for Efficient Large‑Model Reinforcement Learning
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 16, 2026 · Backend Development

7 Essential Spring Boot Concepts Every Senior Developer Should Master

The article walks senior developers through seven core Spring Boot 3.5.0 concepts—resilience with Resilience4j, observability via Actuator, distributed transactions using Saga, advanced caching, asynchronous processing, API‑gateway routing, and OAuth2/JWT security—providing concrete code snippets, configuration examples, and visual illustrations for each technique.

API GatewayAsync ProcessingResilience4j
0 likes · 10 min read
7 Essential Spring Boot Concepts Every Senior Developer Should Master
FunTester
FunTester
May 16, 2026 · Artificial Intelligence

Anthropic’s Generator‑Critic Approach for Reliable Test‑Case Evaluation

The article explains why letting the same Agent both generate a test case and self‑review leads to hidden flaws, and how Anthropic’s Generator‑Critic architecture with physically isolated contexts and a well‑crafted rubric provides a more dependable way to assess test‑case quality and control retries.

AnthropicGenerator‑CriticRubric Design
0 likes · 7 min read
Anthropic’s Generator‑Critic Approach for Reliable Test‑Case Evaluation
DataFunTalk
DataFunTalk
May 16, 2026 · Artificial Intelligence

How to Turn AI into an S‑Level Employee: Practical Skill Training for Reliable Web Testing

The article explains why smart AI still fails at complex tasks, introduces the concept of engineering‑focused Skills that embed business SOPs, and shares four hard‑learned pitfalls plus a step‑by‑step, checklist‑driven training loop that turns a generic model into a dependable, self‑checking web‑testing assistant.

AI AutomationChecklistgate rules
0 likes · 19 min read
How to Turn AI into an S‑Level Employee: Practical Skill Training for Reliable Web Testing
DataFunTalk
DataFunTalk
May 16, 2026 · Artificial Intelligence

How Knora Combines Ontology and Large Models to Overcome AI Hallucinations and Execution Gaps in Enterprises

The article explains how YueDian Technology's Knora 4.0 platform fuses domain ontologies with large‑model AI to create a unified, trustworthy, and autonomous enterprise AI system that addresses hallucination, data integration, and execution challenges across complex business scenarios.

AI platformAutonomous AgentsEnterprise AI
0 likes · 14 min read
How Knora Combines Ontology and Large Models to Overcome AI Hallucinations and Execution Gaps in Enterprises
MaGe Linux Operations
MaGe Linux Operations
May 16, 2026 · Operations

How to Cut Nginx Response Time from 500 ms to 50 ms: A Practical Optimization Guide

By establishing baselines, methodically profiling logs, and applying layered tweaks—such as keepalive connections, gzip compression, proxy caching, worker tuning, HTTP/2, kernel parameters, and backend caching—this guide demonstrates how to reduce Nginx’s total response time from 500 ms to under 50 ms with measurable results.

GzipHTTP/2Linux Tuning
0 likes · 25 min read
How to Cut Nginx Response Time from 500 ms to 50 ms: A Practical Optimization Guide