All Articles

143219 articles · Page 313 of 7161
Alibaba Cloud Developer
Alibaba Cloud Developer
May 18, 2026 · Artificial Intelligence

Redefining Skill Development: A Hands‑On Guide and One‑Stop Development Assistant

This article walks you through the concept of AI Agent Skills, showing how to design, write, install, publish, and manage a Skill—from the underlying three‑level loading mechanism and cross‑platform considerations to best‑practice guidelines, versioning strategies, automated testing, and even self‑improving loops—so you can turn repetitive tasks into reusable, shareable automation assets.

AI AgentAutomationDevOps
0 likes · 27 min read
Redefining Skill Development: A Hands‑On Guide and One‑Stop Development Assistant
Shuge Unlimited
Shuge Unlimited
May 18, 2026 · Frontend Development

OpenSpec Project Walkthrough #5: UI Visual Polish and Template Tweaks to Guide AI‑Generated Tasks

This article details how the OpenSpec v1.3.1 project upgraded its UI visual layer with a new color palette, icons, and animations, uncovered why AI‑generated tasks.md ignored schema instructions, fixed the issue by editing the template, and verified the changes through a full apply‑verify‑archive cycle.

AI code generationOpenSpecReAct
0 likes · 24 min read
OpenSpec Project Walkthrough #5: UI Visual Polish and Template Tweaks to Guide AI‑Generated Tasks
AI Engineering
AI Engineering
May 18, 2026 · Artificial Intelligence

Stop Throwing Money at AI: 10 Open‑Source Tools Cut Claude Code Tokens by 80% and Slash Large Projects by 49×

The article reviews ten open‑source utilities that dramatically reduce token consumption for AI coding assistants—cutting up to 80% of Claude Code tokens, saving hundreds of dollars, and shrinking large‑project token usage by as much as 49‑fold through output compression, command‑log filtering, and selective code‑base context.

AI codingClaude CodeMonorepo
0 likes · 14 min read
Stop Throwing Money at AI: 10 Open‑Source Tools Cut Claude Code Tokens by 80% and Slash Large Projects by 49×
AndroidPub
AndroidPub
May 18, 2026 · Artificial Intelligence

Five Agent Architecture Paradigms and How to Choose the Right One

The article analyzes five common agent architecture paradigms, explains their strengths and weaknesses, recommends suitable frameworks for each, and provides a five‑step decision process to help teams select the most appropriate architecture for their business needs.

ArchitectureAutoGenLangGraph
0 likes · 16 min read
Five Agent Architecture Paradigms and How to Choose the Right One
Architecture & Thinking
Architecture & Thinking
May 18, 2026 · Backend Development

Practical Traffic Governance: Canary Release, Circuit Breaking, and Auto Fault Recovery

This article explains how canary releases, circuit‑breaker degradation, and automatic fault‑recovery mechanisms work together to ensure high availability and stability in distributed microservice systems, providing detailed principles, configuration steps, code samples, and real‑world case studies.

Auto Fault RecoveryCanary ReleaseGolang
0 likes · 18 min read
Practical Traffic Governance: Canary Release, Circuit Breaking, and Auto Fault Recovery
Eric Tech Circle
Eric Tech Circle
May 18, 2026 · Artificial Intelligence

Exploring Codex Mobile: Remote Control of Your Desktop from a Phone

This article walks through how OpenAI's Codex Mobile lets you monitor, command, and approve Codex desktop tasks from a smartphone, turning the phone into a remote cockpit for viewing progress, issuing new instructions, and handling approvals without needing a full IDE on the device.

AI coding assistantAutomationChatGPT Mobile
0 likes · 7 min read
Exploring Codex Mobile: Remote Control of Your Desktop from a Phone
Coder Trainee
Coder Trainee
May 18, 2026 · Cloud Native

Spring Cloud Microservices Tutorial – Sentinel for Fault Tolerance and Rate Limiting

This article walks through adding Alibaba Sentinel to a Spring Cloud microservice suite to protect against service outages, traffic spikes, and slow calls by configuring rate limiting, circuit breaking, and fallback mechanisms across user, order, and gateway services, with full Docker‑compose setup and testing steps.

FeignMicroservicesSentinel
0 likes · 14 min read
Spring Cloud Microservices Tutorial – Sentinel for Fault Tolerance and Rate Limiting
Lobster Programming
Lobster Programming
May 18, 2026 · Fundamentals

Why userId Gets Lost in Async Calls and How ThreadLocal Solves It

The article explains ThreadLocal's lifecycle, why userId disappears when spawning asynchronous threads, compares ThreadLocal, InheritableThreadLocal, and Alibaba's TransmittableThreadLocal, and shows how the latter prevents data contamination in thread‑pool reuse.

InheritableThreadLocalJava concurrencyThread Pool
0 likes · 5 min read
Why userId Gets Lost in Async Calls and How ThreadLocal Solves It
Architects' Tech Alliance
Architects' Tech Alliance
May 18, 2026 · Industry Insights

How China’s AI Chip Industry Is Breaking the 7nm Barrier

The article analyses how China’s AI chip industry confronts the 7nm process bottleneck by leveraging mature nodes, innovative architectures, chiplet packaging, high‑bandwidth memory and a growing software ecosystem, while projecting rapid market growth and outlining remaining technical gaps.

AI chipsChina semiconductorChiplet
0 likes · 13 min read
How China’s AI Chip Industry Is Breaking the 7nm Barrier
AI Architecture Hub
AI Architecture Hub
May 18, 2026 · Artificial Intelligence

Agent Hooks: A Deterministic Approach to Making AI Agent Workflows Controllable

The article explains how agent hooks add programmable, deterministic control to AI agent workflows by binding custom handlers to specific lifecycle events, demonstrates six core hooks with concrete Python examples, and shows how this separation of policy from model memory reduces errors, speeds feedback, and improves auditability.

AI agentsAutomationPython
0 likes · 18 min read
Agent Hooks: A Deterministic Approach to Making AI Agent Workflows Controllable
AI Architecture Path
AI Architecture Path
May 18, 2026 · Artificial Intelligence

Can CodeGraph Cut Claude Code’s Token Usage by 94% and Boost Exploration Speed by 77%?

CodeGraph, an open‑source semantic code‑intelligence tool for Claude Code, builds a local knowledge graph using Tree‑sitter, cutting tool calls by up to 94 % and speeding up code‑base exploration by 71 % across multiple languages, while offering CLI, MCP server and Node.js library interfaces.

AI code assistantCLIClaude Code
0 likes · 15 min read
Can CodeGraph Cut Claude Code’s Token Usage by 94% and Boost Exploration Speed by 77%?
Linyb Geek Road
Linyb Geek Road
May 18, 2026 · Artificial Intelligence

Building High‑Availability Claude Skills: From Core Mechanics to Production‑Ready Development

This article explains why a perfectly written Claude Skill may never be invoked, reveals the underlying meta‑tool architecture, demonstrates the three‑level progressive loading model that saves up to 80% of token usage, and provides a step‑by‑step guide, code samples, debugging checklists, and best‑practice patterns for creating robust, production‑grade Claude Skills.

AI toolsClaudePrompt Engineering
0 likes · 30 min read
Building High‑Availability Claude Skills: From Core Mechanics to Production‑Ready Development
Programmer DD
Programmer DD
May 18, 2026 · Artificial Intelligence

Agent Plan vs Coding Plan: A Complete Token Package for AI Coding and Media

The author, a heavy token consumer, compares the new Agent Plan with existing Coding Plans, highlighting its multi‑modal model suite, unified AFP billing, detailed pricing tiers, step‑by‑step configuration for Claude Code and SoloEnt, and the creation of an OctaFuse resource pool for unified access.

AFPAgent PlanClaude Code
0 likes · 8 min read
Agent Plan vs Coding Plan: A Complete Token Package for AI Coding and Media
AI Engineer Programming
AI Engineer Programming
May 17, 2026 · Fundamentals

Why Are We Still Using Markdown?

The article analyses Markdown's minimalist design, its ambiguous syntax, security flaws such as ReDoS and XSS vulnerabilities, and the growing gap between its original simple transliteration goal and the complex compiler‑like features developers now demand.

CommonMarkMarkdownReDoS
0 likes · 14 min read
Why Are We Still Using Markdown?
Java Architect Essentials
Java Architect Essentials
May 17, 2026 · Artificial Intelligence

When Is GPT‑5.5 Worth Upgrading? A Practical Guide to Plus vs Pro

The article explains how GPT‑5.5 can boost daily productivity, advises evaluating personal workflows before subscribing, compares ChatGPT Plus and Pro based on task intensity, and offers concrete prompting tips and a usage‑scenario table to help users choose the right tier without blind upgrades.

AI productivityChatGPTGPT-5.5
0 likes · 6 min read
When Is GPT‑5.5 Worth Upgrading? A Practical Guide to Plus vs Pro
Wuming AI
Wuming AI
May 17, 2026 · Industry Insights

Beyond Prompts: Building Real AI‑Powered Competitive Barriers

The article reflects on an Alibaba Cloud AI productivity roundtable, summarizing speakers' insights on how AI can expand personal capability, automate expert workflows, and create lasting competitive advantages that depend on integrating industry knowledge, judgment, and execution rather than merely using tools.

AI integrationAI productivityKnowledge management
0 likes · 12 min read
Beyond Prompts: Building Real AI‑Powered Competitive Barriers
LuTiao Programming
LuTiao Programming
May 17, 2026 · Artificial Intelligence

Why Your AI Keeps Going Off‑Track: The 4 Essential CLAUDE.md Directives

The article analyzes why AI coding assistants often stray from intended requirements, exposing a core judgment deficit, and shows how a concise four‑line CLAUDE.md file—detailing assumptions, minimal code, scoped changes, and verifiable success criteria—can dramatically improve AI behavior, reduce over‑design, and lower review costs.

AI codingCLAUDE.mdCode Review
0 likes · 11 min read
Why Your AI Keeps Going Off‑Track: The 4 Essential CLAUDE.md Directives
Liangxu Linux
Liangxu Linux
May 17, 2026 · Industry Insights

Can MoonBit Support Chinese Keywords? Feasibility, Benefits, and Drawbacks

The article examines MoonBit's proposal to add optional Chinese keywords, discussing technical feasibility through a mapping table, potential advantages for beginners and non‑English speakers, and counterarguments about internationalization, developer workflow, and AI tooling compatibility.

Chinese keywordsMoonBitWebAssembly
0 likes · 6 min read
Can MoonBit Support Chinese Keywords? Feasibility, Benefits, and Drawbacks