Tagged articles
545 articles
Page 2 of 6
DevOps Coach
DevOps Coach
Jan 19, 2026 · Fundamentals

Master Git in 30 Days: 35 Essential Commands Every Developer Needs

This guide demystifies Git by exposing common myths, presenting the 35 most useful commands organized by daily workflow, undo scenarios, branching, and advanced tricks, and offering a step‑by‑step 30‑day learning plan, mental models, common pitfalls, and tool recommendations to boost confidence and productivity.

Gitbeginner guidecommand-line
0 likes · 17 min read
Master Git in 30 Days: 35 Essential Commands Every Developer Needs
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 19, 2026 · Backend Development

Mastering OpenSpec: A CLI Guide to Spec‑Driven Development and AI Integration

This article explains the history, core concepts, and practical CLI commands of OpenSpec, a spec‑driven development tool that integrates with AI assistants, detailing project initialization, workflow steps, quality control, directory structure, common pitfalls, and comparisons with other specification frameworks to help developers adopt a more efficient, documentation‑first workflow.

AICLIDocumentation
0 likes · 30 min read
Mastering OpenSpec: A CLI Guide to Spec‑Driven Development and AI Integration
DataFunSummit
DataFunSummit
Jan 11, 2026 · Artificial Intelligence

How Healthpeak Turned Manual Real Estate Ops into an AI‑Driven System with Palantir AIP

Healthpeak’s commercial‑real‑estate workflow, plagued by data silos and manual meter‑reading, was transformed by deploying Palantir’s AI Platform, which introduced an ontology‑based four‑layer architecture that automates billing, detects anomalies, and enables mobile‑first, AI‑driven decision making.

AIAutomationDigital Transformation
0 likes · 17 min read
How Healthpeak Turned Manual Real Estate Ops into an AI‑Driven System with Palantir AIP
DataFunSummit
DataFunSummit
Jan 9, 2026 · Artificial Intelligence

How Healthpeak Revamped Real‑Estate Operations with Palantir’s AI‑Driven Ontology Platform

The article details Healthpeak’s digital transformation of commercial real‑estate management by replacing fragmented spreadsheets with Palantir’s AI Platform (AIP), using a unified ontology to automate data capture, billing, anomaly detection, and voice‑driven workflows, dramatically improving efficiency and scalability.

AIAutomationOntology
0 likes · 18 min read
How Healthpeak Revamped Real‑Estate Operations with Palantir’s AI‑Driven Ontology Platform
Code Mala Tang
Code Mala Tang
Jan 7, 2026 · Fundamentals

When to Use Git Rebase vs Merge: Avoid Losing Code

This article explains the core differences between git rebase and git merge, illustrates how each rewrites or preserves commit history with concrete command examples, outlines safe usage scenarios, and provides practical tips to prevent code loss during collaborative development.

Gitcode safetymerge
0 likes · 6 min read
When to Use Git Rebase vs Merge: Avoid Losing Code
DeWu Technology
DeWu Technology
Jan 5, 2026 · Frontend Development

How a Frontend Monorepo Boosted Code Quality and Release Stability at Scale

This article details the governance framework, key metrics, and concrete engineering practices used to improve Git metadata performance, code quality scoring, lint enforcement, workflow checkpoints, and code duplication reduction for a large‑scale frontend monorepo, resulting in measurable stability gains.

Monorepocode qualityfrontend
0 likes · 15 min read
How a Frontend Monorepo Boosted Code Quality and Release Stability at Scale
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Jan 2, 2026 · Artificial Intelligence

From ChatGPT to LLM‑Native: Building Intelligent AI Agents and Workflows with LangChain

The article explains why traditional chat‑based AI tools are limited to advice, introduces next‑generation LLM‑native applications that can understand, plan, and act, and provides a step‑by‑step guide on designing AI workflows, autonomous agents, hybrid architectures, and the Model Context Protocol (MCP) using LangChain.

AI agentsLLMLangChain
0 likes · 36 min read
From ChatGPT to LLM‑Native: Building Intelligent AI Agents and Workflows with LangChain
Tencent Technical Engineering
Tencent Technical Engineering
Dec 29, 2025 · Artificial Intelligence

Automate PPT Creation with CodeBuddy AI Skills: A Hands‑On Guide

This article walks through the common pain points of manual PPT preparation and shows how CodeBuddy’s document‑skills PPTX skill can automate slide generation, editing, and templating through step‑by‑step installation, configuration, and practical examples, including code snippets and visual results.

AICodeBuddyPPT automation
0 likes · 36 min read
Automate PPT Creation with CodeBuddy AI Skills: A Hands‑On Guide
Fun with Large Models
Fun with Large Models
Dec 26, 2025 · Artificial Intelligence

LangGraph Agent Design Patterns Part 1: Prompt‑Chain, Router, and Parallel Modes

This article introduces three core LangGraph workflow patterns—Prompt‑Chain, Router, and Parallel—explaining their concepts, advantages, and concrete Python code examples that demonstrate how to decompose tasks, route requests, and run sub‑tasks concurrently for more reliable and efficient AI agents.

AI agentsLangGraphParallel mode
0 likes · 19 min read
LangGraph Agent Design Patterns Part 1: Prompt‑Chain, Router, and Parallel Modes
Data STUDIO
Data STUDIO
Dec 22, 2025 · Operations

12 Essential Python Automation Libraries for 2026 Every Developer Should Know

The article reviews twelve Python automation libraries—Kedro, Prefect, Pywinauto, Swifter, DagFactory, Schedule, Tenacity, Beanie, Helium, PyFilesystem2, Ruff, and Zappa—detailing their core features, code examples, use‑case scenarios, and why they will become indispensable tools for developers in 2026.

AutomationPythonScheduling
0 likes · 29 min read
12 Essential Python Automation Libraries for 2026 Every Developer Should Know
AI Large Model Application Practice
AI Large Model Application Practice
Dec 16, 2025 · Artificial Intelligence

Recreating NotebookLM’s PPT Generation with a Low‑Code Workflow

This guide shows how to use the open‑source BISHENG low‑code platform, ByteDance’s Seed‑1.6 and Seedream‑4.5 models, and a custom MCP server to build a workflow that uploads documents, performs RAG, generates structured PPT outlines with LLMs, creates page images via text‑to‑image models, and assembles a downloadable PDF, all while incorporating human‑in‑the‑loop controls.

BISHENGHITLLLM
0 likes · 17 min read
Recreating NotebookLM’s PPT Generation with a Low‑Code Workflow
Wuming AI
Wuming AI
Dec 10, 2025 · Artificial Intelligence

Workflow vs Agent: Choosing Fixed Pipelines or Dynamic LLM Orchestration

This article explains the fundamental differences between workflow‑style fixed pipelines and agent‑style dynamic LLM orchestration, compares their characteristics, reviews classic workflow patterns, and walks through a concrete implementation using the Kuzi platform with step‑by‑step screenshots.

AIAgentKuzi
0 likes · 9 min read
Workflow vs Agent: Choosing Fixed Pipelines or Dynamic LLM Orchestration
BirdNest Tech Talk
BirdNest Tech Talk
Dec 7, 2025 · Artificial Intelligence

Recreating DeerFlow’s Multi‑Agent Research Pipeline with LangGraphGo in 30 Minutes

This article walks through the open‑source DeerFlow framework—its multi‑agent architecture, core features, and a step‑by‑step implementation using the Go‑based LangGraphGo library, covering planner, researcher, reporter and podcast nodes, state‑graph design, CLI/web modes, and deployment instructions.

AI researchLLMLangGraphGo
0 likes · 14 min read
Recreating DeerFlow’s Multi‑Agent Research Pipeline with LangGraphGo in 30 Minutes
Architecture and Beyond
Architecture and Beyond
Dec 7, 2025 · Artificial Intelligence

How to Turn Industry Workflows into Actionable Skills with Claude

This article explains Claude's Skill system, how Skills differ from prompts, the concept of industry Workflows, the boundaries between Skills, Tools, and MCPs, and provides a step‑by‑step guide for designing Skills, wrapping legacy systems into Workflows, and building a hybrid Workflow‑plus‑Agent architecture for reliable, auditable automation.

AIAgentAutomation
0 likes · 18 min read
How to Turn Industry Workflows into Actionable Skills with Claude
DaTaobao Tech
DaTaobao Tech
Dec 1, 2025 · Artificial Intelligence

How AI Can Automate Repetitive Work: From Simple Tools to Intelligent Agents

This article shares the author's practical experience in using AI to tackle complex repetitive tasks, presenting a reusable methodology that abstracts human actions into a perception‑decision‑execution loop, and demonstrates three automation modes—tool assistant, workflow, and intelligent agent—through real‑world cases in data governance, ticket handling, and baseline operations.

AI automationData Governanceintelligent agent
0 likes · 23 min read
How AI Can Automate Repetitive Work: From Simple Tools to Intelligent Agents
Qunar Tech Salon
Qunar Tech Salon
Nov 27, 2025 · Backend Development

How a Visual Canvas Transforms High‑Performance Marketing Workflow Engineering

This article details the design and implementation of a visual canvas‑based marketing configuration system that replaces Apollo, introduces a custom Reactor‑powered workflow engine, outlines component ecosystems, solves concurrency challenges, and demonstrates significant efficiency, scalability, and reliability gains after deployment.

CanvasMarketingReactor
0 likes · 15 min read
How a Visual Canvas Transforms High‑Performance Marketing Workflow Engineering
Bilibili Tech
Bilibili Tech
Nov 27, 2025 · Artificial Intelligence

Mastering Agentic Systems with Blades: Concepts, Code, and Workflow Patterns

This article explains what an AI Agent is, distinguishes it from traditional workflows, and demonstrates how to build and customize agents using the Go‑based Blades framework, covering core concepts, code examples, five workflow patterns, best‑practice guidelines, and reference resources.

AIAgentBlades
0 likes · 11 min read
Mastering Agentic Systems with Blades: Concepts, Code, and Workflow Patterns
Java Tech Enthusiast
Java Tech Enthusiast
Nov 8, 2025 · Backend Development

Master Flowable BPM: Integrate with Spring Boot 3 for Seamless Workflow Automation

This tutorial walks through Flowable BPM basics, Spring Boot 3 integration, Maven dependencies, YAML configuration, thread‑pool setup, process definition via the Flowable UI, deployment, querying, starting, task handling, completion, and rejection, providing complete code snippets and screenshots for a functional workflow system.

BPMBackendFlowable
0 likes · 15 min read
Master Flowable BPM: Integrate with Spring Boot 3 for Seamless Workflow Automation
Top Architect
Top Architect
Nov 7, 2025 · Backend Development

How to Integrate Flowable BPM with Spring Boot 3: A Step‑by‑Step Guide

This article provides a comprehensive, code‑driven tutorial on integrating the Flowable BPM engine with Spring Boot 3, covering dependency setup, YAML configuration, thread‑pool tuning, process definition using the Flowable UI, deployment, starting processes, querying deployments and instances, handling tasks, completing and rejecting workflows, all illustrated with practical examples and screenshots.

BPMFlowableSpring Boot
0 likes · 14 min read
How to Integrate Flowable BPM with Spring Boot 3: A Step‑by‑Step Guide
Data Party THU
Data Party THU
Nov 1, 2025 · Artificial Intelligence

How to Blend Process‑Oriented and Agent‑Centric AI into a Hybrid Intelligent Pipeline

This article analyzes two contrasting AI agent design paradigms—process‑driven workflow orchestration and autonomous agent intelligence—examines their strengths and limitations, and proposes a hybrid architecture that fuses deterministic pipelines with dynamic planning, tool use, and memory mechanisms to achieve both reliability and adaptability.

AIAgentHybrid
0 likes · 15 min read
How to Blend Process‑Oriented and Agent‑Centric AI into a Hybrid Intelligent Pipeline
Liangxu Linux
Liangxu Linux
Oct 28, 2025 · Artificial Intelligence

Explore 500+ AI Agent Projects and Essential Open‑Source Tools for Developers

This guide curates over 500 real‑world AI agent use cases, a comprehensive student resource hub, collections of MCP servers, a Docker‑based Windows runtime, AI‑focused automation platforms, and a YAML‑driven workflow engine, each with direct GitHub links for quick exploration.

AI agentsAutomationGitHub
0 likes · 7 min read
Explore 500+ AI Agent Projects and Essential Open‑Source Tools for Developers
IT Services Circle
IT Services Circle
Oct 28, 2025 · Artificial Intelligence

Google’s Chrome DevTools MCP lets AI debug browsers; explore n8n‑MCP for AI workflow automation

Google open‑sourced Chrome DevTools MCP, enabling AI agents to control Chrome for real‑time code debugging, while the n8n‑MCP project bridges AI assistants with the n8n workflow platform, offering automated workflow generation, extensive node libraries, and validation features for developers seeking AI‑driven automation.

AIChromeDevTools
0 likes · 5 min read
Google’s Chrome DevTools MCP lets AI debug browsers; explore n8n‑MCP for AI workflow automation
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Oct 24, 2025 · Artificial Intelligence

7 Essential Agent Design Patterns for Building Autonomous AI Systems

This article explains the fundamental differences between workflows and agents, introduces seven core design patterns—including three workflow patterns and four agent patterns—provides Python examples using Ollama, and shows how to combine these patterns to create robust, autonomous AI applications.

AI agentsDesign PatternsLLM
0 likes · 30 min read
7 Essential Agent Design Patterns for Building Autonomous AI Systems
High Availability Architecture
High Availability Architecture
Oct 17, 2025 · Artificial Intelligence

Unlock Autonomous AI Agents with Spring AI Alibaba: Scheduling, Human‑in‑the‑Loop, and Real‑World Use Cases

This article explores how Spring AI Alibaba enables the development of autonomous AI agents that run on schedules, interact with humans when needed, and handle tasks such as periodic business automation, batch processing, emergency response, and long‑cycle data analysis, illustrated with Java code examples.

JavaLLMautonomous scheduling
0 likes · 12 min read
Unlock Autonomous AI Agents with Spring AI Alibaba: Scheduling, Human‑in‑the‑Loop, and Real‑World Use Cases
Code Ape Tech Column
Code Ape Tech Column
Oct 15, 2025 · Backend Development

Master Flowable BPM with Spring Boot 3: Step‑by‑Step Integration Guide

This article walks through integrating the open‑source Flowable BPM engine into a Spring Boot 3 application, covering Maven dependencies, YAML datasource and Flowable settings, thread‑pool configuration, process modeling with the Flowable UI, deployment, and APIs for starting, querying, completing, and rejecting workflow instances, all illustrated with code snippets and screenshots.

BPMFlowableJava
0 likes · 15 min read
Master Flowable BPM with Spring Boot 3: Step‑by‑Step Integration Guide
Top Architect
Top Architect
Oct 13, 2025 · Backend Development

Unlocking Liteflow: Build Fast, Flexible Rule Engines for Java Backends

This article introduces Liteflow, a lightweight yet powerful Java rule engine that enables developers to orchestrate complex serial and parallel business flows using concise XML/JSON/YAML definitions, supports hot‑deployment, multiple scripting languages, and provides detailed usage examples, component types, configuration, and a real‑world e‑commerce scenario.

JavaLiteFlowSpring Boot
0 likes · 13 min read
Unlocking Liteflow: Build Fast, Flexible Rule Engines for Java Backends
Baidu Tech Salon
Baidu Tech Salon
Oct 11, 2025 · Artificial Intelligence

How AI‑Powered Workflows Supercharge Development Efficiency

This article details how an international advertising platform team integrated AI across the entire development pipeline—using AI‑generated documentation, code, rule‑based IDE guidance, MCP servers, and memory banks—to transform repetitive tasks into automated processes, dramatically boosting productivity and reducing manual effort.

AIDevelopmentMCP
0 likes · 17 min read
How AI‑Powered Workflows Supercharge Development Efficiency
Fun with Large Models
Fun with Large Models
Oct 10, 2025 · Artificial Intelligence

Coze Low-Code Agent Platform: In‑Depth Look at Its Six Core Features

This article provides a comprehensive overview of the Coze low‑code AI agent platform, detailing its free, multi‑model capabilities and six core functions—plugins, knowledge base, database, image flow, workflow, and multi‑agent collaboration—while illustrating how each feature lowers development barriers and enables sophisticated agent applications.

Agent PlatformCozeKnowledge Base
0 likes · 13 min read
Coze Low-Code Agent Platform: In‑Depth Look at Its Six Core Features
Top Architect
Top Architect
Oct 6, 2025 · Backend Development

Mastering Liteflow: A Lightweight Rule Engine for Spring Boot

This article introduces Liteflow, a lightweight yet powerful rule engine for Spring Boot, covering its architecture, supported rule formats, component types, EL rule file syntax, data context handling, configuration options, and a real‑world e‑commerce workflow example that demonstrates parallel and sequential processing.

LiteFlowrule engineworkflow
0 likes · 12 min read
Mastering Liteflow: A Lightweight Rule Engine for Spring Boot
Su San Talks Tech
Su San Talks Tech
Sep 29, 2025 · Fundamentals

Merge vs Rebase: When to Use Each Git Strategy for Clean History

This article explains the differences between Git merge and rebase, shows how each command works with example workflows and code snippets, introduces the squash option for compressing commits, and provides guidance on choosing the appropriate strategy based on project needs and team preferences.

GitVersion Controlmerge
0 likes · 6 min read
Merge vs Rebase: When to Use Each Git Strategy for Clean History
Deepin Linux
Deepin Linux
Sep 28, 2025 · Backend Development

Unlocking High‑Performance Delayed Tasks with Sogou’s C++ Workflow Framework

Workflow, Sogou’s open‑source C++ asynchronous framework, tackles the core challenge of efficiently processing massive delayed tasks in distributed systems by integrating a time‑wheel based scheduler, non‑blocking I/O, and lightweight APIs, delivering millisecond‑level precision and dramatically reduced resource consumption.

AsynchronousC++task scheduling
0 likes · 60 min read
Unlocking High‑Performance Delayed Tasks with Sogou’s C++ Workflow Framework
FunTester
FunTester
Sep 25, 2025 · Artificial Intelligence

Mastering AI‑Assisted Coding: A Structured 4‑Stage Workflow to Boost Efficiency

This article presents a practical, four‑stage methodology—Explore, Plan, Code, Commit—that transforms AI from a simple code generator into a strategic development partner, helping engineers tackle unfamiliar codebases, avoid “vibe coding,” and dramatically improve productivity and code quality.

AI programmingSoftware Engineeringproductivity
0 likes · 19 min read
Mastering AI‑Assisted Coding: A Structured 4‑Stage Workflow to Boost Efficiency
Tencent Cloud Developer
Tencent Cloud Developer
Sep 24, 2025 · Artificial Intelligence

Mastering AI-Powered Coding: A Structured 4‑Stage Collaboration Framework

This article presents a practical, four‑stage methodology for collaborating with AI coding assistants—exploring, planning, building, and committing—illustrating how structured prompts, role‑based instructions, and decision‑making frameworks can dramatically improve productivity, code quality, and developer cognition across diverse programming tasks.

AICollaborationproductivity
0 likes · 19 min read
Mastering AI-Powered Coding: A Structured 4‑Stage Collaboration Framework
Top Architect
Top Architect
Sep 20, 2025 · Backend Development

Mastering LiteFlow: A Lightweight Rule Engine for Complex Business Workflows

This article introduces LiteFlow, a lightweight yet powerful rule engine for Java Spring Boot, explains its architecture, supported rule formats, core components, EL rule syntax, data context handling, configuration options, and demonstrates a real e‑commerce workflow with code snippets and diagrams.

LiteFlowSpring Bootrule engine
0 likes · 13 min read
Mastering LiteFlow: A Lightweight Rule Engine for Complex Business Workflows
FunTester
FunTester
Sep 8, 2025 · Frontend Development

How Focus Chain Manages Task Lifecycles with Real‑Time Tracking and Smart Reminders

The article explains Focus Chain’s core workflow for task lifecycle management, detailing task creation, execution, cross‑context persistence, and smart reminder features, and includes the parseCurrentTodoInfo parsing function, the ChecklistRenderer component, configuration protocols, and file‑editing integration, illustrating a comprehensive frontend solution for real‑time task tracking.

AutomationReactTypeScript
0 likes · 10 min read
How Focus Chain Manages Task Lifecycles with Real‑Time Tracking and Smart Reminders
Su San Talks Tech
Su San Talks Tech
Sep 2, 2025 · Fundamentals

Mastering Finite State Machines with Spring Statemachine: A Complete Guide

Learn the fundamentals of finite state machines, explore their core concepts and four key elements, and see how to implement and persist a Spring Statemachine for order processing with detailed code examples, diagrams, and troubleshooting tips, while also understanding common pitfalls and best practices.

BackendJavaPersistence
0 likes · 26 min read
Mastering Finite State Machines with Spring Statemachine: A Complete Guide
Top Architect
Top Architect
Aug 26, 2025 · Backend Development

Master Liteflow: A Lightweight Rule Engine for Complex Business Flows

This article introduces the Liteflow rule engine, explains its architecture, component types, EL rule syntax, data context handling, Spring Boot configuration, and demonstrates a real‑world e‑commerce order processing scenario with code examples and diagrams.

JavaLiteFlowSpring Boot
0 likes · 13 min read
Master Liteflow: A Lightweight Rule Engine for Complex Business Flows
Tencent Cloud Developer
Tencent Cloud Developer
Aug 26, 2025 · Artificial Intelligence

Building a Scalable, Observable Recommendation Scheduling Engine from Scratch

This article explains how recommendation systems work, distinguishes online services from offline computation, outlines a typical recommendation flow, and presents a three‑stage evolution (1.0, 2.0, 3.0) with design principles for stability, observability, and efficiency, culminating in a DAG‑based orchestration and traceable execution.

AIObservabilityScalability
0 likes · 13 min read
Building a Scalable, Observable Recommendation Scheduling Engine from Scratch
Data Party THU
Data Party THU
Aug 24, 2025 · Artificial Intelligence

How to Build a Multi‑Agent AI Research Assistant with LangGraph

This article demonstrates how to construct a multi‑agent AI research assistant using the LangGraph framework, detailing the system’s shared state design, individual agent implementations for research, fact‑checking, and report generation, workflow orchestration, advanced patterns like dynamic routing and parallel execution, and performance considerations.

AI Research AssistantLangGraphPerformance Evaluation
0 likes · 14 min read
How to Build a Multi‑Agent AI Research Assistant with LangGraph
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 15, 2025 · Artificial Intelligence

Mastering AI Agents: Prompt Engineering, Workflows, and RAG Strategies

This article systematically explains how to build reliable, high‑performance AI agents by focusing on the core components—LLM, prompts, workflows, RAG, and tools—while covering prompt engineering techniques, DSL‑based workflow design, vector‑database knowledge bases, security against prompt injection, and practical project planning.

AI AgentLLMRAG
0 likes · 15 min read
Mastering AI Agents: Prompt Engineering, Workflows, and RAG Strategies
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Aug 8, 2025 · Artificial Intelligence

From Chain‑of‑Thought to Self‑Evolving Agents: Lessons from Alibaba’s Intelligent Ops

This article traces the evolution of Alibaba’s intelligent agents from the initial chain‑of‑thought design through instantiation, structuring, self‑evolution, and middleware integration, highlighting practical challenges, architectural refinements, and open‑source tools for large‑scale AI operations.

AI EngineeringAgentmiddleware
0 likes · 16 min read
From Chain‑of‑Thought to Self‑Evolving Agents: Lessons from Alibaba’s Intelligent Ops
58UXD
58UXD
Jul 31, 2025 · Artificial Intelligence

How AI Workflows Revolutionize Icon Design for Faster, High‑Quality Results

This article explores how AI-powered workflows transform UI icon creation by dramatically reducing manual tweaking, ensuring consistent style across series, and enabling designers to focus on user experience, while outlining practical steps, real‑world cases, and best practices for integrating AI into the design process.

AIUI designicon design
0 likes · 6 min read
How AI Workflows Revolutionize Icon Design for Faster, High‑Quality Results
macrozheng
macrozheng
Jul 28, 2025 · Backend Development

Mastering FlowLong: A Lightweight Open‑Source Workflow Engine for Chinese Enterprises

FlowLong is a domestically developed, high‑performance workflow engine that uses JSON‑based process models and a visual designer to simplify complex approval scenarios, integrates seamlessly with Spring Boot and Mybatis‑Plus, provides extensive BPMN features, and includes detailed installation, architecture, and database schema documentation.

BPMJSONJava
0 likes · 15 min read
Mastering FlowLong: A Lightweight Open‑Source Workflow Engine for Chinese Enterprises
Model Perspective
Model Perspective
Jul 27, 2025 · Artificial Intelligence

Build a Practical AI Agent from Scratch with Coze’s Low‑Code Platform

This guide walks you through creating a functional AI agent using the Coze low‑code platform, covering account setup, goal definition, visual workflow design with large‑model and image‑generation nodes, variable configuration, testing, and publishing the agent to multiple channels.

AI AgentCozePrompt engineering
0 likes · 10 min read
Build a Practical AI Agent from Scratch with Coze’s Low‑Code Platform
Old Zhao – Management Systems Only
Old Zhao – Management Systems Only
Jul 22, 2025 · Operations

How to Build an Automated Procurement Inquiry & Quotation System

This guide explains the common pain points of manual procurement inquiries and quotations, then walks through a five‑step approach to create an online, automated system that streamlines demand collection, supplier notification, price entry, real‑time comparison, and final price confirmation, improving accuracy and efficiency for both buyers and suppliers.

AutomationOperationsSupply Chain
0 likes · 9 min read
How to Build an Automated Procurement Inquiry & Quotation System
DaTaobao Tech
DaTaobao Tech
Jul 14, 2025 · Artificial Intelligence

Mastering AI Application Modes: Embedding, Copilot, and Agents Explained

This article explores practical AI engineering strategies, detailing the three AI application modes—Embedding, Copilot, and Agents—along with prompt engineering, model selection, function calling, RAG, workflow design, and multi‑agent architectures to boost business efficiency and user experience.

AIModel EvaluationPrompt engineering
0 likes · 25 min read
Mastering AI Application Modes: Embedding, Copilot, and Agents Explained
Old Zhao – Management Systems Only
Old Zhao – Management Systems Only
Jul 8, 2025 · Operations

Mastering Procurement Management: Build a Seamless System in 5 Practical Steps

This guide explains why every money‑related process must be standardized, breaks down procurement management into demand, execution, and delivery, identifies five core problems, and shows how to construct a complete procurement system with modules for suppliers, requests, orders, inbound/return, and dashboards.

Supply ChainSystem Designprocess optimization
0 likes · 12 min read
Mastering Procurement Management: Build a Seamless System in 5 Practical Steps
Su San Talks Tech
Su San Talks Tech
Jul 3, 2025 · Backend Development

Why Workflow Engines Are Essential for Scalable Backend Systems

The article explains how over‑design can be avoided by using workflow orchestration and plugin extensions to isolate business logic, reduce if‑else sprawl, and improve extensibility, illustrated with the open‑source MemberClub project and its Java flow‑engine implementation.

Backend ArchitectureJavaProcess Engine
0 likes · 8 min read
Why Workflow Engines Are Essential for Scalable Backend Systems
BirdNest Tech Talk
BirdNest Tech Talk
Jun 30, 2025 · Artificial Intelligence

Build a Weather‑Query ReAct Agent with LangGraph: Step‑by‑Step Guide

This article walks through constructing a stateful ReAct‑style LLM agent using LangGraph, detailing the core components—State, Nodes, Edges—defining a weather‑lookup tool with Open‑Meteo, configuring the graph’s nodes and conditional edges, and executing the workflow with streaming to observe each step in real time.

LLM agentsLangGraphPython
0 likes · 16 min read
Build a Weather‑Query ReAct Agent with LangGraph: Step‑by‑Step Guide
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
Qborfy AI
Qborfy AI
Jun 28, 2025 · Artificial Intelligence

Mastering LangGraph: Build Stateful, Looping LLM Agents with Python

This tutorial walks through the limitations of linear LangChain workflows, introduces LangGraph’s state‑node‑edge architecture, and provides step‑by‑step code examples—including a Hello‑World tool, conditional branching, multi‑turn conversation handling, and graph visualization—so readers can construct robust, persistent LLM agents.

AgentLLMLangChain
0 likes · 9 min read
Mastering LangGraph: Build Stateful, Looping LLM Agents with Python
macrozheng
macrozheng
Jun 26, 2025 · Backend Development

Mastering Workflow Engines: Simplify Business Logic with Flow Chains in SpringBoot

This article explains why over‑design hurts maintainability, demonstrates how a workflow engine and plugin extension can isolate business logic and enable scalable process chains, and provides step‑by‑step code examples and configuration guidance for SpringBoot projects.

MicroservicesSpringBootprocess chain
0 likes · 8 min read
Mastering Workflow Engines: Simplify Business Logic with Flow Chains in SpringBoot
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jun 21, 2025 · Artificial Intelligence

Master AI Agent Workflows with Spring Boot 3: From Chains to Orchestrators

This article introduces the fundamentals of augmented large language model agents, explains six workflow patterns—including chain, parallel, routing, orchestrator‑workers, evaluator‑optimizer, and autonomous agents—and provides complete Spring Boot 3 code examples, configuration, and test results for each pattern.

BackendJavaLLM
0 likes · 15 min read
Master AI Agent Workflows with Spring Boot 3: From Chains to Orchestrators
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 20, 2025 · Artificial Intelligence

How to Build High‑Availability AI Agents: Challenges, Strategies, and Real‑World Insights

This article explores the evolving concept of AI agents, debates their definitions, outlines four major deployment challenges—including prompt instability, planning balance, domain knowledge integration, and response speed—and presents practical strategies such as prompt engineering, workflow design, multi‑agent architectures, and model optimization to build reliable, high‑availability agents.

AI AgentLLMMulti-Agent
0 likes · 32 min read
How to Build High‑Availability AI Agents: Challenges, Strategies, and Real‑World Insights
Old Zhao – Management Systems Only
Old Zhao – Management Systems Only
Jun 18, 2025 · Operations

How to Build a Bulletproof Procurement System and Avoid Being Blamed

This article explains why procurement teams often get blamed when supply chain issues arise and outlines a practical, step‑by‑step framework—including standardized demand entry, automated approvals, consistent pricing comparisons, clear contract delivery nodes, and closed‑loop payment—to create a transparent, efficient procurement system.

OperationsSupply Chainprocess automation
0 likes · 7 min read
How to Build a Bulletproof Procurement System and Avoid Being Blamed
Old Zhao – Management Systems Only
Old Zhao – Management Systems Only
Jun 10, 2025 · Operations

Why Digital Procurement Fails and How to Build End‑to‑End Collaboration

This article explains why many digital procurement projects fail, identifies five common pitfalls—from neglecting process redesign to siloed systems—and offers a step‑by‑step end‑to‑end collaboration framework that aligns demand, approval, planning, supplier, and data flows for true procurement digitalization.

CollaborationDigital TransformationEnd-to-End
0 likes · 9 min read
Why Digital Procurement Fails and How to Build End‑to‑End Collaboration
Lin is Dream
Lin is Dream
Jun 10, 2025 · Fundamentals

10 Essential macOS Settings to Boost Your Productivity

Switching from Windows to macOS can feel awkward, but by adjusting ten key system settings—such as disabling natural scrolling, streamlining the Dock, customizing trackpad gestures, and optimizing Finder—you can transform your Mac into a smooth, efficient productivity tool.

TipsmacOSproductivity
0 likes · 7 min read
10 Essential macOS Settings to Boost Your Productivity
Top Architect
Top Architect
Jun 9, 2025 · Backend Development

Mastering Liteflow: A Lightweight Rule Engine for Java Backend Development

This article introduces Liteflow, a lightweight yet powerful Java rule engine, explains its architecture, shows how to integrate it with Spring Boot, details its component types and EL rule syntax, and demonstrates a real‑world e‑commerce workflow using XML rule files.

Backend DevelopmentJavaLiteFlow
0 likes · 13 min read
Mastering Liteflow: A Lightweight Rule Engine for Java Backend Development
Liangxu Linux
Liangxu Linux
May 31, 2025 · Backend Development

Master Git Stash: Switch Tasks Without Losing Your Work

This guide explains how to use git stash to temporarily save uncommitted changes, switch branches, and restore work later, covering common commands, options for selective stashing, and the differences between stashing and committing.

Developmentcommand-linestash
0 likes · 7 min read
Master Git Stash: Switch Tasks Without Losing Your Work
Top Architect
Top Architect
May 27, 2025 · Backend Development

Using LiteFlow Rule Engine for Business Process Orchestration in Java

This article introduces the LiteFlow lightweight rule engine, explains its architecture, component types, EL rule files, data context handling, configuration options, and demonstrates a real‑world e‑commerce workflow with code examples, while also noting related promotional offers at the end.

JavaLiteFlowSpring Boot
0 likes · 12 min read
Using LiteFlow Rule Engine for Business Process Orchestration in Java
Old Zhao – Management Systems Only
Old Zhao – Management Systems Only
May 22, 2025 · Operations

Should Small Companies Use ERP, OA, and CRM? A Practical Selection Guide

Small businesses often struggle with selecting and implementing ERP, OA, and CRM systems, facing issues like over‑complex features, unused modules, and workflow bottlenecks; this article explains why these tools can help, outlines common pitfalls, and offers three core principles for choosing and deploying the right solution effectively.

CRMERPOA
0 likes · 10 min read
Should Small Companies Use ERP, OA, and CRM? A Practical Selection Guide
macrozheng
macrozheng
May 22, 2025 · Backend Development

Master Activiti: Build a Multi‑Level Approval Workflow with Spring Boot

This guide walks you through designing a multi‑level leave‑approval workflow using Activiti, from drawing the BPMN diagram and configuring the engine to deploying the process, handling tasks, setting variables, and visualizing execution history, all with concise Java code examples and practical tips.

ActivitiBPMNProcessEngine
0 likes · 23 min read
Master Activiti: Build a Multi‑Level Approval Workflow with Spring Boot
AI Large Model Application Practice
AI Large Model Application Practice
May 12, 2025 · Artificial Intelligence

Which AI Agent Planning Strategy Wins? ReAct, Plan‑and‑Execute, Static Workflow & Hybrid Models Compared

This article examines five major LLM‑driven AI agent planning and execution patterns—ReAct, Plan‑and‑Execute, Static Workflow, Static Workflow with local intelligence, and modular hierarchical planning—detailing their mechanisms, code examples, strengths, weaknesses, suitable scenarios, and optimization techniques.

AIAgent ArchitecturePlan-and-Execute
0 likes · 17 min read
Which AI Agent Planning Strategy Wins? ReAct, Plan‑and‑Execute, Static Workflow & Hybrid Models Compared
DaTaobao Tech
DaTaobao Tech
May 7, 2025 · Frontend Development

Technical Summary of Front‑end AI Practices: AI Quadrant Model, Hongyan AI Coder, and Nextdy Aone Copilot

The article outlines a front‑end AI framework using an AI Four‑Quadrant model and presents two toolchains—Hongyan AI Coder, which automates design‑to‑code and raises productivity by over 30 % with up to 90 % UI generation, and Nextdy Aone Copilot, a VS Code extension that enables LLM‑guided code refactoring and migration via CI—supported by case studies and a roadmap toward a closed‑loop design‑to‑deployment workflow.

AI code generationAutomationFront-end AI
0 likes · 13 min read
Technical Summary of Front‑end AI Practices: AI Quadrant Model, Hongyan AI Coder, and Nextdy Aone Copilot
Alibaba Cloud Developer
Alibaba Cloud Developer
May 7, 2025 · Artificial Intelligence

What Is an AI Agent? Understanding the Shift from Chatbots to Intelligent Automation

This article explores the concept of AI agents, contrasting them with traditional software and chatbots, outlines their core components, workflow, and the technological and market forces driving their evolution, and provides practical guidance for improving agent performance and choosing between workflow and LLM approaches.

AI AgentLLMPrompt engineering
0 likes · 24 min read
What Is an AI Agent? Understanding the Shift from Chatbots to Intelligent Automation
Mashang Consumer UXC
Mashang Consumer UXC
Apr 18, 2025 · Artificial Intelligence

How AI Is Redefining Design Roles and Boosting Creative Workflow

This article explores how rapid AI tool advancements are reshaping designers' roles from repetitive executors to strategic creators, offering practical workflow integrations, essential skills to stay competitive, and a forward‑looking mindset for thriving in the AI‑driven design era.

AIDesigncreativity
0 likes · 7 min read
How AI Is Redefining Design Roles and Boosting Creative Workflow
DevOps
DevOps
Apr 17, 2025 · Artificial Intelligence

Building a Google Prompt‑Engineering Assistant with Coze

This guide explains how to use Google’s Prompt‑Engineering Whitepaper to create a Coze knowledge‑base and workflow that can answer prompt‑engineering questions, generate high‑quality prompts, and demonstrate practical AI prompt‑crafting techniques for users.

AICozeGoogle Whitepaper
0 likes · 6 min read
Building a Google Prompt‑Engineering Assistant with Coze
Code Mala Tang
Code Mala Tang
Apr 10, 2025 · Artificial Intelligence

How Google’s A2A Protocol Enables Seamless AI Agent Collaboration

Google’s A2A (Agent‑to‑Agent) protocol introduces a universal language that lets AI agents from different vendors and platforms communicate, cooperate, and jointly complete tasks, addressing the current isolation of agents and reducing integration complexity across cloud environments.

A2AAI agentsInteroperability
0 likes · 8 min read
How Google’s A2A Protocol Enables Seamless AI Agent Collaboration
DevOps
DevOps
Apr 8, 2025 · Artificial Intelligence

Challenges and Opportunities in the Model Context Protocol (MCP)

The article examines the Model Context Protocol (MCP), highlighting its unnecessary complexity, security vulnerabilities across creation, runtime, and update phases, challenges in tool management, persistent connections, and the need for standardized gateways and server hosting solutions, while referencing recent research and roadmap proposals.

AIModel Context ProtocolServer Hosting
0 likes · 10 min read
Challenges and Opportunities in the Model Context Protocol (MCP)
Code Mala Tang
Code Mala Tang
Mar 30, 2025 · Fundamentals

Master Git Branching: Essential Commands and Workflows Explained

This comprehensive guide explains what Git branches are, why they are essential for isolation, collaboration, safe experimentation and version control, and walks you through creating, managing, merging, and syncing local and remote branches with practical command examples and workflow recommendations.

GitVersion Controlcommands
0 likes · 15 min read
Master Git Branching: Essential Commands and Workflows Explained
Sohu Tech Products
Sohu Tech Products
Mar 19, 2025 · Artificial Intelligence

How to Recreate a Translation Agent with LangGraph and LLMs

This guide demonstrates building a steerable LLM‑based translation workflow using LangGraph, covering the initial translation, model‑generated reflection suggestions, and final improvement steps with full Python code examples and a complete execution result.

AILLMLangGraph
0 likes · 34 min read
How to Recreate a Translation Agent with LangGraph and LLMs
Architect's Tech Stack
Architect's Tech Stack
Mar 15, 2025 · Backend Development

Using a Flow Engine and Plugin Extension for Business Isolation and Extensibility

The article explains why simple code quickly becomes unmanageable in multi‑business systems, introduces workflow engines and plugin extensions as solutions, and demonstrates configuration, node definition, execution, and the underlying Java implementation to achieve clean, isolated, and extensible business logic.

Business IsolationJavaflow engine
0 likes · 6 min read
Using a Flow Engine and Plugin Extension for Business Isolation and Extensibility
macrozheng
macrozheng
Mar 10, 2025 · Backend Development

Build a Spring Boot + Flowable Leave Approval System: Step‑by‑Step Guide

This tutorial walks through setting up a Spring Boot 2.7.5 project with Flowable 6.6.0 and MySQL8, covering environment setup, Maven dependencies, application properties, core Java classes, REST endpoints, process diagram generation, BPMN definition, database tables, and demo screenshots for a complete leave‑approval workflow.

BPMNFlowableREST API
0 likes · 20 min read
Build a Spring Boot + Flowable Leave Approval System: Step‑by‑Step Guide
Baidu Tech Salon
Baidu Tech Salon
Feb 26, 2025 · Artificial Intelligence

Graph‑Engine‑Driven Workflow for Building Intelligent Agents

The article presents a graph‑engine‑driven workflow platform that lets developers assemble, orchestrate, and execute intelligent LLM‑based agents with low‑code visual design, fine‑grained path control, hierarchical sub‑flows, and event‑driven hooks, addressing perception, reasoning, planning, and scalability challenges while surpassing existing frameworks.

Data DecouplingIntelligent agentsLLM
0 likes · 19 min read
Graph‑Engine‑Driven Workflow for Building Intelligent Agents
DeWu Technology
DeWu Technology
Feb 24, 2025 · Mobile Development

Design and Implementation of a Mini‑Program Management Platform

The DeWu mini‑program platform unifies WeChat, Alipay and other channels into a single workflow by providing role‑based management, cross‑platform API abstraction, real‑time data synchronization, and Feishu‑linked approval, reducing manual tasks, speeding complaint handling, and boosting operational efficiency while addressing integration and security challenges.

AI toolsMiniProgramOperations
0 likes · 9 min read
Design and Implementation of a Mini‑Program Management Platform
Baidu Geek Talk
Baidu Geek Talk
Feb 24, 2025 · Artificial Intelligence

Using a Graph Engine to Drive Workflow for Intelligent Agents

By leveraging mature graph‑engine technology, the article shows how visual, low‑code workflow orchestration can give intelligent LLM‑based agents fine‑grained path control, reusable functions, hierarchical sub‑flows, and robust error handling, turning complex business tasks into modular, scalable processes adopted by hundreds of thousands of developers.

AI agentsLLMgraph engine
0 likes · 18 min read
Using a Graph Engine to Drive Workflow for Intelligent Agents
php Courses
php Courses
Feb 19, 2025 · Backend Development

Improving Development Practices in a Legacy PHP/MySQL Environment Without Version Control

The article recounts a developer’s experience modernizing a legacy PHP and MySQL codebase that lacked version control, detailing the challenges of disorganized code, security risks, and inefficient workflows, and describing the step‑by‑step solutions implemented to introduce backups, local Git, security hardening, and a structured development process.

PHPSecuritySoftware Engineering
0 likes · 10 min read
Improving Development Practices in a Legacy PHP/MySQL Environment Without Version Control
Top Architect
Top Architect
Feb 14, 2025 · Backend Development

Liteflow Rule Engine: Concepts, Configuration, and Practical Usage in Java Backend Development

This article introduces the Liteflow lightweight rule engine for Java, explains its architecture, configuration, component types, EL rule file syntax, data context handling, and demonstrates a practical e‑commerce workflow, highlighting hot‑deployment and performance benefits for backend development.

Backend DevelopmentJavaSpring Boot
0 likes · 11 min read
Liteflow Rule Engine: Concepts, Configuration, and Practical Usage in Java Backend Development
Selected Java Interview Questions
Selected Java Interview Questions
Feb 12, 2025 · Backend Development

Comparison and Selection Guide for Open‑Source Workflow Engines: Flowable vs Camunda and Others

This article reviews major open‑source Java workflow engines—including Osworkflow, JBPM, Activiti, Flowable, and Camunda—examines their features, version histories, and suitability, then provides a detailed functional and performance comparison between Flowable and Camunda, concluding with a recommendation to adopt Camunda with bpmn‑js for enterprise projects.

BPMCamundaFlowable
0 likes · 13 min read
Comparison and Selection Guide for Open‑Source Workflow Engines: Flowable vs Camunda and Others
Top Architect
Top Architect
Feb 6, 2025 · Backend Development

Integrating Flowable Workflow Engine with Spring Boot: A Comprehensive Guide

This article provides a step‑by‑step tutorial on integrating the Flowable BPMN workflow engine into a Spring Boot application, covering dependencies, BPMN diagram creation, task configuration, service implementation, process visualization, and common pitfalls such as font issues and process definition updates.

BPMNIntegrationJava
0 likes · 21 min read
Integrating Flowable Workflow Engine with Spring Boot: A Comprehensive Guide
Java Backend Technology
Java Backend Technology
Feb 4, 2025 · Backend Development

How to Implement Real-Time Overdue Task Alerts with Redis Key Expiration and Strategy Pattern

This article explains how to use Redis key expiration notifications combined with a strategy pattern to create real‑time overdue reminders for workflow tasks, covering configuration, listener implementation, distributed locking, message handling, and practical usage in a SpringBoot project.

Key ExpirationSpringBootStrategy Pattern
0 likes · 13 min read
How to Implement Real-Time Overdue Task Alerts with Redis Key Expiration and Strategy Pattern
Top Architect
Top Architect
Jan 26, 2025 · Backend Development

Introducing LiteFlow: A Lightweight Rule Engine for Java Backend Development

This article introduces the LiteFlow rule engine, explaining its architecture, supported rule file formats, component types, EL rule definitions, data context handling, configuration options, and demonstrates its application in an e‑commerce order processing scenario, highlighting hot‑deployment and performance benefits for Java backend development.

Backend DevelopmentJavaLiteFlow
0 likes · 12 min read
Introducing LiteFlow: A Lightweight Rule Engine for Java Backend Development