Tagged articles

task automation

31 articles · Page 1 of 1
Java Architect Essentials
Java Architect Essentials
Aug 16, 2026 · Artificial Intelligence

Codex vs Claude Code: Which AI Coding Assistant Fits Your Workflow?

This article compares Codex and Claude Code by examining how each integrates into development workflows, evaluating four real‑world task types, discussing pricing and quota considerations, and offering practical guidance for individual and team adoption to help you choose the right tool.

AI coding assistantClaude CodeCodex
0 likes · 6 min read
Codex vs Claude Code: Which AI Coding Assistant Fits Your Workflow?
Top Architecture Tech Stack
Top Architecture Tech Stack
Jul 21, 2026 · Product Management

Why Codex’s 160‑Day Surge to 8 Million Users Was Driven by Product Design, Not Model Power

Codex’s user base jumped from 1 million to 8 million in 160 days, not because the underlying model improved, but due to a series of product‑level innovations that expanded entry points, made agent processes controllable, extended task reach across devices, and leveraged quota resets to sustain growth.

AI AgentCodexGrowth Strategy
0 likes · 12 min read
Why Codex’s 160‑Day Surge to 8 Million Users Was Driven by Product Design, Not Model Power
Tech Architecture Stories
Tech Architecture Stories
Jul 20, 2026 · Operations

How OpenAI Uses Codex: 7 Real-World Scenarios and 6 Best‑Practice Principles

The article outlines seven practical ways OpenAI engineers employ Codex—from exploring unfamiliar codebases to automating small tasks—and distills six concrete best‑practice rules covering planning, environment setup, task specification, queue management, rule documentation, and multi‑option comparison.

AI code generationCodexSoftware Engineering
0 likes · 17 min read
How OpenAI Uses Codex: 7 Real-World Scenarios and 6 Best‑Practice Principles
Frontend AI Walk
Frontend AI Walk
Jun 29, 2026 · Operations

Loop Engineering: Which Scenarios Really Work and Which to Avoid

The article defines three screening criteria—repetition, verifiability, and worth—to evaluate Loop Engineering tasks, lists six high‑value scenarios ranging from code engineering to business operations, warns against unsuitable use cases, and provides a step‑by‑step onboarding guide.

AI agentsLoop EngineeringOperations
0 likes · 12 min read
Loop Engineering: Which Scenarios Really Work and Which to Avoid
AI Architecture Hub
AI Architecture Hub
Jun 8, 2026 · Artificial Intelligence

Build Fully Automated Claude Workflows to Run While You Sleep

The article explains how repetitive daily tasks—trend scanning, multi‑platform content creation, report compilation, and follow‑up emails—can be turned into autonomous Claude workflows by defining a role, attaching tools, setting triggers, and specifying output, then walks through a five‑step method to create a morning‑briefing workflow in under 30 minutes, showing the productivity shift it enables.

AI automationClaudePrompt Engineering
0 likes · 14 min read
Build Fully Automated Claude Workflows to Run While You Sleep
IoT Full-Stack Technology
IoT Full-Stack Technology
May 28, 2026 · Artificial Intelligence

What Exactly Is an AI Agent? A Simple Guide vs. Regular Chatbots

An AI Agent combines a large language model with a clear goal, callable tools, and a multi‑step reasoning loop, enabling perception, planning, and action that go beyond simple chat by decomposing tasks, using external APIs, iterating on errors, and managing memory, while acknowledging its limitations.

AI AgentPerception-Planning-Actionlarge language model
0 likes · 7 min read
What Exactly Is an AI Agent? A Simple Guide vs. Regular Chatbots
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 23, 2026 · Artificial Intelligence

Auto‑Splitting AI Agent Tasks and Real‑Time Monitoring with Spring AI + TodoWrite

This article explains how the TodoWriteTool, a Spring AI extension, solves large‑language‑model “mid‑session forgetting” by automatically splitting complex agent tasks into explicit, sequential subtasks and providing real‑time progress monitoring, with a complete Spring Boot 3.5.0 setup, code examples, and a runnable demonstration.

AgentSpring AISpring Boot 3
0 likes · 7 min read
Auto‑Splitting AI Agent Tasks and Real‑Time Monitoring with Spring AI + TodoWrite
Su San Talks Tech
Su San Talks Tech
Apr 4, 2026 · Artificial Intelligence

How JetBrains AIR Redefines AI‑Powered Development: A Hands‑On Guide

JetBrains AIR is a new AI‑first IDE that integrates intelligent agents into the core workflow, offering macOS installation, project opening, task definition with context, permission controls, parallel execution, review tools, and MCP server integration for extensible AI‑assisted development.

AI IDEAI codingDevelopment Tools
0 likes · 6 min read
How JetBrains AIR Redefines AI‑Powered Development: A Hands‑On Guide
AI Step-by-Step
AI Step-by-Step
Mar 22, 2026 · Artificial Intelligence

How OpenClaw’s Agent Loop Turns Chat into Actionable Tasks

OpenClaw distinguishes itself from ordinary chatbots by employing an Agent Loop—a task‑driving execution chain that normalizes inputs, assembles context, makes model‑based decisions, suspends for tool results, and writes back state, enabling continuous task progression rather than single‑turn replies.

AI AgentAgent LoopContext Assembly
0 likes · 10 min read
How OpenClaw’s Agent Loop Turns Chat into Actionable Tasks
AI Code to Success
AI Code to Success
Mar 16, 2026 · Artificial Intelligence

Boost Development Speed 60%: Parallel Tasks with Claude Code and Git Worktree

This guide explains how to combine Git worktree with Claude Code to run multiple independent bugs or features in parallel, showing concrete examples, templates, best‑practice tips, common pitfalls, and measurable time‑saving results for developers seeking faster, more efficient workflows.

AI coding assistantClaude CodeGit worktree
0 likes · 13 min read
Boost Development Speed 60%: Parallel Tasks with Claude Code and Git Worktree
Eric Tech Circle
Eric Tech Circle
Aug 8, 2025 · Artificial Intelligence

How Cursor’s AI Agent Turns Complex Tasks into Structured To‑Do Lists

This article explains how Cursor’s Agent mode uses intelligent planning to automatically break down complex development requirements into manageable To‑Do items, covering its key features, setup prerequisites, practical usage examples, prompt formatting tips, and a brief comparison with other AI‑assisted coding tools.

AI planningAgent modeCursor
0 likes · 6 min read
How Cursor’s AI Agent Turns Complex Tasks into Structured To‑Do Lists
Nightwalker Tech
Nightwalker Tech
Apr 1, 2025 · Artificial Intelligence

Evaluation of AutoGLM: Features, Architecture, and Practical Test Results

This article reviews AutoGLM, the first "think‑while‑doing" AI agent released by Zhipu AI, detailing its core capabilities, full‑stack architecture, user experience, identified limitations, and the outcomes of three hands‑on tests using both the client application and a Chrome extension.

AI AgentAutoGLMMultimodal
0 likes · 4 min read
Evaluation of AutoGLM: Features, Architecture, and Practical Test Results
Ops Development & AI Practice
Ops Development & AI Practice
Aug 20, 2024 · Artificial Intelligence

How ERobot Redefines No-Code AI Automation with Natural Language

The article examines Hugging Face's ERobot, an AI model that leverages Transformer-based pre‑trained models to execute a wide range of automation tasks through natural‑language commands, discusses its technical foundations, real‑world applications, future prospects, and the challenges it must overcome.

Hugging FaceTransformernatural language processing
0 likes · 8 min read
How ERobot Redefines No-Code AI Automation with Natural Language
Open Source Tech Hub
Open Source Tech Hub
Jul 28, 2024 · Backend Development

Master Dynamic PHP Cron Scheduling with the PHP‑Cron‑Scheduler Library

This guide explains how to replace static Linux cron jobs with the framework‑agnostic PHP‑Cron‑Scheduler, covering installation, configuration, job definition, timing expressions, best‑practice code examples, and log output to achieve flexible, secure, and maintainable task automation in PHP projects.

Cronschedulertask automation
0 likes · 7 min read
Master Dynamic PHP Cron Scheduling with the PHP‑Cron‑Scheduler Library
NewBeeNLP
NewBeeNLP
Mar 29, 2024 · Artificial Intelligence

How TaskMatrix.AI Links Foundation Models with Millions of APIs to Solve Complex Tasks

TaskMatrix.AI, a Microsoft‑designed AI ecosystem, links large foundation models with millions of APIs through a multimodal conversational model, an API platform, selector and executor, enabling tasks from image processing to robot control while highlighting its learning mechanisms, advantages, use cases, and remaining challenges.

AIAPI integrationfoundation models
0 likes · 11 min read
How TaskMatrix.AI Links Foundation Models with Millions of APIs to Solve Complex Tasks
macrozheng
macrozheng
Oct 20, 2023 · Backend Development

Master Distributed Task Scheduling with PowerJob: Setup, Code, and Deployment

Learn how to install and configure PowerJob, a next‑generation distributed scheduling and computation framework, by setting up MySQL and MongoDB, deploying the server and worker via Docker, adding Maven dependencies, defining processors, and managing tasks through its web UI for reliable microservice job orchestration.

DockerPowerJobSpringBoot
0 likes · 10 min read
Master Distributed Task Scheduling with PowerJob: Setup, Code, and Deployment
Programmer DD
Programmer DD
Mar 2, 2023 · Backend Development

Why DolphinScheduler Is the Next Powerhouse for Distributed Task Management

DolphinScheduler is an open‑source distributed task scheduling system that supports multiple task types, offers visual workflow orchestration and monitoring, and scales to thousands of servers, making it a robust solution for backend and big‑data processing scenarios.

Big DataDolphinSchedulerOpen Source
0 likes · 4 min read
Why DolphinScheduler Is the Next Powerhouse for Distributed Task Management
MaGe Linux Operations
MaGe Linux Operations
Jan 12, 2023 · Backend Development

Why PowerJob Is the Next‑Gen Distributed Scheduling Framework for Java

This article introduces PowerJob, a third‑generation distributed task scheduling and computation framework for Java, compares it with Quartz and XXL‑Job, outlines its rich features, shows how to set up the server and worker, and demonstrates creating and running sample jobs.

PowerJobbackenddistributed scheduling
0 likes · 12 min read
Why PowerJob Is the Next‑Gen Distributed Scheduling Framework for Java
Top Architect
Top Architect
Aug 8, 2022 · Backend Development

Comparison of Distributed Scheduling Frameworks: Elastic‑Job vs X‑Job and Other Java Solutions

This article examines common business scenarios that require timed tasks, explains why scheduling is essential, reviews single‑machine and distributed Java scheduling frameworks—including Timer, ScheduledExecutorService, Spring, Quartz, TBSchedule, elastic‑job, Saturn, and xxl‑job—then provides a detailed feature comparison, deployment considerations, and practical recommendations.

Elastic-JobQuartzXXL-JOB
0 likes · 13 min read
Comparison of Distributed Scheduling Frameworks: Elastic‑Job vs X‑Job and Other Java Solutions
Python Programming Learning Circle
Python Programming Learning Circle
Sep 9, 2021 · Backend Development

Common Python Scheduling Techniques and Libraries

This article provides a comprehensive overview of various Python approaches for implementing periodic tasks, including simple loops with sleep, third‑party libraries such as Timeloop, schedule, APScheduler, as well as distributed solutions like Celery and Apache Airflow, complete with code examples and architectural explanations.

APSchedulerAirflowCron
0 likes · 24 min read
Common Python Scheduling Techniques and Libraries
ByteFE
ByteFE
Mar 3, 2021 · Frontend Development

Building a Node.js CLI Tool for Automated Command Execution and File Watching

This article provides a comprehensive guide to developing a lightweight Node.js command-line interface tool that automates repetitive compilation tasks, supports configuration-driven execution, implements file watching with debouncing, and integrates seamlessly with legacy frontend projects and IDEs like WebStorm.

CLI toolNode.jsTypeScript
0 likes · 19 min read
Building a Node.js CLI Tool for Automated Command Execution and File Watching
macrozheng
macrozheng
Sep 21, 2020 · Backend Development

Master Distributed Task Scheduling with PowerJob: A Step‑by‑Step Guide

This article introduces PowerJob, a next‑generation distributed scheduling and computation framework, explains why a central scheduler is needed in microservice architectures, and provides detailed installation, configuration, and code examples for setting up the server, worker, and tasks using Docker, MySQL, MongoDB, and Spring Boot.

DockerPowerJobSpring Boot
0 likes · 10 min read
Master Distributed Task Scheduling with PowerJob: A Step‑by‑Step Guide
DevOps Cloud Academy
DevOps Cloud Academy
Jul 2, 2020 · Operations

Design and Extension of DevOps Platform Tasks Based on Jenkins Pipeline

This article explains how the PuYuan DevOps platform extends Jenkins pipeline tasks by categorizing atomic tasks, designing flexible database schemas for task templates and attributes, and implementing container-based environment isolation to support scalable, secure continuous integration and deployment across diverse enterprise environments.

CI/CDDevOpsJenkins
0 likes · 10 min read
Design and Extension of DevOps Platform Tasks Based on Jenkins Pipeline
Aotu Lab
Aotu Lab
Mar 2, 2016 · Frontend Development

Why Replace Gulp with npm Scripts? A Practical Front‑End Build Guide

This article explains the drawbacks of using Gulp or Grunt for front‑end automation, demonstrates how npm scripts can simplify tasks like cleaning the dist folder, and discusses common developer misconceptions while outlining both the benefits and limitations of npm scripts as a build tool.

Build ToolsFrontend BuildJavaScript
0 likes · 8 min read
Why Replace Gulp with npm Scripts? A Practical Front‑End Build Guide