Tagged articles

Workflow

647 articles · Page 1 of 7
PaperAgent
PaperAgent
Aug 17, 2026 · Artificial Intelligence

A Fresh Survey of Self‑Evolving Coding Agents

This article surveys the emerging field of self‑evolving coding agents, defining their taxonomy, detailing how components such as frameworks, memory, skills, models, and workflows can evolve, and analyzing when and on what evidence evolution occurs, supported by recent papers and benchmarks.

AI agentsMemorySoftware Engineering
0 likes · 14 min read
A Fresh Survey of Self‑Evolving Coding Agents
DeepHub IMBA
DeepHub IMBA
Aug 15, 2026 · Artificial Intelligence

Why Most AI Agents Are Really Workflows, Not Fully Autonomous Systems

The article explains that most so‑called Agentic AI systems are built around a fixed control‑flow loop where an LLM acts as a planner, making them essentially workflows; it then details the reliability, debugging, and cost challenges that prevent true autonomy in production.

DebuggingLLMWorkflow
0 likes · 15 min read
Why Most AI Agents Are Really Workflows, Not Fully Autonomous Systems
AI Step-by-Step
AI Step-by-Step
Aug 13, 2026 · Artificial Intelligence

6 Combo Techniques to Make Codex and Claude Code Truly Boost Efficiency

The article presents six concrete, step‑by‑step combos that let developers produce high‑quality code with Codex and Claude Code while enabling non‑technical teammates to save time and deliver verifiable results, covering new feature pipelines, automated reviews, large refactors, nightly automation, urgent bug fixes, and project hand‑over.

AutomationClaude CodeCode Review
0 likes · 6 min read
6 Combo Techniques to Make Codex and Claude Code Truly Boost Efficiency
SpringMeng
SpringMeng
Aug 11, 2026 · Artificial Intelligence

Interview Question: Superpowers vs. grill‑me – Why You Should Use Both

This article explains the distinct roles of the AI‑coding skills "grill‑me" and "superpowers", shows how to install and invoke them, compares their positioning, demonstrates a Markdown‑editor workflow, and concludes that the two complement each other rather than compete.

AI codingClaude CodePrompt Engineering
0 likes · 10 min read
Interview Question: Superpowers vs. grill‑me – Why You Should Use Both
Coder Trainee
Coder Trainee
Aug 3, 2026 · Operations

8 Proven Remote Work Rules for Programmer Productivity

After three years of remote programming, the author shares eight concrete rules—ranging from setting a dedicated workspace and dressing for work to fixed schedules, Pomodoro technique, tackling hardest tasks in the morning, prioritizing async communication, proactive reporting, and protecting flow time—to boost efficiency and maintain health.

Workflowasynchronous communicationproductivity
0 likes · 6 min read
8 Proven Remote Work Rules for Programmer Productivity
PMTalk Product Manager Community
PMTalk Product Manager Community
Jul 27, 2026 · Artificial Intelligence

Why Your AI Skill Falls Short and How to Refine It in Three Real‑World Scenarios

The article explains why many AI Skills are unreliable, identifies three common failure patterns, and provides concrete scenario‑based refinements for product managers, designers, and operators, along with practical checklists and management tips to turn a draft Skill into a stable, reusable workflow.

AIDesign ReviewOperations
0 likes · 19 min read
Why Your AI Skill Falls Short and How to Refine It in Three Real‑World Scenarios
AndroidPub
AndroidPub
Jul 27, 2026 · Artificial Intelligence

Why Clarifying Requirements First Boosts AI Agent Success: The grill‑me Skill in Action

The article explains how the grill‑me skill inserts an interactive requirement‑clarification stage before an AI Agent executes a task, reducing misaligned outputs and rework by asking one focused question at a time, offering suggested answers, and distinguishing factual from decision information.

AI AgentPrompt EngineeringWorkflow
0 likes · 20 min read
Why Clarifying Requirements First Boosts AI Agent Success: The grill‑me Skill in Action
Coder Trainee
Coder Trainee
Jul 26, 2026 · Fundamentals

Git Team Collaboration Best Practices – Final Summary of the 10‑Part Series

This article concludes a ten‑part Git series by summarizing team collaboration best practices, covering workflow selection, branch naming, commit message conventions, daily development steps, code‑review checklist, command cheat sheet, and a team agreement template to turn Git knowledge into actionable standards.

Commit MessageGitTeam Collaboration
0 likes · 10 min read
Git Team Collaboration Best Practices – Final Summary of the 10‑Part Series
AI Engineer Programming
AI Engineer Programming
Jul 26, 2026 · Artificial Intelligence

Analyzing the grill‑me Agent Skills Repository: Making Probabilistic LLMs Deterministic

The article dissects Matt Pocock’s skills repository, explaining how a set of atomic, editable, composable Agent Skills—driven by structured grilling, shared vocabularies, TDD loops, and design checkpoints—turns the inherently probabilistic nature of LLM‑based programming into a repeatable, deterministic workflow while highlighting practical limits and best‑practice patterns.

AgentAutomationLLM
0 likes · 22 min read
Analyzing the grill‑me Agent Skills Repository: Making Probabilistic LLMs Deterministic
Java Tech Workshop
Java Tech Workshop
Jul 25, 2026 · Backend Development

Build a Leave Approval Workflow in Spring Boot with Flowable Using Three Annotations

This article shows how to replace hard‑coded if‑else approval logic with Flowable workflow in a Spring Boot 3.x project, using the three core annotations @EnableProcessApplication, @Deployment and @ProcessVariable to auto‑configure the engine, deploy BPMN files, inject variables, and implement a complete leave‑request service.

BPMNFlowableSpring Boot
0 likes · 16 min read
Build a Leave Approval Workflow in Spring Boot with Flowable Using Three Annotations
Ray's Galactic Tech
Ray's Galactic Tech
Jul 22, 2026 · Backend Development

Spring AI Alibaba Workflow Explained with 10 Practical AI Orchestration Cases

The article analyzes why AI applications that require branching, parallelism, retries, human‑in‑the‑loop, or long‑running tasks should adopt Spring AI Alibaba Workflow, explains its core concepts, shows when it fits or not, provides a detailed example and ten real‑world scenarios, and offers practical guidance on design, state management, error handling, persistence, and operational costs.

AI orchestrationGraphSpring AI
0 likes · 28 min read
Spring AI Alibaba Workflow Explained with 10 Practical AI Orchestration Cases
PaperAgent
PaperAgent
Jul 21, 2026 · Artificial Intelligence

Why Loop Engineering Is Dead and Graph Engineering Is the Future

The article explains how traditional Loop Engineering for AI agents is being replaced by Graph Engineering, detailing nodes as tasks, edges as data contracts, parallel execution, barriers, validation, isolation, dynamic workflows, and cost‑effective topology design for scalable agentic systems.

AI agentsAgent ContractsClaude
0 likes · 19 min read
Why Loop Engineering Is Dead and Graph Engineering Is the Future
PMTalk Product Manager Community
PMTalk Product Manager Community
Jul 20, 2026 · Artificial Intelligence

Why Your AI Skill Falls Short and How to Refine It in Three Scenarios

The article explains why many AI Skills remain draft‑level, outlines three concrete scenarios—product, design, and operations—to transform a usable Skill into a reliable one, and provides a step‑by‑step checklist for description, workflow, and management to achieve stable, repeatable AI assistance.

AIOperationsPrompt Engineering
0 likes · 17 min read
Why Your AI Skill Falls Short and How to Refine It in Three Scenarios
Shuge Unlimited
Shuge Unlimited
Jul 20, 2026 · Artificial Intelligence

Practical grill‑me Guide: Let an AI Agent Fully Clarify Requirements Before Coding

This guide walks through the /grill-me and /grilling skills, explains their hierarchical design, demonstrates a complete export‑feature scenario, extracts five hard rules to prevent scope drift, shows how a shared‑understanding gate safeguards decisions, and advises when to use or avoid grill‑me in modern AI‑assisted development workflows.

AI AgentPromptWorkflow
0 likes · 23 min read
Practical grill‑me Guide: Let an AI Agent Fully Clarify Requirements Before Coding
Coder Trainee
Coder Trainee
Jul 19, 2026 · Fundamentals

Git Merge vs Rebase: When the Wrong Choice Breaks Your Team

The article explains the fundamental differences between Git merge and rebase, shows how each command reshapes commit history, provides a golden rule against rebasing public branches, and offers practical scenarios, guidelines, and common pitfalls to help teams choose the right strategy.

GitWorkflowbranching
0 likes · 8 min read
Git Merge vs Rebase: When the Wrong Choice Breaks Your Team
webdream
webdream
Jul 12, 2026 · Industry Insights

From 6,000 Daily Thoughts to Real Products: How AI Accelerates Idea Execution

The article examines how humans generate roughly 6,000 thoughts each day, categorizes them into three layers, and outlines a four‑stage AI‑augmented workflow—capture, expansion, rapid prototyping, and iteration—plus practical lessons and a six‑step process for turning scarce, valuable ideas into tangible products faster than ever before.

AICognitive ScienceIdea Management
0 likes · 12 min read
From 6,000 Daily Thoughts to Real Products: How AI Accelerates Idea Execution
Shuge Unlimited
Shuge Unlimited
Jul 9, 2026 · Artificial Intelligence

12 Lines vs 689 Lines: Comparing the Design Paths of mattpocock/skills and Superpowers

This article deeply analyzes the source of mattpocock/skills v1.1.0, contrasting its concise 12‑line skill design with Superpowers' 689‑line approach, explaining the underlying engineering philosophies, constraints, four foundational pillars, workflow mechanics, and the trade‑offs that help developers choose between the two routes.

AI agentsPrompt EngineeringSkill design
0 likes · 18 min read
12 Lines vs 689 Lines: Comparing the Design Paths of mattpocock/skills and Superpowers
Java Architect Essentials
Java Architect Essentials
Jul 8, 2026 · Artificial Intelligence

Codex vs Claude Code: Which AI Assistant Fits Parallel Tasks or Deep Codebase Work?

The article compares OpenAI's Codex and Anthropic's Claude Code, showing that Codex excels at handling many small, parallel coding tasks while Claude Code is better suited for sustained, deep work on a single codebase, with the choice depending on your workflow rhythm and context‑switching cost.

AI coding assistantsClaude CodeCodex
0 likes · 5 min read
Codex vs Claude Code: Which AI Assistant Fits Parallel Tasks or Deep Codebase Work?
Top Architecture Tech Stack
Top Architecture Tech Stack
Jul 8, 2026 · Artificial Intelligence

The Top Open‑Source Companion for Claude Code & Codex in IDEA (3.3k★)

An open‑source project, claude-code-best-practice, organizes community‑validated Claude Code best practices into concepts, features, workflows, and tips, offering concrete guidance such as context limits, staged planning, hook usage, and a curated list of 83 actionable tricks, all backed by rapid GitHub star growth.

AI codingAnthropicClaude Code
0 likes · 9 min read
The Top Open‑Source Companion for Claude Code & Codex in IDEA (3.3k★)
DeepHub IMBA
DeepHub IMBA
Jul 7, 2026 · Operations

How OpenSpec’s Three‑Stage Workflow Cuts Code Rework to Below One‑Third

The article explains OpenSpec’s three‑stage workflow—Propose, Apply, Archive—driven by AI agents, showing how its strict state machine, 50 KB context limit, and structured specs (proposal.md, specs/, design.md, tasks.md) reduce code rework to under one‑third compared with traditional documentation and tools like SpecKit.

AI agentsOpenSpecSpec Driven Development
0 likes · 12 min read
How OpenSpec’s Three‑Stage Workflow Cuts Code Rework to Below One‑Third
Su San Talks Tech
Su San Talks Tech
Jul 7, 2026 · Artificial Intelligence

Master 97% of Codex Features in 3 Minutes: A Practical Guide

This guide walks you through the essential three‑step setup—creating a project workspace, writing an AGENTS.md specification, and using plan mode—then expands to phone integration, Skills, plugins, MCP, automation, Git workflows, and Worktree isolation, showing how to turn Codex from a chat window into a full‑featured AI‑powered development workstation.

AGENTS.mdAI assistantAutomation
0 likes · 10 min read
Master 97% of Codex Features in 3 Minutes: A Practical Guide
ITPUB
ITPUB
Jul 5, 2026 · Artificial Intelligence

How to Write Workflow Skills: Patterns and Best Practices from 7 Top Projects

This article analyzes seven production‑grade workflow Skills from OpenAI, Google Labs, and others, extracting five reusable design patterns, essential front‑matter fields, and practical writing techniques to help you craft effective Skills that run reliably in LLM agents.

AI automationLLMPrompt Engineering
0 likes · 22 min read
How to Write Workflow Skills: Patterns and Best Practices from 7 Top Projects
Goodme Frontend Team
Goodme Frontend Team
Jun 29, 2026 · R&D Management

When AI Miswrites Code, Try a Spec‑Driven Development Workflow

As AI coding tools like Codex, Cursor, and Claude become commonplace, teams face issues such as vague prompts, uncontrolled changes, and loss of context, which the Spec‑Driven Development (SDD) workflow addresses by structuring specifications, skills, agents, and hooks to guide AI reliably.

AI codingHooksOpenSpec
0 likes · 19 min read
When AI Miswrites Code, Try a Spec‑Driven Development Workflow
Java Architect Essentials
Java Architect Essentials
Jun 28, 2026 · Artificial Intelligence

Claude Code Repo Hits 54K Stars in 60 Days, Supercharging Front‑End Development

Within two months the open‑source Claude Code best‑practice repository amassed over 54 000 GitHub stars by systematically cataloguing community‑validated concepts, features, workflows and 83 practical tips, offering concrete guidance—such as context compression thresholds, staged planning, and disciplined hook usage—to dramatically improve front‑end and back‑end coding efficiency.

AI coding assistantClaude CodeGitHub
0 likes · 8 min read
Claude Code Repo Hits 54K Stars in 60 Days, Supercharging Front‑End Development
macrozheng
macrozheng
Jun 28, 2026 · Artificial Intelligence

Why CLAUDE.md, Permissions, and Verification Are Essential When Using Claude Code

Using Claude Code can boost productivity, but without a well‑crafted CLAUDE.md, strict permission controls, sub‑agents, hooks, and a disciplined workflow, the AI may make risky changes, misinterpret rules, or expose sensitive data, so careful setup and ongoing maintenance are crucial.

AI codingCLAUDE.mdClaude Code
0 likes · 32 min read
Why CLAUDE.md, Permissions, and Verification Are Essential When Using Claude Code
Linyb Geek Road
Linyb Geek Road
Jun 28, 2026 · Artificial Intelligence

12 Pitfalls I Learned While Building AI Skills Over Six Months

Over the past half‑year the author built dozens of AI Skills, discovering twelve common traps—from over‑relying on prompts and bloated skill sets to vague descriptions, hidden token costs, knowledge placement, security gaps, and the need for proper evaluation—offering concrete guidance to avoid them.

AI SkillsAgentPrompt Engineering
0 likes · 11 min read
12 Pitfalls I Learned While Building AI Skills Over Six Months
Linyb Geek Road
Linyb Geek Road
Jun 27, 2026 · Artificial Intelligence

How to Build a Real AI Coding Environment with Matt Pocock’s Skills

While many expect AI to instantly double coding speed, the article shows that without a solid engineering feedback loop projects falter; Matt Pocock’s open‑source .skills repository offers a markdown‑driven workflow—clarifying requirements, documenting decisions, applying TDD, diagnosing bugs, and maintaining architecture—guiding developers through a repeatable, context‑aware AI‑assisted development process.

AI programmingClaude CodeDebugging
0 likes · 14 min read
How to Build a Real AI Coding Environment with Matt Pocock’s Skills
JD Tech
JD Tech
Jun 26, 2026 · Product Management

How JD Health’s OPC Team Built a Full‑Process Product Skill Framework

The article details JD Health’s OPC team’s adoption of Anthropic’s open‑source product‑management Skills to create a repeatable, evidence‑driven workflow that guides problem validation, requirement definition, roadmap planning, sprint execution, and post‑launch review without a dedicated product manager.

AI SkillsAnthropicOPC
0 likes · 13 min read
How JD Health’s OPC Team Built a Full‑Process Product Skill Framework
Data Party THU
Data Party THU
Jun 26, 2026 · Artificial Intelligence

A Practical Guide to Loop Engineering: 14 Steps to Automate Repetitive Tasks

This article presents a 14‑step, evidence‑based guide for building Loop Engineering systems, explaining when to adopt loops, the five core components (Automations, Worktrees, Skills, Connectors, Sub‑agents), how to construct a minimal, safe loop, and the common failure modes and security risks to watch.

AI automationAgentDevOps
0 likes · 10 min read
A Practical Guide to Loop Engineering: 14 Steps to Automate Repetitive Tasks
Su San Talks Tech
Su San Talks Tech
Jun 26, 2026 · Artificial Intelligence

Claude Code Best‑Practice Repo Hits 54K Stars in 60 Days – Supercharging Front‑End and Back‑End Development

The open‑source "claude-code-best-practice" repository compiles community‑validated Claude Code techniques into four layers—concepts, features, workflows, and 83 actionable tips—offering concrete examples, token‑usage guidelines, workflow patterns, and hook strategies that dramatically improve both front‑end and back‑end development efficiency.

AI coding assistantClaude CodeGitHub
0 likes · 8 min read
Claude Code Best‑Practice Repo Hits 54K Stars in 60 Days – Supercharging Front‑End and Back‑End Development
DataFunTalk
DataFunTalk
Jun 25, 2026 · Big Data

From Writing SQL to Speaking Requirements: Practical Guide to DataWorks Data Agent

This article walks through using DataWorks Data Agent to automate end‑to‑end data‑warehouse development—from preparing source tables and a structured requirement document, uploading it, crafting task commands, selecting execution modes and models, to the agent generating SQL, building workflows, publishing them, and producing a final report—all without writing SQL manually.

AI automationBig DataData Agent
0 likes · 16 min read
From Writing SQL to Speaking Requirements: Practical Guide to DataWorks Data Agent
AI Architecture Hub
AI Architecture Hub
Jun 25, 2026 · Artificial Intelligence

Loop Engineering: The Essential Skill Every AI Developer Needs by 2026

The article explains how AI developers must move from manually feeding prompts to building automated feedback loops—called loop engineering—detailing token cost challenges, loop architectures, open vs. closed designs, six core modules, and practical examples that illustrate this shift.

AI agentsAutomationClaude
0 likes · 14 min read
Loop Engineering: The Essential Skill Every AI Developer Needs by 2026
Java Architect Essentials
Java Architect Essentials
Jun 23, 2026 · Artificial Intelligence

Claude Code Best Practices: 54k Stars in 60 Days and Boosting Full‑Stack Development

The open‑source "claude-code-best-practice" repository, which amassed over 54,000 GitHub stars in just two months, systematically organizes community‑validated Claude Code techniques—from core concepts and beta features to workflow comparisons and 83 actionable tips—helping developers use the AI coding assistant efficiently across front‑end and back‑end projects.

AI coding assistantClaude CodePrompt Engineering
0 likes · 8 min read
Claude Code Best Practices: 54k Stars in 60 Days and Boosting Full‑Stack Development
Java Tech Enthusiast
Java Tech Enthusiast
Jun 20, 2026 · Artificial Intelligence

Why Even the Gatekeeper Knows Claude Code Better Than I Do – Lessons from My Team Presentation

Claude Code is a powerful yet pricey AI coding assistant, and this article reviews the community‑driven "claude-code-best-practice" repository, detailing its four‑dimensional guide, token‑management tricks, workflow modules, hot new features, and a curated list of 83 practical tips to help developers use the tool efficiently.

AI coding assistantClaude CodeGitHub
0 likes · 8 min read
Why Even the Gatekeeper Knows Claude Code Better Than I Do – Lessons from My Team Presentation
Tech Minimalism
Tech Minimalism
Jun 20, 2026 · Artificial Intelligence

How to Build a Real‑Project AI Coding Environment with Matt Pocock’s Skills

The article explains why AI‑assisted coding fails without a solid engineering feedback loop, introduces Matt Pocock’s open‑source .claude/skills workflow, and provides a step‑by‑step guide—including requirement clarification, PRD generation, vertical task slicing, TDD, debugging and architecture upkeep—to create a reproducible AI programming environment.

AI codingClaude CodeDebugging
0 likes · 15 min read
How to Build a Real‑Project AI Coding Environment with Matt Pocock’s Skills
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 16, 2026 · Artificial Intelligence

AI Coding Needs Discipline: My Two‑Month Harness Framework Experience

The article analyzes why the bottleneck in AI‑assisted coding has shifted from model capability to workflow stability, introduces a three‑layer "harness" framework that externalizes discipline, details its evolution through four development phases, and presents a deterministic evaluation platform that quantifies the framework’s effectiveness.

AIAgentHarness
0 likes · 27 min read
AI Coding Needs Discipline: My Two‑Month Harness Framework Experience
IT Services Circle
IT Services Circle
Jun 15, 2026 · Artificial Intelligence

Even the Guard Knows Claude Code Better: My Practical Tips and Pitfall Guide

This article reviews the open‑source "claude-code-best-practice" repository, compares novice and expert usage of Claude Code, explains its core concepts, new features, workflow patterns, and highlights three immediately applicable tips such as token‑usage limits, structured planning, and proper hook usage.

AI coding assistantClaude CodeHooks
0 likes · 9 min read
Even the Guard Knows Claude Code Better: My Practical Tips and Pitfall Guide
Code Ape Tech Column
Code Ape Tech Column
Jun 15, 2026 · Artificial Intelligence

How to Let Claude Code Finish Your Work While You Sleep: 6 Essential Commands

Claude Code offers a suite of six built‑in slash commands—/goal, /loop, /batch, /simplify, /doctor, and /debug—that let you define autonomous goals, schedule status checks, run parallel refactors, clean up code, diagnose configuration issues, and debug runtime problems without constant supervision.

AI programming assistantAutomationClaude Code
0 likes · 13 min read
How to Let Claude Code Finish Your Work While You Sleep: 6 Essential Commands
AI Architecture Hub
AI Architecture Hub
Jun 14, 2026 · Artificial Intelligence

40 Hidden Claude Tips to Supercharge Your Workflow

This article compiles 40 little‑known Claude shortcuts—ranked by how many minutes they save—covering prompt reuse, project mode, file uploads, pre‑questioning, staged writing, parallel chats, summarisation, batch requests, diagnostic prompts, and many workflow hacks that together can shave hours from daily AI‑assisted tasks.

AIClaudePrompt Engineering
0 likes · 16 min read
40 Hidden Claude Tips to Supercharge Your Workflow
Linyb Geek Road
Linyb Geek Road
Jun 11, 2026 · Artificial Intelligence

From Reactive to Self‑Evolving: The Four‑Stage Evolution of AI Agents (2023‑2026)

The article maps the 2023‑2026 evolution of AI agents across four distinct stages—reactive ReAct, workflow‑driven, autonomous, and self‑evolving—while dissecting how the six core modules (Prompt, Planning, Memory, Tools, Workflow, Environment) shift from model‑centric to engineered determinism.

AI agentsAgent ArchitectureMemory
0 likes · 10 min read
From Reactive to Self‑Evolving: The Four‑Stage Evolution of AI Agents (2023‑2026)
Tech Ocean
Tech Ocean
Jun 10, 2026 · Artificial Intelligence

5 Agent Orchestration Patterns to Elevate Spring AI from Single‑Turn Q&A to Multi‑Step Decision Making

The article explains five concrete agent‑orchestration patterns—Chain, Routing, Parallelization, Orchestrator‑Workers, and Evaluator‑Optimizer—showing how to combine Spring AI's ChatClient with simple Java control flow to transform single‑turn interactions into controlled, multi‑step decision workflows, complete with code examples and guidance on when to use each pattern.

Artificial IntelligenceWorkflowagent-orchestration
0 likes · 8 min read
5 Agent Orchestration Patterns to Elevate Spring AI from Single‑Turn Q&A to Multi‑Step Decision Making
Old Zhang's AI Learning
Old Zhang's AI Learning
Jun 9, 2026 · Product Management

Open-Source AI Skills Marketplace for PMs: 68 Skills, 9 Plugins Cover the Full Lifecycle

PM Skills is an open‑source AI‑driven marketplace that encodes classic product‑management methodologies into 68 reusable Skills, bundles them into 9 Plugins, and adds new commands like /red-team-prd and an AI Shipping Kit to automate the entire product‑manager workflow from discovery to release, with concrete examples, installation guides, and a balanced look at strengths and limitations.

AIAutomationClaude
0 likes · 14 min read
Open-Source AI Skills Marketplace for PMs: 68 Skills, 9 Plugins Cover the Full Lifecycle
Java Web Project
Java Web Project
Jun 9, 2026 · Artificial Intelligence

The Ultimate Open‑Source Companion for Claude Code & Codex in IDEA (3.3k Stars)

The article introduces the community‑driven "claude-code-best-practice" repository, which systematically organizes Claude Code best practices into concepts, features, workflows, and tips, highlights its rapid growth to over 54k GitHub stars, and provides concrete guidance on context management, workflow stages, and hook usage for effective AI‑assisted development.

AI codingClaude CodeGitHub
0 likes · 8 min read
The Ultimate Open‑Source Companion for Claude Code & Codex in IDEA (3.3k Stars)
Architect
Architect
Jun 8, 2026 · Artificial Intelligence

Building an AI Workbench: Practical Agentic Engineering with Plans, Context, and Verification

The article distills insights from Matt Van Horn and John Kim on Agentic Engineering, proposing a five‑layer AI workbench (plan, context, execution, verification, governance), controlled parallelism, context engineering, reusable Skills, Hooks, Subagents, permission models, review templates, and a one‑week team experiment to embed engineering habits into AI‑driven workflows.

AIAgentic EngineeringAutomation
0 likes · 30 min read
Building an AI Workbench: Practical Agentic Engineering with Plans, Context, and Verification
Programmer XiaoFu
Programmer XiaoFu
Jun 8, 2026 · Artificial Intelligence

Why Smart LLMs Still Struggle to Deploy Agents in Production

Although large language models have become more capable, deploying AI agents in production remains difficult because their probabilistic nature leads to error accumulation, testing challenges, fragile real‑world interactions, and a lack of deterministic controls, requiring strict workflows, schema validation, mock testing, and human oversight.

AI agentsLLMSchema Validation
0 likes · 8 min read
Why Smart LLMs Still Struggle to Deploy Agents in Production
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
AntData
AntData
Jun 5, 2026 · R&D Management

My 9‑Step Spec Coding at Ant Data: Making AI Coding Team‑Controllable

The article analyzes the shortcomings of ad‑hoc Vibe Coding, introduces Spec‑Driven Development as a structured AI‑assisted workflow, details a nine‑step process with concrete commands and examples, evaluates its trade‑offs, and offers practical guidance on when and how to apply it in team projects.

AI codingSoftware EngineeringSpec Driven Development
0 likes · 21 min read
My 9‑Step Spec Coding at Ant Data: Making AI Coding Team‑Controllable
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Jun 4, 2026 · Artificial Intelligence

Why Your AI Programming Stalls: The Workflow, Not the Model, Is the Real Bottleneck

The article explains that while AI code generators like Codex, Cursor, and Claude Code are powerful, teams often suffer from lost context, missing requirement clarification, lack of validation, and no knowledge retention, and proposes an open‑source superpowers‑openspec skill library that introduces structured workflows, memory mechanisms, and delivery standards to turn AI into a stable, collaborative engineering partner.

AI programmingOpen SourceSoftware Engineering
0 likes · 12 min read
Why Your AI Programming Stalls: The Workflow, Not the Model, Is the Real Bottleneck
liandk
liandk
Jun 4, 2026 · Fundamentals

How to Merge a Feature Branch PR into the dev Branch Without Conflicts

This guide walks through a zero‑conflict workflow for merging a feature branch into the dev branch, covering local finalization, pulling the latest dev, merging locally, pushing the feature branch, and creating a GitHub pull request with the correct base and compare settings.

GitWorkflowdev-branch
0 likes · 2 min read
How to Merge a Feature Branch PR into the dev Branch Without Conflicts
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Jun 4, 2026 · Artificial Intelligence

How to Use Codex + Image2 for a Controlled, Editable AI‑Generated PPT – Step‑by‑Step Guide

This article presents a four‑stage workflow that uses Codex to extract content, Image2 to explore visual styles, high‑resolution visual drafts, and a mixed‑reconstruction strategy to produce fully editable PPTX files, complete with prompt examples, validation criteria, and common pitfalls.

AICodexImage2
0 likes · 17 min read
How to Use Codex + Image2 for a Controlled, Editable AI‑Generated PPT – Step‑by‑Step Guide
AgentGuide
AgentGuide
Jun 4, 2026 · Artificial Intelligence

AI Agent Interview FAQ: Distinguishing Agents from Workflows and Their Design Trade‑offs

The article explains that the fundamental distinction between AI Agents and Workflows lies in who holds decision‑making control, outlines common Workflow patterns, describes the step‑by‑step operation of Agents, and provides clear criteria for choosing the appropriate approach in interview scenarios.

AI agentsAgent vs WorkflowAnthropic
0 likes · 9 min read
AI Agent Interview FAQ: Distinguishing Agents from Workflows and Their Design Trade‑offs
liandk
liandk
Jun 2, 2026 · Fundamentals

Git Fetch vs Pull: What’s the Real Difference and How to Avoid Code Chaos

Many Git beginners rely on git pull, leading to unexpected merge conflicts and overwritten local changes, while most don’t understand that git fetch only downloads updates without merging; this article explains the core distinction, provides a clear analogy, and offers a safe step‑by‑step workflow.

GitWorkflowcode conflict
0 likes · 4 min read
Git Fetch vs Pull: What’s the Real Difference and How to Avoid Code Chaos
Linyb Geek Road
Linyb Geek Road
Jun 1, 2026 · Artificial Intelligence

Why Knowledge, Not Harness, Is the Real Moat: Designing a Layered Knowledge Architecture for AI Engineering Teams

The article explains how an AI engineering team turned the hype around Harness Engineering into a sustainable competitive edge by building a multi‑layered, Git‑backed knowledge repository, defining knowledge types and maturity, integrating it with a 16‑stage workflow, and solving human‑machine interaction bottlenecks with remote‑control tools.

AI EngineeringGitHarness Engineering
0 likes · 32 min read
Why Knowledge, Not Harness, Is the Real Moat: Designing a Layered Knowledge Architecture for AI Engineering Teams
ArcThink
ArcThink
May 31, 2026 · Artificial Intelligence

Why AI’s “I’ve Tested It” Isn’t Enough: Implementing a Verification Gate Workflow

The article explains that AI agents often claim tasks are complete without providing verifiable evidence, and introduces a Verification Gate that requires concrete command, result, coverage, and risk information—structured by risk‑based layers, hooks, and subagents—to ensure honest and traceable completion of AI‑driven code changes.

AI agentsHooksSubagents
0 likes · 16 min read
Why AI’s “I’ve Tested It” Isn’t Enough: Implementing a Verification Gate Workflow
Old Zhang's AI Learning
Old Zhang's AI Learning
May 30, 2026 · Artificial Intelligence

Set Up an Entire AI Development Pipeline with a Single Command

AI Factory is an npm package that automates the configuration of a full AI development pipeline—detecting project stacks, installing required skills and services, and providing a spec‑driven, multi‑agent workflow with planning, implementation, verification, and handoff commands—so developers can focus on writing requirements.

AI agentsAI developmentAutomation
0 likes · 9 min read
Set Up an Entire AI Development Pipeline with a Single Command
Continuous Delivery 2.0
Continuous Delivery 2.0
May 29, 2026 · Artificial Intelligence

Why AI Development’s New Bottleneck Is No Longer Coding but Testing Inference and Workflow Orchestration

The article argues that while AI‑driven code generation has eliminated coding speed as a constraint, the real limitation now lies in automating test inference and workflow orchestration, and it outlines two key breakthroughs—embedding testing strategies into AI pipelines and structuring requirements—to unlock true AI‑powered development efficiency.

AIAutomationCI/CD
0 likes · 6 min read
Why AI Development’s New Bottleneck Is No Longer Coding but Testing Inference and Workflow Orchestration
Old Zhang's AI Learning
Old Zhang's AI Learning
May 29, 2026 · Artificial Intelligence

How I Got an AI Agent to Open a Browser, Scrape Hugging Face Papers, and Auto‑Post to X

This article reviews LocoAgent, an open‑source AI‑powered social‑media agent that uses real Chrome sessions to fetch Hugging Face daily papers, process them with a lightweight model, and automatically post summaries to X via customizable workflows, detailing setup, execution, and observed results.

AI AgentHugging FaceWorkflow
0 likes · 8 min read
How I Got an AI Agent to Open a Browser, Scrape Hugging Face Papers, and Auto‑Post to X
Architect's Ambition
Architect's Ambition
May 29, 2026 · Artificial Intelligence

Enterprise Agent Deployment: Model Selection, Scenario Trade‑offs, and Platformization

This article breaks down the complete logic for rolling out enterprise‑grade AI agents, explaining the core definition, comparing autonomous planning versus workflow‑based models, outlining four Multi‑Agent collaboration patterns, and detailing a step‑by‑step optimization and platformization roadmap to avoid common pitfalls.

AI agentsEnterprise AILLM
0 likes · 14 min read
Enterprise Agent Deployment: Model Selection, Scenario Trade‑offs, and Platformization
PaperAgent
PaperAgent
May 28, 2026 · Artificial Intelligence

How a Desktop AI Agent Turns My PC into a One‑Person Capability Hub

The author reviews the 商汤办公小浣熊桌面端 2.0 agent, showing how it moves beyond chat‑only assistants to directly manipulate local files, browsers, and enterprise tools, automating a weekly competitive‑analysis report and embodying the OPC (One Person Capability) concept.

AI AgentAutomationDesktop
0 likes · 10 min read
How a Desktop AI Agent Turns My PC into a One‑Person Capability Hub
Architect
Architect
May 26, 2026 · Artificial Intelligence

Why Claude’s 17 New Capabilities Matter: Moving Agents from Chat to Real Workflows

Claude’s latest suite of 17 capabilities—Projects, Memory, Artifacts, Chrome, Cowork, Skills, and more—reframes the agent from a simple chat assistant into a workflow component, prompting architects to evaluate context entry, auditable outputs, permission boundaries, repeatable processes, and cost controls before deployment.

AI agentsArtifactsClaude
0 likes · 26 min read
Why Claude’s 17 New Capabilities Matter: Moving Agents from Chat to Real Workflows
java1234
java1234
May 26, 2026 · Artificial Intelligence

Master Spring AI Alibaba: Build AI Agents, Workflows, and Multi‑Agent Apps with Minimal Java Code

Spring AI Alibaba extends Spring AI with a native agent and workflow framework, integrating Alibaba's DashScope models, ReactAgent, multi‑agent orchestration, Graph workflows, tool calling, memory handling, and production‑grade features, enabling Java developers to create sophisticated AI applications with just a few lines of code.

AI integrationDashScopeSpring AI
0 likes · 22 min read
Master Spring AI Alibaba: Build AI Agents, Workflows, and Multi‑Agent Apps with Minimal Java Code
SuanNi
SuanNi
May 25, 2026 · Artificial Intelligence

Unlocking Codex: An OpenAI Engineer’s Guide to Full‑Scale Automation

The article shows how Codex can be transformed from a simple code‑assistant into a complete digital work system that handles voice input, persistent memory, automated browsing, and cross‑device task execution, letting users delegate routine computer work and focus on higher‑level decisions.

AI agentsAutomationCodex
0 likes · 12 min read
Unlocking Codex: An OpenAI Engineer’s Guide to Full‑Scale Automation
Big Data Tech Team
Big Data Tech Team
May 25, 2026 · Artificial Intelligence

Mastering Data Agent: A Complete End‑to‑End Guide from Basics to Pro

This article breaks down the concept of a Data Agent that automates the entire traditional data‑analysis pipeline, explains its three‑layer architecture, the ReAct reasoning loop, multi‑agent collaboration, six practical use cases, and offers deployment recommendations for teams looking to adopt AI‑driven data workflows.

AIBIData Agent
0 likes · 18 min read
Mastering Data Agent: A Complete End‑to‑End Guide from Basics to Pro
liandk
liandk
May 23, 2026 · Artificial Intelligence

Claude Terminal Command Cheat Sheet – Minimal Copy‑Paste Version

This guide provides a concise, copy‑ready reference for installing Claude, launching it in various modes, managing sessions, optimizing context, handling project memory, switching models, exporting results, monitoring cost, using work modes, and applying handy shortcuts for efficient AI‑assisted coding.

AI assistantClaudeInstallation
0 likes · 5 min read
Claude Terminal Command Cheat Sheet – Minimal Copy‑Paste Version
Smart Workplace Lab
Smart Workplace Lab
May 23, 2026 · Artificial Intelligence

Why AI Output Still Needs Manual Fixes and How a 3‑Step Automated Test Can Cut Rework by 80%

The article explains why fast AI‑generated drafts still demand tedious manual corrections and presents a three‑step automated testing protocol—format locks, logical validation, and redundancy filtering—that shifts quality checks upstream, reducing manual rework by about 80% and error rates below 2%.

AIPrompt EngineeringQuality Assurance
0 likes · 6 min read
Why AI Output Still Needs Manual Fixes and How a 3‑Step Automated Test Can Cut Rework by 80%
Smart Workplace Lab
Smart Workplace Lab
May 22, 2026 · Artificial Intelligence

When AI Decision Fails, Who Holds the Final Say? A Three‑Step Human‑Machine Audit Protocol

The article walks through a real‑world case where an AI Agent auto‑approved an overpriced supplier quote, explains why fully automated decisions shift all blame to humans, and presents a concrete three‑step human‑machine audit agreement that defines authorization boundaries, risk thresholds, and circuit‑breaker rules to ensure responsible AI‑driven approvals.

AIAutomationDecision Audit
0 likes · 7 min read
When AI Decision Fails, Who Holds the Final Say? A Three‑Step Human‑Machine Audit Protocol
Architect
Architect
May 21, 2026 · Artificial Intelligence

Beyond Code: Extending Codex into Full‑Scale Workflows

The article analyzes how Codex is shifting from merely writing code to sustaining entire workflows that span code, UI, documents, time, and human judgment, and proposes concrete boundaries, evidence artifacts, and incremental steps—such as THREAD.md, GOAL.md, and PERMISSIONS.md—to make the agent’s actions safe, auditable, and stoppable.

AI agentsAutomationCodex
0 likes · 26 min read
Beyond Code: Extending Codex into Full‑Scale Workflows
Old Zhang's AI Learning
Old Zhang's AI Learning
May 15, 2026 · Artificial Intelligence

Claude Unleashes 15 Plug‑and‑Play Agent Workflows: A Digital Employee for Small Businesses

Anthropic’s new Claude for Small Business embeds AI into concrete workflows, offering 15 ready‑to‑use agents that connect to QuickBooks, PayPal, HubSpot and Slack via the Claude Cowork desktop app, with detailed payroll, month‑close, Monday brief and marketing scenarios, transparent pricing, and built‑in security safeguards.

AI agentsAnthropicAutomation
0 likes · 9 min read
Claude Unleashes 15 Plug‑and‑Play Agent Workflows: A Digital Employee for Small Businesses
Bilibili Tech
Bilibili Tech
May 15, 2026 · Frontend Development

Building an AI‑Powered Frontend Development Workflow with Bili‑FE

This article details how the Bili‑FE team evolved prompt engineering into a Harness Engineering workflow, creating a structured .workflow knowledge base and a series of AI‑driven commands that automate the entire frontend development lifecycle from requirement preprocessing to testing and mock generation.

AIAutomationFrontend
0 likes · 20 min read
Building an AI‑Powered Frontend Development Workflow with Bili‑FE
Shuge Unlimited
Shuge Unlimited
May 12, 2026 · Frontend Development

Building a Project Skeleton from Scratch with OpenSpec: Full Workflow Walkthrough

This article documents a step‑by‑step OpenSpec workflow that starts with requirement exploration, generates proposal, design, specs, review and task artifacts, executes them to scaffold a React 19 + TypeScript + Vite + Tailwind project, handles GitHub integration, validates the build, and archives the change while sharing practical lessons and pitfalls.

AutomationFrontendOpenSpec
0 likes · 24 min read
Building a Project Skeleton from Scratch with OpenSpec: Full Workflow Walkthrough
AI Architecture Hub
AI Architecture Hub
May 11, 2026 · Operations

Why HTML Beats Markdown for Claude Code Outputs

The article explains how using HTML instead of Markdown with Claude Code delivers richer information density, better readability, easy sharing, interactive capabilities, and deeper data ingestion despite higher token usage and longer generation time, making it a more effective format for AI‑driven documentation and workflows.

AI agentsClaude CodeDocumentation
0 likes · 14 min read
Why HTML Beats Markdown for Claude Code Outputs
Frontend AI Walk
Frontend AI Walk
May 9, 2026 · Product Management

From Validation to Delivery: A Best‑Practice Guide for Startup Pressure Test and gstack

The article compares two AI‑driven startup tools—codex‑startup‑pressure‑test‑skill, which acts as a high‑pressure validator to kill bad ideas early, and Garry Tan’s gstack, a role‑based product‑team system that pushes validated ideas through design, engineering, QA and shipping, offering a decision matrix and step‑by‑step workflow for founders.

AIGstackWorkflow
0 likes · 18 min read
From Validation to Delivery: A Best‑Practice Guide for Startup Pressure Test and gstack
Wuming AI
Wuming AI
May 6, 2026 · Artificial Intelligence

5 Must‑Try AI Skills: Find One That Fits or Build Your Own

The article recommends five versatile AI Skills—find-skills, skill-creator, skill-vetter, dokobot, and superpowers—explaining their use cases, installation commands, and how they help automate workflows, while encouraging readers to create custom Skills when none match their needs.

AIAutomationOpen Source
0 likes · 11 min read
5 Must‑Try AI Skills: Find One That Fits or Build Your Own
Architect's Guide
Architect's Guide
May 5, 2026 · Backend Development

Why This Lightweight Rule Engine Lets You Ditch If‑Else Statements

The article introduces the liteflow rule‑engine framework, explains its architecture, component types, EL rule files, data‑context handling, configuration options, and demonstrates a real‑world e‑commerce workflow that replaces verbose if‑else code with concise rule definitions.

ConfigurationLiteFlowSpring Boot
0 likes · 9 min read
Why This Lightweight Rule Engine Lets You Ditch If‑Else Statements
AI Step-by-Step
AI Step-by-Step
May 5, 2026 · Product Management

How to Convert Rough PRDs into Structured AI‑First Specifications

The article explains why feeding vague PRDs to AI coding tools leads to unstable code, and presents a step‑by‑step workflow that rewrites rough requirements into a structured AI‑First PRD covering goals, boundaries, states, acceptance criteria, and feasibility checks before implementation.

AIPRDWorkflow
0 likes · 15 min read
How to Convert Rough PRDs into Structured AI‑First Specifications
AI Architecture Hub
AI Architecture Hub
May 5, 2026 · Backend Development

How AI Is Redefining Backend Architecture Beyond Code Generation

The article analyzes how the surge of AI agents—projected to generate 80% of API calls—forces backend systems to evolve from MVC‑style monoliths toward a new core foundational unit that unifies APIs, workflows, observability, and shared state across diverse frameworks.

AIAPIAgents
0 likes · 10 min read
How AI Is Redefining Backend Architecture Beyond Code Generation
FunTester
FunTester
May 4, 2026 · Industry Insights

How AI Amplifies the Matthew Effect: Why the Strong Get Stronger

AI speeds up output but also widens existing skill gaps, turning capable users into fast decision‑makers while leaving others with vague results; the article explains how AI acts as an amplifier, why basic tasks disappear, and what abilities are needed to stay valuable.

AIAutomationJudgment
0 likes · 9 min read
How AI Amplifies the Matthew Effect: Why the Strong Get Stronger
Smart Workplace Lab
Smart Workplace Lab
May 3, 2026 · Artificial Intelligence

How to Resolve Conflicts Among Multiple AI Agents in the Workplace

The article analyzes why deploying many AI agents without a central coordinator leads to task duplication and wasted effort, then presents a step‑by‑step dispatcher protocol, conflict‑fuse SOP, and permission‑revocation checklist that together restore control and streamline multi‑agent workflows.

AI agentsProcess ManagementSOP
0 likes · 5 min read
How to Resolve Conflicts Among Multiple AI Agents in the Workplace
Java Tech Enthusiast
Java Tech Enthusiast
May 3, 2026 · Backend Development

Escape the If‑Else Nightmare with Powerful Workflow Orchestration

The article explains how excessive if‑else branching in multi‑business Java systems harms maintainability and reliability, and demonstrates how a flow engine combined with plugin extensions can isolate code, configure per‑business execution chains, and safely handle success, rollback, and callbacks.

OrchestrationWorkflowcode isolation
0 likes · 6 min read
Escape the If‑Else Nightmare with Powerful Workflow Orchestration
Shuge Unlimited
Shuge Unlimited
May 3, 2026 · Artificial Intelligence

Combining OpenSpec and Superpowers: A 4‑Step Workflow to Eliminate Luck in AI Coding

This article analyses how OpenSpec’s hard‑coded specification engine and Superpowers’ LLM‑driven execution loop complement each other, presenting a detailed four‑step workflow, concrete code snippets, and a side‑by‑side comparison that shows how the combined approach resolves both definition and execution quality issues in AI‑assisted programming.

AI programmingDelta SpecLLM
0 likes · 17 min read
Combining OpenSpec and Superpowers: A 4‑Step Workflow to Eliminate Luck in AI Coding
PMTalk Product Manager Community
PMTalk Product Manager Community
May 2, 2026 · Interview Experience

How a Real AI Use‑Case Won Me an Offer

The author recounts an interview where the question "How do you use AI in your work?" was answered with a concrete, step‑by‑step AI‑assisted workflow that turned a tool outage into a stable, reusable process, demonstrating the value of problem definition over mere tool mentions.

AICase studyInterview
0 likes · 9 min read
How a Real AI Use‑Case Won Me an Offer