Tagged articles

serverless

722 articles · Page 1 of 8
21CTO
21CTO
Aug 15, 2026 · Cloud Native

Ryan Dahl Unveils celld – A Self‑Hosted Distributed Durable Objects Platform

Ryan Dahl, the creator of Node.js, announced celld—a self‑hosted, distributed implementation of Cloudflare Workers and Durable Objects that promises lower costs, uses S3 storage, Rust/Tokio runtime, and supports stateful serverless workloads such as real‑time collaboration and AI agents.

CloudflareDurable ObjectsRust
0 likes · 6 min read
Ryan Dahl Unveils celld – A Self‑Hosted Distributed Durable Objects Platform
DataFunSummit
DataFunSummit
Aug 8, 2026 · Cloud Native

Building Containerized Sandboxes for Multi‑Agent AI: Architecture, Key Technologies, and Real‑World Practices

The article examines how to construct a container‑based sandbox infrastructure for multi‑agent AI systems, covering isolation mechanisms, lifecycle management, resource scaling, checkpoint/commit techniques, the OpenKruise Agents project, ecosystem integration, and production case studies with performance metrics.

AI agentsCheckpointContainer Sandbox
0 likes · 16 min read
Building Containerized Sandboxes for Multi‑Agent AI: Architecture, Key Technologies, and Real‑World Practices
Code Mala Tang
Code Mala Tang
Jul 28, 2026 · Cloud Native

What’s New in MCP Protocol’s Fifth Major Release (2026‑07‑28)?

The MCP protocol’s fifth major version switches from a stateful bidirectional model to a stateless request/response design, adding new headers, auth hardening, deprecating legacy features, updating SDKs, and gaining broad cloud and tool support, while outlining migration steps for production users.

MCPMigrationSDK
0 likes · 5 min read
What’s New in MCP Protocol’s Fifth Major Release (2026‑07‑28)?
DataFunSummit
DataFunSummit
Jul 26, 2026 · Databases

Why Is PostgreSQL Gaining New Momentum as an AI‑Era Data Foundation?

PostgreSQL is attracting renewed interest not because it magically becomes an all‑purpose AI database, but because AI applications in production demand a unified, consistent platform that can manage business records, vector embeddings, agent state, permissions and tooling, and PostgreSQL’s extensible ecosystem—pgvector, serverless architectures, branching, and MCP—offers exactly that blend of relational reliability and AI‑native capabilities.

AIDatabase BranchingMCP
0 likes · 15 min read
Why Is PostgreSQL Gaining New Momentum as an AI‑Era Data Foundation?
Alibaba Cloud Native
Alibaba Cloud Native
Jul 24, 2026 · Cloud Native

How Higress Serverless Enterprise Cuts Costs 90% and Boosts Auth Performance 30×

A SaaS platform’s consumer count surged from 200 to nearly 20,000, causing open‑source Higress authentication latency to jump 34‑fold and configuration size to balloon 8,457‑fold, while a local comparative test shows the Higress Enterprise Serverless edition maintains sub‑2 ms latency, 100 % success, tiny config footprints, and up to 90 % lower annual costs.

API GatewayCloud NativeHigress
0 likes · 10 min read
How Higress Serverless Enterprise Cuts Costs 90% and Boosts Auth Performance 30×
ByteDance SE Lab
ByteDance SE Lab
Jul 14, 2026 · Databases

Instant DB Creation & Auto‑Scale: How Volcano PostgreSQL Serverless Supercharges Feishu MiaoDa AI Development

The article explains how AI‑generated code can be delivered in seconds, but traditional databases add a ten‑minute bottleneck, and shows that Volcano Cloud PostgreSQL Serverless reduces instance creation to 10 seconds, speeds up branch operations 200‑fold, offers scale‑to‑zero, cuts costs by 99.99%, and provides a Data‑as‑Git workflow with a step‑by‑step recovery demo.

AI developmentCloud DatabaseData as Git
0 likes · 12 min read
Instant DB Creation & Auto‑Scale: How Volcano PostgreSQL Serverless Supercharges Feishu MiaoDa AI Development
Long Ge's Treasure Box
Long Ge's Treasure Box
Jul 14, 2026 · Databases

Understanding Serverless Databases: PlanetScale, Neon, Supabase, and Turso

This article explains what serverless databases are, compares them with traditional databases, and provides detailed overviews, core concepts, and code examples for four major services—PlanetScale, Neon, Supabase, and Turso—highlighting features such as automatic scaling, pay‑as‑you‑go pricing, and global replication.

Cloud NativeDatabaseNeon
0 likes · 10 min read
Understanding Serverless Databases: PlanetScale, Neon, Supabase, and Turso
DataFunSummit
DataFunSummit
Jul 6, 2026 · Artificial Intelligence

From Text to Images: Building Multi‑Modal Product Search with Elasticsearch Serverless

The article explains how modern e‑commerce search is evolving from simple keyword matching to multi‑modal retrieval, outlines a generic architecture that combines text and image embeddings, describes vector similarity metrics and quantization techniques, and demonstrates how Elasticsearch Serverless and Alibaba Cloud AI Search Platform enable a low‑cost, fully managed end‑to‑end multi‑modal product search solution.

ElasticsearchEmbeddingMulti-modal Search
0 likes · 21 min read
From Text to Images: Building Multi‑Modal Product Search with Elasticsearch Serverless
Node.js Tech Stack
Node.js Tech Stack
Jun 28, 2026 · Backend Development

Vercel Adds WebSocket Support: Run Node.js Socket.IO Projects Directly

Vercel’s new public‑beta WebSocket support lets Vercel Functions handle native ws and Socket.IO connections, enabling real‑time chat, collaborative editing, and low‑frequency game interactions without moving backend code to a separate platform, while outlining scaling limits and best‑practice storage considerations.

Node.jsSocket.IOVercel
0 likes · 8 min read
Vercel Adds WebSocket Support: Run Node.js Socket.IO Projects Directly
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Jun 26, 2026 · Databases

How ZestKV Redefines Cloud‑Native Serverless KV Storage: Design, Goals, and Use Cases

ZestKV, built on Pika, introduces a seven‑layer compute‑storage separation architecture that eliminates capacity limits, offers second‑level elastic scaling without data migration, maintains stable P99 latency, guarantees zero data loss, provides multi‑tenant isolation, and remains fully compatible with the Redis protocol for a wide range of cloud‑native workloads.

Cloud NativeKV storemulti-tenant
0 likes · 9 min read
How ZestKV Redefines Cloud‑Native Serverless KV Storage: Design, Goals, and Use Cases
DataFunTalk
DataFunTalk
Jun 26, 2026 · Databases

How SelectDB Tackles Speed, Unification, Agent‑Native and Cloud Elasticity for the Agent Era

The 2026 SelectDB AI product launch outlines how the database addresses four Agent‑era challenges—sub‑second speed, unified multi‑modal data, Agent‑Native interfaces, and cloud elasticity—through benchmark‑backed performance, a new MCP server, Litefuse observability, and a serverless architecture.

AI Data InfrastructureAgent‑NativeMulti-modal
0 likes · 10 min read
How SelectDB Tackles Speed, Unification, Agent‑Native and Cloud Elasticity for the Agent Era
DataFunSummit
DataFunSummit
Jun 25, 2026 · Cloud Computing

From Text to Images: Building Multi‑Modal Product Search with Elasticsearch Serverless

The article walks through the evolution of e‑commerce search from simple keyword matching to multi‑modal retrieval, explains a generic architecture that fuses text and image embeddings, details core techniques such as dense, sparse and hybrid models, vector similarity metrics, quantization methods like SQ and BBQ, and demonstrates how Elasticsearch Serverless provides a server‑less, cost‑effective platform to implement the end‑to‑end solution.

AIElasticsearchEmbedding
0 likes · 21 min read
From Text to Images: Building Multi‑Modal Product Search with Elasticsearch Serverless
Tencent Tech
Tencent Tech
Jun 3, 2026 · Cloud Computing

How Cloud Architecture Must Evolve When Software Producers Shift from Humans to AI Agents

The article analyses how Vibe Coding platforms let ordinary users create full‑stack applications with natural language, exposing challenges such as agent runtime, sandbox isolation, multi‑tenant resource boundaries and cost efficiency, and shows how Tencent CloudBase redesigns cloud services to address these issues, achieving up to 3.8× faster provisioning and 52% token savings.

AI NativeAI agentsAgent Runtime
0 likes · 23 min read
How Cloud Architecture Must Evolve When Software Producers Shift from Humans to AI Agents
ITPUB
ITPUB
Jun 2, 2026 · Databases

What a Database Looks Like in the Agent Era: Tencent Cloud’s New AI‑Native Blueprint

Tencent Cloud Database unveils a full‑stack upgrade for the Agent era, introducing Agent Memory, TDSQL Boundless, TDSQL‑C dual‑engine, and DatabaseClaw, each delivering multi‑modal fusion, serverless elasticity, zero‑ETL cloning, and AI‑native query capabilities that reshape how agents store and retrieve data.

AI-native databaseAgent MemoryDatabaseClaw
0 likes · 18 min read
What a Database Looks Like in the Agent Era: Tencent Cloud’s New AI‑Native Blueprint
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
May 27, 2026 · Cloud Native

How DeepScience and Alibaba Cloud’s AgentRun Accelerate AI Research Agents at Full Speed

The article examines how AI‑native scientific agents demand flexible, secure, and observable infrastructure, and how Alibaba Cloud’s Serverless‑based AgentRun platform delivers extreme elasticity, cost reduction, stateful long‑running support, sandbox security, and full‑chain tracing to enable rapid deployment of tens of thousands of research tools.

AI agentsAI for ScienceAgentRun
0 likes · 9 min read
How DeepScience and Alibaba Cloud’s AgentRun Accelerate AI Research Agents at Full Speed
DataFunSummit
DataFunSummit
May 18, 2026 · Cloud Native

How AI Is Redefining Cloud‑Native Databases: The Serverless Elasticity and Evolution of TDSQL‑C

The article outlines how Tencent Cloud's TDSQL‑C tackles the four core pain points of traditional databases—elasticity, tuning difficulty, cost waste, and operational complexity—by adopting a storage‑compute‑separated, Serverless architecture, AI‑driven predictive scaling, a self‑learning optimizer, and the AI Navigator management system, delivering up to 30% performance gains and 20% cost reduction in real‑world use cases.

AI optimizerHermes AgentTDSQL-C
0 likes · 13 min read
How AI Is Redefining Cloud‑Native Databases: The Serverless Elasticity and Evolution of TDSQL‑C
DataFunSummit
DataFunSummit
May 15, 2026 · Artificial Intelligence

From Text to Images: Building Multimodal Product Search with Elasticsearch Serverless

The article analyzes the shift from keyword‑based to multimodal e‑commerce search, outlines a generic architecture that combines text and image embedding with vector retrieval, and demonstrates how Elasticsearch Serverless and Alibaba Cloud AI Search platform enable a low‑cost, scalable, and high‑performance product search solution.

AI SearchElasticsearchEmbedding
0 likes · 20 min read
From Text to Images: Building Multimodal Product Search with Elasticsearch Serverless
TechVision Expert Circle
TechVision Expert Circle
May 12, 2026 · R&D Management

Why Building New Systems Is Actually Adding a Corporate Liability

The article reframes enterprise IT projects as long‑term liabilities, breaking down hidden costs across four layers, illustrating how unchecked system proliferation erodes value, and proposes Serverless, AI Agents, platform engineering, and IaC as 2026 solutions together with five practical debt‑management principles.

AI AgentEnterprise ArchitectureIT cost management
0 likes · 11 min read
Why Building New Systems Is Actually Adding a Corporate Liability
ByteDance SE Lab
ByteDance SE Lab
May 11, 2026 · Cloud Native

How to Deploy with TRAE and IGA Pages in One Click

This guide walks through the challenges of turning a locally built prototype into a globally accessible site and shows how TRAE AI IDE combined with IGA Pages enables one‑click, serverless deployment, GitHub integration, edge functions, custom domains, and sustainable CI/CD workflows for developers and product teams.

AI IDEEdge FunctionsGitHub CI/CD
0 likes · 16 min read
How to Deploy with TRAE and IGA Pages in One Click
DataFunSummit
DataFunSummit
May 7, 2026 · Artificial Intelligence

From Text to Images: Building Multimodal Product Search with Elasticsearch Serverless

This article walks through a complete multimodal product search solution, explaining how embedding and vector retrieval technologies—combined with Elasticsearch Serverless and Alibaba Cloud AI Search—enable image‑based and semantic queries, detailing the architecture, key algorithms, quantization tricks, and practical deployment steps.

AI SearchElasticsearchEmbedding
0 likes · 22 min read
From Text to Images: Building Multimodal Product Search with Elasticsearch Serverless
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Apr 22, 2026 · Operations

Avoid 90% of Kubernetes Ops Pitfalls: A Definitive Guide

This guide outlines the five most common Kubernetes operational pitfalls, offers step‑by‑step remediation practices, introduces three emerging trends such as AI‑assisted troubleshooting, serverless clusters, and Tekton CI/CD, and provides three ready‑to‑copy kubectl commands to streamline daily management.

AIOpsDevOpsKubernetes
0 likes · 9 min read
Avoid 90% of Kubernetes Ops Pitfalls: A Definitive Guide
Tencent Cloud Developer
Tencent Cloud Developer
Apr 22, 2026 · Artificial Intelligence

How Cube Sandbox Achieves Sub‑60ms Secure AI Agent Execution

Tencent Cloud open‑sources Cube Sandbox, a hardware‑isolated, sub‑60 ms startup sandbox for AI agents that is E2B‑compatible, dramatically reduces memory usage, supports continuous "think‑execute‑feedback" loops, and outperforms traditional Docker‑based sandboxes in speed, security, and scalability.

AI agentsE2BRust
0 likes · 7 min read
How Cube Sandbox Achieves Sub‑60ms Secure AI Agent Execution
Alibaba Cloud Native
Alibaba Cloud Native
Apr 21, 2026 · Cloud Native

Why Alibaba Cloud’s AgentRun Is Redefining Managed AI Agents for Enterprises

AgentRun offers a cloud‑native, serverless platform that abstracts the full lifecycle of AI agents—definition, runtime, session, and event stream—while providing enterprise‑grade features such as model‑agnostic services, data‑in‑region networking, unified credential management, multi‑tenant isolation, full‑stack observability, and elastic scaling.

AI agentsCloud NativeEnterprise AI
0 likes · 16 min read
Why Alibaba Cloud’s AgentRun Is Redefining Managed AI Agents for Enterprises
DataFunSummit
DataFunSummit
Apr 19, 2026 · Artificial Intelligence

How to Build a Multimodal Product Search Engine with Embedding and Vector Retrieval on Elasticsearch Serverless

This article explains a complete multimodal product search solution that combines text and image embeddings, dense, sparse, and hybrid models, vector similarity metrics, and Elasticsearch Serverless features such as dense_vector, sparse_vector, hybrid search, quantization, and RRF ranking to achieve fast, accurate, and cost‑effective retrieval.

AIElasticsearchEmbedding
0 likes · 20 min read
How to Build a Multimodal Product Search Engine with Embedding and Vector Retrieval on Elasticsearch Serverless
Java Web Project
Java Web Project
Apr 19, 2026 · Industry Insights

Why Spring Boot Falters in Serverless: Comparing Quarkus, Micronaut & Helidon

Spring Boot’s heavy runtime, driven by reflection and classpath scanning, incurs long cold starts and high memory usage, making it costly for serverless and edge deployments; lightweight frameworks like Quarkus, Micronaut, and Helidon shift work to compile time and offer native images, but introduce trade‑offs in dynamism, ecosystem coverage, and build complexity.

Framework ComparisonHelidonMicronaut
0 likes · 10 min read
Why Spring Boot Falters in Serverless: Comparing Quarkus, Micronaut & Helidon
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Apr 17, 2026 · Big Data

What Spark 4.0 Brings: VARIANT Type, Native SQL UDFs, and Serverless Enhancements

Apache Spark 4.0 introduces a high‑performance VARIANT data type for semi‑structured JSON, native SQL UDFs that eliminate Python UDF bottlenecks, a richer Python DataSource API, a new pipeline syntax, upgraded Structured Streaming state management, and Alibaba Cloud EMR Serverless optimizations that together deliver up to 30% speed gains and seamless migration from Spark 3.x.

Apache SparkPython APISQL UDF
0 likes · 12 min read
What Spark 4.0 Brings: VARIANT Type, Native SQL UDFs, and Serverless Enhancements
Architect Chen
Architect Chen
Apr 15, 2026 · Cloud Native

Choosing the Right Microservice Deployment: Multi-Instance, Containers, Serverless & Kubernetes

This article compares four microservice deployment strategies—single-host multi-instance, containerized with Kubernetes, serverless functions, and full orchestration—detailing their architectures, benefits, drawbacks, and suitable scenarios, helping engineers select the most appropriate approach for scalability, reliability, and operational complexity.

Cloud Nativecontainerizationmicroservices
0 likes · 4 min read
Choosing the Right Microservice Deployment: Multi-Instance, Containers, Serverless & Kubernetes
Alibaba Cloud Native
Alibaba Cloud Native
Apr 14, 2026 · Artificial Intelligence

The Hidden Memory Crisis in AI Agents—and a Scalable Solution

AI agents often forget user intents after a few interactions, leading to poor experience and lost business, and while building a reliable memory system is technically feasible, teams face challenges in storage, retrieval, consistency, scalability, compliance, and operational overhead, which AgentLoop MemoryStore aims to solve with a serverless, enterprise‑grade architecture.

AI memoryAgent ArchitectureAgentLoop
0 likes · 21 min read
The Hidden Memory Crisis in AI Agents—and a Scalable Solution
IT Services Circle
IT Services Circle
Apr 11, 2026 · Databases

Why Sharding Isn’t Dead: Modern Alternatives and When to Use Them

The article revisits the rise and fall of database sharding, explains why it became problematic, and evaluates newer cloud‑native, distributed‑SQL, and serverless databases as modern replacements, offering a practical four‑step guide to help engineers choose the right solution for their workload and team.

Cloud NativeDatabase ScalingDistributed SQL
0 likes · 23 min read
Why Sharding Isn’t Dead: Modern Alternatives and When to Use Them
Amazon Cloud Developers
Amazon Cloud Developers
Apr 10, 2026 · Artificial Intelligence

Build a Fast, Accurate Overseas Logistics Pricing Assistant Using AI and Serverless

This article presents a detailed case study of how a manufacturing company replaced manual Excel‑based overseas logistics price lookups with an AI‑driven, serverless solution built on Amazon Bedrock AgentCore, Kiro, and Amazon Quick Suite, achieving rapid, precise quotations while eliminating operational overhead.

AI agentsAWSKiro
0 likes · 53 min read
Build a Fast, Accurate Overseas Logistics Pricing Assistant Using AI and Serverless
Amazon Cloud Developers
Amazon Cloud Developers
Apr 8, 2026 · Cloud Computing

Can AgentCore Stop Cloud Cost Overruns? Real‑Time Monitoring and AI‑Driven Optimization

The article explains how uncontrolled cloud spending arises from resource leaks and mis‑configured scaling, critiques traditional cost‑reporting methods, and presents an AI‑powered solution built with Strands Agents and Amazon Bedrock AgentCore Runtime that offers natural‑language queries, automated anomaly detection, multi‑account aggregation, and serverless deployment for immediate cost control.

AWSAgentCorePython
0 likes · 14 min read
Can AgentCore Stop Cloud Cost Overruns? Real‑Time Monitoring and AI‑Driven Optimization
21CTO
21CTO
Apr 5, 2026 · Industry Insights

Can AI‑Powered EmDash Replace WordPress on Cloudflare Workers?

Cloudflare's new EmDash CMS, built with TypeScript and AI integration on the serverless Workers platform, challenges WordPress by offering a sandboxed, scalable alternative, but faces hurdles like a missing plugin ecosystem and early authentication bugs.

AIAstroCMS
0 likes · 7 min read
Can AI‑Powered EmDash Replace WordPress on Cloudflare Workers?
IT Architects Alliance
IT Architects Alliance
Mar 18, 2026 · Cloud Native

Why Serverless Projects Fail in Production and How to Avoid the Pitfalls

The article analyzes common misconceptions and hidden costs of serverless adoption, outlines four critical steps from PoC to production, and presents five enterprise‑grade best practices—including scenario selection, framework usage, observability, security, and cost governance—to ensure reliable, cost‑effective serverless deployments.

Cloud Nativebest practicescost optimization
0 likes · 9 min read
Why Serverless Projects Fail in Production and How to Avoid the Pitfalls
Software Engineering 3.0 Era
Software Engineering 3.0 Era
Mar 8, 2026 · Artificial Intelligence

The OpenClaw Ecosystem Map: Which Products Are Truly Useful?

This article surveys the rapidly growing OpenClaw AI‑agent ecosystem, evaluating dozens of tools—from social‑only agents like Moltbook to memory solutions, skill stores, deployment platforms, security gateways, and hardware—highlighting their features, costs, real‑world significance, and ideal user groups.

AI agentsEcosystemOpenClaw
0 likes · 15 min read
The OpenClaw Ecosystem Map: Which Products Are Truly Useful?
Tencent Technical Engineering
Tencent Technical Engineering
Mar 2, 2026 · Artificial Intelligence

Turn AI from Intern to Certified Expert with CloudBase Agent Skills

This article explains how to package eight years of cloud development experience into Agent Skills, enabling AI to generate production‑ready code, overcome local‑only limitations, and follow secure engineering practices through progressive skill loading, cloud‑native authentication, and database access controls.

AI Agent SkillsCloudBaseProduction‑Ready AI
0 likes · 20 min read
Turn AI from Intern to Certified Expert with CloudBase Agent Skills
Woodpecker Software Testing
Woodpecker Software Testing
Feb 27, 2026 · Cloud Computing

Deploy Your Program to Alibaba Function Compute (FC) in Minutes

This guide walks through the step‑by‑step process of deploying a daily‑triggered Python program to Alibaba Function Compute, covering account login, function creation, code packaging, runtime configuration, network settings, trigger setup, and verification of execution logs.

Alibaba CloudFunction ComputePython
0 likes · 3 min read
Deploy Your Program to Alibaba Function Compute (FC) in Minutes
Alibaba Cloud Native
Alibaba Cloud Native
Feb 25, 2026 · Cloud Native

How a 100M‑MAU Parenting App Scaled with RocketMQ 5.x Serverless for Real‑Time Messaging

The article details how the "Qinbao" parenting app, serving over ten million daily active users and massive photo/video uploads, tackled high‑concurrency writes, instant cross‑device notifications, and distributed transaction consistency by migrating to Alibaba Cloud RocketMQ 5.x Serverless, achieving millisecond latency, elastic scaling, and near‑perfect reliability.

Cloud NativeMobile BackendRocketMQ
0 likes · 9 min read
How a 100M‑MAU Parenting App Scaled with RocketMQ 5.x Serverless for Real‑Time Messaging
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Feb 9, 2026 · Cloud Native

Eliminate Data Bottlenecks in Large‑Scale Argo Workflows with VolumePopulator

By integrating Alibaba Cloud ACK’s Kubernetes VolumePopulator with Argo Workflows, this guide shows how to pre‑populate independent high‑performance volumes for each parallel task, eliminating I/O contention, ensuring data isolation, and enabling scalable, serverless‑accelerated pipelines for large‑scale data processing.

Alibaba Cloud ACKArgo WorkflowsKubernetes
0 likes · 11 min read
Eliminate Data Bottlenecks in Large‑Scale Argo Workflows with VolumePopulator
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 29, 2026 · Backend Development

How to Build a BFF Agent with LangGraph: A Step‑by‑Step Guide

This article walks through integrating an AI‑powered Agent into an internal BFF platform using LangGraph, detailing the architectural choices, state‑graph implementation, prompt engineering, knowledge‑base construction, tool integration, conversation handling, and context compression techniques to enable reliable script generation, execution, and validation.

AIAgentLangGraph
0 likes · 24 min read
How to Build a BFF Agent with LangGraph: A Step‑by‑Step Guide
Alibaba Cloud Native
Alibaba Cloud Native
Jan 27, 2026 · Cloud Native

How Serverless Sandboxes Power Secure AI Agents

This article explains how lightweight security sandboxes in serverless function compute provide strong process isolation, elastic resource scaling, and pay‑per‑use economics, enabling AI agents to execute untrusted code safely while supporting session lifecycle management, protocol extensions, and cost‑effective billing models.

AI AgentCloud NativeFunction Compute
0 likes · 12 min read
How Serverless Sandboxes Power Secure AI Agents
php Courses
php Courses
Jan 27, 2026 · Backend Development

Why PHP Is Still Thriving in 2026: Core Advantages and Future Trends

Despite long‑standing rumors of its demise, PHP powers over 80% of websites in 2026, offering web‑native productivity, a mature ecosystem, pragmatic flexibility, and emerging trends like micro‑services and serverless, making it a compelling choice for modern backend development.

EcosystemPHPWeb Development
0 likes · 7 min read
Why PHP Is Still Thriving in 2026: Core Advantages and Future Trends
Alibaba Cloud Native
Alibaba Cloud Native
Jan 22, 2026 · Cloud Native

Building a Cloud‑Native AI Glass Traffic Enforcement Prototype with AgentRun and Serverless Functions

This article details a cloud‑native architecture that combines Meta Ray‑Ban AI glasses, a custom iOS app, and Alibaba Cloud Function Compute (FC) with AgentRun to perform OCR‑based traffic rule enforcement, showcasing a three‑layer "client‑brain‑tools" design, prompt‑driven logic, and cost‑effective serverless deployment.

AIAgent ArchitectureAlibaba Cloud
0 likes · 14 min read
Building a Cloud‑Native AI Glass Traffic Enforcement Prototype with AgentRun and Serverless Functions
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jan 15, 2026 · Cloud Native

Mastering Microservice Deployment: K8s, Service Mesh, Containerization & Serverless

This guide outlines four primary microservice deployment strategies—Kubernetes orchestration, service‑mesh architecture, containerization, and serverless functions—detailing their principles, core advantages, and ideal use cases for large‑scale distributed systems, and highlights self‑healing, auto‑scaling, zero‑ops, and observability features that help handle massive traffic spikes.

cloud-nativecontainerizationmicroservices
0 likes · 5 min read
Mastering Microservice Deployment: K8s, Service Mesh, Containerization & Serverless
Alibaba Middleware
Alibaba Middleware
Jan 12, 2026 · Cloud Native

Breaking Serverless Stateless Limits: How AgentRun Solves Agent Sandbox Engineering Challenges

The article analyzes the security, state‑keeping, latency, dependency, and cost challenges of running AI Agents in serverless environments and explains how AgentRun, built on Alibaba Cloud Function Compute with RunD isolation and session affinity, provides a secure, low‑cost, high‑performance sandbox solution.

AI AgentAgentRunCloud Native
0 likes · 17 min read
Breaking Serverless Stateless Limits: How AgentRun Solves Agent Sandbox Engineering Challenges
Alibaba Middleware
Alibaba Middleware
Jan 12, 2026 · Cloud Native

Breaking Serverless Stateless Limits: How AgentRun Solves Agent Sandbox Engineering Challenges

AgentRun Sandbox leverages Alibaba Cloud Function Compute, RunD secure virtualization, session affinity, and dynamic NAS mounting to provide a high‑performance, low‑cost, stateful execution environment for AI agents, addressing security, cold‑start latency, resource isolation, and lifecycle management challenges inherent to traditional serverless platforms.

AI AgentAgentRunCloud Native
0 likes · 18 min read
Breaking Serverless Stateless Limits: How AgentRun Solves Agent Sandbox Engineering Challenges
Amazon Cloud Developers
Amazon Cloud Developers
Jan 12, 2026 · Cloud Computing

Amazon S3 Vectors Cuts Storage Costs by 90% and Boosts Performance

Amazon S3 Vectors, now generally available, reduces vector‑storage costs up to 90%, scales a single index to 20 billion vectors, delivers sub‑second query latency and 1,000 PUT /s write throughput, and integrates with Bedrock, OpenSearch, CloudFormation, and PrivateLink for end‑to‑end AI workloads.

AIAWSPricing
0 likes · 13 min read
Amazon S3 Vectors Cuts Storage Costs by 90% and Boosts Performance
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Dec 29, 2025 · Cloud Native

How a Visual Platform Cut Search Costs by 60% with All‑in‑Elasticsearch

This case study details how a major internet visual platform consolidated its log, keyword, and vector search workloads onto Alibaba Cloud Elasticsearch, eliminating three separate pipelines, reducing write‑costs by 60%, cutting storage expenses over 60%, and achieving multi‑fold performance gains through serverless scaling, FalconSeek engine optimizations, and unified monitoring.

ElasticsearchRAGSearch Architecture
0 likes · 10 min read
How a Visual Platform Cut Search Costs by 60% with All‑in‑Elasticsearch
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Dec 15, 2025 · Backend Development

Why a Hot‑Word Update Crashed Elasticsearch and How Serverless Index‑Level Dictionaries Fix It

A real‑world incident where adding a hot term to the IK analyzer caused a P0 outage in an e‑commerce search system is dissected, revealing a clash between dynamic dictionary updates and immutable inverted indexes, and showing how Alibaba Cloud Elasticsearch Serverless’s index‑level dictionary isolation eliminates the problem while keeping services uninterrupted.

Index-level DictionarySearch Stabilityhot update
0 likes · 14 min read
Why a Hot‑Word Update Crashed Elasticsearch and How Serverless Index‑Level Dictionaries Fix It
Amazon Cloud Developers
Amazon Cloud Developers
Dec 5, 2025 · Cloud Computing

Hard‑Core Cloud Foundations Power Agentic AI: Highlights from re:Invent 2025 Peter & Dave Keynote

At re:Invent 2025, AWS executives Peter DeSantis and Dave Brown detailed a series of hardware and service innovations—including Graviton5, Trainium3/4, Lambda Managed Instances, Project Mantle, and S3 Vectors—showcasing how security, availability, elasticity, cost, and agility are becoming even more critical for the AI era, with concrete performance benchmarks from customers such as Airbnb, Apple, and Twelve Labs.

AIAWSHardware
0 likes · 14 min read
Hard‑Core Cloud Foundations Power Agentic AI: Highlights from re:Invent 2025 Peter & Dave Keynote
Amazon Cloud Developers
Amazon Cloud Developers
Nov 17, 2025 · Cloud Computing

How Direct Code Deployment with AgentCore Runtime Accelerates Agent Development

This article compares Amazon Bedrock AgentCore's container‑based and direct‑code deployment options, walks through a step‑by‑step Python example of the zip‑deployment workflow, and shows how the latter can cut iteration time from 30 seconds to about 10 seconds while simplifying setup.

AgentCore RuntimeAmazon BedrockContainer Deployment
0 likes · 11 min read
How Direct Code Deployment with AgentCore Runtime Accelerates Agent Development
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Oct 28, 2025 · Big Data

How Huolala Scaled Elasticsearch to 40B Records with Serverless Cloud Architecture

Huolala, a leading smart logistics platform serving over 14 markets and millions of users, detailed its massive Elasticsearch deployment—over 1.5 万 CPU cores, 40 billion records, 4 PB data—highlighting multi‑AZ design, serverless migration, and a comprehensive management platform that boosted performance, reduced costs, and enabled AI‑driven services.

AI SearchBig DataElasticsearch
0 likes · 10 min read
How Huolala Scaled Elasticsearch to 40B Records with Serverless Cloud Architecture
php Courses
php Courses
Oct 27, 2025 · Backend Development

Why PHP-FPM Struggles in Cloud‑Native Environments and What Modern Runtimes Offer

This article examines PHP-FPM's historical strengths, its growing incompatibilities with containerized and micro‑service architectures, outlines three key bottlenecks, and presents modern alternatives such as Swoole, FrankenPHP, and serverless runtimes that enable higher performance, better resource efficiency, and improved observability.

PHP-FPMSwoolecloud-native
0 likes · 7 min read
Why PHP-FPM Struggles in Cloud‑Native Environments and What Modern Runtimes Offer
Alibaba Cloud Native
Alibaba Cloud Native
Oct 24, 2025 · Cloud Native

Why Upgrade to MCP Streamable HTTP? Boost Performance and Session Management in Serverless

This article explains the limitations of the traditional HTTP+SSE transport for MCP, introduces the new MCP Streamable HTTP protocol with its unified endpoint, on‑demand streaming and session recovery features, and shows how it improves connection count, success rate, latency, and overall reliability for serverless function compute workloads.

Function ComputeMCPStreamable HTTP
0 likes · 20 min read
Why Upgrade to MCP Streamable HTTP? Boost Performance and Session Management in Serverless
Alibaba Cloud Native
Alibaba Cloud Native
Sep 30, 2025 · Cloud Native

Deploy a Scalable MCP Server with Function Compute and MSE Nacos

This guide explains how to address high deployment costs, slow iteration, and poor manageability of MCP Server by using Alibaba Cloud Function Compute for serverless execution and MSE Nacos Enterprise for automatic registration, dynamic configuration, and unified service governance.

Function ComputeMCPMSE Nacos
0 likes · 13 min read
Deploy a Scalable MCP Server with Function Compute and MSE Nacos
Tencent Tech
Tencent Tech
Sep 23, 2025 · Cloud Computing

Why Agent Infra Is the Next Evolution in Cloud Computing for AI Agents

This article explains how cloud computing has historically reduced accidental complexity, why AI agents introduce a fundamentally new software paradigm, and how Tencent Cloud's Agent Infra and Agent Runtime provide a layered, serverless, and secure infrastructure to support autonomous, uncertain, and complex AI workloads.

AIAgent InfrastructureAutonomous Agents
0 likes · 18 min read
Why Agent Infra Is the Next Evolution in Cloud Computing for AI Agents
Alibaba Cloud Native
Alibaba Cloud Native
Sep 19, 2025 · Cloud Native

Why Serverless Is the Future of AI Apps: From Stateless to Session‑Aware Cloud‑Native Architecture

The article examines how AI application infrastructure is shifting from traditional always‑on, stateless deployments to serverless models that balance cost, scalability, and stateful conversational needs, outlining architectural challenges, evolution stages, and emerging solutions such as external state storage, session‑affinity scheduling, durable functions, and session‑oriented runtimes.

AIRuntimeStateful
0 likes · 26 min read
Why Serverless Is the Future of AI Apps: From Stateless to Session‑Aware Cloud‑Native Architecture
Alibaba Cloud Native
Alibaba Cloud Native
Sep 17, 2025 · Cloud Native

Deploy Dify AI Platform on Alibaba Cloud SAE in Two Simple Steps

This guide explains how to quickly deploy the open‑source Dify AI platform on Alibaba Cloud's Serverless Application Engine, covering the challenges of private deployment, the benefits of SAE's one‑click solution, and detailed step‑by‑step configuration to achieve a production‑grade AI service.

AI deploymentAlibaba CloudDify
0 likes · 5 min read
Deploy Dify AI Platform on Alibaba Cloud SAE in Two Simple Steps
Alibaba Cloud Native
Alibaba Cloud Native
Sep 16, 2025 · Cloud Computing

How Serverless Billing Evolved: From Per-Request to Resource-Based Pricing

From the early days of per‑hour VM rentals to today’s millisecond‑granular, resource‑aware pricing, serverless function compute has transformed its billing models across three stages, each driven by advances in request boundary detection, concurrency handling, and AI‑centric resource consumption, aligning cost with actual usage.

AICloud ComputingFunction Compute
0 likes · 9 min read
How Serverless Billing Evolved: From Per-Request to Resource-Based Pricing
FunTester
FunTester
Sep 16, 2025 · Fundamentals

Why Going Stateless Beats Indexing: The Surprising Power of Grep in AI Coding Assistants

The article explains how Claude Code’s decision to use real‑time grep instead of code indexing reflects a 50‑year‑old Unix philosophy, showing that stateless design improves composability, scalability, predictability, and privacy across AI assistants, serverless platforms, and distributed systems.

AI assistantsUnix philosophycomposability
0 likes · 19 min read
Why Going Stateless Beats Indexing: The Surprising Power of Grep in AI Coding Assistants
Tencent Cloud Developer
Tencent Cloud Developer
Sep 16, 2025 · Fundamentals

Why Going Stateless Beats Indexing: The Surprising Power of Unix‑Inspired Design

This article explores why Claude Code’s decision to use real‑time grep instead of vector indexing reflects a 50‑year‑old stateless philosophy that improves composability, scalability, predictability and privacy, while also examining the historical roots, practical advantages, trade‑offs, and how the approach fits into modern AI‑driven development.

AI programming assistantsStateless DesignUnix philosophy
0 likes · 20 min read
Why Going Stateless Beats Indexing: The Surprising Power of Unix‑Inspired Design
Amazon Cloud Developers
Amazon Cloud Developers
Sep 15, 2025 · Artificial Intelligence

Amazon Bedrock Enables One‑Stop SEO: From Keyword Mining to AI‑Generated Content

This article walks through a complete, low‑cost SEO pipeline built on Amazon Bedrock’s generative AI, covering automated keyword extraction, search‑intent analysis, product‑vector matching with FAISS, and AI‑driven content creation within a serverless, event‑driven architecture that scales efficiently while reducing manual effort.

Amazon BedrockFAISSSEO automation
0 likes · 16 min read
Amazon Bedrock Enables One‑Stop SEO: From Keyword Mining to AI‑Generated Content
DevOps Coach
DevOps Coach
Sep 14, 2025 · Operations

How We Cut Redis Costs by 95% with AWS ElastiCache Serverless for Argo CD

This article details Kaltura's migration of Argo CD's built‑in Redis to AWS ElastiCache Serverless for Valkey, explaining the cost, performance, and operational challenges of the default setup, the step‑by‑step migration process, and the substantial savings and reliability gains achieved.

Argo CDElastiCacheGitOps
0 likes · 11 min read
How We Cut Redis Costs by 95% with AWS ElastiCache Serverless for Argo CD
Alibaba Cloud Native
Alibaba Cloud Native
Sep 8, 2025 · Cloud Native

How to Integrate Alibaba Cloud AppStack with Serverless SAE for Seamless DevOps

This guide explains how to connect Alibaba Cloud's Cloud Effect AppStack with the Serverless Application Engine (SAE), covering role creation, trust policy configuration, service connection setup, cluster linking, application template usage, deployment orchestration, and pipeline execution to achieve low‑cost, high‑quality, and efficient continuous delivery.

Alibaba CloudCI/CDDevOps
0 likes · 8 min read
How to Integrate Alibaba Cloud AppStack with Serverless SAE for Seamless DevOps
Alibaba Cloud Native
Alibaba Cloud Native
Sep 5, 2025 · Artificial Intelligence

Why Today's Cloud‑Native Runtimes Fail AI Agents and How a New Serverless Architecture Can Fix It

The article argues that the rapid rise of LLM‑driven AI agents exposes fundamental mismatches in current cloud‑native runtimes such as Kubernetes, and proposes an AI‑native serverless evolution that delivers lightweight session management, secure sandboxes, extreme elasticity, and cost‑effective on‑demand execution.

AIFunction ComputingRuntime
0 likes · 32 min read
Why Today's Cloud‑Native Runtimes Fail AI Agents and How a New Serverless Architecture Can Fix It
ITPUB
ITPUB
Aug 31, 2025 · Cloud Native

Is Docker Still the King? Exploring the Next Generation of Container Tools

The article examines Docker's historic impact, its growing limitations in modern, large‑scale and diverse development environments, and surveys emerging lightweight runtimes, local development alternatives like ServBay, evolving orchestration options, and future trends shaping a more modular, secure, and AI‑driven container ecosystem.

Cloud NativeDockerKubernetes
0 likes · 9 min read
Is Docker Still the King? Exploring the Next Generation of Container Tools
Code Wrench
Code Wrench
Aug 10, 2025 · Cloud Native

Boost Go Performance with Nuclio: A Serverless Platform for High‑Throughput Edge and AI Workloads

Nuclio is an open‑source, Go‑friendly serverless platform that delivers high‑throughput, low‑latency function execution on local machines, Kubernetes, or edge environments, offering native Go support, flexible triggers, built‑in observability, and easy deployment steps for streaming, API, and AI inference use cases.

AI InferenceEdge computingKubernetes
0 likes · 6 min read
Boost Go Performance with Nuclio: A Serverless Platform for High‑Throughput Edge and AI Workloads
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Aug 6, 2025 · Operations

How Alibaba Cloud’s Serverless Elasticsearch Powers Data‑Driven Operations

Alibaba Cloud’s Serverless Elasticsearch service, combined with the SREWorks data‑driven operations platform, offers a cloud‑native, real‑time search and analytics engine that integrates metric and log collection, cost management, and health monitoring to enhance scalability, performance, and operational efficiency for enterprise applications.

Cloud NativeDataOpsElasticsearch
0 likes · 11 min read
How Alibaba Cloud’s Serverless Elasticsearch Powers Data‑Driven Operations
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 25, 2025 · Artificial Intelligence

Build an Agentic RAG AI App in Days with RDS Supabase & LangChain

This article demonstrates how to rapidly create a full‑stack Agentic Retrieval‑Augmented Generation (RAG) application using Alibaba Cloud RDS PostgreSQL‑based Supabase, covering data preparation, vector storage, real‑time communication, authentication, deployment steps, performance optimizations, and code examples with LangChain and large language models.

AI ApplicationAgentic RAGLangChain
0 likes · 18 min read
Build an Agentic RAG AI App in Days with RDS Supabase & LangChain
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Jul 24, 2025 · Cloud Computing

Why Serverless Is the Best Way to Deploy Enterprise MCP Servers

The article explains how the MCP protocol standardizes AI model interactions with external services, outlines the challenges of deploying MCP servers in enterprises, and demonstrates how Huawei Cloud FunctionGraph's serverless workflow offers a low‑cost, scalable, and secure solution with step‑by‑step deployment guidance.

AI integrationCloud FunctionsMCP
0 likes · 8 min read
Why Serverless Is the Best Way to Deploy Enterprise MCP Servers
Alibaba Cloud Native
Alibaba Cloud Native
Jul 4, 2025 · Artificial Intelligence

Building Enterprise‑Grade AI Agents with JManus on Alibaba Cloud Serverless

This article explains how the open‑source JManus framework enables Java developers to create, configure, and deploy multi‑agent AI applications on Alibaba Cloud's Serverless SAE and Function Compute platforms, highlighting its OpenManus compatibility, MCP protocol support, PLAN‑ACT mode, high‑availability architecture, performance advantages over low‑code solutions, and step‑by‑step deployment instructions.

Alibaba CloudJManusMCP
0 likes · 10 min read
Building Enterprise‑Grade AI Agents with JManus on Alibaba Cloud Serverless
Alibaba Cloud Native
Alibaba Cloud Native
Jul 1, 2025 · Cloud Native

How Alibaba Cloud Function Compute Uses OpenTelemetry for Full‑Stack Tracing

The article explains how Alibaba Cloud Function Compute upgraded its tracing capabilities from Jeager 2.0 to the OpenTelemetry W3C standard, delivering end‑to‑end observability, transparent cold‑start analysis, cross‑environment context propagation, dynamic sampling, and AI‑assisted debugging for serverless workloads.

Function Computeobservabilityopentelemetry
0 likes · 6 min read
How Alibaba Cloud Function Compute Uses OpenTelemetry for Full‑Stack Tracing
IT Architects Alliance
IT Architects Alliance
Jun 27, 2025 · Cloud Computing

What Is Serverless Architecture and Why It’s Transforming Modern Cloud Computing

Serverless architecture shifts server management to cloud providers, offering on‑demand function‑as‑a‑service and backend‑as‑a‑service solutions that enable automatic scaling, cost efficiency, faster development, enhanced security, and versatile use cases across e‑commerce, IoT, mobile apps, and big‑data analytics.

Cloud ComputingCost EfficiencyDevOps
0 likes · 12 min read
What Is Serverless Architecture and Why It’s Transforming Modern Cloud Computing
Tencent Cloud Middleware
Tencent Cloud Middleware
Jun 25, 2025 · Cloud Computing

How Tencent Cloud TDMQ Serverless RabbitMQ Implements Distributed Rate Limiting for High‑Concurrency

This article deeply examines Tencent Cloud TDMQ RabbitMQ Serverless's distributed rate‑limiting mechanism, covering its necessity, design principles, token‑based throttling architecture, implementation challenges, client‑side error handling, and practical guidelines for planning load and configuring alerts to ensure stable high‑throughput messaging.

TDMQcloud messagingrabbitmq
0 likes · 20 min read
How Tencent Cloud TDMQ Serverless RabbitMQ Implements Distributed Rate Limiting for High‑Concurrency