Tagged articles
94 articles
Page 1 of 1
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 9, 2026 · Artificial Intelligence

Why OpenClaw Is So Expensive and How QuantClaw Cuts Cost by 21% While Boosting Speed 15%

OpenClaw’s high token consumption drives steep costs, but the QuantClaw plug‑in dynamically routes tasks to 4‑bit, 8‑bit or 16‑bit model instances based on a systematic quantization study, achieving up to 21% cost reduction, 15% latency improvement, and even modest accuracy gains.

AI AgentsCost reductionDynamic Precision Routing
0 likes · 9 min read
Why OpenClaw Is So Expensive and How QuantClaw Cuts Cost by 21% While Boosting Speed 15%
PMTalk Product Manager Community
PMTalk Product Manager Community
May 4, 2026 · Artificial Intelligence

7‑Step Architecture Framework for AI Product Managers to Build Scalable Solutions

This article walks through a real‑world AI product case study where a cross‑border e‑commerce photo‑generation system was built from scratch, cutting per‑image cost from ¥65 to under ¥0.5, shrinking turnaround from days to minutes, and achieving 65% business adoption through a disciplined seven‑step process.

AI product managementCost reductionMVP
0 likes · 14 min read
7‑Step Architecture Framework for AI Product Managers to Build Scalable Solutions
AI Architecture Hub
AI Architecture Hub
Apr 24, 2026 · Artificial Intelligence

How Claude Code Achieves a 92% Prompt Caching Hit Rate with Three Unbreakable Engineering Rules

Claude Code’s prompt‑caching delivers a 92% hit rate, slashing a 50‑round agent session cost from $6 to $1.15 by separating stable prefixes from dynamic tails, using a three‑layer cache architecture, exact token‑sequence matching, and three strict engineering rules that keep the cache hot and reliable.

Cache Hit RateClaude CodeCost reduction
0 likes · 13 min read
How Claude Code Achieves a 92% Prompt Caching Hit Rate with Three Unbreakable Engineering Rules
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Apr 20, 2026 · Cloud Computing

How Alibaba Cloud’s Agentic Search Redefines Enterprise AI Search

The article analyzes Alibaba Cloud Elasticsearch’s shift from keyword‑based to Agent‑native search, detailing the Agent Native architecture, hybrid retrieval 2.0, FalconSeek engine performance gains of up to 300%, cost reductions of 40‑70%, and the ecosystem of ES Skills, cloud‑native enhancements, and observability that together enable a scalable AI search platform for enterprises.

AI searchAgentic ArchitectureCost reduction
0 likes · 13 min read
How Alibaba Cloud’s Agentic Search Redefines Enterprise AI Search
ByteDance SE Lab
ByteDance SE Lab
Apr 17, 2026 · Industry Insights

How DisCoGC Cuts Storage Costs by 20%: A Deep Dive into ByteStore’s New GC Paradigm

This article analyzes the DisCoGC algorithm introduced by ByteDance, explaining how its discard‑centric garbage collection eliminates the write‑amplification vs. space‑amplification trade‑off in log‑structured storage, details the engineering challenges of multi‑layer deployment, and presents production results showing up to 20% TCO reduction without impacting latency.

Cost reductionGarbage CollectionPerformance Optimization
0 likes · 19 min read
How DisCoGC Cuts Storage Costs by 20%: A Deep Dive into ByteStore’s New GC Paradigm
Huolala Tech
Huolala Tech
Apr 17, 2026 · Artificial Intelligence

How Lalamove Built a Multi‑Agent AI Framework to Cut Translation Costs by 90%

Lalamove tackled the massive multilingual translation workload of its global app and website by designing a three‑layer, multi‑agent AI framework that combines specialized translation, quality scoring, and compliance agents, achieving rapid, native‑like output while slashing costs and turnaround time.

AI translationCost reductionLLM
0 likes · 10 min read
How Lalamove Built a Multi‑Agent AI Framework to Cut Translation Costs by 90%
ShiZhen AI
ShiZhen AI
Apr 10, 2026 · Artificial Intelligence

Anthropic Advisor Strategy: Sonnet Runs, Opus Guides – Scores Up, Costs Down

Anthropic’s new Advisor Strategy lets the low‑cost Sonnet (or Haiku) model handle full agent tasks while invoking the powerful Opus model only for difficult decision points, delivering a 2.7‑point score boost on SWE‑bench with roughly 12% lower cost, and can be added with a single API call.

AI AgentsAnthropicClaude
0 likes · 8 min read
Anthropic Advisor Strategy: Sonnet Runs, Opus Guides – Scores Up, Costs Down
AI Info Trend
AI Info Trend
Mar 16, 2026 · Industry Insights

What 2025’s AI Landscape Reveals: Five Game-Changing Trends

The 2025 State of AI report from Artificial Analysis outlines five core trends—intensified competition, the rise of autonomous agents, native speech models, mainstream inference models, and booming image/video generation—showing how costs have plummeted, capabilities have surged, and AI is reshaping every industry.

2025AICost reduction
0 likes · 9 min read
What 2025’s AI Landscape Reveals: Five Game-Changing Trends
High Availability Architecture
High Availability Architecture
Mar 12, 2026 · Artificial Intelligence

How Claude Code Hits 92% Prompt Cache Rate and Slashes AI Agent Costs by 81%

This article explains the prompt‑caching mechanism used by Claude Code, showing how separating static prefixes from dynamic tails and leveraging KV‑tensor caching reduces the O(n²) complexity of transformer pre‑fill to O(n), achieving a 92% cache hit rate and up to 81% cost savings in long‑running AI agent sessions.

AI AgentsClaudeCost reduction
0 likes · 12 min read
How Claude Code Hits 92% Prompt Cache Rate and Slashes AI Agent Costs by 81%
Code Mala Tang
Code Mala Tang
Mar 9, 2026 · Artificial Intelligence

How Claude’s New Prompt Caching Cuts Token Costs by 90% for Long‑Running Agents

Claude’s API now automatically caches static parts of prompts—system instructions, tool definitions, and context—so repeated calls reuse these sections at only 10% of the standard token price, dramatically reducing costs for multi‑turn agents, but developers must manage prefixes and avoid cache‑breaking changes.

Claude APICost reductionLLM engineering
0 likes · 15 min read
How Claude’s New Prompt Caching Cuts Token Costs by 90% for Long‑Running Agents
Weekly Large Model Application
Weekly Large Model Application
Feb 27, 2026 · Industry Insights

Edge AI’s 2026 Boom: Taalas HC1’s Disruption and China’s Key Takeaways

The article explains how the Taalas HC1 edge‑AI chip, with 17,000 tokens/s inference speed, 90 % lower power and 1/20 the cost of Nvidia H200 GPUs, proves that dedicated, non‑general‑purpose silicon can overcome latency, privacy and expense barriers, making on‑device large‑model deployment essential in 2026 and offering a strategic roadmap for Chinese chip makers.

AI chipsChinaCost reduction
0 likes · 12 min read
Edge AI’s 2026 Boom: Taalas HC1’s Disruption and China’s Key Takeaways
AI Waka
AI Waka
Feb 24, 2026 · Artificial Intelligence

How Claude’s New Auto‑Caching Cuts API Token Costs by 90%

By adding a single field to Claude API requests, developers can automatically cache static prompt parts, reducing token billing to just 10% of the original cost and dramatically lowering expenses for multi‑turn AI agents.

AI AgentsClaude APICost reduction
0 likes · 13 min read
How Claude’s New Auto‑Caching Cuts API Token Costs by 90%
Lisa Notes
Lisa Notes
Feb 16, 2026 · Operations

How a Smart‑Hardware Team Cut Costs by 95% and Boosted GMV to $1.68B in One Year

By mapping information gaps, building a cross‑functional support system, and automating key workflows, a smart‑hardware operation reduced remote communication costs to zero, cut labor by 50%, lowered expenses by 95%, lifted efficiency by 50%, and generated roughly $1.68 billion GMV within a year.

AutomationCost reductioncross‑functional collaboration
0 likes · 4 min read
How a Smart‑Hardware Team Cut Costs by 95% and Boosted GMV to $1.68B in One Year
PaperAgent
PaperAgent
Feb 1, 2026 · Artificial Intelligence

Why Clawdbot Burns Millions of Tokens and How to Slash Its Costs

The article provides a deep technical breakdown of the OpenClaw (formerly Clawdbot) AI agent’s token consumption patterns, identifies four major architectural token‑black‑holes, explains why they are hard to avoid, and offers concrete mitigation strategies such as prompt caching, workflow engines, context compaction, tool pruning, and model routing to dramatically reduce operational costs.

AI AgentsCost reductionPrompt Caching
0 likes · 12 min read
Why Clawdbot Burns Millions of Tokens and How to Slash Its Costs
AI Info Trend
AI Info Trend
Jan 26, 2026 · Industry Insights

How Agentic AI Could Slash Healthcare Revenue Cycle Costs by Up to 60%

McKinsey’s 2026 report reveals that Agentic AI can reduce healthcare revenue cycle management costs by 30‑60%, accelerate cash flow, improve billing accuracy, and free staff for higher‑value care, outlining a backend‑first roadmap, practical implementation steps, and projected savings of up to $120 million for $6 billion revenue hospitals.

Agentic AICost reductionHealthcare Operations
0 likes · 8 min read
How Agentic AI Could Slash Healthcare Revenue Cycle Costs by Up to 60%
Zhihu Tech Column
Zhihu Tech Column
Jan 20, 2026 · Artificial Intelligence

How AI‑Powered Agentic Workflows Cut Costs and Boosted R&D Efficiency by Over 30% – A Real‑World Case Study

This article details a multi‑year, data‑driven transformation in which a product‑research team leveraged large‑model AI and agentic workflows to automate repetitive coding, streamline hot‑topic discussion creation, and replace a seven‑person outsourcing crew, achieving up to 38.6% project‑time reduction, a 22.5‑25 PD weekly capacity gain, and a dramatic drop in marginal costs.

AICost reductionGoogle ADK
0 likes · 29 min read
How AI‑Powered Agentic Workflows Cut Costs and Boosted R&D Efficiency by Over 30% – A Real‑World Case Study
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Dec 18, 2025 · Artificial Intelligence

How We Slashed AI Token Costs by Up to 90% with Smart Pipeline Optimizations

This report details a systematic analysis of AI token consumption in a multilingual UI‑automation workflow and presents four concrete optimization techniques—prompt trimming, duplicate‑call avoidance, text deduplication, and placeholder‑based knowledge‑base integration—that together reduced monthly token usage by over 90% without harming detection accuracy.

AI token optimizationCost reductionText Deduplication
0 likes · 14 min read
How We Slashed AI Token Costs by Up to 90% with Smart Pipeline Optimizations
Test Development Learning Exchange
Test Development Learning Exchange
Dec 5, 2025 · Operations

Why Smart Test Automation Cuts Costs: 4 Proven Strategies & Real Case Study

Amid the push for cost reduction and efficiency, the article argues that test automation is essential, outlines four smart strategies—targeting high‑frequency stable APIs, starting with low‑cost MVPs, integrating with CI/CD, and augmenting manual testing—then presents a case where a two‑person, two‑week effort cut regression effort by 93% and saved over 1,300 person‑hours annually.

Cost reductionMVPci/cd
0 likes · 7 min read
Why Smart Test Automation Cuts Costs: 4 Proven Strategies & Real Case Study
DataFunTalk
DataFunTalk
Nov 7, 2025 · Artificial Intelligence

Training-Free GRPO: Low‑Cost Reinforcement Learning for Large Language Models

Training-Free GRPO, proposed by Tencent Youtu Lab, eliminates parameter updates by iteratively building an experience knowledge base, enabling cost‑effective reinforcement learning for large language models, dramatically reducing training expenses from thousands of dollars to under $20 while maintaining strong performance across math reasoning and web search tasks.

AICost reductionreinforcement learning
0 likes · 6 min read
Training-Free GRPO: Low‑Cost Reinforcement Learning for Large Language Models
21CTO
21CTO
Nov 2, 2025 · Databases

How to Slash Database Costs by 60% Without Sacrificing Performance

This article explains why database expenses balloon, then walks through ten practical techniques—including smart indexing, selective column queries, caching, partitioning, archiving, data‑type tuning, simplifying joins, regular maintenance, query monitoring, and right‑sized hardware—to cut costs up to 60% while preserving or even boosting query speed.

Cost reductionDatabase OptimizationPostgreSQL
0 likes · 10 min read
How to Slash Database Costs by 60% Without Sacrificing Performance
DataFunSummit
DataFunSummit
Oct 18, 2025 · Big Data

How Zhihu’s Big Data FinOps Cuts Costs and Boosts Efficiency

This article outlines Zhihu’s practical use of big‑data FinOps, describing its hybrid‑cloud architecture, the challenges of multi‑vendor cost management, and how a systematic billing system launched in 2022 drives sustainable cost reduction across the organization.

Big DataCost reductionData Platform
0 likes · 4 min read
How Zhihu’s Big Data FinOps Cuts Costs and Boosts Efficiency
DataFunTalk
DataFunTalk
Oct 8, 2025 · Big Data

How ByteHouse Cuts Data Warehouse Costs: Tackling Explicit and Implicit Challenges

As data volumes explode, enterprises struggle with the high hardware, performance, operational, and migration costs of traditional OLAP warehouses, but ByteHouse’s cloud‑native architecture offers a cost‑effective, high‑performance solution that dramatically reduces both explicit and hidden expenses.

Big DataByteHouseCost reduction
0 likes · 6 min read
How ByteHouse Cuts Data Warehouse Costs: Tackling Explicit and Implicit Challenges
DataFunSummit
DataFunSummit
Oct 4, 2025 · Operations

How Zhihu Leverages FinOps and Mixed‑Cloud Architecture to Slash Costs

This article explains how Zhihu’s big‑data platform applies FinOps principles and a mixed‑cloud strategy to overcome multi‑vendor complexity, organizational challenges, and sustainability issues, ultimately achieving continuous cost reduction and efficiency gains.

Big DataCost reductionFinOps
0 likes · 4 min read
How Zhihu Leverages FinOps and Mixed‑Cloud Architecture to Slash Costs
AI2ML AI to Machine Learning
AI2ML AI to Machine Learning
Oct 1, 2025 · Artificial Intelligence

2025 Large Model Engineering Breakthroughs: Cutting Costs, Boosting Performance, and Extending Context

The 2025 open‑source reports reveal major advances in large‑model engineering, including drastic cost cuts such as DeepSeek‑V3 training for $5.57 M, performance gains where Gemma 3 4B matches Gemma 2 27B, memory efficiencies like 85 % KV‑cache reduction, and a suite of new techniques—from loss‑free MoE balancing to multi‑token prediction—that together push context lengths to one million tokens and enable multimodal, aligned, and industry‑specific models.

Cost reductionMultimodal AIattention mechanisms
0 likes · 13 min read
2025 Large Model Engineering Breakthroughs: Cutting Costs, Boosting Performance, and Extending Context
AI Info Trend
AI Info Trend
Sep 25, 2025 · Industry Insights

How AI Can Cut Asset Management Costs by Up to 40% – Key Insights

A McKinsey report reveals that AI can reduce operating costs for mid‑size asset managers by 25‑40%, outlines six strategic pillars for AI adoption, and provides a step‑by‑step roadmap to transform the industry from fragmented systems to a data‑driven, ROI‑focused model.

AICost reductionTechnology adoption
0 likes · 8 min read
How AI Can Cut Asset Management Costs by Up to 40% – Key Insights
DataFunSummit
DataFunSummit
Sep 7, 2025 · Artificial Intelligence

How NIO Cut Radio Production Costs by 80% with AI Voice Cloning

This article details NIO's AI‑driven voice‑cloning solution for its in‑car NIO Radio, explaining the business background, pain points of traditional production, the TTS‑VC framework and modular workflow, evaluation metrics, and the resulting cost savings, efficiency gains, and scalability across dozens of cities.

AICost reductionSpeech synthesis
0 likes · 10 min read
How NIO Cut Radio Production Costs by 80% with AI Voice Cloning
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Aug 19, 2025 · Big Data

Cut Shuffle Costs by 60% with MaxCompute’s Cluster Optimization Tool

MaxCompute’s new Cluster Optimization Recommendation analyzes 31 days of shuffle data to automatically suggest optimal hash clustering keys, dramatically cutting shuffle traffic and CU consumption for large jobs, while providing one‑click ALTER TABLE scripts and detailed benefit reports to boost big‑data processing efficiency.

Big DataCost reductionHash Clustering
0 likes · 8 min read
Cut Shuffle Costs by 60% with MaxCompute’s Cluster Optimization Tool
Ops Community
Ops Community
Jul 14, 2025 · Operations

How Three Open‑Source Ops Tools Can Eliminate Manual Maintenance Nightmares

After eight years of ops experience, this article shares three open‑source tools—SSL certificate management, SMS verification, and website monitoring—that automate routine tasks, cut costs, and prevent midnight outages, offering practical solutions for individual developers, small teams, and SMEs.

Cost reductionOperationsSMS Verification
0 likes · 6 min read
How Three Open‑Source Ops Tools Can Eliminate Manual Maintenance Nightmares
Old Zhao – Management Systems Only
Old Zhao – Management Systems Only
Jun 30, 2025 · Operations

How to Slash Procurement Costs: 5 Proven Process Controls

This guide reveals how companies can dramatically cut procurement expenses by first mapping their spending flow, then tightening demand control, approval boundaries, pricing comparisons, payment accuracy, and leveraging a digital system to create a closed‑loop, data‑driven purchasing process.

Cost reductionDigital TransformationOperations
0 likes · 9 min read
How to Slash Procurement Costs: 5 Proven Process Controls
Old Zhao – Management Systems Only
Old Zhao – Management Systems Only
Jun 17, 2025 · Operations

Why Cutting Prices Fails and How Supply‑Chain Process Redesign Saves Money

The article explains that simply lowering purchase prices rarely reduces costs long‑term because hidden process inefficiencies add hidden expenses, and it shows how a full‑chain supply‑chain process redesign—covering planning, procurement, contracts, and inventory—can sustainably lower costs.

Cost reductionOperations Managementinventory management
0 likes · 9 min read
Why Cutting Prices Fails and How Supply‑Chain Process Redesign Saves Money
Efficient Ops
Efficient Ops
May 21, 2025 · Operations

Why We Dropped Kubernetes: Cutting Costs by 62% and Boosting DevOps Happiness

Six months after abandoning Kubernetes, our DevOps team reduced infrastructure spend by 62%, cut deployment time by 89%, eliminated weekend on‑call duties, and improved overall happiness, demonstrating that simplifying the tech stack can deliver substantial operational and business benefits.

Cost reductionDevOpsInfrastructure
0 likes · 9 min read
Why We Dropped Kubernetes: Cutting Costs by 62% and Boosting DevOps Happiness
Old Zhao – Management Systems Only
Old Zhao – Management Systems Only
May 15, 2025 · Operations

10 Essential Questions to Master Procurement Management Systems

This article demystifies procurement management systems by answering ten critical questions, covering their purpose, benefits over ERP, core functionalities, cost‑saving mechanisms, supplier impact, implementation challenges, and selection criteria, helping businesses decide when and how to adopt the right solution.

Cost reductionmanagement systemprocurement
0 likes · 9 min read
10 Essential Questions to Master Procurement Management Systems
StarRocks
StarRocks
Mar 27, 2025 · Databases

How JD Logistics Boosted Query Speed and Cut Costs with StarRocks Storage‑Compute Separation

JD Logistics transformed its one‑stop self‑service analytics platform, UData, by migrating from an integrated storage‑compute architecture to a storage‑compute separated design powered by StarRocks, achieving sub‑10‑second P95/P99 query latency, reducing storage costs by 90%, and cutting compute expenses around 30% while supporting massive data volumes.

Cost reductionData PlatformKubernetes
0 likes · 20 min read
How JD Logistics Boosted Query Speed and Cut Costs with StarRocks Storage‑Compute Separation
21CTO
21CTO
Mar 2, 2025 · Backend Development

How Swift on Kubernetes Boosted Performance 4× and Cut Costs by 66%

Cultured Code’s case study shows that replacing a Python 2 application with a Swift‑based service running on AWS‑hosted Kubernetes increased average response speed fourfold while reducing compute costs to one‑third, highlighting the appeal and challenges of using Swift for backend development.

Backend DevelopmentCost reductionKubernetes
0 likes · 4 min read
How Swift on Kubernetes Boosted Performance 4× and Cut Costs by 66%
Dual-Track Product Journal
Dual-Track Product Journal
Feb 13, 2025 · Product Management

How One Simple Table Can Slash Meeting Waste by 80%

This article shows how a single spreadsheet can cut the time spent on demand‑review meetings by up to 80%, using cost calculations, demand‑tagging, e‑commerce style persuasion, and decision‑tree tables to turn eight‑hour sessions into eight‑minute ones.

Cost reductione-commerce thinkingmeeting efficiency
0 likes · 6 min read
How One Simple Table Can Slash Meeting Waste by 80%
dbaplus Community
dbaplus Community
Jan 5, 2025 · Big Data

How DeWu Halved Observability Costs Using AutoMQ and ClickHouse Storage‑Compute Separation

DeWu’s observability platform faced scalability, cost, and operational challenges from petabyte‑scale trace data, prompting a shift to a storage‑compute separated architecture that leverages AutoMQ’s Kafka‑compatible service and ClickHouse Enterprise’s SharedMergeTree engine, ultimately achieving up to 50% cost reduction and five‑fold cold‑read performance gains.

AutoMQBig DataClickHouse
0 likes · 20 min read
How DeWu Halved Observability Costs Using AutoMQ and ClickHouse Storage‑Compute Separation
Architecture Digest
Architecture Digest
Oct 24, 2024 · Backend Development

Oracle Java Migration Trends: Cost, Licensing, and OpenJDK Adoption

A recent Azul Systems survey reveals that over 80% of Oracle Java users are migrating to OpenJDK or commercially‑supported OpenJDK distributions to reduce costs, avoid licensing uncertainties, and gain more flexible, open‑source Java solutions, with most migrations completing within a year.

Cost reductionEnterprise SupportJava
0 likes · 5 min read
Oracle Java Migration Trends: Cost, Licensing, and OpenJDK Adoption
Data Thinking Notes
Data Thinking Notes
Sep 24, 2024 · Artificial Intelligence

Leveraging Large Models to Transform Data Governance: Quality, Cost, Efficiency

This article explains how large language models enhance data governance by improving data quality, reducing implementation costs, and increasing operational efficiency through knowledge bases and interactive prompt libraries, and it also outlines practical empowerment pathways for organizations seeking to leverage AI-driven analytics.

AICost reductionData Governance
0 likes · 3 min read
Leveraging Large Models to Transform Data Governance: Quality, Cost, Efficiency
Wukong Talks Architecture
Wukong Talks Architecture
Aug 6, 2024 · Databases

Migrating Tencent Music's Data Infrastructure from ClickHouse and Druid to StarRocks: Strategy, Implementation, and Best Practices

This article details how Tencent Music’s data‑infrastructure team migrated thousands of ClickHouse and Druid nodes to a StarRocks compute‑storage‑separated lakehouse, achieving 40‑50% cost reduction while maintaining query performance, and shares the technical challenges, solutions, and best‑practice recommendations gathered during the process.

ClickHouseCost reductionData Migration
0 likes · 19 min read
Migrating Tencent Music's Data Infrastructure from ClickHouse and Druid to StarRocks: Strategy, Implementation, and Best Practices
ShiZhen AI
ShiZhen AI
Jun 11, 2024 · Artificial Intelligence

Adding “Concise” to Prompts Cuts AI Costs by Over 20%

The article covers a global AI beauty contest, Microsoft’s security upgrades to its Recall device, step‑by‑step activation of ChatGPT’s background‑conversation mode, and a Johns Hopkins study showing that adding a “concise” instruction to prompts can slash AI response length by half and reduce API costs by more than 20% with little loss of accuracy.

AIAI-generated modelsChatGPT
0 likes · 4 min read
Adding “Concise” to Prompts Cuts AI Costs by Over 20%
Alipay Experience Technology
Alipay Experience Technology
Mar 19, 2024 · Big Data

How Alipay Cut Merchant Bill Complexity by 60% Using a Five‑Step Method

This article details how Alipay's data engineering team applied Elon Musk's five‑step work method to completely refactor a decade‑old merchant billing system, reducing overall complexity by over 60%, improving timeliness by an hour, cutting storage and compute costs by a third, and dramatically lowering operational and maintenance burdens.

AutomationBig DataCost reduction
0 likes · 23 min read
How Alipay Cut Merchant Bill Complexity by 60% Using a Five‑Step Method
Volcano Engine Developer Services
Volcano Engine Developer Services
Feb 29, 2024 · Big Data

How MetaApp Cut Data Warehouse Costs by 50% with ByConity

MetaApp replaced ClickHouse with the open‑source cloud‑native data warehouse ByConity, achieving over 50% cost reduction and faster, more stable OLAP queries by separating storage and compute, simplifying scaling, and improving resource utilization across a range of analytics workloads such as deduplication, retention, conversion and point‑lookup.

ByConityClickHouseCost reduction
0 likes · 13 min read
How MetaApp Cut Data Warehouse Costs by 50% with ByConity
vivo Internet Technology
vivo Internet Technology
Feb 21, 2024 · Big Data

Optimizing Playback Experience and Reducing Bandwidth Cost in Vivo Short Video Platform

At the 2023 Vivo Developer Conference, Cai Chuangye and Ma Yunjie detailed how Vivo short‑video improves playback by optimizing connections, chunked downloads, pre‑rendering and dynamic pre‑loading while cutting CDN bandwidth costs through low‑cost edge devices, neural‑network adaptive compression, and utilization governance, achieving lower latency, fewer failures and reduced bitrate, with plans to adopt H.266.

AICDNCost reduction
0 likes · 21 min read
Optimizing Playback Experience and Reducing Bandwidth Cost in Vivo Short Video Platform
Efficient Ops
Efficient Ops
Jan 22, 2024 · Operations

How New Oriental Standardized Its Observability System to Cut Costs and Boost Efficiency

At the 21st GOPS Global Operations Conference, New Oriental's senior operations manager Qi Chen detailed the demand, technical, and focus pressures that drove a phased, full‑process observability standardization, leveraging OpenTelemetry, Telegraf, Loki and CMDB tagging to achieve cost reduction and higher stability.

Cost reductionDevOpsOpenTelemetry
0 likes · 8 min read
How New Oriental Standardized Its Observability System to Cut Costs and Boost Efficiency
Architecture and Beyond
Architecture and Beyond
Dec 23, 2023 · R&D Management

How to Maximize R&D Value: Boost Business Impact and Cut Hidden Costs

This article presents a practical framework for measuring and increasing R&D value by combining business and technical contributions, streamlining processes, investing in sustainable engineering, enhancing individual productivity, and systematically eliminating abnormal costs.

Cost reductionR&D managementteam efficiency
0 likes · 12 min read
How to Maximize R&D Value: Boost Business Impact and Cut Hidden Costs
Architecture and Beyond
Architecture and Beyond
Dec 16, 2023 · R&D Management

How to Increase R&D Value: Business and Technical Value, Effective Time, and Cost Reduction

The article presents a framework for measuring and enhancing R&D value by combining business and technical value, optimizing effective time, and minimizing abnormal and normal costs through strategic prioritization, streamlined processes, engineering automation, and disciplined cost‑control practices.

Cost reductionR&DTechnical Value
0 likes · 14 min read
How to Increase R&D Value: Business and Technical Value, Effective Time, and Cost Reduction
JD Tech
JD Tech
Dec 15, 2023 · Databases

Systematic Approach to Reducing MySQL Database Storage Costs

This article presents a comprehensive, step‑by‑step methodology for cutting MySQL storage expenses—including background analysis, challenge identification, a nine‑grid systematic framework, benefit calculation, safety and stability verification, rollout, gray‑release, and rollback—demonstrating over 50% disk space reduction while managing risk.

Cost reductionDatabase OptimizationStorage Management
0 likes · 14 min read
Systematic Approach to Reducing MySQL Database Storage Costs
StarRocks
StarRocks
Nov 22, 2023 · Big Data

How StarRocks’ Compute‑Storage Separation Cut Costs 46% and Boosted Performance

This article details a Chinese tech company's migration of its internal big‑data analytics platform to StarRocks’ compute‑storage separation architecture, describing the original multi‑component setup, the pain points encountered, the evaluation methodology, performance and cost benchmarks, operational optimizations, migration steps, and future roadmap.

Big DataCompute-Storage SeparationCost reduction
0 likes · 17 min read
How StarRocks’ Compute‑Storage Separation Cut Costs 46% and Boosted Performance
IT Services Circle
IT Services Circle
Sep 7, 2023 · R&D Management

Common Signs of Layoffs in Tech Companies and How to Respond

The article outlines typical early and later-stage indicators of cost‑cutting layoffs in internet and tech firms, explains the underlying business motives, and offers practical personal strategies for employees to prepare and protect their careers.

Career PreparationCost reductionLayoffs
0 likes · 6 min read
Common Signs of Layoffs in Tech Companies and How to Respond
Efficient Ops
Efficient Ops
Aug 30, 2023 · Operations

How New Oriental Built a Scalable DevOps Platform to Cut Costs and Boost Security

New Oriental’s recent DevOps transformation details how the company tackled siloed platforms, built a unified service‑tree‑driven infrastructure, created a real‑time data processing platform, and implemented comprehensive security measures—including red‑blue exercises, penetration testing, sensitive data monitoring, and CA/KMS—to boost efficiency and reduce costs.

Cost reductionData PlatformDevOps
0 likes · 7 min read
How New Oriental Built a Scalable DevOps Platform to Cut Costs and Boost Security
ITPUB
ITPUB
Jun 10, 2023 · Databases

How Apache Doris 2.0 Cuts Storage Costs with Hot‑Cold Data Tiering

The article explains how Apache Doris 2.0 introduces hot‑cold data tiering to move infrequently accessed data from expensive SSDs to cheaper object storage, dramatically reducing storage costs while maintaining query performance through automatic lifecycle management, storage policies, and cache mechanisms.

Apache DorisCost reductionSQL
0 likes · 19 min read
How Apache Doris 2.0 Cuts Storage Costs with Hot‑Cold Data Tiering
StarRocks
StarRocks
May 16, 2023 · Databases

How StarRocks’ Compute‑Storage Separation Cuts Costs and Boosts Query Efficiency

This article explains how StarRocks’ new compute‑storage separation architecture reduces storage expenses and improves analytical performance by leveraging hot‑cold data segregation, elastic scaling, caching strategies, multi‑version storage, and optimized compaction, illustrated with real‑world log and e‑commerce workload examples.

Compute-Storage SeparationCost reductionMPP database
0 likes · 18 min read
How StarRocks’ Compute‑Storage Separation Cuts Costs and Boosts Query Efficiency
vivo Internet Technology
vivo Internet Technology
Feb 15, 2023 · Artificial Intelligence

Optimizing CDN Bandwidth Utilization and Cost Reduction with Predictive Control (Yugong Platform)

By leveraging the Yugong Platform’s predictive control—combining Prophet‑based threshold forecasts, custom real‑time bandwidth models, and a token‑bucket mechanism—to smooth peaks and fill valleys, enterprises can dramatically improve CDN bandwidth utilization, automate adjustments, and substantially lower peak‑based billing costs.

CDNCost reductionFlow Control
0 likes · 23 min read
Optimizing CDN Bandwidth Utilization and Cost Reduction with Predictive Control (Yugong Platform)
Youzan Coder
Youzan Coder
Feb 7, 2023 · Big Data

Automated Offline Data Cost Optimization in Youzan's Data Platform

Youzan built an automated offline data cost‑optimization platform that gathers accurate metadata, mines unused or failing tables and tasks, and safely decommissions them through a backend‑frontend workflow with owner validation, notifications, rollback safeguards, and plans to extend lineage coverage and real‑time asset handling.

Big DataCost reductionData Governance
0 likes · 11 min read
Automated Offline Data Cost Optimization in Youzan's Data Platform
DataFunTalk
DataFunTalk
Dec 29, 2022 · Big Data

Design and Implementation of OPPO's Big Data Diagnostic Platform (Compass)

This article presents the background, requirements, architecture, key modules, and practical impact of OPPO's non‑intrusive big‑data diagnostic platform—named Compass—designed to quickly locate issues, provide optimization suggestions, and achieve cost‑saving and efficiency gains for large‑scale Spark and Hadoop workloads.

Big DataCost reductionHadoop
0 likes · 17 min read
Design and Implementation of OPPO's Big Data Diagnostic Platform (Compass)
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 7, 2022 · Databases

How Lindorm Cut Costs and Boost Performance for Alibaba’s Massive Data Workloads

This article reviews Lindorm’s evolution from its HBase‑based 1.0 architecture to the cloud‑native 2.0 version, outlines 2022’s cost‑saving and efficiency challenges, details compression, storage, time‑series and SQL enhancements, and shares real‑world case studies demonstrating significant cost reductions and performance gains.

Big DataCost reductionLindorm
0 likes · 24 min read
How Lindorm Cut Costs and Boost Performance for Alibaba’s Massive Data Workloads
HomeTech
HomeTech
Nov 30, 2022 · Backend Development

Application of Qingleng Low-Code Platform in Automotive Technical Department

This article analyzes how the Qingleng low-code platform improves development efficiency and reduces costs in an automotive technical department by enabling rapid application development through visual interfaces and automated backend processes, addressing pain points like code redundancy and slow requirement response.

Backend DevelopmentCost reductionautomotive industry
0 likes · 6 min read
Application of Qingleng Low-Code Platform in Automotive Technical Department
Tencent Cloud Developer
Tencent Cloud Developer
Sep 27, 2022 · Big Data

GooseFS: Accelerating Cloud Storage for Big Data and Data Lake Platforms

GooseFS, Tencent Cloud’s Hadoop‑compatible storage accelerator, adds a local NVMe‑SSD cache layer to cloud‑native data lakes, letting users boost query speeds by up to 46 % and cut backend bandwidth by 200 Gbps without code changes, as demonstrated by a music‑industry customer’s 200‑node deployment caching ten million files.

Cost reductionData LakeGooseFS
0 likes · 16 min read
GooseFS: Accelerating Cloud Storage for Big Data and Data Lake Platforms
DevOps
DevOps
Sep 1, 2022 · Operations

Designing Quantifiable Steady‑State Hypotheses to Reduce Chaos Engineering Experiment Costs

The article examines why chaos‑engineering experiments often seem low‑cost‑effective, argues that unclear and unquantified steady‑state hypotheses hinder business value and automation, and proposes concrete, user‑centric, measurable hypotheses and equivalence‑class reasoning to streamline experiments and lower costs.

Cost reductionDevOpschaos engineering
0 likes · 9 min read
Designing Quantifiable Steady‑State Hypotheses to Reduce Chaos Engineering Experiment Costs
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Aug 12, 2022 · Big Data

How Hologres Transformed a Real‑Time Data Warehouse: Cutting Costs & Boosting Performance

This case study details how an online education platform migrated its real‑time data warehouse from Kudu to Alibaba Cloud Hologres, overcoming technical bottlenecks, reducing operational costs by nearly a million dollars annually, and achieving higher throughput, lower latency, and easier maintenance across multiple business scenarios.

Cost reductionHologresKudu
0 likes · 16 min read
How Hologres Transformed a Real‑Time Data Warehouse: Cutting Costs & Boosting Performance
Efficient Ops
Efficient Ops
Aug 1, 2022 · Operations

MPLS VPN Revamps ICBC R&D Network: Decentralization, Cost Savings, and Scalability

ICBC’s Software Development Center overhauled its star‑topology network by deploying MPLS VPN, eliminating a central hub, reducing costs, establishing optimal point‑to‑point paths, and enabling seamless expansion, thereby boosting reliability, performance, and supporting future R&D growth across multiple locations.

Cost reductionDecentralizationMPLS
0 likes · 7 min read
MPLS VPN Revamps ICBC R&D Network: Decentralization, Cost Savings, and Scalability
Cloud Native Technology Community
Cloud Native Technology Community
Jul 7, 2022 · Cloud Native

LifeMiles Cuts Infrastructure Spend by 50% and Doubles Available Resources with Kubernetes

The case study describes how LifeMiles migrated its legacy monolithic system to AWS and adopted Kubernetes for container orchestration, achieving a 50% reduction in infrastructure costs, a three‑fold increase in deployment frequency, and a doubling of usable resources while dramatically shortening time‑to‑market.

AWSCloud NativeCost reduction
0 likes · 6 min read
LifeMiles Cuts Infrastructure Spend by 50% and Doubles Available Resources with Kubernetes
Inke Technology
Inke Technology
Jun 22, 2022 · Operations

How InnoLive Cut Monitoring Costs by 86% with Nightingale

This article details InnoLive's migration from Open‑Falcon to the Nightingale monitoring platform, describing the pain points of their previous system, the selection process, deployment architecture, collection practices, and the substantial cost and performance benefits achieved.

Cost reductionOpen-FalconOperations
0 likes · 10 min read
How InnoLive Cut Monitoring Costs by 86% with Nightingale
Coolpad Technology Team
Coolpad Technology Team
May 30, 2022 · Fundamentals

Nano Injection Molding Process for Smartphone Glass Cover Plates

The article introduces a nano‑injection molding solution for smartphone glass cover plates that eliminates uneven gaps and glue overflow, reduces material and assembly costs, and meets narrow‑bezel reliability requirements by integrating a polymer‑glass bonding technique with nanostructured coatings.

Cost reductionglass cover platenano injection molding
0 likes · 5 min read
Nano Injection Molding Process for Smartphone Glass Cover Plates
Architects' Tech Alliance
Architects' Tech Alliance
May 28, 2022 · Cloud Computing

Understanding Cloud Networking: Concepts, History, and Benefits

This article explains what cloud networking is, traces its evolution from the 1960s to modern multi‑cloud environments, compares it with traditional networking, and outlines its key advantages such as cost reduction, scalability, productivity, and resilience for enterprises adopting cloud‑based network architectures.

Cost reductionScalabilitycloud networking
0 likes · 10 min read
Understanding Cloud Networking: Concepts, History, and Benefits
Open Source Linux
Open Source Linux
Apr 26, 2022 · Cloud Computing

Why Cloud Networking Is the Future of IT Infrastructure

This article explains what cloud networking is, its historical evolution, how it differs from traditional networking and cloud computing, and outlines its key benefits such as cost reduction, scalability, resilience, and operational efficiency for modern enterprises.

Cost reductionIT infrastructureNetwork Virtualization
0 likes · 7 min read
Why Cloud Networking Is the Future of IT Infrastructure
Tencent Cloud Developer
Tencent Cloud Developer
Apr 25, 2022 · Cloud Native

Cloud Native Live Stream: WeChat Cloud Hosting Enterprise Practice - Helping Master Kong Spring Festival Expression Rain Activity Reduce Costs and Increase Efficiency

The 19th episode of the “Cloud Native is Speaking” live‑stream, airing on April 26 at 19:30, features Tencent Cloud’s WeChat Cloud Hosting product manager Zhang Sijing, who will showcase how WeChat Cloud Hosting enabled Master Kong’s high‑traffic Spring Festival “Expression Rain” campaign, delivering cost reductions, efficiency gains, and robust support for H5 and mini‑program back‑ends.

Case StudyCost reductionWeChat ecosystem
0 likes · 4 min read
Cloud Native Live Stream: WeChat Cloud Hosting Enterprise Practice - Helping Master Kong Spring Festival Expression Rain Activity Reduce Costs and Increase Efficiency
21CTO
21CTO
Mar 11, 2022 · R&D Management

How CTOs Can Lead Traditional Industries Through Digital Transformation

At Hupan University's third defense, entrepreneurs emphasized that the digital era is just beginning, outlining four tech‑readiness dimensions, cost‑cutting strategies, channel balancing, and the crucial role of top leadership in reshaping legacy organizations for successful digital transformation.

CTO leadershipCost reductionDigital Transformation
0 likes · 9 min read
How CTOs Can Lead Traditional Industries Through Digital Transformation
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 12, 2022 · Databases

How to Slash Cloud Data Warehouse Costs with ADB PG Disk Optimization

This article explains how enterprises can dramatically reduce cloud‑native data‑warehouse expenses by understanding ADB PG/Greenplum architecture, applying disk‑reservation and lock‑write safeguards, and implementing practical optimizations such as table compression, hot‑cold tiering, vacuuming, redundant‑index cleanup, replication conversion, and isolated temporary‑table spaces.

ADB PGCost reductionData Warehouse
0 likes · 25 min read
How to Slash Cloud Data Warehouse Costs with ADB PG Disk Optimization
Efficient Ops
Efficient Ops
Dec 19, 2021 · R&D Management

Optimizing IT Resources: Strategic Change Management for Cost Reduction

This article examines why IT talent is the most expensive resource, analyzes environmental, temporal, and human factors, and proposes a structured change management framework—including clear methodology, strong leadership support, and iterative improvement principles—to optimize IT resource allocation and reduce costs.

Cost reductionIT resourcesR&D management
0 likes · 9 min read
Optimizing IT Resources: Strategic Change Management for Cost Reduction
DevOps
DevOps
Dec 3, 2021 · Fundamentals

Why High Software Quality Actually Reduces Production Cost

Software quality is often seen as a trade‑off with cost, but Martin Fowler argues that higher internal quality—clean architecture, modular code, and reduced cruft—lowers future development expenses, speeds feature delivery, and ultimately makes high‑quality software cheaper to produce despite short‑term effort.

Cost reductionSoftware qualityTechnical Debt
0 likes · 14 min read
Why High Software Quality Actually Reduces Production Cost
转转QA
转转QA
Aug 27, 2021 · Game Development

Improving Game Business Data Construction to Reduce Cost and Increase Efficiency

This article describes the challenges of custom‑heavy game business workflows and manual data‑construction testing, then presents an initial and a refined solution that automates data generation across multiple game titles, reduces coupling, and improves efficiency and cost for backend operations.

Backend automationCost reductionGame Development
0 likes · 5 min read
Improving Game Business Data Construction to Reduce Cost and Increase Efficiency
ITPUB
ITPUB
Jul 10, 2020 · Backend Development

How RocketMQ Cut Costs and Stabilized Alibaba Logistics During Double‑11

Facing soaring order peaks each Double‑11, Alibaba's logistics arm re‑engineered its architecture with RocketMQ, using asynchronous decoupling to handle payment‑order traffic, dramatically reduce hardware spend, and keep logistics QPS stable without sacrificing user experience.

AlibabaBackend ArchitectureCost reduction
0 likes · 7 min read
How RocketMQ Cut Costs and Stabilized Alibaba Logistics During Double‑11
DataFunTalk
DataFunTalk
Apr 28, 2020 · Artificial Intelligence

Challenges and Prospects of Autonomous Driving Hardware Development – Insights from Pony.ai

This article reviews Pony.ai's autonomous driving hardware evolution, detailing the company's hardware milestones, team structure, the Pony Alpha2 system, and the key challenges of cost, power consumption, rapid iteration, mass production, and complex road scenarios, while sharing practical solutions and future directions.

Cost reductionHardwareautonomous driving
0 likes · 9 min read
Challenges and Prospects of Autonomous Driving Hardware Development – Insights from Pony.ai
AntTech
AntTech
Nov 13, 2018 · Artificial Intelligence

Ant Group VP Highlights AI's Role in Risk Control, Cost Reduction, and User Experience at World Internet Conference

At the World Internet Conference, Ant Group Vice President and Chief Data Scientist Qi Yuan emphasized that artificial intelligence can dramatically improve risk management, lower operational costs, and enhance user experience, citing examples such as the micro‑loan risk‑control model, the visual‑inspection tool ‘Dingsunbao’, and AI‑powered smart customer service.

Cost reductionFinTechUser experience
0 likes · 8 min read
Ant Group VP Highlights AI's Role in Risk Control, Cost Reduction, and User Experience at World Internet Conference
网易UEDC
网易UEDC
May 8, 2018 · Product Management

How to Simplify Interaction Designs and Slash Development Costs

This guide explains when and how to simplify interaction design proposals, introduces a priority formula based on experience impact and cost, describes scene width/depth, experience scoring, usage rates, and provides a step‑by‑step process with tools to reduce development effort efficiently.

Cost reductionInteraction Designpriority evaluation
0 likes · 12 min read
How to Simplify Interaction Designs and Slash Development Costs
Efficient Ops
Efficient Ops
Apr 25, 2018 · Operations

How Tencent Cut Over $1B in Bandwidth Costs with Smart Image & Video Compression

This article shares Tencent SNG's practical experience in bandwidth cost optimization, detailing how advanced image and video compression techniques, adaptive resolution, AI‑driven super‑resolution, and efficient transcoding pipelines reduced over a billion yuan in cash flow while preserving user experience and product quality.

AICost reductionOperations
0 likes · 24 min read
How Tencent Cut Over $1B in Bandwidth Costs with Smart Image & Video Compression
Tencent Architect
Tencent Architect
Jul 28, 2017 · Cloud Computing

Evolution and Architecture of Tencent Cloud Block Service (CBS): From CBS1.0 to CBS3.0

This article outlines the development of Tencent Cloud Block Service, describing the transition from the monolithic CBS1.0 through the streamlined CBS2.0 to the two‑layer CBS3.0 architecture, and discusses the design choices, operational challenges, performance optimizations, and industry comparison with Ceph.

Cost reductionPerformance Optimizationarchitecture
0 likes · 11 min read
Evolution and Architecture of Tencent Cloud Block Service (CBS): From CBS1.0 to CBS3.0
Tencent Cloud Developer
Tencent Cloud Developer
Feb 8, 2017 · Operations

Bandwidth Optimization Practices in Tencent Social Services

Tencent’s social services cut two hundred million RMB in bandwidth costs by flattening traffic peaks through seven practices—disabling auto‑play, pre‑pushing hot content, compressing media, offering on‑demand quality, using segmented downloads, applying technical breakthroughs like P2P and codec optimization, and filtering illegal content—while preserving user experience.

Cost reductionTencentbandwidth optimization
0 likes · 14 min read
Bandwidth Optimization Practices in Tencent Social Services
Efficient Ops
Efficient Ops
Nov 21, 2016 · Operations

7 Proven Bandwidth Optimization Strategies to Cut Social Platform Costs by 2 Billion

This article shares Tencent's seven practical bandwidth‑saving techniques—ranging from disabling auto‑play to intelligent pre‑push, file compression, on‑demand usage, segmented download, technical breakthroughs, and content compliance—to dramatically reduce operational costs while maintaining user experience.

Cost reductionOperationsbandwidth optimization
0 likes · 9 min read
7 Proven Bandwidth Optimization Strategies to Cut Social Platform Costs by 2 Billion
Architects Research Society
Architects Research Society
Oct 9, 2016 · Blockchain

Blockchain Technical Features, Business Benefits, and Adoption by Financial and Technology Companies

The article explains blockchain's core technical traits such as distributed fault tolerance, immutability and cryptographic privacy, outlines the resulting business advantages like trust, cost reduction and enhanced security, and lists major financial and tech firms that are already exploring or deploying the technology.

Cost reductionFinancial ServicesSecurity
0 likes · 5 min read
Blockchain Technical Features, Business Benefits, and Adoption by Financial and Technology Companies
Qunar Tech Salon
Qunar Tech Salon
Dec 10, 2015 · Information Security

Common Security Design Pitfalls in System Architecture

The article outlines six major security design mistakes—compatibility, cost‑cutting, mixing data and code, closed designs, blacklist defenses, and neglecting security as a design goal—illustrating each with real‑world examples and offering practical recommendations to build more robust software and hardware architectures.

CompatibilityCost reductionDesign Pitfalls
0 likes · 14 min read
Common Security Design Pitfalls in System Architecture
21CTO
21CTO
Sep 21, 2015 · Operations

How JD.com Cuts Costs and Boosts Efficiency in E‑Commerce and Finance

This article examines JD.com's unique heavy‑asset e‑commerce model, its logistics network that halves product handling, financial services that lower transaction costs, and rural strategies that apply the same efficiency principles to agriculture, illustrating how cost reduction and speed drive its competitive advantage.

Business ModelCost reductionLogistics
0 likes · 16 min read
How JD.com Cuts Costs and Boosts Efficiency in E‑Commerce and Finance