Tagged articles
13 articles
Page 1 of 1
ShiZhen AI
ShiZhen AI
Apr 4, 2026 · Industry Insights

Anthropic Bans OpenClaw: How It Copied Features and Then Cut Off Access

Anthropic announced that, starting April 5, Claude subscription quotas will no longer cover third‑party tools like OpenClaw, explaining the change as a response to unexpected load, revealing a pricing model shift, and outlining compensation, workarounds, and its own emerging alternatives such as Dispatch and Claude Cowork.

AI agentsAPI UsageAnthropic
0 likes · 8 min read
Anthropic Bans OpenClaw: How It Copied Features and Then Cut Off Access
AI Insight Log
AI Insight Log
Mar 21, 2026 · Artificial Intelligence

Anthropic Launches Its Own OpenClaw‑Style Tools: Dispatch and Claude Code Channels

Anthropic, after suing the open‑source OpenClaw project, released its own official equivalents—Dispatch and Claude Code Channels—offering sandboxed, mobile‑controlled AI agents, integrated with Telegram and Discord, and the article details their functionality, setup steps, and compares them with the original OpenClaw’s strengths and limitations.

AI agentsAnthropicClaude Code Channels
0 likes · 10 min read
Anthropic Launches Its Own OpenClaw‑Style Tools: Dispatch and Claude Code Channels
DataFunSummit
DataFunSummit
Sep 6, 2023 · Operations

Dispatch Decision in New Power Systems: From Mathematical Programming to Artificial Intelligence

This presentation by Prof. Li Zuyi of Zhejiang University reviews the evolution of power‑system dispatch from traditional mathematically‑based scheduling to modern challenges posed by high renewable penetration, discussing stochastic and robust optimization, SCUC/SCED methods, and emerging AI‑driven frameworks for feasible, efficient, and optimal decision making.

DispatchSCUCoptimization
0 likes · 23 min read
Dispatch Decision in New Power Systems: From Mathematical Programming to Artificial Intelligence
php Courses
php Courses
Jun 29, 2023 · Backend Development

Understanding PHP Dispatch Mechanism and Method Overriding

This article explains PHP's dispatch mechanism, showing how the runtime selects the appropriate method based on an object's actual class, and demonstrates polymorphism through a simple Animal‑Dog‑Cat example with complete code and output explanations.

DispatchMethod OverridingOOP
0 likes · 3 min read
Understanding PHP Dispatch Mechanism and Method Overriding
Qunar Tech Salon
Qunar Tech Salon
Feb 5, 2020 · Operations

Understanding Didi's Ride‑Hailing Dispatch Algorithms: Challenges, Models, and Future Directions

The article explains why Didi needs advanced dispatch algorithms, describes the complexities of order‑driver matching from simple one‑to‑one cases to large‑scale bipartite matching, and introduces batch matching, supply‑demand prediction, chain dispatch, and AI‑driven optimizations that together improve global efficiency and user experience.

AIDispatchOperations Research
0 likes · 16 min read
Understanding Didi's Ride‑Hailing Dispatch Algorithms: Challenges, Models, and Future Directions
Yanxuan Tech Team
Yanxuan Tech Team
Jan 20, 2020 · Backend Development

How NetEase Yanxuan Built a Scalable Warehouse Dispatch Platform: Architecture & Lessons

This article explains how NetEase Yanxuan transformed its warehouse dispatch service from duplicated, monolithic code into a modular, extensible platform by abstracting common processes, designing extension points, using dependency injection, and orchestrating business flows to improve development efficiency, system stability, and traceability.

Dispatchjavaplatform
0 likes · 16 min read
How NetEase Yanxuan Built a Scalable Warehouse Dispatch Platform: Architecture & Lessons
dbaplus Community
dbaplus Community
Dec 17, 2019 · Artificial Intelligence

How to Build a Scalable Intelligent Dispatch System for 400K Daily Orders

This article walks through the evolution of a ride‑hailing platform’s dispatch system—from a single‑database prototype to a data‑driven, AI‑powered architecture—detailing architectural choices, big‑data pipelines, model training, real‑time scheduling strategies, and monitoring practices for handling 400,000 daily orders.

AIDispatchRide Hailing
0 likes · 11 min read
How to Build a Scalable Intelligent Dispatch System for 400K Daily Orders
Liangxu Linux
Liangxu Linux
Sep 24, 2019 · Operations

Inside Didi’s Dispatch Engine: From Simple Matching to AI‑Powered Ride‑Hailing

This article explains how Didi’s ride‑hailing platform evolved its dispatch system—from basic nearest‑driver assignment to sophisticated batch matching, demand‑prediction, chain dispatch, and reinforcement‑learning techniques—highlighting the operational challenges, algorithmic solutions, and the massive scale impact on user experience.

AIDispatchOperations Research
0 likes · 18 min read
Inside Didi’s Dispatch Engine: From Simple Matching to AI‑Powered Ride‑Hailing
DataFunTalk
DataFunTalk
Sep 18, 2019 · Operations

Understanding Didi's Ride‑Hailing Dispatch Algorithm: Challenges, Models, and Strategies

This article explains why modern ride‑hailing platforms need advanced dispatch algorithms, describes the underlying order‑allocation problem, explores simple and complex matching scenarios, and introduces batch matching, supply‑demand prediction, chain dispatch, and AI‑driven techniques used by Didi to improve efficiency and fairness.

DispatchReinforcement LearningRide Hailing
0 likes · 15 min read
Understanding Didi's Ride‑Hailing Dispatch Algorithm: Challenges, Models, and Strategies
Xianyu Technology
Xianyu Technology
Apr 16, 2019 · Mobile Development

Understanding the Dispatch Mechanism in Fish-Redux

Fish‑Redux separates UI from business logic by using a dispatch function that routes actions from a view’s handler to the component’s effect, then to the page store’s reducer, passes through any applied middleware, updates the state, and finally notifies listeners to re‑render the UI.

DispatchFish-ReduxFlutter
0 likes · 8 min read
Understanding the Dispatch Mechanism in Fish-Redux
Meituan Technology Team
Meituan Technology Team
Nov 1, 2018 · Mobile Development

Understanding Swift Performance: Allocation, Reference Counting, and Dispatch

Swift performance hinges on allocation choices, ARC overhead, and method dispatch, so using stack‑allocated structs instead of heap‑allocated classes, applying final or private to force static dispatch, leveraging protocol‑oriented containers, specializing generics, and enabling whole‑module optimization together yield faster, more efficient iOS code.

DispatchGenericsMemory Management
0 likes · 26 min read
Understanding Swift Performance: Allocation, Reference Counting, and Dispatch
Meituan Technology Team
Meituan Technology Team
Oct 20, 2017 · Artificial Intelligence

Meituan's AI-Powered Instant Delivery Dispatch System

Meituan’s AI‑driven “super brain” dispatch system combines big‑data‑fueled preparation‑time predictions, operations‑research optimization and reinforcement‑learning‑based routing to solve a dynamic vehicle‑routing problem in seconds, cutting average delivery time from 41 to 28 minutes, lowering per‑order cost over 20 % and reducing power use by 19 %.

AIDVRPDispatch
0 likes · 21 min read
Meituan's AI-Powered Instant Delivery Dispatch System
21CTO
21CTO
Mar 23, 2016 · Backend Development

How Uber Scales Its Real‑Time Dispatch System: Backend Architecture Insights

This article examines Uber's rapidly growing real‑time dispatch platform, detailing its geo‑spatial indexing, microservice architecture, fault‑tolerant design, and scaling techniques that enable millions of writes per second and high availability across thousands of nodes.

Backend ArchitectureDispatchMicroservices
0 likes · 18 min read
How Uber Scales Its Real‑Time Dispatch System: Backend Architecture Insights