Tagged articles

Automation

3297 articles · Page 2 of 33
High Availability Architecture
High Availability Architecture
Jun 12, 2026 · Artificial Intelligence

From Spec to Loss Function: How Real AI Agents Design Effective Loops in 30 Hours

The article details how loss‑function development (LFD) and well‑designed /goal loops let AI agents reverse‑engineer a product core in about 30 hours, achieving roughly 50× better results by shifting from fixed specs to optimized objectives and enforcing constraints, harnesses, and forced entropy.

AI agentsAutomationLoop Engineering
0 likes · 16 min read
From Spec to Loss Function: How Real AI Agents Design Effective Loops in 30 Hours
Tech Minimalism
Tech Minimalism
Jun 12, 2026 · Artificial Intelligence

Understanding the New Loop Engineering Paradigm for AI Programming Agents

The article explains how AI programming is shifting from manual Prompt Engineering to a Loop Engineering approach that builds repeatable, observable, and self‑correcting work cycles, detailing its components, benefits, risks, and practical workflow for sustainable agent collaboration.

AI programmingAutomationLoop Engineering
0 likes · 15 min read
Understanding the New Loop Engineering Paradigm for AI Programming Agents
Code Mala Tang
Code Mala Tang
Jun 12, 2026 · Artificial Intelligence

Loop Engineering: When AI Coding’s Bottleneck Shifts from Prompt to Loop

The article argues that single‑call AI agents have hit their performance ceiling and that the next frontier, called Loop Engineering, moves the heavy lifting from prompt design to automated, self‑checking loops, while outlining real‑world attempts, core components, and practical limitations.

AI agentsAnthropicAutomation
0 likes · 17 min read
Loop Engineering: When AI Coding’s Bottleneck Shifts from Prompt to Loop
Old Meng AI Explorer
Old Meng AI Explorer
Jun 11, 2026 · Artificial Intelligence

Master 98% of Codex’s Features in Just 35 Minutes

This tutorial walks you through configuring AGENTS.md, using over 30 slash commands, leveraging Plan and Comment modes, building reusable Skills, connecting external services via MCP, automating long‑running tasks with Goal, and enabling security scanning to unlock the full power of the Codex AI coding assistant.

AGENTS.mdAI coding assistantAutomation
0 likes · 17 min read
Master 98% of Codex’s Features in Just 35 Minutes
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Jun 11, 2026 · Artificial Intelligence

Anthropic’s Internal Claude Code Skills: 9 Categories, Best Practices, and Lessons Learned

Anthropic reveals how its internal Claude Code Skills are organized into nine functional categories, why verification matters most, and five concrete guidelines for writing focused, reusable Skills, followed by advice on memory, scripts, hooks, and large‑scale distribution within teams.

AI ToolingAnthropicAutomation
0 likes · 15 min read
Anthropic’s Internal Claude Code Skills: 9 Categories, Best Practices, and Lessons Learned
Architect
Architect
Jun 11, 2026 · Artificial Intelligence

Why More Automation Means More Human Judgment in Loop Engineering

Loop Engineering shifts focus from one‑off prompt engineering to continuous feedback loops that discover work, assign tasks, verify results, and record state, showing that the more automated the loop becomes, the more essential human judgment remains to define goals, budgets, and stop conditions.

AIAgentAutomation
0 likes · 22 min read
Why More Automation Means More Human Judgment in Loop Engineering
Xiao Liu Lab
Xiao Liu Lab
Jun 11, 2026 · Operations

Ops Engineer Core Skills: From Basic Commands to High‑Availability Architecture

This article provides a comprehensive roadmap for operations engineers, covering essential Linux commands, core system concepts, service principles, fault‑diagnosis methods, high‑availability architecture designs, data security, backup strategies, performance tuning, and automation scripts to handle both single‑machine and large‑scale cluster environments.

AutomationDockerHigh Availability
0 likes · 13 min read
Ops Engineer Core Skills: From Basic Commands to High‑Availability Architecture
Frontend AI Walk
Frontend AI Walk
Jun 11, 2026 · Artificial Intelligence

How SkillOpt‑Sleep Gives Your AI Coding Assistant a Memory Palace

SkillOpt‑Sleep, the deployment companion for Microsoft’s open‑source SkillOpt, reviews offline Claude or Codex sessions, extracts coding habits and project conventions, validates them through a gate, and writes learned rules into protected blocks, enabling the assistant to remember and improve over time.

AI coding assistantAutomationClaude Code
0 likes · 26 min read
How SkillOpt‑Sleep Gives Your AI Coding Assistant a Memory Palace
Frontend AI Walk
Frontend AI Walk
Jun 11, 2026 · Artificial Intelligence

Do AI Skills Have a Methodology? From Scientific Foundations to Design Patterns

The article argues that building AI Agent Skills follows a nascent methodology built on three scientific principles—In‑Context Learning, attention distribution, and bounded rationality—organized into three methodological streams (design‑driven, engineering‑driven, auto‑optimization) and distilled into six reusable design patterns, with a roadmap for future evolution.

AI AgentAutomationBounded Rationality
0 likes · 13 min read
Do AI Skills Have a Methodology? From Scientific Foundations to Design Patterns
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 11, 2026 · Artificial Intelligence

Building an AI‑Native Multi‑Agent Digital Human Architecture on Cloud Native

The article details how a cloud‑native platform called AgentTeams enables AI‑Native multi‑agent digital‑human teams to replace manual incident response, automate end‑to‑end development workflows, and securely integrate LLMs and internal services through declarative orchestration and fine‑grained permission models.

AI-nativeAgentTeamsAutomation
0 likes · 24 min read
Building an AI‑Native Multi‑Agent Digital Human Architecture on Cloud Native
Python Crawling & Data Mining
Python Crawling & Data Mining
Jun 11, 2026 · Operations

Real Fan Request: Python Automation for Bulk Bill-of-Lading Watermark Replacement (Part 1)

The article outlines a fan's request to automate the replacement of header watermarks in dozens of foreign‑trade bill‑of‑lading .doc files using Python, explains the inefficiency of manual editing, describes converting .doc to .docx and applying python‑docx, and previews a detailed multi‑part walkthrough of the implementation challenges.

AutomationOffice AutomationPython
0 likes · 4 min read
Real Fan Request: Python Automation for Bulk Bill-of-Lading Watermark Replacement (Part 1)
AI Architecture Hub
AI Architecture Hub
Jun 11, 2026 · Artificial Intelligence

Why Every AI Engineer Must Master Agent Loops by 2026

The article explains how AI engineers should shift from single‑prompt interactions to designing autonomous agent loops, outlines the token‑cost challenges of open‑ended cycles, presents closed‑loop and multi‑agent architectures, and details six essential components and practical examples for building cost‑effective, scalable automation.

AI agentsAutomationLarge Language Models
0 likes · 18 min read
Why Every AI Engineer Must Master Agent Loops by 2026
Su San Talks Tech
Su San Talks Tech
Jun 10, 2026 · Artificial Intelligence

Mastering Claude Code: 6 Essential Commands for AI‑Powered Development

This article breaks down Claude Code's six built‑in slash commands—/goal, /loop, /batch, /simplify, /doctor, and /debug—explaining their purpose, when to use them, best‑practice tips, and how to combine them for autonomous, goal‑driven coding workflows.

AI programmingAutomationClaude Code
0 likes · 12 min read
Mastering Claude Code: 6 Essential Commands for AI‑Powered Development
AI Engineering
AI Engineering
Jun 10, 2026 · Artificial Intelligence

Loop Engineering: Designing Self‑Running Agent Loops

Addy Osmani introduces Loop Engineering, a shift from writing prompts for coding agents to building autonomous loops composed of automations, worktrees, skills, plugins, sub‑agents, and state, while highlighting benefits, trade‑offs, and the new leverage point for engineers.

AI agentsAutomationLoop Engineering
0 likes · 11 min read
Loop Engineering: Designing Self‑Running Agent Loops
Python Crawling & Data Mining
Python Crawling & Data Mining
Jun 10, 2026 · Artificial Intelligence

Automating Validation of 300,000 Records with Python + AI to Detect Errors and Dirty Data

Even with 99 % accuracy, tens of thousands of errors remain in a 300 k‑row dataset, so the author builds a Python‑AI pipeline that preprocesses images, performs high‑precision OCR, merges data, applies custom validation rules, and automatically generates an error report, dramatically reducing manual effort.

AIAutomationData Validation
0 likes · 6 min read
Automating Validation of 300,000 Records with Python + AI to Detect Errors and Dirty Data
AI Architecture Hub
AI Architecture Hub
Jun 10, 2026 · Artificial Intelligence

Loop Engineering: Automating Prompt Delivery for Code Agents

Loop engineering replaces manual prompt writing for code agents with an automated system that recursively executes tasks until goals are met, detailing five core components, workflow steps, and the trade‑offs developers must manage such as token costs and verification responsibility.

AI agentsAutomationClaude Code
0 likes · 15 min read
Loop Engineering: Automating Prompt Delivery for Code Agents
BirdNest Tech Talk
BirdNest Tech Talk
Jun 9, 2026 · Artificial Intelligence

Loop Engineering: From Prompting Agents to Designing Autonomous Loops

Loop Engineering replaces manual prompting of AI coding agents with automated loops that schedule, coordinate, and verify work, detailing the five essential primitives, historical evolution, practical implementations, limitations, and a step‑by‑step guide for building a minimal, production‑ready loop.

AI agentsAutomationDynamic Workflows
0 likes · 28 min read
Loop Engineering: From Prompting Agents to Designing Autonomous Loops
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
IT Services Circle
IT Services Circle
Jun 9, 2026 · Artificial Intelligence

Boost Your Productivity 10× with Claude Code Slash Commands – Complete Guide

This tutorial walks through Claude Code’s built‑in slash commands, explaining each command’s purpose, when to use it, and providing concrete examples and demo prompts so developers can manage sessions, control context, run background tasks, and streamline AI‑assisted coding efficiently.

AI programmingAutomationClaude Code
0 likes · 20 min read
Boost Your Productivity 10× with Claude Code Slash Commands – Complete Guide
ShiZhen AI
ShiZhen AI
Jun 9, 2026 · Artificial Intelligence

What Is the Hotly Debated ‘Loop’ in AI Programming? A Full Breakdown

The article dissects the rapidly debated concept of “Loop” in AI programming, tracing its origin from a viral tweet, defining it through Boris Cherny’s explanation, outlining its five evolutionary layers, practical usage, cost implications, and how it differs from traditional cron jobs.

AI agentsAutomationClaude Code
0 likes · 11 min read
What Is the Hotly Debated ‘Loop’ in AI Programming? A Full Breakdown
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
Old Zhang's AI Learning
Old Zhang's AI Learning
Jun 8, 2026 · Artificial Intelligence

Open‑Source AI Digital Employees for SMBs: One‑Line Install for Claude Code/Codex

The article introduces a set of open‑source AI Agent Skills that turn Claude Code, Qoder, Cursor and similar tools into digital employees for small‑to‑medium businesses, showing how to install them with a single command, configure them for tasks like email handling, PDF parsing, markdown‑to‑Excel conversion, and Excel editing, and combine them into fully automated workflows.

AI AgentAutomationClaude Code
0 likes · 17 min read
Open‑Source AI Digital Employees for SMBs: One‑Line Install for Claude Code/Codex
DataFunTalk
DataFunTalk
Jun 8, 2026 · Artificial Intelligence

How Harness Transforms AI Coding for Data Warehousing into an End-to-End Pipeline

This article details how a data‑warehouse team built a seven‑layer Harness framework to overcome AI‑coding challenges—semantic drift, strict constraints, and cross‑session context—enabling reliable, end‑to‑end production‑grade wide‑table delivery with up to 25× speedup and near‑zero side‑effects.

AIAutomationData Warehousing
0 likes · 32 min read
How Harness Transforms AI Coding for Data Warehousing into an End-to-End Pipeline
Linyb Geek Road
Linyb Geek Road
Jun 8, 2026 · Artificial Intelligence

How OpenAI’s Codex Team Built a Commercial App Without Writing a Single Line of Human Code

OpenAI’s Codex team started from an empty repository and, by relying solely on AI‑generated application logic, tests, CI configurations and documentation, built a commercial‑grade software product in one‑tenth the usual development time, detailing roles, repository knowledge, agent legibility, architecture constraints, and iterative autonomy.

AI code generationAutomationCodex
0 likes · 12 min read
How OpenAI’s Codex Team Built a Commercial App Without Writing a Single Line of Human Code
Linyb Geek Road
Linyb Geek Road
Jun 8, 2026 · Artificial Intelligence

Harness Engineering: How OpenAI’s Agent‑First Approach Redefined Software Development

OpenAI’s five‑month experiment showed that by replacing manual coding with an "agent‑first" workflow—designing environments, building scaffolding, and automating feedback loops—engineers can produce a million lines of code, 1,500 PRs, and a fully functional product while spending only a tenth of the time traditionally required.

AgentArtificial IntelligenceAutomation
0 likes · 22 min read
Harness Engineering: How OpenAI’s Agent‑First Approach Redefined Software Development
SuanNi
SuanNi
Jun 7, 2026 · Artificial Intelligence

How OpenAI’s Codex Is Driving a 3× Surge in Knowledge‑Work Productivity

OpenAI’s “The Next Era of Knowledge Work” report shows Codex powering over five million weekly active users with more than six‑fold growth, reshaping knowledge‑intensive tasks by tackling search, coordination and approval frictions, enabling parallel workflows, and prompting policy recommendations for broader AI adoption.

AI productivityAutomationCodex
0 likes · 12 min read
How OpenAI’s Codex Is Driving a 3× Surge in Knowledge‑Work Productivity
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Jun 7, 2026 · Artificial Intelligence

22 Agentic Engineering Hacks to Turbocharge Your AI Projects

This guide walks through 22 practical Agentic Engineering techniques—from planning with /ce-plan and voice‑to‑LLM input to multi‑agent loops, remote session control, and turning everyday tasks into reusable skills—showing how to feed context, automate workflows, and avoid common pitfalls.

AI workflowAgentic EngineeringAutomation
0 likes · 15 min read
22 Agentic Engineering Hacks to Turbocharge Your AI Projects
Java Tech Enthusiast
Java Tech Enthusiast
Jun 7, 2026 · Artificial Intelligence

Boost Your Productivity 10× with Claude Code Slash Commands

This guide walks through every built‑in slash command in Claude Code, explains when and how to use each one, shows concrete demos and tips for session management, context handling, model control, code review, and background tasks, helping developers dramatically increase efficiency.

AI coding assistantAutomationClaude Code
0 likes · 19 min read
Boost Your Productivity 10× with Claude Code Slash Commands
macrozheng
macrozheng
Jun 7, 2026 · Artificial Intelligence

Even Singer Hu Yanbin Uses AI to Code – 9 Proven AI Programming Efficiency Hacks

The article walks through practical AI‑coding productivity tricks—from picking the right model and trimming unnecessary output, to leveraging parallel agents, shortcut keys, slash commands, MCP integration, automation loops, reusable component libraries, and time‑management methods—showing how developers can dramatically speed up their workflow.

AIAutomationSlash Commands
0 likes · 32 min read
Even Singer Hu Yanbin Uses AI to Code – 9 Proven AI Programming Efficiency Hacks
Alibaba Cloud Native
Alibaba Cloud Native
Jun 7, 2026 · Cloud Native

Eliminate Complex Integration: AI Agent Skill Powers Cloud Monitoring

The article shows how Alibaba Cloud's CMS CLI and the AI‑driven alibabacloud‑cms‑manage Skill turn a multi‑step observability setup into a single natural‑language command, detailing the six‑step CLI workflow, the two‑stage confirmation safety, and a full K8s LangChain auto‑integration demo.

AI AgentAutomationCLI
0 likes · 10 min read
Eliminate Complex Integration: AI Agent Skill Powers Cloud Monitoring
AI Engineering
AI Engineering
Jun 6, 2026 · Artificial Intelligence

Introducing /supergoal: A Planning Layer for Claude Code and Codex CLI

The /supergoal plugin adds a planning and self‑healing layer to Claude Code’s /goal engine, automatically generating specifications, risk analysis, staged roadmaps, and audit checks, so developers can issue a single high‑level command and let the system handle task decomposition, execution, and verification.

AutomationClaude Codeai programming assistant
0 likes · 7 min read
Introducing /supergoal: A Planning Layer for Claude Code and Codex CLI
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Jun 6, 2026 · Frontend Development

How KY Design-to-HTML Skill Turns a UI Screenshot into Precise HTML/CSS

The article introduces KY Design-to-HTML Skill, an AI skill for Codex and Claude that converts UI screenshots into precise HTML/CSS by following a six‑step workflow—structure recognition, asset classification, canvas adaptation, code generation, screenshot verification, and iterative correction—plus installation guidance and practical use cases.

AIAutomationClaude
0 likes · 9 min read
How KY Design-to-HTML Skill Turns a UI Screenshot into Precise HTML/CSS
Ops Community
Ops Community
Jun 6, 2026 · Operations

Ansible Best Practices: From Playbooks to Roles

This hands‑on guide walks DevOps engineers through common pitfalls of raw Playbooks, then shows how to structure inventories, variables, templates, handlers, and roles, secure secrets with Vault, optimise performance, and integrate testing and CI/CD for production‑ready Ansible automation.

AnsibleAutomationCI/CD
0 likes · 33 min read
Ansible Best Practices: From Playbooks to Roles
Old Zhang's AI Learning
Old Zhang's AI Learning
Jun 6, 2026 · Artificial Intelligence

How to Build a Personal Knowledge Base with My Custom web‑pack Skill

This article explains how to construct a personal knowledge base using the author’s open‑source web‑pack Skill, which automates raw material collection, image localization, link expansion, and structured output, addressing the limitations of Obsidian’s Web Clipper and aligning with Karpathy’s LLM Wiki three‑layer architecture.

AI agentsAutomationKnowledge Management
0 likes · 9 min read
How to Build a Personal Knowledge Base with My Custom web‑pack Skill
Linyb Geek Road
Linyb Geek Road
Jun 6, 2026 · Artificial Intelligence

Top 20+ Must‑Use Agent Skills for Developers

This article catalogs more than twenty frequently used AI Agent Skills, explaining each skill’s purpose, typical use‑case scenarios, and providing the exact `npx skills add` command needed to install the modular capability into a developer’s workflow.

AI AgentAgent SkillsAutomation
0 likes · 22 min read
Top 20+ Must‑Use Agent Skills for Developers
ShiZhen AI
ShiZhen AI
Jun 4, 2026 · Industry Insights

How Much Business Barrier Remains When AI Can Build Apps, Create Marketing Assets, and Serve as Customer Service?

The article analyzes how AI is shifting from content‑creation tools to full‑stack business assistants—automatically generating an app, producing promotion materials, and handling customer inquiries—thereby dramatically lowering the entry barrier for ordinary people to launch a one‑person venture, illustrated by the Yiwu AI shop case.

AIAutomationBusiness tools
0 likes · 12 min read
How Much Business Barrier Remains When AI Can Build Apps, Create Marketing Assets, and Serve as Customer Service?
AI Engineering
AI Engineering
Jun 4, 2026 · Artificial Intelligence

Why I Stopped Writing Prompts for Claude and Started Writing Loops

Boris, the author of Claude Code, explains how Dynamic Workflows let Claude run hundreds of agents in a single session, replace traditional prompting with loop‑based orchestration, and avoid common failure modes such as agentic laziness, self‑bias, and goal drift.

AI orchestrationAutomationClaude
0 likes · 8 min read
Why I Stopped Writing Prompts for Claude and Started Writing Loops
dbaplus Community
dbaplus Community
Jun 3, 2026 · Big Data

Boosting SQL Compliance to 95%: Harness Solves AI’s “Memory Loss” in Data Warehouse

The article analyzes the challenges of AI‑generated SQL in a data‑warehouse environment—context loss, unstable rule enforcement, and token overflow—and presents a five‑layer Harness architecture that persists constraints, injects hooks, uses subagents, and refactors SKILL files, raising SQL compliance from 70‑80% to over 95% while reducing context compacting.

AIAutomationData Warehouse
0 likes · 26 min read
Boosting SQL Compliance to 95%: Harness Solves AI’s “Memory Loss” in Data Warehouse
Test Development Learning Exchange
Test Development Learning Exchange
Jun 3, 2026 · Backend Development

How to Prevent Dirty Data in API Tests with Effective Cleanup Strategies

The article explains why dirty data appears in API automation tests, outlines five practical cleanup strategies—including teardown, setup, transaction rollback, unique ID isolation, and data‑factory soft deletes—and provides a complete Pytest‑based Python implementation with code examples and special‑case handling to keep test environments clean and reliable.

API testingAutomationPython
0 likes · 16 min read
How to Prevent Dirty Data in API Tests with Effective Cleanup Strategies
AI Engineering
AI Engineering
Jun 2, 2026 · Artificial Intelligence

Why Your Enterprise AI Looks Impressive Yet Produces Garbage Results

Even with the world’s best large language models, chaotic internal notes, calls, and processes turn enterprise AI output into junk; a five‑layer architecture—capture, retrieval, source‑truth, permission, and feedback—plus a six‑question test can turn a noisy "company brain" into a useful tool, as shown by Single Grain’s dramatic time‑saving results.

AI ArchitectureAutomationEnterprise AI
0 likes · 7 min read
Why Your Enterprise AI Looks Impressive Yet Produces Garbage Results
Java Web Project
Java Web Project
Jun 2, 2026 · Artificial Intelligence

A Hands‑On, Step‑by‑Step Guide to Mastering Codex

This guide walks you through installing the Codex desktop app, configuring permissions, crafting effective prompts, reviewing diffs, using the built‑in browser, running parallel tasks, creating reusable Skills, and even controlling Codex remotely from a phone, turning the AI from a code writer into a code reviewer.

AI coding assistantAutomationCodex
0 likes · 11 min read
A Hands‑On, Step‑by‑Step Guide to Mastering Codex
Advanced AI Application Practice
Advanced AI Application Practice
Jun 1, 2026 · Operations

Where Does TestHub’s Planet Edition Improve? A Side‑by‑Side Look at Planet vs. Open‑Source Upgrades

The article provides a detailed technical comparison between TestHub’s Planet edition and the open‑source version, covering architecture modernization, unified project management, new modules, API and UI automation enhancements, AI‑driven capabilities, scheduler and notification upgrades, performance monitoring, and the top ten reasons to upgrade.

AIAutomationProject Management
0 likes · 6 min read
Where Does TestHub’s Planet Edition Improve? A Side‑by‑Side Look at Planet vs. Open‑Source Upgrades
Alibaba Cloud Native
Alibaba Cloud Native
Jun 1, 2026 · Artificial Intelligence

From a Single Agent Session to a Governable Skill Registry: The SkillClaw × Nacos Automatic Evolution Loop

SkillClaw captures experience from real Agent conversations, automatically extracts reusable Skills, and, combined with Nacos’s AI Registry, provides versioned, audited, and team‑wide distribution, forming a closed‑loop pipeline that turns personal Agent knowledge into shared, governable AI assets.

AI AgentAutomationSkill Management
0 likes · 20 min read
From a Single Agent Session to a Governable Skill Registry: The SkillClaw × Nacos Automatic Evolution Loop
Old Zhang's AI Learning
Old Zhang's AI Learning
May 31, 2026 · Artificial Intelligence

Scaling AI Agents with Claude Code’s Dynamic Workflows: From Subagents to 1,000 Agents

Claude Code’s Dynamic Workflows move the AI programming assistant from a single‑round subagent model to a JavaScript‑driven orchestration that can run up to 1,000 agents in the background, offering non‑blocking execution, adversarial quality checks, and reusable scripts while highlighting token costs and practical limits.

AI agentsAutomationClaude Code
0 likes · 13 min read
Scaling AI Agents with Claude Code’s Dynamic Workflows: From Subagents to 1,000 Agents
AI Engineering
AI Engineering
May 31, 2026 · Artificial Intelligence

Anthropic’s New Claude Code Plugin Automatically Configures Automations for Your Project

Anthropic quietly released the official claude-code-setup plugin, which scans a repository and recommends suitable MCP servers, skills, hooks, subagents, and slash commands for Claude Code, offering a read‑only analysis that lowers the entry barrier while noting potential noise in large projects and CLI state‑loss issues.

AI assistantAnthropicAutomation
0 likes · 3 min read
Anthropic’s New Claude Code Plugin Automatically Configures Automations for Your Project
Code Mala Tang
Code Mala Tang
May 31, 2026 · Artificial Intelligence

Can Four Sub‑Agents Ship a Feature Overnight? A Deep Dive into the 4‑Agent Pipeline vs Superpowers

The article compares zodchiii's minimalist four‑sub‑agent pipeline with the Superpowers skill‑driven approach, examining context isolation, handoff files, model allocation, testing discipline, review rules, learning curve, and suitability, and concludes with a hybrid recommendation for reliable feature delivery.

AI agentsAutomationClaude Code
0 likes · 14 min read
Can Four Sub‑Agents Ship a Feature Overnight? A Deep Dive into the 4‑Agent Pipeline vs Superpowers
AI Architecture Path
AI Architecture Path
May 31, 2026 · Artificial Intelligence

Zero‑Barrier AI Short‑Video Generator: From Theme to Daily Posts with MoneyPrinterTurbo (70K+ Stars)

Creating short‑form videos is notoriously time‑consuming, but the open‑source MoneyPrinterTurbo tool automates the entire pipeline—from theme input to script,素材, voice‑over, subtitles and rendering—using Claude models, runs on low‑end hardware, and offers both Python and Docker deployment options with detailed troubleshooting and quality‑boosting tips.

AI video generationAutomationClaude
0 likes · 13 min read
Zero‑Barrier AI Short‑Video Generator: From Theme to Daily Posts with MoneyPrinterTurbo (70K+ Stars)
DataFunTalk
DataFunTalk
May 30, 2026 · Artificial Intelligence

Mastering Codex: Essential Practices from OpenAI

This guide outlines a systematic, engineering‑focused approach to using OpenAI's Codex, covering context provision, prompt structuring, configuration management, skill creation, automation, and common pitfalls to help developers turn Codex into a reliable, continuously improving teammate.

AGENTS.mdAutomationCodex
0 likes · 15 min read
Mastering Codex: Essential Practices from OpenAI
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 agentsAutomationSpec-driven
0 likes · 9 min read
Set Up an Entire AI Development Pipeline with a Single Command
IT Services Circle
IT Services Circle
May 29, 2026 · Artificial Intelligence

Stop Being an AI ‘After‑Hours Engineer’—Let AI Write Better Code

The article explains how repetitive prompting of AI coding assistants can be eliminated by using the open‑source Skill mechanism, which packages project conventions and custom actions into reusable files, describes the two Skill types, placement options, and lists ready‑made Skill collections and tools for developers.

AI codingAgent SkillsAutomation
0 likes · 11 min read
Stop Being an AI ‘After‑Hours Engineer’—Let AI Write Better Code
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
Java Companion
Java Companion
May 29, 2026 · Artificial Intelligence

Getting Started with Codex in 20 Minutes: A Hands‑On Quick‑Start Guide

This guide shows how Codex reshapes a developer's workflow by using its four entry points—App, IDE plugin, CLI, and Browser—while covering permission settings, prompt engineering, diff review, multi‑tasking, remote control, automation, and a five‑step onboarding plan for newcomers.

AI coding assistantAutomationCodex
0 likes · 14 min read
Getting Started with Codex in 20 Minutes: A Hands‑On Quick‑Start Guide
BirdNest Tech Talk
BirdNest Tech Talk
May 29, 2026 · Industry Insights

Why Traditional Coding Is Becoming Obsolete in the AI Era

The article analyzes how AI agents have transformed software engineering over the past three years, redefining programming from hand‑written code to prompt‑driven development, and argues that engineers must shift from writing code to orchestrating intelligent agents to stay relevant.

AIAgentic EngineeringAutomation
0 likes · 19 min read
Why Traditional Coding Is Becoming Obsolete in the AI Era
AI Architecture Hub
AI Architecture Hub
May 29, 2026 · Artificial Intelligence

Make Claude Code Auto‑Fix Its Own Bugs with a Ready‑to‑Copy Configuration

This article explains why Claude repeatedly makes the same coding errors, introduces a CLAUDE.md rule file and a series of hooks (PostToolUse, PreToolUse, Stop) plus an automatic retry loop and cross‑session memory, and shows a before‑after comparison that reduces manual debugging from 45 minutes to about 10 minutes per feature.

AIAutomationClaude
0 likes · 11 min read
Make Claude Code Auto‑Fix Its Own Bugs with a Ready‑to‑Copy Configuration
ZhiKe AI
ZhiKe AI
May 28, 2026 · Artificial Intelligence

Why Your LLM Skill Gets Ignored and 5 Proven Design Patterns to Make Agents Work

Even after spending hours crafting a Skill, many LLM agents ignore it, leading to failed automation; this article analyzes why and presents five validated design patterns—linear flow, decision tree with lazy loading, iterative loops, baton passing, and multi‑stage checkpoints—plus concrete examples and a minimal Skill template to ensure reliable, production‑grade agent behavior.

AgentAutomationDesign Patterns
0 likes · 12 min read
Why Your LLM Skill Gets Ignored and 5 Proven Design Patterns to Make Agents Work
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
May 28, 2026 · Artificial Intelligence

From Assisted to Autonomous: How DataWorks Data Agent Revolutionizes Data Intelligence

DataWorks Data Agent advances from an assisted, code‑completion tool to a fully autonomous data‑intelligent agent, using a dual‑engine CLI/Claw architecture, unified runtime, open Skill ecosystem, and CPU‑GPU co‑optimization to automatically understand requirements, explore data, generate code, execute tasks, and deliver end‑to‑end results for developers and operators.

AIAutomationBig Data
0 likes · 10 min read
From Assisted to Autonomous: How DataWorks Data Agent Revolutionizes Data Intelligence
ITPUB
ITPUB
May 28, 2026 · Operations

10 Essential Shell Scripts for Efficient Log Management

This article provides ten ready‑to‑use Bash scripts that cover real‑time log monitoring, daily rotation, error aggregation across servers, timestamp conversion, IP address statistics, request‑type analysis, response‑time bucketing, file‑diff comparison, user‑activity tracking, and log compression with optional remote backup, helping operators automate and streamline log handling tasks.

AutomationShellbash
0 likes · 10 min read
10 Essential Shell Scripts for Efficient Log Management
DataFunSummit
DataFunSummit
May 28, 2026 · Artificial Intelligence

How DataWorks Data Agent Advances from Augmented Assistance to Full Autonomy

The article analyzes DataWorks Data Agent’s evolution from a helper‑style tool to an autonomous data‑centric AI agent, detailing its five‑stage roadmap, dual‑engine CLI/Claw architecture, unified runtime kernel, open skill ecosystem, and CPU‑GPU joint optimization for enterprise‑grade data automation.

AIAutomationBig Data
0 likes · 12 min read
How DataWorks Data Agent Advances from Augmented Assistance to Full Autonomy
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
AI Product Manager Community
AI Product Manager Community
May 27, 2026 · Industry Insights

How Can Humans Thrive When AI Replaces White‑Collar Jobs?

The article examines why AI can now perform most white‑collar tasks, draws parallels with past technological revolutions, proposes four ways humans can “up‑level” their roles, and discusses wealth‑distribution reforms such as UBI and shorter work weeks as possible responses.

AIAutomationeconomic policy
0 likes · 8 min read
How Can Humans Thrive When AI Replaces White‑Collar Jobs?
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
May 27, 2026 · Artificial Intelligence

DataWorks Data Agent Powers AI‑Driven Data Development: 2‑3× Faster and 80% Automation with SuperETL

The article details how DataWorks Data Agent integrates logistics industry standards and a skill‑based orchestration to overhaul the data development workflow, delivering 2‑3× efficiency gains and up to 80% AI‑automated task completion through SuperETL, hooks, and CLI tools.

AIAutomationData Engineering
0 likes · 10 min read
DataWorks Data Agent Powers AI‑Driven Data Development: 2‑3× Faster and 80% Automation with SuperETL
AI Insight Log
AI Insight Log
May 26, 2026 · Frontend Development

How Taste Skill Gives AI‑Generated Front‑Ends Real Design Sense

Taste Skill, a 21.5k‑star GitHub project, adds a set of design rules that AI coding agents can follow, turning generic, “slop” front‑end pages into more aesthetically pleasing layouts by banning common pitfalls and offering adjustable parameters for variance, motion, and visual density.

AIAutomationFrontend
0 likes · 10 min read
How Taste Skill Gives AI‑Generated Front‑Ends Real Design Sense
Code Mala Tang
Code Mala Tang
May 26, 2026 · Industry Insights

Turning Your Company into an AI Operating System: Insights from YC’s Two Videos

The article analyzes YC’s two videos on AI‑native companies, showing how AI can be re‑engineered as a company‑wide operating system with four layered components, recursive self‑improving loops, and practical steps for founders to transform workflows, decision‑making and organizational structure.

AI-nativeAutomationKnowledge Management
0 likes · 24 min read
Turning Your Company into an AI Operating System: Insights from YC’s Two Videos
JD Tech Talk
JD Tech Talk
May 26, 2026 · Artificial Intelligence

AI Powers Cross‑Border Growth: JD Oxygen Vision Image‑Set Generation Practice & Outlook

The article examines JD’s Oxygen Vision AI solution for cross‑border e‑commerce, detailing how automated product‑image set generation tackles high costs, slow turnaround, multilingual and platform compliance challenges, delivers up to 90% time and cost reductions, and outlines future multimodal, personalization, and ecosystem expansions.

AIAutomationcross‑border e‑commerce
0 likes · 15 min read
AI Powers Cross‑Border Growth: JD Oxygen Vision Image‑Set Generation Practice & Outlook
JD Cloud Developers
JD Cloud Developers
May 26, 2026 · Artificial Intelligence

AI‑Powered Oxygen Vision Slashes Cross‑Border E‑Commerce Image Production Cost and Time

The article details how JD’s Oxygen Vision uses AI to automatically generate compliant, localized product image sets for multiple overseas platforms, reducing SKU‑level creation time from days to minutes, cutting costs by up to 90%, and addressing challenges of multi‑language, cultural, and regulatory adaptation.

AI image generationAutomationcost reduction
0 likes · 15 min read
AI‑Powered Oxygen Vision Slashes Cross‑Border E‑Commerce Image Production Cost and Time
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
May 26, 2026 · Operations

When CPUs Hide GPU Bottlenecks: How Btune 2.0 Automates Latency Analysis to Uncover Performance Issues

The article presents a real‑world migration case where a CPU‑XPU bottleneck limited inference QPS, explains how Btune 2.0’s new latency‑focused diagnostics pinpointed a kernel lock contention in the halolet component, and shows the AI Agent’s automated, cross‑process analysis that restored performance and reduced cost.

AI InfrastructureAutomationCPU-GPU bottleneck
0 likes · 11 min read
When CPUs Hide GPU Bottlenecks: How Btune 2.0 Automates Latency Analysis to Uncover Performance Issues
ZhiKe AI
ZhiKe AI
May 26, 2026 · Artificial Intelligence

ChatGPT Only Answers, Agents Get Things Done: Understanding AI Digital Employees

The article explains that AI Agents combine LLMs, memory, planning, and tool access to act autonomously on tasks—unlike ChatGPT’s passive answering—while highlighting industry momentum in 2025 and the four core capabilities that make them true digital employees.

AI AgentAI toolsAutomation
0 likes · 8 min read
ChatGPT Only Answers, Agents Get Things Done: Understanding AI Digital Employees
Su San Talks Tech
Su San Talks Tech
May 26, 2026 · Artificial Intelligence

9 Powerful AI Coding Efficiency Techniques to Supercharge Your Development

AI can speed up development, but many waste time on repetitive tasks; this guide explains nine practical techniques—including model selection, prompt control, parallel agents, slash commands, MCP integration, and automation scripts—to dramatically boost coding productivity with tools like Cursor and Claude Code.

AIAutomationClaude Code
0 likes · 32 min read
9 Powerful AI Coding Efficiency Techniques to Supercharge Your Development
dbaplus Community
dbaplus Community
May 25, 2026 · Artificial Intelligence

Claude AI Elevates DeWu’s Financial Data Warehouse to Full-Chain Efficiency

The article analyzes how Claude large‑model AI is applied to DeWu’s financial data warehouse, detailing the domain’s unique challenges, the model’s three core capabilities, practical use‑cases such as OneData standardised modelling, AI‑assisted SQL coding and automated data testing, and the resulting efficiency, quality and reusability gains.

AI codingAutomationClaude AI
0 likes · 21 min read
Claude AI Elevates DeWu’s Financial Data Warehouse to Full-Chain Efficiency
SuanNi
SuanNi
May 25, 2026 · Artificial Intelligence

Top AI Models Achieve Under 4% Task Completion in Real-World SaaS Benchmarks

A new SaaS‑Bench study evaluates leading large‑language models across 23 real SaaS applications and 106 multi‑step tasks, revealing that even the best agents complete fewer than four percent of workplace jobs and exposing four fundamental failure modes that keep AI far from replacing human workers.

AI agentsAutomationLarge Language Models
0 likes · 13 min read
Top AI Models Achieve Under 4% Task Completion in Real-World SaaS Benchmarks
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
ArcThink
ArcThink
May 24, 2026 · Artificial Intelligence

Beyond Prompting: A Practical Guide to Claude Code Hooks for Safe AI Coding

The article explains why soft‑constraint prompt files (CLAUDE.md) are insufficient for controlling AI coding assistants, introduces Claude Code Hooks as enforceable control points at key lifecycle events, and provides step‑by‑step examples, best‑practice recommendations, and risk considerations for building reliable AI‑driven development workflows.

AI programmingAutomationClaude Code
0 likes · 18 min read
Beyond Prompting: A Practical Guide to Claude Code Hooks for Safe AI Coding
FunTester
FunTester
May 24, 2026 · Industry Insights

Why Faster AI Generation Increases Human Review Fatigue

The article explains that while AI dramatically lowers the cost of generating drafts, it shifts work from creation to verification, causing professionals to spend more time reviewing and validating AI‑produced content, which leads to greater cognitive load and responsibility.

AIAutomationhuman oversight
0 likes · 15 min read
Why Faster AI Generation Increases Human Review Fatigue
phodal
phodal
May 24, 2026 · Artificial Intelligence

From Complex Editors to Agent Workbenches: Office’s AI Cursor Moment

The article analyzes how AI agents are reshaping Office document editing by turning traditional editors into agent‑driven workbenches, detailing the generation, editing, and verification loops required to produce reliable PowerPoint files and outlining the three criteria—locatable, comparable, verifiable—that enable this transition.

AIAgentAutomation
0 likes · 12 min read
From Complex Editors to Agent Workbenches: Office’s AI Cursor Moment
AI Engineer Programming
AI Engineer Programming
May 24, 2026 · Artificial Intelligence

Why AI Agents Fail Beyond Hallucinations

The article catalogs dozens of AI agent failure modes—from one‑shot attempts and cold‑start amnesia to hidden harness control—and explains why these issues quickly overwhelm developers, then outlines concrete mitigation strategies and their trade‑offs.

AI agentsAgentic EngineeringAutomation
0 likes · 11 min read
Why AI Agents Fail Beyond Hallucinations
Linyb Geek Road
Linyb Geek Road
May 24, 2026 · Artificial Intelligence

15 Must‑Have Claude Code Skills You’ll Want to Install Today

This guide reviews the 15 most practical Claude Code Skills—ranging from self‑learning agents and GitHub integration to multi‑search, browser automation, and security vetting—explaining their purpose, typical scenarios, installation commands, and recommended order for maximum productivity.

AI SkillsAutomationClaude Code
0 likes · 12 min read
15 Must‑Have Claude Code Skills You’ll Want to Install Today
AI Architecture Hub
AI Architecture Hub
May 24, 2026 · Artificial Intelligence

9 Claude Prompt Templates That Reduce an 8‑Hour Workday to 47 Minutes of Manual Work

The author built nine Cowork slash‑command prompt templates for Claude, measured a median of 47 minutes of manual keyboard time versus an 8‑hour day, and demonstrated a real‑world weekly saving of 34 hours by automating daily, weekly and research tasks with explicit termination rules and role definitions.

AI agentsAutomationClaude
0 likes · 21 min read
9 Claude Prompt Templates That Reduce an 8‑Hour Workday to 47 Minutes of Manual Work
IT Services Circle
IT Services Circle
May 23, 2026 · Artificial Intelligence

Why Most People Can’t Benefit from AI Agents – They Don’t Even Know Their Daily Tasks

The author argues that despite the hype around AI agents like OpenClaw, most users fail to improve efficiency because they cannot clearly define their daily work, and proposes an open‑source “Agent Workflow Designer” skill that guides users to map, analyze, and gradually automate their tasks through structured questioning and phased implementation.

AI agentsAutomationOpenClaw
0 likes · 10 min read
Why Most People Can’t Benefit from AI Agents – They Don’t Even Know Their Daily Tasks
Code Mala Tang
Code Mala Tang
May 23, 2026 · Artificial Intelligence

Mastering Codex: From Code Writing to Full Computer Work Automation

The article explains how Codex can evolve from a simple code‑generation assistant into a system that automates entire computer workflows by combining durable threads, voice input, steering, queuing, browser and computer control, side‑bars, and shared memory, with concrete usage patterns and comparisons.

AI agentsAutomationCodex
0 likes · 12 min read
Mastering Codex: From Code Writing to Full Computer Work Automation
AI Architecture Hub
AI Architecture Hub
May 23, 2026 · Artificial Intelligence

Unlock Claude’s Hidden Features Most Users Miss

This guide walks through every hidden Claude capability—from Projects that remember context, to Artifacts that generate runnable tools, Adaptive Thinking for step‑by‑step reasoning, Memory profiles, role‑setting prompts, Chrome extension, desktop Cowork app, scheduled tasks, Skills plugins, Claude.md rules, Claude Code, Claude Design, and Prompt Caching—providing entry points, activation steps, and ready‑to‑paste prompts so you can enable each feature in minutes and reap daily productivity gains.

AIAutomationClaude
0 likes · 18 min read
Unlock Claude’s Hidden Features Most Users Miss
Architect
Architect
May 22, 2026 · Industry Insights

Which Roles Will AI Replace First? Cloudflare CEO’s Layoff List Highlights a Measurement Layer Issue

The article analyzes Cloudflare’s recent AI‑driven layoffs, explaining the CEO’s builder‑seller‑measurer framework, showing that AI first compresses measurement‑focused roles, and argues that organizations must transform their measurement layer into a continuous, observable, verifiable system to stay resilient.

AIAutomationCloudflare
0 likes · 25 min read
Which Roles Will AI Replace First? Cloudflare CEO’s Layoff List Highlights a Measurement Layer Issue