Tagged articles

AI automation

199 articles · Page 2 of 2
TechVision Expert Circle
TechVision Expert Circle
Apr 17, 2026 · Industry Insights

Why CIOs Lose Influence as Technology Becomes Autonomous

The article explains how rapid AI, low‑code, and edge‑computing autonomy erode the CIO’s traditional gate‑keeping role, illustrates four real‑world cases of bypassed IT oversight, and proposes a four‑stage roadmap for CIOs to shift from custodians to digital orchestrators.

AI automationCIOEdge computing
0 likes · 13 min read
Why CIOs Lose Influence as Technology Becomes Autonomous
SuanNi
SuanNi
Apr 16, 2026 · Artificial Intelligence

Claude Opus 4.7 Unleashed: How Anthropic’s New Model Automates Complex Tasks

Anthropic’s latest Claude Opus 4.7 model introduces autonomous task execution via Routines, enhanced code review with /ultrareview, higher-resolution visual input, and significant performance gains across knowledge work, vision, and long‑context reasoning, while adding safety guardrails, a new xhigh compute tier, and unchanged pricing.

AI automationAnthropicClaude Opus
0 likes · 6 min read
Claude Opus 4.7 Unleashed: How Anthropic’s New Model Automates Complex Tasks
Su San Talks Tech
Su San Talks Tech
Apr 16, 2026 · Artificial Intelligence

Master Hermes Agent: From Installation to Advanced AI Automation

This guide walks you through installing Hermes Agent, configuring models and memory, creating custom skills, setting up cron jobs, integrating with messaging platforms, troubleshooting common issues, and exploring community resources, providing a complete roadmap from a first conversation to advanced automation and monetization.

AI automationConfigurationHermes Agent
0 likes · 12 min read
Master Hermes Agent: From Installation to Advanced AI Automation
ArcThink
ArcThink
Apr 16, 2026 · Artificial Intelligence

Claude Code Routines: Scheduling AI to Write Code Autonomously

Claude Code Routines, launched on April 14, 2026, let developers define prompts, repositories, and connectors so that an AI agent can run scheduled, API‑triggered, or GitHub‑event‑driven tasks entirely on Anthropic’s cloud, automating code reviews, alert triage, documentation sync, and more without manual oversight.

AI automationClaude CodeCloud Agents
0 likes · 15 min read
Claude Code Routines: Scheduling AI to Write Code Autonomously
Architect
Architect
Apr 15, 2026 · Artificial Intelligence

Can AI Agents Replace Human Engineers? Lessons from Claude Code Automation

The article analyzes the risks of tying core business systems to a single AI model, breaks down Claude Code's workflow into three engineering layers, and offers practical guidelines for building model‑agnostic, observable, and secure automation pipelines that can survive model changes and cost fluctuations.

AI automationClaude CodeConfiguration as Code
0 likes · 24 min read
Can AI Agents Replace Human Engineers? Lessons from Claude Code Automation
Frontend AI Walk
Frontend AI Walk
Apr 15, 2026 · Artificial Intelligence

How Autoresearch Turns Your Team into a Self‑Improving Research Engine

The article dissects the karpathy/autoresearch project, explaining its autonomous experiment loop design—single mutable file, fixed 5‑minute budget, read‑only evaluator, and systematic logging/rollback—to show how teams can automate research cycles and continuously improve without manual overhead.

AI automationautoresearchexperiment loop
0 likes · 10 min read
How Autoresearch Turns Your Team into a Self‑Improving Research Engine
AI Engineering
AI Engineering
Apr 15, 2026 · Artificial Intelligence

Claude Code Introduces Routines: Beyond Simple Scheduling

Claude Code's new Routines feature lets AI run saved workflows on Anthropic's cloud, triggered by schedules, GitHub events, or API calls, offering context‑aware automation that surpasses traditional cron with examples like code review, alert handling, and documentation maintenance.

AI automationAPI triggerClaude
0 likes · 5 min read
Claude Code Introduces Routines: Beyond Simple Scheduling
AI Insight Log
AI Insight Log
Apr 14, 2026 · Artificial Intelligence

Claude Code Adds Routines for Autonomous AI Tasks and Multi‑Session Desktop UI

Claude Code introduces Routines, letting AI execute scheduled, API‑triggered, or GitHub‑event tasks on Anthropic’s cloud even when your computer is off, while its desktop client now supports multiple parallel sessions, an integrated terminal, editor, diff viewer, and side‑chat features.

AI automationAnthropicCLI
0 likes · 7 min read
Claude Code Adds Routines for Autonomous AI Tasks and Multi‑Session Desktop UI
High Availability Architecture
High Availability Architecture
Apr 13, 2026 · Artificial Intelligence

How a Google Engineer Automated 80% of His Work Using Claude Code

The article explains how a Google engineer leveraged Claude Code together with a lightweight .NET application and a curated CLAUDE.md file based on Karpathy’s principles, plus the Everything‑Claude‑Code repository, to automate roughly 80 % of his development tasks, reduce token waste, and achieve massive time and cost savings.

AI automationClaude CodeDevOps
0 likes · 11 min read
How a Google Engineer Automated 80% of His Work Using Claude Code
Machine Heart
Machine Heart
Apr 9, 2026 · Artificial Intelligence

AutoSOTA Finds 105 New SOTA Models in One Week, Restoring AI Research’s Creative Core

AutoSOTA, a Tsinghua‑Beijing Zhongguancun Institute project, automates end‑to‑end AI research using a multi‑agent framework, toolkit, and skill set, enabling it to discover 105 significantly improved SOTA models in a week—over 60% with novel architectures and ~10% average performance gains—freeing scientists from repetitive optimization.

AI automationAutoSOTASOTA discovery
0 likes · 6 min read
AutoSOTA Finds 105 New SOTA Models in One Week, Restoring AI Research’s Creative Core
AI Architecture Hub
AI Architecture Hub
Apr 6, 2026 · Artificial Intelligence

Unlock Claude Code’s 15 Hidden Features to Supercharge Your AI Development

This article details 15 powerful, under‑utilized Claude Code capabilities—including mobile apps, cross‑device session transfer, loop/schedule automation, hooks, Chrome extension verification, Git worktrees, batch processing, custom agents, remote dispatch, and voice input—showing how to build a verifiable, isolated, forkable, and schedulable AI‑driven development environment.

AI automationChrome ExtensionClaude Code
0 likes · 17 min read
Unlock Claude Code’s 15 Hidden Features to Supercharge Your AI Development
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Apr 4, 2026 · Artificial Intelligence

Automate a Year of PhD Research in 7 Days with DeepScientist

DeepScientist V1.5, an open‑source AI system from Westlake University, claims to automate the full research pipeline—from literature review and code debugging to experiment analysis and paper writing—delivering SOTA results in weeks and offering one‑click deployment on Windows, Linux and macOS.

AI automationDeepScientistNLP
0 likes · 8 min read
Automate a Year of PhD Research in 7 Days with DeepScientist
Architect's Tech Stack
Architect's Tech Stack
Apr 4, 2026 · Artificial Intelligence

30+ Real-World OpenClaw Use Cases to Supercharge Your AI Automation

OpenClaw is a powerful AI agent that can automate tasks via natural language, yet many users don’t know how to apply it; this article introduces the open‑source “awesome‑openclaw‑usecases” repository, which organizes over 30 real‑world workflows into six categories—from social media summarization to DevOps and finance automation.

AI automationDevOpsOpen Source
0 likes · 6 min read
30+ Real-World OpenClaw Use Cases to Supercharge Your AI Automation
Java One
Java One
Mar 31, 2026 · Artificial Intelligence

Master Claude Code Hooks: PreToolUse & PostToolUse for Secure AI Workflows

This guide explains how to use Claude Code hooks—PreToolUse and PostToolUse—to run custom commands before or after tool execution, configure them in global or project settings, and implement practical examples such as blocking .env file access, type‑checking TypeScript, and preventing duplicate queries.

AI automationClaude CodeHooks
0 likes · 20 min read
Master Claude Code Hooks: PreToolUse & PostToolUse for Secure AI Workflows
AI Waka
AI Waka
Mar 30, 2026 · Artificial Intelligence

Exploring Deep Agents: An Open‑Source Alternative to Claude Code for Coding AI Agents

Deep Agents, an open‑source framework built on LangChain and LangGraph, provides a ready‑to‑use agent harness with planning, file‑system tools, sandboxed shell access, sub‑agents, automatic context management, and built‑in observability for Python and TypeScript developers seeking a flexible replacement for Claude Code.

AI automationDeepAgentsLangChain
0 likes · 9 min read
Exploring Deep Agents: An Open‑Source Alternative to Claude Code for Coding AI Agents
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Mar 30, 2026 · Artificial Intelligence

What Can OpenClaw Actually Do? Explore the 27K‑Star Repository of Real Use Cases

This article introduces the community‑driven Awesome OpenClaw Use Cases repository, detailing over 40 real‑world scenarios—from daily Reddit digests and multi‑agent content pipelines to self‑healing home servers and personal CRMs—complete with step‑by‑step instructions, code snippets, and reference links.

AI automationDevOpsOpenClaw
0 likes · 12 min read
What Can OpenClaw Actually Do? Explore the 27K‑Star Repository of Real Use Cases
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Mar 29, 2026 · Artificial Intelligence

Claude Code Visual Tutorial: 10 Modules, Mermaid Diagrams, and Ready‑to‑Use Templates

This guide walks you through the open‑source Claude HowTo project, showing how to clone the repository, install slash commands, memory files, skills, sub‑agents, MCP, hooks, plugins and other modules, and explains each feature with concrete examples, usage commands and estimated learning times.

AI automationCLI commandsClaude Code
0 likes · 17 min read
Claude Code Visual Tutorial: 10 Modules, Mermaid Diagrams, and Ready‑to‑Use Templates
AI2ML AI to Machine Learning
AI2ML AI to Machine Learning
Mar 28, 2026 · Artificial Intelligence

OpenClaw FAQ: 40 Technical Questions Answered

This comprehensive FAQ walks through 40 technical questions about OpenClaw, covering its innovations, architecture, multi‑agent collaboration, memory and context handling, security risks, token‑saving strategies, real‑world use cases, comparisons with other agents, and competitive landscape.

AI automationAgent ArchitectureMemory Management
0 likes · 25 min read
OpenClaw FAQ: 40 Technical Questions Answered
AI Explorer
AI Explorer
Mar 28, 2026 · Artificial Intelligence

UCSD’s AIBuildAI Tops OpenAI Ranking, Signaling a Silent AI Development Revolution

UCSD’s AIBuildAI agent achieved first place on OpenAI’s benchmark by automatically designing, coding, training, and tuning a complete AI model without human engineers, a breakthrough that suggests a shift from tool‑assisted AI creation to fully autonomous AI‑generated AI, raising both efficiency gains and new interpretability challenges.

AI automationAI development paradigmAI interpretability
0 likes · 6 min read
UCSD’s AIBuildAI Tops OpenAI Ranking, Signaling a Silent AI Development Revolution
Tech Ocean
Tech Ocean
Mar 28, 2026 · Artificial Intelligence

How I Made Claude Auto‑Self‑Improve for $400 a Month

After tiring manual reviews of Claude Code’s mistakes, I added a simple "完善" rule that lets the model automatically analyze, prioritize, and record its own pitfalls, cutting repeat errors, saving hours each week, and justifying the $400 monthly cost as cognitive relief.

AI automationClaudePrompt Engineering
0 likes · 5 min read
How I Made Claude Auto‑Self‑Improve for $400 a Month
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Mar 27, 2026 · Artificial Intelligence

4 Open‑Source AI Tools to Kickstart a Low‑Cost Side Hustle (Tech‑Savvy Friendly)

The article introduces four free, open‑source AI projects—Postiz, Nanobrowser, ShortGPT, and MockingBird—detailing their core features, deployment requirements, suitable side‑hustle scenarios, and difficulty levels, and then shows how combining them can automate content creation, data collection, and voice synthesis for low‑cost online income.

AI automationMockingBirdNanobrowser
0 likes · 12 min read
4 Open‑Source AI Tools to Kickstart a Low‑Cost Side Hustle (Tech‑Savvy Friendly)
macrozheng
macrozheng
Mar 25, 2026 · Industry Insights

Explore 30+ Real-World OpenClaw Use Cases to Boost Your AI Automation

This article introduces the open-source "awesome-openclaw-usecases" repository, which curates over 30 practical OpenClaw scenarios across social media, creativity, DevOps, productivity, research, and finance, providing step-by-step instructions and examples to help users quickly adopt AI-driven automation.

AI automationDevOpsGitHub
0 likes · 6 min read
Explore 30+ Real-World OpenClaw Use Cases to Boost Your AI Automation
Smart Workplace Lab
Smart Workplace Lab
Mar 23, 2026 · Artificial Intelligence

Unlocking Agentic Workflows: How AI Can Operate Like an Autonomous Employee

This article explains the 2026 definition of Agentic Workflow, outlines its four core components, presents a five‑step execution loop, shares real‑world productivity data, and provides ready‑to‑use prompts and tool recommendations for instantly applying the concept in the workplace.

AI agentsAI automationAgentic Workflow
0 likes · 6 min read
Unlocking Agentic Workflows: How AI Can Operate Like an Autonomous Employee
Ubuntu
Ubuntu
Mar 20, 2026 · Artificial Intelligence

OpenClaw Explained: The AI Automation Swiss‑Army Knife in 3 Minutes

OpenClaw is an AI‑driven automation platform that lets users describe tasks in natural language—like extracting PDF data or generating PPTs—and the system’s agents select appropriate skills to execute the work, aiming to simplify repetitive document workflows without coding.

AI automationAgentsOpenClaw
0 likes · 5 min read
OpenClaw Explained: The AI Automation Swiss‑Army Knife in 3 Minutes
Efficient Ops
Efficient Ops
Mar 18, 2026 · Operations

How I Fixed a Server Crash from a Mall Using an AI Chatbot

A server alert triggered a 100% CPU usage warning while I was shopping, but by messaging an AI‑powered chatbot from my phone I diagnosed the offending Node.js process, restarted the service, and restored normal performance in under five minutes.

AI automationChatOpsOperations
0 likes · 7 min read
How I Fixed a Server Crash from a Mall Using an AI Chatbot
AI Engineering
AI Engineering
Mar 18, 2026 · Mobile Development

XcodeBuildMCP: Let AI Automate iOS/macOS Development Like Web Coding

XcodeBuildMCP, an open‑source Sentry project, lets AI agents such as Cursor and ClaudeCode fully automate iOS/macOS development by handling Xcode build management, device selection, log capture and error handling, eliminating the manual verify‑compile‑test loop.

AI automationClaudeCodeCursor
0 likes · 3 min read
XcodeBuildMCP: Let AI Automate iOS/macOS Development Like Web Coding
Smart Sea Tide
Smart Sea Tide
Mar 17, 2026 · Artificial Intelligence

A Complete Look at OpenClaw: 9 Core Tools Powering AI Automation

The article provides a detailed overview of OpenClaw, an open‑source AI automation framework, and examines nine core ecosystem tools that together simplify skill expansion, deployment, local execution, packaging, and agent configuration for individuals, developers, and enterprise teams.

AI agentsAI automationOpen Source
0 likes · 7 min read
A Complete Look at OpenClaw: 9 Core Tools Powering AI Automation
AI Explorer
AI Explorer
Mar 16, 2026 · Artificial Intelligence

How to Unlock NotebookLM’s Python API for Batch Automation and AI Workflows

The unofficial notebooklm-py library provides a Python API and CLI that give programmatic access to Google NotebookLM’s hidden capabilities, enabling batch import of PDFs or videos, automated generation of podcasts, mind‑maps, and other outputs, and integration into AI agents for scalable research workflows.

AI agentsAI automationBatch Processing
0 likes · 6 min read
How to Unlock NotebookLM’s Python API for Batch Automation and AI Workflows
AI Tech Publishing
AI Tech Publishing
Mar 16, 2026 · Artificial Intelligence

How to Make Agent Skills Evolve Autonomously

The article analyzes why static agent skills become brittle as codebases, models, and user needs change, and proposes a closed‑loop architecture that observes executions, learns from failures, automatically suggests improvements, and evaluates changes to keep skills continuously evolvable.

AI automationAgent SkillsClosed‑Loop
0 likes · 7 min read
How to Make Agent Skills Evolve Autonomously
Old Zhang's AI Learning
Old Zhang's AI Learning
Mar 15, 2026 · Artificial Intelligence

How Claude Code + Obsidian Automate Your Knowledge Management

Claude Code can read your project’s code, git history, and structure, then automatically create or update Obsidian notes, generate dev logs, and even produce architecture Canvas files with a single /obsidian command, offering a local‑first, plugin‑free workflow for AI‑driven knowledge management.

AI automationCanvasClaude Code
0 likes · 10 min read
How Claude Code + Obsidian Automate Your Knowledge Management
AI Engineering
AI Engineering
Mar 15, 2026 · Industry Insights

Karpathy’s Chilling Visualization Shows Which Jobs AI Could Replace

Karpathy’s new "karpathy/jobs" visualization scores 342 U.S. occupations on AI exposure using Gemini Flash, revealing that software engineers rank 8‑9, transcriptionists hit 10, while roofers stay near 0, highlighting which jobs may soon be automated.

AI automationBLS dataGemini Flash
0 likes · 3 min read
Karpathy’s Chilling Visualization Shows Which Jobs AI Could Replace
AI Engineer Programming
AI Engineer Programming
Mar 12, 2026 · Artificial Intelligence

Agent Skills Complete Guide: What They Are, Where to Find Them, and How to Build Your Own

This guide explains the SKILL.md open standard, its four core characteristics, directory layout, gating and lifecycle controls, testing with the Evals framework, market adoption stats, and future self‑evolving agent capabilities, providing step‑by‑step instructions for creating, installing, and iterating Skills across multiple AI platforms.

AI automationAgent SkillsEvals
0 likes · 17 min read
Agent Skills Complete Guide: What They Are, Where to Find Them, and How to Build Your Own
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 10, 2026 · Artificial Intelligence

Turning AI into an Analyst: OpenClaw Skill System + DuckDB for E‑Commerce Forecasting

This article explains how OpenClaw’s Skill system gives AI executable instructions, combines it with a DuckDB analytical instance, and builds a fully automated e‑commerce behavior forecasting pipeline that iteratively trains, validates, and optimizes models to achieve sub‑10% prediction error.

AI automationDuckDBE‑Commerce Forecasting
0 likes · 17 min read
Turning AI into an Analyst: OpenClaw Skill System + DuckDB for E‑Commerce Forecasting
Wuming AI
Wuming AI
Mar 9, 2026 · Operations

How to Build a Resilient OpenClaw Setup with a Backup Agent

This guide explains how to enhance OpenClaw's stability by configuring a standby agent, backing up configurations, installing an OpenClaw operations skill, and scheduling periodic health checks, providing concrete steps, tool choices, and example commands to achieve 24/7 reliable operation.

AI automationOpenClawOperations
0 likes · 5 min read
How to Build a Resilient OpenClaw Setup with a Backup Agent
AI Architecture Path
AI Architecture Path
Mar 8, 2026 · Cloud Computing

Unlock Google Workspace with gws: The All‑In‑One CLI for AI‑Powered Office Automation

The gws CLI bundles every Google Workspace API into a single command‑line tool, offering dynamic command generation, structured JSON output, and native MCP support for AI agents, with easy npm installation, step‑by‑step usage examples, OpenClaw integration, and essential tips to avoid common pitfalls.

AI automationCLIGoogle Workspace
0 likes · 12 min read
Unlock Google Workspace with gws: The All‑In‑One CLI for AI‑Powered Office Automation
Top Architecture Tech Stack
Top Architecture Tech Stack
Mar 5, 2026 · Artificial Intelligence

Unlock OpenClaw: 8 Powerful AI Agent Use Cases You Can Deploy Today

This guide walks you through eight production‑grade OpenClaw scenarios—including cron‑driven briefings, webhook integrations, MCP data access, multi‑agent roles, browser automation, mobile camera monitoring, custom skill creation, and workspace configuration—providing complete configuration files and command‑line examples for immediate use.

AI automationCronCustom skill
0 likes · 16 min read
Unlock OpenClaw: 8 Powerful AI Agent Use Cases You Can Deploy Today
AI Architecture Hub
AI Architecture Hub
Mar 2, 2026 · Artificial Intelligence

From Plugin Hub to Real AI Assistant: 30+ OpenClaw Use Cases & How‑to Guide

OpenClaw, the AI‑driven automation platform, is often misused as a mere plugin collection; this article analyzes why, presents over 30 verified real‑world use cases across six categories, offers a three‑step workflow to adapt them, and outlines essential security and architectural principles for safe, effective deployment.

AI automationOpenClawsecurity
0 likes · 14 min read
From Plugin Hub to Real AI Assistant: 30+ OpenClaw Use Cases & How‑to Guide
Tech Minimalism
Tech Minimalism
Feb 23, 2026 · Artificial Intelligence

From PRD to Code: How Ralph’s Autonomous AI Agent Loop Automates Development

Ralph uses a simple Bash‑loop architecture to launch a fresh AI instance for each PRD task, storing state in Git, progress.txt and prd.json, then iteratively runs quality checks, commits code, and updates documentation, enabling end‑to‑end automated development from specification to production.

AI automationBash loopCI/CD
0 likes · 18 min read
From PRD to Code: How Ralph’s Autonomous AI Agent Loop Automates Development
Shuge Unlimited
Shuge Unlimited
Feb 9, 2026 · Artificial Intelligence

Build Agent Workflows in 3 Minutes with Refly’s Natural‑Language Builder

Refly is an open‑source Agent Skills Builder that lets you create production‑grade AI workflows in minutes using natural language, offering versioned, reusable skills, runtime intervention, extensive tool integrations, and export options that outperform traditional automation platforms.

AI automationComparisonLLM
0 likes · 16 min read
Build Agent Workflows in 3 Minutes with Refly’s Natural‑Language Builder
AI Engineering
AI Engineering
Feb 5, 2026 · Artificial Intelligence

CuaBot v1.0: A Third Way for AI Agents to Control Your Computer

CuaBot v1.0 introduces a new open‑source approach that lets AI agents interact with a desktop via independent cursors and sandboxed windows, avoiding full‑screen screenshots and mouse hijacking while supporting multi‑agent parallelism, H.265 video, audio, clipboard sharing, and a CLI built on Xpra and Docker.

AI automationCLICuaBot
0 likes · 4 min read
CuaBot v1.0: A Third Way for AI Agents to Control Your Computer
Woodpecker Software Testing
Woodpecker Software Testing
Feb 3, 2026 · User Experience Design

How to Test UX in Education Software: Strategies, Challenges, and Best Practices

The article outlines essential UX testing dimensions for education software—including functional, usability, accessibility, emotional load, and security—while detailing challenges such as multi‑role scenarios, performance demands, and compliance, and proposes agile, AI‑enhanced, cross‑disciplinary approaches and concrete case studies to improve learning outcomes.

AI automationEducation softwarePerformance Testing
0 likes · 8 min read
How to Test UX in Education Software: Strategies, Challenges, and Best Practices
Old Meng AI Explorer
Old Meng AI Explorer
Jan 31, 2026 · Artificial Intelligence

How Playwriter Turns AI into a Browser Co‑Pilot for Seamless Automation

Playwriter, an open‑source Chrome extension built on Microsoft Playwright, lets AI bypass login and captcha hurdles by acting as a browser co‑pilot, offering visual‑accessibility tagging to cut token usage and exposing the full Playwright API for advanced automation tasks.

AI automationChrome ExtensionPlaywright
0 likes · 6 min read
How Playwriter Turns AI into a Browser Co‑Pilot for Seamless Automation
Shuge Unlimited
Shuge Unlimited
Jan 25, 2026 · Artificial Intelligence

Build an AI Article Summarizer with Skills in 10 Minutes – Boost Writing Speed Tenfold

This step‑by‑step tutorial shows how to create a Claude Code Skill that interactively asks for an article, generates short, medium, or detailed structured summaries, saves the result, and includes advanced techniques such as dynamic context injection, sub‑agents, hooks, and version‑controlled best practices.

AI automationAgent SkillsArticle Summarizer
0 likes · 17 min read
Build an AI Article Summarizer with Skills in 10 Minutes – Boost Writing Speed Tenfold
Old Meng AI Explorer
Old Meng AI Explorer
Jan 25, 2026 · Artificial Intelligence

How AI Can Control Your Desktop: Inside the Open‑Source TuriX‑CUA Agent

TuriX‑CUA is an open‑source AI desktop agent that captures screen content, uses multimodal large models to decide actions, and automatically moves the mouse or types, offering cross‑platform support, multi‑model architecture, and detailed setup instructions for Windows and macOS.

AI automationMultimodalOpen Source
0 likes · 7 min read
How AI Can Control Your Desktop: Inside the Open‑Source TuriX‑CUA Agent
Tech Minimalism
Tech Minimalism
Jan 21, 2026 · Artificial Intelligence

Why a Simple Bash For‑Loop Beats Complex Multi‑Agent Systems in Claude Code

The article explains how the Ralph loop, a minimalist bash for‑loop design introduced by Geoffrey Huntley, lets Claude Code repeatedly execute tasks until completion, offering a simpler, more reliable alternative to elaborate multi‑agent orchestrations for quantifiable, verifiable programming work.

AI automationClaude CodeRalph Loop
0 likes · 12 min read
Why a Simple Bash For‑Loop Beats Complex Multi‑Agent Systems in Claude Code
Baobao Algorithm Notes
Baobao Algorithm Notes
Jan 19, 2026 · Artificial Intelligence

Unlock Coze Agent Skills: Build No‑Code AI Agents in Minutes

This guide explains what Coze Agent Skills are, how they are structured with YAML and Markdown, and provides step‑by‑step instructions and real‑world examples for creating, deploying, and using no‑code AI skills to automate tasks like model scouting, recipe suggestions, and camera settings.

AI automationAgent SkillsArtificial Intelligence
0 likes · 8 min read
Unlock Coze Agent Skills: Build No‑Code AI Agents in Minutes
Qborfy AI
Qborfy AI
Jan 12, 2026 · Artificial Intelligence

Mastering Claude Agent Skills: Build Reusable AI Knowledge Packages

This guide explains how Anthropic Claude’s Agent Skills act as reusable, file‑system‑based knowledge packages that transform a generic AI agent into a domain expert, detailing their structure, on‑demand loading process, best‑practice creation steps, a concrete code‑review skill example, workflow automation, and comparison with MCP.

AI automationAgent SkillClaude
0 likes · 11 min read
Mastering Claude Agent Skills: Build Reusable AI Knowledge Packages
Programmer's Advance
Programmer's Advance
Jan 12, 2026 · Artificial Intelligence

How Claude Code Skills Slash Development Time with 6,400% ROI

This guide explains the core principles, progressive disclosure architecture, and practical implementation of Claude Code Skills, showing how five real‑world use cases achieved an average 6,444% ROI by reducing token usage, speeding up tasks, and enabling automated, context‑aware workflows without additional infrastructure.

AI automationClaudeCode Skills
0 likes · 10 min read
How Claude Code Skills Slash Development Time with 6,400% ROI
Architect's Tech Stack
Architect's Tech Stack
Jan 12, 2026 · Artificial Intelligence

How TuriX-CUA Lets AI Control Your Windows and macOS Desktop

TuriX-CUA is an open‑source Python framework that lets AI agents understand screen content and perform mouse‑keyboard actions on Windows and macOS, offering high success rates, model hot‑swapping, MCP integration, and step‑by‑step installation for desktop automation tasks.

AI automationMCPPython
0 likes · 7 min read
How TuriX-CUA Lets AI Control Your Windows and macOS Desktop
AndroidPub
AndroidPub
Jan 8, 2026 · Artificial Intelligence

Unlocking Anthropic’s Agent Skill: Build Reusable AI Task Assistants in 3 Steps

This article explains Anthropic’s open‑standard Agent Skill, how it serves as a reusable task specification for Claude, walks through creating a skill with metadata, instructions, and advanced Reference/Script features, and compares Skill with MCP to help developers choose the right tool.

AI automationAgent SkillAnthropic
0 likes · 11 min read
Unlocking Anthropic’s Agent Skill: Build Reusable AI Task Assistants in 3 Steps
Tencent Cloud Developer
Tencent Cloud Developer
Dec 23, 2025 · Artificial Intelligence

How ReAct (Reasoning + Acting) Empowers LLM Agents to Solve Real‑World Tasks

This article explains the ReAct paradigm—combining reasoning, action, and observation—to turn large language models into controllable agents, detailing its core concepts, architecture, workflow, code implementation, application scenarios, advantages over other methods, and future research directions.

AI automationLLM agentsreasoning and acting
0 likes · 29 min read
How ReAct (Reasoning + Acting) Empowers LLM Agents to Solve Real‑World Tasks
AI Insight Log
AI Insight Log
Dec 21, 2025 · Artificial Intelligence

OpenAI Codex Adds Official Skills Support, Echoing Claude’s Open Agent Standard

OpenAI’s Codex now officially supports the open Agent Skills standard, introducing reusable instruction‑script‑resource bundles, progressive disclosure loading, explicit and implicit invocation methods, built‑in system skills, and cross‑tool compatibility including GitHub Copilot, signaling a move toward a unified AI agent ecosystem.

AI automationAgent SkillsGitHub Copilot
0 likes · 7 min read
OpenAI Codex Adds Official Skills Support, Echoing Claude’s Open Agent Standard
Huolala Tech
Huolala Tech
Dec 12, 2025 · Backend Development

How Lalamove Migrated 1000+ PHP Services to Java in One Year

Lalamove’s year‑long P2J project transformed over a thousand legacy PHP interfaces into Java, tackling complexity, stability, and efficiency challenges through standardized technical solutions, AI‑assisted code generation, rigorous testing, and disciplined project management, ultimately delivering faster, higher‑quality services.

AI automationPHP migrationProject Management
0 likes · 9 min read
How Lalamove Migrated 1000+ PHP Services to Java in One Year
AsiaInfo Technology: New Tech Exploration
AsiaInfo Technology: New Tech Exploration
Dec 2, 2025 · Artificial Intelligence

How LLMs Can Revolutionize Test Case Generation: Methods, Benefits, and Challenges

This article examines the shortcomings of manual test case creation, explains how large language models (LLMs) can dramatically improve efficiency, coverage, consistency, and knowledge sharing in software testing, outlines the key capabilities required, and presents a detailed end‑to‑end solution with practical steps, evaluation metrics, and future outlook.

AI automationKnowledge BaseLLM
0 likes · 20 min read
How LLMs Can Revolutionize Test Case Generation: Methods, Benefits, and Challenges
DaTaobao Tech
DaTaobao Tech
Dec 1, 2025 · Artificial Intelligence

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

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

AI automationData GovernanceIntelligent Agent
0 likes · 23 min read
How AI Can Automate Repetitive Work: From Simple Tools to Intelligent Agents
Xiaolong Cloud Tech Team
Xiaolong Cloud Tech Team
Nov 25, 2025 · Artificial Intelligence

5 Open-Source AI Projects That Automate Mobile Phones

The article surveys five open‑source AI agents—MobiAgent, Mobile‑Agent, Droidrun, AppAgent, and mobile‑use—that let AI perceive screen content and perform cross‑app actions on Android/iOS devices, describing their architectures, example use cases, benchmark results, and GitHub links.

AI automationAndroidOpen Source
0 likes · 8 min read
5 Open-Source AI Projects That Automate Mobile Phones
Sohu Tech Products
Sohu Tech Products
Nov 5, 2025 · Artificial Intelligence

Unlock AI Superpowers: 5 Free Open‑Source MCP Services You Can Deploy in 10 Minutes

This article introduces five free, open‑source Model Context Protocol (MCP) services that extend AI capabilities—covering web scraping, browser automation, document‑to‑Markdown conversion, real‑time documentation, and structured reasoning—along with concise step‑by‑step setup instructions for each.

AI automationMCPbrowser automation
0 likes · 19 min read
Unlock AI Superpowers: 5 Free Open‑Source MCP Services You Can Deploy in 10 Minutes
Instant Consumer Technology Team
Instant Consumer Technology Team
Oct 28, 2025 · Artificial Intelligence

Turning My AI Development Squad from Goldfish to Command Center: Lessons & Tools

The author recounts how an AI‑driven development pipeline initially seemed promising but quickly ran into costly context‑loss issues, leading to a redesign that introduces a single commanding agent and expert sub‑agents, dramatically reducing token costs and improving workflow efficiency.

AI automationDevelopment Workflowagent management
0 likes · 8 min read
Turning My AI Development Squad from Goldfish to Command Center: Lessons & Tools
Xiaolong Cloud Tech Team
Xiaolong Cloud Tech Team
Oct 27, 2025 · Backend Development

Top MCP Server Picks for 2025: Automate Repetitive Tasks with AI

The article surveys the most popular Model Context Protocol (MCP) Server implementations in 2025, explains their core features, compares them across use‑cases, and provides practical guidance on selecting and quickly deploying the right server to automate repetitive development workflows.

AI automationFastMCPGitHub
0 likes · 13 min read
Top MCP Server Picks for 2025: Automate Repetitive Tasks with AI
Advanced AI Application Practice
Advanced AI Application Practice
Oct 22, 2025 · Operations

AI-Powered Linux Disk Cleanup: A Complete Guide

This guide presents an AI‑assisted workflow for Linux disk maintenance, including scripts for rapid diagnosis, risk assessment, personalized cleanup plans, safe log and cache removal, large‑file analysis, interactive cleanup modes, real‑time feedback, automated backups, and a one‑click execution script.

AI automationLinuxShell script
0 likes · 11 min read
AI-Powered Linux Disk Cleanup: A Complete Guide
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Oct 10, 2025 · Frontend Development

How AI Transforms XPath Generation for Robust UI Automation

This article explains how an AI‑driven tool dramatically reduces XPath creation costs and improves stability for complex 3D‑canvas web applications by combining prompt engineering, HTML compression, self‑checking, retry mechanisms, and specialized handling for inputs and 3D model selectors.

AI automationUI testingWeb Automation
0 likes · 10 min read
How AI Transforms XPath Generation for Robust UI Automation
Ops Development & AI Practice
Ops Development & AI Practice
Sep 24, 2025 · Artificial Intelligence

How Claude Code’s New SlashCommand Tool Turns Custom Commands into AI‑Driven Automation

Claude Code 1.0.123 transforms user‑defined slash commands from manual shortcuts into AI‑controlled tools, enabling Claude to autonomously invoke commands like /lint or /deploy‑staging, which streamlines developer workflows and marks a significant step toward smarter, automated human‑AI collaboration.

AI automationClaude AISlashCommand
0 likes · 6 min read
How Claude Code’s New SlashCommand Tool Turns Custom Commands into AI‑Driven Automation
Data Party THU
Data Party THU
Sep 2, 2025 · Artificial Intelligence

Inside Large Action Models (LAMs): Architecture, Code, and Enterprise Automation

This article provides a comprehensive technical analysis of Large Action Models (LAMs), detailing their neuro‑symbolic architecture, core components such as LAMProcessor, NeuroSymbolicLayer, ActionExecutor, and learning modules, and demonstrates how they enable intelligent, end‑to‑end automation of enterprise tasks.

AI automationEnterprise AINeuro‑Symbolic AI
0 likes · 30 min read
Inside Large Action Models (LAMs): Architecture, Code, and Enterprise Automation
JD Tech Talk
JD Tech Talk
Aug 26, 2025 · Artificial Intelligence

How AI is Transforming Automation: From Scripts to Intelligent Systems

This article examines the evolution of automation from basic scripting to AI‑driven intelligent systems, compares traditional and smart automation across multiple dimensions, and showcases practical implementations using Playwright, MidScene.js, and Chrome bridge mode with code examples for web and mobile testing.

AI automationIntelligent AutomationMidscene.js
0 likes · 11 min read
How AI is Transforming Automation: From Scripts to Intelligent Systems
Tencent Technical Engineering
Tencent Technical Engineering
Aug 8, 2025 · Artificial Intelligence

Which Open‑Source Deep‑Research Agent Framework Is Best? A Comprehensive Comparison

This article systematically compares major open‑source deep‑research agent frameworks—including DeerFlow, SmolAgents, LangChainAI, SkyworkAI, and Researcher—detailing their architectures, best practices, and commercial alternatives, to help developers and users choose the most suitable tool for automated research workflows.

AI automationDeep ResearchLLM
0 likes · 27 min read
Which Open‑Source Deep‑Research Agent Framework Is Best? A Comprehensive Comparison
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 21, 2025 · Artificial Intelligence

How Browser‑Use Leverages AI Prompts for Seamless Browser Automation

This article explains how the open‑source browser‑use framework combines carefully designed SystemMessage prompts, structured HumanMessage inputs, and LangChain‑driven tool calls to enable large language models to automate complex web tasks such as shopping, CRM updates, résumé processing, and document generation, while providing concrete code examples and best‑practice tips.

AI automationLangChainPrompt Engineering
0 likes · 21 min read
How Browser‑Use Leverages AI Prompts for Seamless Browser Automation
ByteDance Web Infra
ByteDance Web Infra
Jul 3, 2025 · Artificial Intelligence

How the New XPath‑Based Cache Boosts AI Automation Performance by 37%

The update introduces a YAML‑based cache with precise XPath targeting, dual‑validation and smart fallback, a structured API for extracting booleans, numbers, strings and queries, enhanced replay reports with custom nodes and video export, plus extensive web, Android, and reporting optimizations that dramatically improve performance and reduce report size.

AI automationJavaScriptcaching
0 likes · 5 min read
How the New XPath‑Based Cache Boosts AI Automation Performance by 37%
dbaplus Community
dbaplus Community
Jun 7, 2025 · Artificial Intelligence

How Large Language Models Are Transforming Data Warehousing: Real-World Experiments and Lessons

The article shares practical experiences using large language models such as Cursor and DeepSeek in data‑warehouse workflows, covering assisted coding, automated metric extraction, self‑service analysis, documentation generation, their benefits, limitations, and the broader impact on data engineering roles.

AI automationBusiness IntelligenceData Warehouse
0 likes · 9 min read
How Large Language Models Are Transforming Data Warehousing: Real-World Experiments and Lessons
Sohu Tech Products
Sohu Tech Products
Apr 29, 2025 · Industry Insights

Why Claude + MCP Is Outpacing Traditional IDEs Like Cursor and Windsurf

The article analyzes how Claude combined with custom MCPs such as ClaudeCommander dramatically reduces the popularity of traditional IDEs by offering automatic codebase exploration, multi‑step task planning, and long‑running automation like video compression, while providing step‑by‑step installation and usage guidance.

AI automationClaudeIDE comparison
0 likes · 9 min read
Why Claude + MCP Is Outpacing Traditional IDEs Like Cursor and Windsurf
Snowball Engineer Team
Snowball Engineer Team
Mar 31, 2025 · Frontend Development

Leveraging Multimodal Large Language Models for Frontend Automated Testing (NL2Test)

This article explores how multimodal large language models (MM‑LLMs) combined with structured prompt engineering can transform frontend regression testing by enabling natural‑language‑driven test case generation, visual verification, and script self‑healing, thereby reducing maintenance costs and improving coverage across dynamic UI scenarios.

AI automationMultimodal LLMNL2Test
0 likes · 17 min read
Leveraging Multimodal Large Language Models for Frontend Automated Testing (NL2Test)
Architecture and Beyond
Architecture and Beyond
Mar 9, 2025 · Artificial Intelligence

Evolution of AI Interaction Paradigms: From Function Calling to MCP and AI Agents

The article examines the rapid rise of AI agents like Manus and OpenManus, explains the limitations of cloud‑only models, details the Function Calling mechanism and its pros and cons, introduces the Model Context Protocol (MCP) as a more powerful evolution, and finally describes how AI Agents combine planning, dynamic tool use, memory, and autonomous decision‑making to achieve fully closed‑loop intelligent automation.

AI AgentAI InteractionAI automation
0 likes · 20 min read
Evolution of AI Interaction Paradigms: From Function Calling to MCP and AI Agents
Architect
Architect
Mar 8, 2025 · Artificial Intelligence

Understanding Model Context Protocol (MCP): Architecture, Core Components, and Practical Guide

This article provides a comprehensive overview of the Model Context Protocol (MCP), explaining its purpose, core components, differences from traditional APIs, detailed architecture, message types, connection lifecycle, error handling, and step‑by‑step instructions for building and using MCP servers to enable AI agents to act on real‑world data and tasks.

AI automationAI tool integrationClaude
0 likes · 12 min read
Understanding Model Context Protocol (MCP): Architecture, Core Components, and Practical Guide
Programmer XiaoFu
Programmer XiaoFu
Feb 12, 2025 · Industry Insights

DeepSeek’s Hype Triggers Programmer Layoffs

The rapid rise of DeepSeek’s code‑generation AI has led to significant layoffs among programmers, prompting a shift in career strategy toward embracing AI tools, focusing on non‑automatable skills, and continuous learning to stay relevant in the evolving software industry.

AI automationDeepSeekcareer advice
0 likes · 4 min read
DeepSeek’s Hype Triggers Programmer Layoffs
Ops Development & AI Practice
Ops Development & AI Practice
Jan 27, 2025 · Artificial Intelligence

How OpenAI’s Operator Lets AI Control Browsers Like a Human

The article explains OpenAI’s newly released Operator feature that enables AI to simulate human browser actions, outlines its underlying technologies, explores diverse application scenarios such as web automation and virtual assistants, and discusses the challenges and limitations of this breakthrough.

AI automationBrowser ControlOpenAI
0 likes · 9 min read
How OpenAI’s Operator Lets AI Control Browsers Like a Human
AI Large Model Application Practice
AI Large Model Application Practice
Dec 9, 2024 · Artificial Intelligence

How GUI Agents Use Large Models to Automate Any Desktop Task

This article explains why GUI agents are needed, defines their multimodal capabilities, walks through a high‑level automation scenario, details the architecture of large‑model‑driven GUI agents, highlights recent open‑source projects, and compares them with traditional RPA solutions.

AI automationGUI AgentHuman-Computer Interaction
0 likes · 10 min read
How GUI Agents Use Large Models to Automate Any Desktop Task
21CTO
21CTO
Jul 23, 2024 · Artificial Intelligence

What Is Agentic AI? How Autonomous Agents Boost Productivity and Transform Industries

Agentic AI, also known as autonomous AI agents, enables systems to perceive environments, make decisions, act, and continuously learn, offering higher productivity, smarter decision‑making, and industry‑wide transformation across sectors such as customer service, healthcare, finance, and manufacturing.

AI automationAI frameworksAutonomous Agents
0 likes · 13 min read
What Is Agentic AI? How Autonomous Agents Boost Productivity and Transform Industries
phodal
phodal
Oct 19, 2023 · Operations

Can LLMs Revolutionize Code Review? Inside AutoDev’s AI‑Powered Approach

The article examines how rising code volume and AI‑generated snippets challenge traditional code review, proposes an LLM‑assisted workflow using AutoDev and DevOpsGenius, details prompt design, commit filtering, and implementation steps, and discusses the benefits and limitations for different team roles.

AI automationCode ReviewDevOps
0 likes · 9 min read
Can LLMs Revolutionize Code Review? Inside AutoDev’s AI‑Powered Approach
phodal
phodal
Jul 2, 2023 · Industry Insights

Can LLMs Revive Classic Software Engineering? A Deep Dive into Standardized AI‑Driven Development

This article explores how large language models can standardize software engineering practices by converting requirements and designs into DSL formats, enabling more automated and efficient code generation, while discussing the challenges of dynamic context building, DSL specification, and the evolving role of LLMs in development pipelines.

AI automationLLMStandardization
0 likes · 14 min read
Can LLMs Revive Classic Software Engineering? A Deep Dive into Standardized AI‑Driven Development
Tencent Cloud Developer
Tencent Cloud Developer
Apr 17, 2023 · Artificial Intelligence

AutoGPT: An Overview of Autonomous AI Agents

AutoGPT is an open‑source autonomous AI agent that uses GPT‑4/3.5 APIs to decompose user‑defined goals into sub‑tasks, iteratively execute them, store results in memory, and autonomously build complex outputs such as code, websites, research, or financial plans, though it can incur high token costs and limited transparency.

AI automationAutoGPTGPT-4
0 likes · 8 min read
AutoGPT: An Overview of Autonomous AI Agents
DataFunSummit
DataFunSummit
Mar 1, 2023 · Artificial Intelligence

Automating High-Fidelity Digital Human Creation: Scanning, Driving, and Remaining Challenges

The article details YINGMOU's research on automating the production of high‑fidelity digital humans, covering their rapid 3‑5‑day pipeline, extensive face‑asset database, advanced light‑field scanning, automatic topology reconstruction, AI‑driven rigging, dynamic mapping, and the unresolved issues of hair and cloth.

AI automationPBR materialsfacial rigging
0 likes · 12 min read
Automating High-Fidelity Digital Human Creation: Scanning, Driving, and Remaining Challenges
Baidu Tech Salon
Baidu Tech Salon
Oct 24, 2022 · Industry Insights

How Baidu Achieved Unmanned Delivery with Risk‑Driven Testing and AI

This article examines Baidu's risk‑driven, AI‑enhanced approach to unmanned software delivery, detailing the evolution of testing automation, the three human dependencies it eliminates, and the essential capabilities—comprehensive testing, stable builds, and precise risk evaluation—required to free testers from manual intervention.

AI automationSoftware testingcontinuous integration
0 likes · 12 min read
How Baidu Achieved Unmanned Delivery with Risk‑Driven Testing and AI
DataFunTalk
DataFunTalk
Oct 15, 2022 · Artificial Intelligence

AutoDL: Automated and Interpretable Deep Learning – Research Highlights from Baidu Big Data Lab

This article reviews Baidu Big Data Lab's recent advances in automated deep learning (AutoDL), covering its research breakthroughs, integration with PaddlePaddle/PaddleHub, industrial deployments, transfer learning innovations, and future directions for AI automation and interpretability.

AI automationAutoDLNeural Architecture Search
0 likes · 19 min read
AutoDL: Automated and Interpretable Deep Learning – Research Highlights from Baidu Big Data Lab
21CTO
21CTO
Feb 27, 2020 · R&D Management

From Gaming Addict to CTO: My Journey of Breaking Barriers

The author recounts his transformation from a teenage gaming enthusiast in a small Chinese university to a senior engineer, manager, and CTO, detailing pivotal moments, lessons on coding, leadership, AI‑driven automation, entrepreneurship, and strategic thinking that shaped his career.

AI automationEntrepreneurshipSoftware Engineering
0 likes · 12 min read
From Gaming Addict to CTO: My Journey of Breaking Barriers