Tagged articles
32 articles
Page 1 of 1
AI Illustrated Series
AI Illustrated Series
Apr 22, 2026 · Artificial Intelligence

Mastering AI Agent Skills: From Concept to Hands‑On Implementation

This guide explains what Agent Skills are, how they differ from traditional prompts, the three core design mechanisms, step‑by‑step creation of a Skill—including file structure, YAML metadata, and markdown instructions—plus advanced tips, real‑world use cases, and troubleshooting advice.

AI agentsAgent SkillsAutomation
0 likes · 30 min read
Mastering AI Agent Skills: From Concept to Hands‑On Implementation
AI Waka
AI Waka
Apr 18, 2026 · Artificial Intelligence

Mastering AI Agent Reliability: 12 Harness Engineering Patterns You Need

This guide explains how to move from fragile, prompt‑only AI agents to production‑grade systems by designing a control layer—called Harness Engineering—covering memory management, workflow orchestration, permission boundaries, automation patterns, and the Intelligent Harness Runtime that makes agents self‑governing and resilient.

AI AgentHarness EngineeringIntelligent Harness Runtime
0 likes · 18 min read
Mastering AI Agent Reliability: 12 Harness Engineering Patterns You Need
AI Tech Publishing
AI Tech Publishing
Apr 17, 2026 · Artificial Intelligence

Why Your AI Agent Crashes: 7 Hosting Patterns Compared

The article explains why AI agents fail when deployed with the wrong hosting model, presents a systematic comparison of seven patterns—Cron, Reactive, Daemon, Pipeline, Service, Adaptive, and Mesh—detailing their problem scope, typical scenarios, concrete Python or TypeScript implementations, when to choose each, and the trade‑offs, while warning against the common mistake of over‑engineering from the start.

AI agentsEvent-drivenMulti-Agent Mesh
0 likes · 21 min read
Why Your AI Agent Crashes: 7 Hosting Patterns Compared
Architect
Architect
Mar 30, 2026 · Artificial Intelligence

Unlocking Claude Code: 6 Must‑Learn Features to Supercharge Your AI Development

This article analyzes Claude Code’s hidden capabilities—verification loops, context isolation, session forking, cross‑device teleportation, automated cycles, and parallel worktree isolation—showing how engineers can turn the AI coding assistant into a full‑featured, orchestrated development environment rather than a simple chat‑based code generator.

AI DevelopmentClaude CodeWorkflow Orchestration
0 likes · 26 min read
Unlocking Claude Code: 6 Must‑Learn Features to Supercharge Your AI Development
Design Hub
Design Hub
Mar 29, 2026 · Industry Insights

Why Perplexity’s Biggest Risk Is Becoming Just a Routing Layer

The article analyzes Perplexity’s product logic, arguing that its value lies in the middle‑layer that hides model complexity, but this advantage is fragile because it depends on a permanently fragmented model ecosystem and could disappear if upstream providers integrate workflow capabilities themselves.

AIBusiness ModelIndustry analysis
0 likes · 13 min read
Why Perplexity’s Biggest Risk Is Becoming Just a Routing Layer
DevOps Coach
DevOps Coach
Mar 3, 2026 · Cloud Native

Discover Argo Workflows 4.0: 24 New Features, Performance Gains & UI Upgrades

Argo Workflows 4.0 has been released, bringing 24 new features, 122 bug fixes, and contributions from 73 developers, including artifact‑driver plugins, full CRD validation, deprecated singular sync primitives, name‑filtering for archived workflows, real‑time parallelism updates, OIDC custom CA support, UI improvements, and enhanced CLI commands, all aimed at simplifying large‑scale pipeline orchestration across clusters.

Argo WorkflowsCloud NativeKubernetes
0 likes · 9 min read
Discover Argo Workflows 4.0: 24 New Features, Performance Gains & UI Upgrades
Data Party THU
Data Party THU
Feb 8, 2026 · Artificial Intelligence

How LangGraph Turns Multi‑Agent Workflows into Editable Graphs

This article explains LangGraph's graph‑based design, runtime behavior, state management, checkpoint persistence, and flexible workflow modifications, providing concrete code examples and patterns that illustrate why the framework is well‑suited for complex multi‑agent AI systems.

AILLMLangGraph
0 likes · 14 min read
How LangGraph Turns Multi‑Agent Workflows into Editable Graphs
DataFunSummit
DataFunSummit
Jan 10, 2026 · Artificial Intelligence

How Healthpeak Turned Property Management into an AI‑Driven Operating System

This article examines how Healthpeak, a large healthcare REIT, replaced manual spreadsheet‑based processes with Palantir’s AI Platform (AIP), using an ontology‑driven architecture to automate billing, detect anomalies, and orchestrate workflows, delivering faster operations, higher accuracy, and scalable growth.

AIAutomationDigital Transformation
0 likes · 17 min read
How Healthpeak Turned Property Management into an AI‑Driven Operating System
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 7, 2025 · Big Data

Unlock Enterprise‑Grade Data Pipelines with DMS Airflow: Features, Integration & Code Samples

This article introduces DMS Airflow, an enterprise‑level data workflow orchestration platform built on Apache Airflow, covering its advanced DAG capabilities, deep DMS integration, scheduling, task dependency management, dynamic task generation, resource scaling, security features, and practical code examples for SQL, Spark, DTS, and Notebook tasks.

AirflowBig DataDMS
0 likes · 20 min read
Unlock Enterprise‑Grade Data Pipelines with DMS Airflow: Features, Integration & Code Samples
DevOps Coach
DevOps Coach
Oct 31, 2025 · Backend Development

How Netflix’s Maestro Engine Gained a 100× Speed Boost with a New Actor‑Based Architecture

Netflix’s Maestro workflow orchestrator was redesigned with a lightweight, stateful actor model and Java virtual threads, cutting engine overhead from seconds to milliseconds, delivering a hundred‑fold performance increase while preserving scalability, reliability, and strong execution guarantees for massive data and ML pipelines.

Distributed SystemsJava virtual threadsNetflix Maestro
0 likes · 28 min read
How Netflix’s Maestro Engine Gained a 100× Speed Boost with a New Actor‑Based Architecture
Tencent Cloud Developer
Tencent Cloud Developer
Oct 29, 2025 · Artificial Intelligence

How Tasking AI and Dify Redefine LLM‑Powered AI Application Development

This article analyzes the architecture, core capabilities, and workflow orchestration of LLM‑native application platforms Tasking AI and Dify, comparing their microservice designs, plugin management, multi‑tenant isolation, and GraphEngine execution to highlight strengths, trade‑offs, and future development trends.

AI PlatformDifyLLM
0 likes · 21 min read
How Tasking AI and Dify Redefine LLM‑Powered AI Application Development
Data STUDIO
Data STUDIO
Aug 19, 2025 · Artificial Intelligence

Building a Multi‑Agent Collaborative AI System with LangGraph

The article demonstrates how to construct an AI research assistant using LangGraph’s multi‑agent framework, detailing system architecture, specialized agents for research, fact‑checking and report writing, workflow orchestration, dynamic routing, parallel processing, debugging, and performance evaluation, showing a 40‑60% efficiency gain over single‑model approaches.

AI Research AssistantAgent CollaborationLangGraph
0 likes · 13 min read
Building a Multi‑Agent Collaborative AI System with LangGraph
Alibaba Cloud Native
Alibaba Cloud Native
May 18, 2025 · Cloud Native

Airflow vs Argo Workflows: Which Cloud‑Native Scheduler Wins for Data Engineering?

This comprehensive guide compares Apache Airflow and Argo Workflows—two leading cloud‑native distributed task schedulers—by examining their core features, architectures, DAG handling, performance, language support, big‑data and AI integrations, and provides practical selection advice for data engineers and DevOps teams.

AirflowArgo WorkflowsWorkflow Orchestration
0 likes · 23 min read
Airflow vs Argo Workflows: Which Cloud‑Native Scheduler Wins for Data Engineering?
HelloTech
HelloTech
Feb 21, 2025 · Fundamentals

Componentization and Workflow Orchestration: Design Principles and Practices

Componentization reduces software complexity by breaking logic into single‑responsibility, decoupled units that can be statically orchestrated with a Java DSL or dynamically configured via JSON, while clear interfaces, appropriate granularity, and extension points ensure reusable, maintainable, and adaptable workflows.

DSLDecouplingWorkflow Orchestration
0 likes · 22 min read
Componentization and Workflow Orchestration: Design Principles and Practices
Beijing SF i-TECH City Technology Team
Beijing SF i-TECH City Technology Team
Feb 7, 2025 · Backend Development

Applying Netflix Conductor for Scalable Workflow Orchestration in a Logistics System

This article details how a logistics company's platform adopted Netflix Conductor to unify and scale algorithmic task scheduling, addressing challenges such as fragmented workflows, resource imbalance, and long-running jobs by implementing dynamic DAGs, fork‑join patterns, and robust retry mechanisms, resulting in significant performance gains.

Backend DevelopmentConductorLogistics
0 likes · 21 min read
Applying Netflix Conductor for Scalable Workflow Orchestration in a Logistics System
macrozheng
macrozheng
Dec 20, 2024 · Big Data

Master Data Pipelines with Kestra: Open‑Source Workflow Engine Explained

This article introduces the open‑source Kestra workflow engine, outlines its key features for building scalable data pipelines, provides step‑by‑step Docker installation and YAML workflow examples, and showcases its visual UI for monitoring and managing complex ETL and automation tasks.

DockerKestraWorkflow Orchestration
0 likes · 6 min read
Master Data Pipelines with Kestra: Open‑Source Workflow Engine Explained
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Nov 7, 2024 · Cloud Native

Deep Dive into the New Features of Argo Workflows 3.6

This article provides a comprehensive analysis of Argo Workflows 3.6, covering its enhanced scheduling, UI improvements, controller stability and security upgrades, OSS artifact garbage collection, dynamic template references, expanded expression library, and CLI usability, along with practical YAML examples for each feature.

Argo WorkflowsCloud NativeKubernetes
0 likes · 12 min read
Deep Dive into the New Features of Argo Workflows 3.6
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Oct 18, 2024 · Cloud Native

Comparative Study of Batch Compute and Serverless Argo Workflows for Containerized Data Processing

This article compares a cloud‑provider’s closed‑source Batch compute service with the open‑source, serverless Argo Workflows platform, demonstrating how each can orchestrate multi‑stage containerized data‑processing pipelines, detailing configuration, job definitions, dependency handling, and operational trade‑offs.

Argo WorkflowsBatch ComputeCloud Native
0 likes · 12 min read
Comparative Study of Batch Compute and Serverless Argo Workflows for Containerized Data Processing
Huolala Tech
Huolala Tech
Oct 11, 2024 · Backend Development

How the New Starhan System Revolutionizes Customer Service Workflow and Boosts Efficiency

This article details the design, implementation, and performance improvements of the Starhan customer‑service platform, explaining how a graph‑based workflow engine, dynamic process management, and extensive automation reduce costs, shorten release cycles, and enhance user satisfaction across multiple business lines.

AutomationWorkflow Orchestrationcustomer-service
0 likes · 21 min read
How the New Starhan System Revolutionizes Customer Service Workflow and Boosts Efficiency
21CTO
21CTO
Aug 4, 2024 · Operations

How Netflix’s Open‑Source Maestro Powers Scalable Data & ML Workflows

Netflix has open‑sourced its Maestro workflow orchestrator, a highly scalable, DAG‑based system built on Git, Java, Gradle and Docker that handles millions of daily jobs for data scientists, enabling ETL, ML pipelines, A/B testing and more, while meeting strict SLOs.

DAGMaestroNetflix
0 likes · 5 min read
How Netflix’s Open‑Source Maestro Powers Scalable Data & ML Workflows
Alibaba Cloud Native
Alibaba Cloud Native
Feb 4, 2024 · Cloud Native

Build Dynamic Fan‑Out/Fan‑In DAG Workflows with Argo on ACK One

This guide explains how to use Argo Workflow on Alibaba Cloud ACK One to implement dynamic fan‑out/fan‑in DAGs, splitting large log files, running parallel map tasks, and aggregating results with a reduce step, including full YAML definitions and execution steps.

Argo WorkflowDynamic DAGFan-out Fan-in
0 likes · 10 min read
Build Dynamic Fan‑Out/Fan‑In DAG Workflows with Argo on ACK One
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Jan 20, 2024 · Backend Development

Tango Flow: A Low‑Code Workflow Orchestration Platform for Cloud Music Backend

Tango Flow is a low‑code workflow orchestration platform that unifies Cloud Music’s backend services—RPC, HTTP, FaaS and tool‑domain APIs—into visual, versioned workflows, offering drag‑and‑drop design, debugging, mock testing, multi‑tenant clustering, monitoring and continuous release to replace BFFs and accelerate full‑chain development.

BFFBackend DevelopmentWorkflow Orchestration
0 likes · 18 min read
Tango Flow: A Low‑Code Workflow Orchestration Platform for Cloud Music Backend
DataFunTalk
DataFunTalk
Jul 4, 2023 · Big Data

Integrating Apache Airflow with ByteHouse: A Step‑by‑Step Guide

This guide explains how to integrate Apache Airflow with ByteHouse, highlighting scalability, automated workflow management, and simple deployment, and provides a step‑by‑step tutorial—including prerequisites, installation, configuration, DAG creation, and execution commands—to build a robust data pipeline for analytics and machine learning.

Apache AirflowByteHouseETL
0 likes · 10 min read
Integrating Apache Airflow with ByteHouse: A Step‑by‑Step Guide
DevOps Cloud Academy
DevOps Cloud Academy
Nov 22, 2022 · Big Data

Components and Key Terminology in Apache Airflow

Apache Airflow’s architecture consists of schedulers, executors, workers, a web server, and a metadata database, enabling scalable workflow orchestration, while essential terminology such as DAGs, operators, and sensors defines how tasks are organized, executed, and monitored within data pipelines.

Apache AirflowBig DataDAG
0 likes · 8 min read
Components and Key Terminology in Apache Airflow
Baidu Geek Talk
Baidu Geek Talk
Aug 31, 2022 · Artificial Intelligence

Baidu Intelligent Cloud Launches Cloud-native AI 2.0 to Accelerate AI Engineering

Baidu Intelligent Cloud’s new Cloud‑native AI 2.0 platform tackles AI engineering bottlenecks by offering hybrid‑parallel large‑model training, flexible GPU virtualization, and an AI Accelerate Kit that boosts training efficiency over 50 % and cuts inference latency up to 63 %, raising GPU utilization from ~13 % to about 50 %.

AIAI accelerationGPU virtualization
0 likes · 15 min read
Baidu Intelligent Cloud Launches Cloud-native AI 2.0 to Accelerate AI Engineering
Big Data Technology Architecture
Big Data Technology Architecture
May 31, 2022 · Big Data

Comprehensive Guide to Installing and Using Apache Airflow with Docker on Windows

This article provides a detailed tutorial on Apache Airflow fundamentals, Docker-based installation on Windows, Dockerfile creation, container deployment via Docker run and Docker Compose, Airflow configuration, and practical usage of DAGs, tasks, connections, and UI features for data pipeline orchestration.

Apache AirflowDockerDocker Compose
0 likes · 14 min read
Comprehensive Guide to Installing and Using Apache Airflow with Docker on Windows
Youzan Coder
Youzan Coder
Jun 25, 2021 · Operations

Building an Event-Driven Automated Operations Platform (Whale)

Whale is an event‑driven automated operations platform that lets developers package atomic tasks, users compose workflows, and a rule‑matching engine trigger them in real time via an event center, employing a StackStorm‑based execution engine for fault‑tolerant, cross‑datacenter orchestration and future AI‑enhanced self‑healing.

DevOpsEvent-drivenOperations Automation
0 likes · 7 min read
Building an Event-Driven Automated Operations Platform (Whale)
Youzan Coder
Youzan Coder
Jan 11, 2019 · Backend Development

Business Reconciliation Platform Architecture Design for Distributed Systems

The article describes YouZan's business reconciliation platform for distributed systems, which detects and quantifies data inconsistencies by offering easy plug‑in integration, a four‑step orchestrated workflow, high‑throughput offline processing with Spark, second‑level real‑time event handling, a three‑layer architecture, and health monitoring for transaction chains.

CAP theoremData ConsistencyDistributed Systems
0 likes · 9 min read
Business Reconciliation Platform Architecture Design for Distributed Systems