Tagged articles
19 articles
Page 1 of 1
AI Step-by-Step
AI Step-by-Step
Apr 12, 2026 · Backend Development

Make Agents Survive Crashes and Restarts: Building a Persistent Task Engine with Durable Execution

The article explains how durable execution, exemplified by Temporal’s Workflow and Activity model, transforms long‑running Agent tasks—such as refund approvals that involve human sign‑off, external APIs, and overnight processing—into recoverable, auditable pipelines that survive crashes, restarts, and timeouts.

ActivityAgentDurable Execution
0 likes · 16 min read
Make Agents Survive Crashes and Restarts: Building a Persistent Task Engine with Durable Execution
Baidu Geek Talk
Baidu Geek Talk
Apr 8, 2026 · Artificial Intelligence

How to Engineer Reliable Long‑Running AI Coding Tasks: Harnessing Agents for Scale

This article analyzes the challenges of using AI coding agents for large‑scale, long‑running tasks such as bulk file migration or code review, and presents a systematic engineering approach—including task decomposition, parallel execution, persistent progress files, resumable workflows, and multi‑level retry strategies—backed by concrete script examples and real‑world case studies.

AI agentsMeta SkillParallel Execution
0 likes · 31 min read
How to Engineer Reliable Long‑Running AI Coding Tasks: Harnessing Agents for Scale
Architect's Guide
Architect's Guide
Apr 1, 2026 · Backend Development

Master AsyncTask Orchestration in Spring Boot with asyncTool

This guide explains how to integrate asyncTool into a Spring Boot project, configure custom thread pools, understand core interfaces like IWorker and ICallback, and implement serial, parallel, and mixed task flows with detailed code examples and best‑practice considerations.

JavaSpring BootasyncTool
0 likes · 11 min read
Master AsyncTask Orchestration in Spring Boot with asyncTool
PMTalk Product Manager Community
PMTalk Product Manager Community
Mar 29, 2026 · Product Management

Why AI Product Managers Must Rethink Their Core Logic in the Multi‑Agent Era

The article explains how multi‑agent architectures reshape AI product management by exposing structural bottlenecks of single agents, outlines when and how to decompose tasks, and provides concrete design decisions—including orchestration, context passing, failure handling, and human‑in‑the‑loop—to build reliable, high‑quality AI products.

AI product managementHuman-in-the-LoopMulti-Agent Architecture
0 likes · 16 min read
Why AI Product Managers Must Rethink Their Core Logic in the Multi‑Agent Era
Yunqi AI+
Yunqi AI+
Mar 27, 2026 · Artificial Intelligence

From AI Assistants to Production Agents: How Harness Becomes Core Infrastructure

The article explains how AI‑driven software is shifting from simple functional tools to result‑oriented autonomous systems, and argues that building production‑grade agents requires a dedicated engineering layer—called Harness—that provides task orchestration, state management, tool integration, observability, security, and governance.

AI agentsHarnessObservability
0 likes · 21 min read
From AI Assistants to Production Agents: How Harness Becomes Core Infrastructure
AI Step-by-Step
AI Step-by-Step
Mar 12, 2026 · Artificial Intelligence

Stop the hype: 5 practical tasks to try with the Xiaolongxie AI agent

The article explains that the Xiaolongxie AI agent excels at workflow‑type tasks—those with clear steps, ongoing monitoring, defined inputs and outputs, and repeatable labor savings—and lists five concrete scenarios (web‑page inspection, data structuring, chat‑based assistants, scheduled monitoring, and multi‑step task decomposition) while also outlining its three core capabilities (browser automation, heartbeat scheduling, and sub‑agents) and advising a gradual adoption roadmap.

AI AgentBrowser Automationheartbeat scheduling
0 likes · 9 min read
Stop the hype: 5 practical tasks to try with the Xiaolongxie AI agent
Java Tech Enthusiast
Java Tech Enthusiast
Feb 8, 2026 · Backend Development

Mastering AsyncTask Orchestration in Spring Boot with asyncTool

This guide shows how to integrate the asyncTool library into a Spring Boot project, configure custom thread pools, understand its core interfaces, and use code examples to build serial, parallel, and mixed task workflows with full monitoring, fault tolerance, and performance optimizations.

Asyncbackend-developmentspring-boot
0 likes · 12 min read
Mastering AsyncTask Orchestration in Spring Boot with asyncTool
Java Architect Handbook
Java Architect Handbook
Feb 7, 2026 · Backend Development

Master AsyncTask Orchestration in Spring Boot with asyncTool

This guide explains how to integrate the asyncTool library into a Spring Boot project, configure custom thread pools, understand core interfaces like IWorker and ICallback, and use the provided Builder API to define serial, parallel, and mixed task flows with detailed code examples and best‑practice cautions.

Backend DevelopmentJavaSpring Boot
0 likes · 13 min read
Master AsyncTask Orchestration in Spring Boot with asyncTool
Code Ape Tech Column
Code Ape Tech Column
Oct 21, 2025 · Backend Development

Mastering AsyncTask Orchestration in Spring Boot with asyncTool

Learn how to integrate asyncTool into a Spring Boot project, configure custom thread pools, understand core interfaces like IWorker and ICallback, and implement serial, parallel, and mixed task flows with detailed code examples and best‑practice guidelines for robust asynchronous task orchestration.

JavaSpring BootasyncTool
0 likes · 12 min read
Mastering AsyncTask Orchestration in Spring Boot with asyncTool
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Feb 4, 2024 · Backend Development

How to Orchestrate Parallel and Dependent Tasks with AsyncTool

This article introduces AsyncTool, a Java concurrency framework that enables flexible parallel, serial, dependent, and callback‑driven task orchestration, explains its core components (worker, callback, wrapper), and provides multiple code‑first examples illustrating complex workflow compositions.

AsyncParallel Executioncallback
0 likes · 9 min read
How to Orchestrate Parallel and Dependent Tasks with AsyncTool
Baidu Geek Talk
Baidu Geek Talk
Jan 8, 2024 · Backend Development

Exgraph: A Graph Execution Engine for Task Orchestration

Exgraph, Baidu Search’s graph execution engine, uses a human‑readable description language and a robust execution core with dependency injection, object pooling, and interruption handling to orchestrate complex, parallel or conditional tasks, improving code readability and unifying diverse execution scenarios in search architecture.

DAGGo developmentObject Pooling
0 likes · 10 min read
Exgraph: A Graph Execution Engine for Task Orchestration
HomeTech
HomeTech
Jun 14, 2023 · Backend Development

Design and Implementation of a Task Orchestration Framework for Business Systems

This article introduces the background, core concepts, architecture, and implementation details of a lightweight Java task orchestration framework that simplifies complex business workflows by managing task dependencies, parallel execution, and error handling, thereby improving development efficiency and system maintainability.

Java concurrencyWorkflow Enginemultithreading
0 likes · 25 min read
Design and Implementation of a Task Orchestration Framework for Business Systems
Alibaba Cloud Native
Alibaba Cloud Native
Jul 31, 2022 · Cloud Native

How SchedulerX Simplifies Kubernetes Job Development and Management

This article compares native Kubernetes Job workflows with Alibaba Cloud SchedulerX's visual scripting solution, showing step‑by‑step how to create, run, and monitor Jobs and CronJobs without building container images, and highlights SchedulerX's added features such as history, logging, alerts, and visual orchestration.

Cloud NativeJobKubernetes
0 likes · 9 min read
How SchedulerX Simplifies Kubernetes Job Development and Management
ByteFE
ByteFE
May 16, 2022 · Operations

Task Orchestration in Large Monorepos: Capabilities, Tools, and Best Practices

This article examines the challenges of managing large monorepos, outlines the essential capabilities such as dependency management, task orchestration and version publishing, compares popular tools like Turborepo, Rush and pnpm, and provides practical guidance on scope definition, parallel execution, and cloud caching to accelerate builds.

Build OptimizationMonorepopnpm
0 likes · 14 min read
Task Orchestration in Large Monorepos: Capabilities, Tools, and Best Practices
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 6, 2021 · Mobile Development

How Gaode Map Supercharges App Startup: Deep Dive into Mobile Launch Optimization

This article explores why fast app startup matters, using Gaode Map as a case study to detail techniques such as Universal/App Links, H5 launch page handling, download size reduction, Android .so loading hooks, thread scheduling, task orchestration, and the tooling needed for performance analysis on both iOS and Android.

Android optimizationapp startupiOS optimization
0 likes · 38 min read
How Gaode Map Supercharges App Startup: Deep Dive into Mobile Launch Optimization
High Availability Architecture
High Availability Architecture
May 15, 2020 · Backend Development

Design and Implementation of Tencent Cloud Task (TCT) Distributed Task Scheduling System

This article explains the background, challenges, and architectural design of Tencent Cloud Task (TCT), a distributed scheduling platform that offers precise real‑time task execution, modular microservice architecture, stateless scaling, rich trigger rules, comprehensive monitoring, and advanced workflow orchestration for large‑scale cloud environments.

Backend ArchitectureDistributed SchedulingMicroservices
0 likes · 10 min read
Design and Implementation of Tencent Cloud Task (TCT) Distributed Task Scheduling System
Tencent Cloud Middleware
Tencent Cloud Middleware
Apr 26, 2020 · Backend Development

How Tencent Cloud’s TCT Tackles Distributed Task Scheduling at Scale

This article explains the business scenarios that demand massive, precise, and reliable scheduled tasks, reviews the shortcomings of existing open‑source schedulers, and details the design, architecture, and key features of Tencent Cloud’s distributed task scheduling system TCT, highlighting its modular, stateless, and fully featured approach.

Backend ArchitectureDistributed SchedulingMicroservices
0 likes · 11 min read
How Tencent Cloud’s TCT Tackles Distributed Task Scheduling at Scale