Tagged articles
40 articles
Page 1 of 1
PMTalk Product Manager Community
PMTalk Product Manager Community
May 2, 2026 · Artificial Intelligence

Why Codex Beats Claude Code: Not the Model, but the Trust to Hand Over Work

The article analyzes how Codex App surpasses Claude Code by offering a sandboxed environment, permission controls, task‑list UI, planning and steering modes, Git rollback, worktree isolation, cloud integration, plugins, skills and MCP, turning the AI coding assistant into a controllable engineering workbench for a broader range of users.

AI coding assistantWorktreecloud integration
0 likes · 12 min read
Why Codex Beats Claude Code: Not the Model, but the Trust to Hand Over Work
Cognitive Technology Team
Cognitive Technology Team
Apr 15, 2026 · Artificial Intelligence

Why Claude Code’s Architecture Keeps Agents Stable: A Deep Dive into Runtime Design

This article dissects Claude Code’s multi‑layered architecture—entry routing, REPL orchestration, query loop, tool runtime, permission system, task management, and extension layers—to reveal how each layer isolates complexity, enabling robust, long‑running AI agents that scale without collapsing under real‑world workloads.

AI agent architectureClaude CodePermission System
0 likes · 42 min read
Why Claude Code’s Architecture Keeps Agents Stable: A Deep Dive into Runtime Design
AI Architecture Hub
AI Architecture Hub
Mar 5, 2026 · Artificial Intelligence

Mastering AI Agents: 12 Actionable Practices for Effective Tool Design

This article distills a year of trial‑and‑error from the Claude Code team into a practical framework for building AI agents, covering action‑space design, structured questioning, task management, progressive context disclosure, iterative tool engineering, common anti‑patterns, and a ready‑to‑use checklist of twelve development tips.

Context RetrievalStructured PromptingTool Design
0 likes · 14 min read
Mastering AI Agents: 12 Actionable Practices for Effective Tool Design
Wuming AI
Wuming AI
Mar 3, 2026 · Artificial Intelligence

How Claude Code’s New Team Mode Turns a Single AI into a Collaborative Development Squad

Claude Code’s Team mode replaces a lone AI assistant with a manager‑agent and multiple specialist agents, enabling parallel code review, testing, documentation, and debugging through shared task lists and bidirectional messaging, while outlining configurations, use‑case comparisons, advanced patterns, and practical demos.

AI agentsAgent CollaborationClaude Code
0 likes · 13 min read
How Claude Code’s New Team Mode Turns a Single AI into a Collaborative Development Squad
Tech Minimalism
Tech Minimalism
Feb 6, 2026 · Artificial Intelligence

Designing Complex Project Orchestration with Claude Code Tasks: A Deep Dive

Anthropic’s new Claude Code Tasks system replaces the transient Todos with a file‑based, dependency‑aware task layer that persists across sessions, supports multi‑agent collaboration, and offers commands for creating, querying, updating, and listing tasks, enabling complex, long‑running projects to be orchestrated within Claude Code.

AI programmingClaude CodeMulti-Session Collaboration
0 likes · 12 min read
Designing Complex Project Orchestration with Claude Code Tasks: A Deep Dive
Frontend AI Walk
Frontend AI Walk
Dec 9, 2025 · Fundamentals

Mastering Cursor’s Plan Mode: A Step‑by‑Step Guide

This tutorial explains Cursor AI’s Plan mode, a structured task‑management workflow that lets the AI analyze a codebase, create a detailed execution plan, track tasks via a todo list, and safely apply complex code changes with minimal risk.

AI AssistantCode RefactoringCursor
0 likes · 21 min read
Mastering Cursor’s Plan Mode: A Step‑by‑Step Guide
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
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Aug 13, 2025 · Backend Development

Master Dynamic Scheduling in Spring Boot 3: From Database‑Driven Cron to Runtime Task Management

This article demonstrates how to replace static @Scheduled annotations with database‑driven Cron expressions in Spring Boot 3, covering task entity design, repository methods, service validation, thread‑pool scheduler configuration, dynamic task registration, testing, and security‑focused optimizations for safe runtime scheduling.

Dynamic Schedulingcronspring-boot
0 likes · 11 min read
Master Dynamic Scheduling in Spring Boot 3: From Database‑Driven Cron to Runtime Task Management
Code Ape Tech Column
Code Ape Tech Column
Aug 5, 2025 · Backend Development

Exploring PowerJob: A Lightweight Distributed Task Scheduler for Java

This article introduces PowerJob, a young yet powerful distributed task scheduling framework, covering its selection reasons, core concepts, high‑availability setup, workflow types, scheduling modes, deployment steps, and detailed code examples for single, broadcast, map, and MapReduce jobs.

Distributed SchedulingJavaMapReduce
0 likes · 15 min read
Exploring PowerJob: A Lightweight Distributed Task Scheduler for Java
Code Mala Tang
Code Mala Tang
Jul 14, 2025 · Backend Development

Boost Your Asyncio Apps: 9 Proven Tricks to Reach 3000+ Requests/sec

This article reveals nine advanced, battle‑tested asyncio performance techniques—including uvloop, memory‑aware task patterns, semaphore limits, executor offloading, graceful cancellation, debugging helpers, connection pooling, loop saturation monitoring, and leak‑free background tasks—that can transform a modest 200‑request‑per‑second service into a 3000+‑request‑per‑second production‑grade system.

asyncioperformancetask management
0 likes · 15 min read
Boost Your Asyncio Apps: 9 Proven Tricks to Reach 3000+ Requests/sec
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Sep 30, 2024 · R&D Management

Gaining Experience Through Effective Task Management in Test Development

This guide explains how test developers can efficiently complete diverse testing tasks by understanding task requirements, communicating details, classifying tasks, using visual and questioning techniques, preparing appropriate tools, executing work with structured processes, and reflecting on outcomes to turn experience into reusable skills.

R&DSoftware TestingTest Development
0 likes · 22 min read
Gaining Experience Through Effective Task Management in Test Development
Code Ape Tech Column
Code Ape Tech Column
Jun 16, 2024 · Backend Development

Introducing PowerJob: A Lightweight Distributed Task Scheduling Framework and Its Usage

This article introduces PowerJob, a young yet mature distributed task scheduling framework, explains why it was chosen, details its architecture, high‑availability design, deployment steps, and demonstrates various job types—including standalone, broadcast, map, and MapReduce—along with CRON, fixed‑rate, and fixed‑delay scheduling configurations.

JavaMapReducepowerjob
0 likes · 13 min read
Introducing PowerJob: A Lightweight Distributed Task Scheduling Framework and Its Usage
DataFunTalk
DataFunTalk
May 23, 2024 · Big Data

Berserker Big Data Platform: Architecture, Development Practices, and Operational Enhancements

This article presents a comprehensive overview of the Berserker big‑data platform, detailing its overall design, data‑development components, key architectural challenges such as state management, release processes, two‑phase commit, RPC duplication, task routing, message handling, execution isolation, dependency model redesign, and outlines future work including stateless execution nodes, Kubernetes integration, and unified stream‑batch processing.

Big DataData PlatformDistributed Scheduling
0 likes · 15 min read
Berserker Big Data Platform: Architecture, Development Practices, and Operational Enhancements
Code Ape Tech Column
Code Ape Tech Column
Dec 9, 2023 · Backend Development

PowerJob Overview: Selection Rationale, Architecture, Task Types, and Scheduling Strategies with Code Samples

This article introduces the PowerJob distributed task framework, explains why it was chosen, details its architecture and high‑availability design, demonstrates various job types—including standalone, broadcast, map, and map‑reduce—with Java code examples, and covers scheduling options such as CRON, fixed‑rate, and fixed‑delay execution.

BackendDistributed SchedulingJava
0 likes · 14 min read
PowerJob Overview: Selection Rationale, Architecture, Task Types, and Scheduling Strategies with Code Samples
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Nov 10, 2023 · Operations

Automated Activity Regression and Configuration Validation for Social Live Streaming

The article describes an automated regression and configuration‑validation platform for social live‑streaming activities that combines task scheduling, Jenkins‑driven test scripts, visual reporting, and a standardized mind‑map configuration system, cutting manual regression time from one day to 0.2 day and alignment effort from 0.5 to 0.1 day.

Configuration ValidationJenkinsSoftware Engineering
0 likes · 8 min read
Automated Activity Regression and Configuration Validation for Social Live Streaming
Sohu Tech Products
Sohu Tech Products
Nov 8, 2023 · Mobile Development

How to Build a Robust Multi‑File Parallel Upload System for Mobile Apps

This article explains a complete design for uploading multiple video files from mobile apps, covering task management, resumable (MD5‑based) upload, chunked multipart form‑data handling, dynamic concurrency, memory‑efficient file streaming, error‑case handling, and provides concrete iOS code examples.

chunked uploadfile uploadiOS
0 likes · 11 min read
How to Build a Robust Multi‑File Parallel Upload System for Mobile Apps
Architecture Breakthrough
Architecture Breakthrough
May 22, 2023 · R&D Management

Beyond Task Lists: Turning Routine Work into Strategic Value for Tech Leaders

The article reflects on chaotic workloads and poor planning, then presents a structured, multi‑dimensional framework—including why, how, and what analyses, ROI assessment, complexity grading, work authorization, and execution safeguards—to help technical leaders transform task management into strategic, value‑driven outcomes.

effective executiontask managementteam insights
0 likes · 11 min read
Beyond Task Lists: Turning Routine Work into Strategic Value for Tech Leaders
网易UEDC
网易UEDC
Mar 10, 2023 · R&D Management

Boosting Design Efficiency: Strategies, Tools, and Real-World Practices

This article explores how systematic quantification, task management, collaborative platforms, and emerging AI tools can dramatically improve the efficiency of internet product design, offering practical frameworks, case studies, and a suite of recommended resources for designers and managers alike.

AI toolsdesign efficiencytask management
0 likes · 17 min read
Boosting Design Efficiency: Strategies, Tools, and Real-World Practices
macrozheng
macrozheng
Jan 3, 2023 · Cloud Native

Deploy DooTask: Open-Source Docker‑Based Task Manager for Teams

This article introduces DooTask, an open‑source PHP task‑management platform, explains its features and multi‑client support, and provides step‑by‑step Docker installation instructions along with screenshots of its UI components for effective project coordination.

DeploymentPHPProject Management
0 likes · 5 min read
Deploy DooTask: Open-Source Docker‑Based Task Manager for Teams
Tencent Cloud Developer
Tencent Cloud Developer
Sep 23, 2021 · Game Development

Understanding C++20 Coroutines and Their Application in a Game Scheduler

The article walks through C++20 coroutines—from basic suspension mechanics and the roles of coroutine_handle, promise_type, and awaitable methods—to constructing a lightweight game scheduler that manages task lifetimes, await modes, and RPC integration, and demonstrates how this approach mirrors Python’s yield‑based skill system while offering clearer, high‑performance native code.

AsynchronousC++20Game Development
0 likes · 29 min read
Understanding C++20 Coroutines and Their Application in a Game Scheduler
QQ Music Frontend Team
QQ Music Frontend Team
May 11, 2021 · Fundamentals

Mastering Knowledge & Task Management with Roam Research: A Practical Guide

This article shares a comprehensive, experience‑based method for using Roam Research to organize knowledge, take effective reading notes, and manage daily tasks, while explaining the underlying principles of linking, tagging, and bi‑directional connections that make learning more efficient and enjoyable.

Roam Researchknowledge managementnote-taking
0 likes · 14 min read
Mastering Knowledge & Task Management with Roam Research: A Practical Guide
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 19, 2021 · R&D Management

How to Turn Cross‑Team Tasks into Reliable Success: A Practical Guide

This article uses a real‑world example of a new developer tasked with creating project documentation to illustrate common pitfalls and offers a step‑by‑step framework for defining purpose, breaking work into manageable stages, coordinating teammates, tracking progress, and delivering tangible results that reinforce reliability and personal growth.

DocumentationProcess Designproductivity
0 likes · 10 min read
How to Turn Cross‑Team Tasks into Reliable Success: A Practical Guide
HomeTech
HomeTech
Apr 16, 2020 · Big Data

Home (ZhiJia) Distributed Task Scheduling System Overview

The article presents a comprehensive overview of the Home (ZhiJia) distributed task scheduling system, detailing its background, advantages, technology stack, architecture, core concepts, module responsibilities, IDE integration, and future improvement plans for big‑data processing workflows.

Big DataDistributed SchedulingMaster‑Slave
0 likes · 10 min read
Home (ZhiJia) Distributed Task Scheduling System Overview
Xianyu Technology
Xianyu Technology
Dec 17, 2019 · Big Data

Community Governance Solution for Xianyu: Task Management, User Segmentation, and Incentive System

The Xianyu community governance solution introduces a three‑pillar framework—Tasks, User Groups, and Rights—that leverages user‑reported content for self‑moderation, employs Alibaba Cloud SchedulerX for large‑scale task dispatch, segments users to control fatigue, and distributes real‑time incentives via Omega, achieving thousands of daily reports, 40% efficiency gains, and over 98% accuracy.

Distributed SchedulingUser Segmentationcommunity governance
0 likes · 6 min read
Community Governance Solution for Xianyu: Task Management, User Segmentation, and Incentive System
iQIYI Technical Product Team
iQIYI Technical Product Team
Dec 6, 2019 · Mobile Development

Performance Optimization of iQIYI Android App Startup

By forming a dedicated team and creating the Lens SDK with a TaskManager framework that breaks startup work into independent, concurrent, and condition‑driven tasks—while delaying non‑critical work, adding fallback handling, and continuously monitoring performance—iQIYI cut its Android app launch time from roughly 1.5 seconds to under 0.5 seconds.

AndroidMobile Developmentstartup optimization
0 likes · 8 min read
Performance Optimization of iQIYI Android App Startup
DevOps
DevOps
Aug 13, 2019 · R&D Management

Configuring and Using TFS Electronic Board for Agile Task Management

This guide explains how to configure the TFS electronic board, create and maintain tasks, and leverage the board in daily stand‑ups and other meetings to improve agile task tracking and project visibility within a development team.

ConfigurationDevOpsElectronic Board
0 likes · 5 min read
Configuring and Using TFS Electronic Board for Agile Task Management
Architecture Digest
Architecture Digest
Mar 28, 2019 · Backend Development

Aloha: A Scala‑Based Distributed Task Scheduling and Management Framework

Aloha is a Scala‑implemented distributed scheduling framework built on Spark that provides extensible plugins, high‑availability master/worker architecture, REST submission, custom application interfaces, event listeners, and a Scala‑based RPC system for managing long‑running tasks such as Spark, Flink, and ETL jobs.

BackendDistributed SchedulingRPC
0 likes · 17 min read
Aloha: A Scala‑Based Distributed Task Scheduling and Management Framework
21CTO
21CTO
Nov 2, 2018 · Product Management

How to Choose the Right Task Management Tool for Your Team

This guide outlines the key features to consider when selecting a task management tool, compares seven popular solutions for developers, and highlights each tool's strengths, pricing, and missing functionalities to help teams pick the most suitable option for improved productivity.

Project ManagementTool Selectionproductivity tools
0 likes · 15 min read
How to Choose the Right Task Management Tool for Your Team
21CTO
21CTO
Sep 17, 2017 · R&D Management

How to Build a Simple Yet Effective R&D Management System

This article outlines a comprehensive R&D management framework covering product lifecycle‑based task planning, documentation practices, code collaboration, quality assurance, automated deployment, fault handling, instant communication, and techniques for boosting team technical competence.

DocumentationR&Dci/cd
0 likes · 22 min read
How to Build a Simple Yet Effective R&D Management System
Architecture Digest
Architecture Digest
Sep 17, 2017 · R&D Management

Comprehensive R&D Management Practices: Task Management, Documentation, Code Collaboration, QA, Deployment, and Fault Handling

This article presents a detailed, experience‑driven guide to building an efficient R&D management system covering the product lifecycle, task management, documentation, code collaboration, quality assurance, automated deployment, fault management, instant communication, and techniques for continuous technical improvement.

Code CollaborationDeploymentDocumentation
0 likes · 23 min read
Comprehensive R&D Management Practices: Task Management, Documentation, Code Collaboration, QA, Deployment, and Fault Handling
Tencent Music Tech Team
Tencent Music Tech Team
May 26, 2016 · Mobile Development

Understanding Android Gradle Build Process and Dex Generation: Practical Insights and Source Code Analysis

The article walks through Android Gradle’s three‑phase build cycle, explains how VariantManager, TaskManager and AndroidBuilder create and configure tasks, then dives into the class‑to‑dex conversion process, detailing common multi‑dex limits, troubleshooting steps, and custom Gradle tasks that shrink keep lists and analyze dependencies to avoid build failures.

AndroidBuild ProcessDEX
0 likes · 16 min read
Understanding Android Gradle Build Process and Dex Generation: Practical Insights and Source Code Analysis
Tencent TDS Service
Tencent TDS Service
Mar 17, 2016 · Mobile Development

How to Rapidly Convert an Android Phone App to a Tablet Version in Under 3 Months

This article details a step‑by‑step approach for transforming a modern Android phone application into a tablet‑optimized version within three months, covering UI redesign, activity‑to‑fragment conversion, multi‑process handling, task management, and practical code snippets for a robust Pad‑ification architecture.

Activity to FragmentAndroidTablet Development
0 likes · 25 min read
How to Rapidly Convert an Android Phone App to a Tablet Version in Under 3 Months
21CTO
21CTO
Aug 18, 2015 · Fundamentals

Why Top Programmers Say Yes Sparingly and No Strategically

The article outlines essential habits for developers—including cautious acceptance of tasks, strategic refusal of unreasonable requests, building a personal knowledge framework, maintaining a big‑picture view, adhering to coding standards, conducting code reviews, learning business domain, and persisting with good practices—to become a high‑performing programmer.

Code reviewcareer adviceknowledge management
0 likes · 6 min read
Why Top Programmers Say Yes Sparingly and No Strategically