All Articles

143085 articles · Page 259 of 7155
Architect
Architect
May 27, 2026 · Artificial Intelligence

How to Split Tasks, Control Permissions, and Collect Evidence with Claude Code Agent Teams

The article analyses Claude Code's new parallel‑working features—Subagents, Agent View, and Agent Teams—explaining when each should be used, how to break engineering work into clear boundaries, manage permissions and budgets, gather verifiable evidence, and avoid hidden coordination costs in real projects.

AI codingAgent TeamsClaude Code
0 likes · 23 min read
How to Split Tasks, Control Permissions, and Collect Evidence with Claude Code Agent Teams
Cloud Architecture
Cloud Architecture
May 27, 2026 · Information Security

Mastering Dual Token Authentication: From Architecture Design to Production Deployment

This comprehensive guide explains why many teams struggle with dual‑token implementations, outlines the three core goals of the mechanism, details threat modeling, design principles, data modeling, JWT claim choices, atomic refresh rotation with Redis Lua, and provides production‑ready Spring Boot code, observability, scaling and security hardening recommendations.

AuthenticationJWTRedis
0 likes · 35 min read
Mastering Dual Token Authentication: From Architecture Design to Production Deployment
Programmer1970
Programmer1970
May 27, 2026 · Backend Development

Ultimate Cache Consistency Solution for Billion‑Scale Traffic: Canal + MQ + Local Cache

At billion‑level request rates, the traditional cache‑aside pattern fails, so the article proposes a three‑layer architecture—Canal captures MySQL binlog, an MQ (RocketMQ/Kafka) buffers changes, and a coordinated local cache service updates L1 caches with short TTL, achieving high performance and eventual consistency.

Cache ConsistencyCanalDistributed Architecture
0 likes · 12 min read
Ultimate Cache Consistency Solution for Billion‑Scale Traffic: Canal + MQ + Local Cache
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?
DeepHub IMBA
DeepHub IMBA
May 27, 2026 · Artificial Intelligence

Testing Four Non‑Vector RAG Approaches: BM25, GraphRAG, Tree Search, and Agentic Search

The article evaluates four non‑vector Retrieval‑Augmented Generation methods—BM25 lexical search, GraphRAG graph traversal, Tree‑Search document navigation, and an Agentic search loop—using a small JSON‑based corpus, showing each method’s strengths, weaknesses, and when to combine them for production‑grade retrieval.

Agentic SearchBM25GraphRAG
0 likes · 12 min read
Testing Four Non‑Vector RAG Approaches: BM25, GraphRAG, Tree Search, and Agentic Search
Smart Workplace Lab
Smart Workplace Lab
May 27, 2026 · Artificial Intelligence

Why AI‑Generated Content Gets Bland and How a Three‑Step Workslop Protocol Fixes It

The article explains that using standard prompts makes large‑model outputs overly generic, and shows how injecting private friction data, setting an 85 % confidence threshold, and applying a three‑step Workslop interception protocol can restore distinctiveness, improve proposal acceptance rates, and reduce rework.

AIWorkslopconfidence threshold
0 likes · 6 min read
Why AI‑Generated Content Gets Bland and How a Three‑Step Workslop Protocol Fixes It
vivo Internet Technology
vivo Internet Technology
May 27, 2026 · Artificial Intelligence

Deploying an AI‑Powered Shopping Guide on the Vivo Official Site

This article details the end‑to‑end implementation of an AI shopping guide on the Vivo official website, covering problem definition, multi‑layer architecture, technology selection, data synthesis, FastText intent‑recognition model training, prompt engineering, RAG‑augmented retrieval, structured output, safety testing, and the resulting business impact.

AIChatbotKnowledge Base
0 likes · 27 min read
Deploying an AI‑Powered Shopping Guide on the Vivo Official Site
AI Architect Hub
AI Architect Hub
May 27, 2026 · R&D Management

Hermes Kanban Deep Dive with a Real-World Public Account Matrix Management System

This article explains Hermes Kanban's multi‑agent orchestration features, core concepts, and a step‑by‑step case study that builds a public‑account matrix management system, demonstrating task decomposition, parallel execution, dependency handling, human intervention, and best‑practice guidelines.

Backend DevelopmentHermes KanbanPython
0 likes · 15 min read
Hermes Kanban Deep Dive with a Real-World Public Account Matrix Management System
JD Tech
JD Tech
May 27, 2026 · Databases

DongSQL V1.2.0: Dual Performance and Stability Gains for Retail Databases

DongSQL V1.2.0 introduces a suite of kernel upgrades—including group‑commit unicast, semi‑sync replication tweaks, plan‑cache, single‑point query enhancements, massive‑table fast startup, SIMD acceleration, hotspot‑row updates and high‑volume testing support—delivering significant performance and stability improvements across diverse retail workloads.

Database PerformanceDongSQLHigh‑Volume Testing
0 likes · 24 min read
DongSQL V1.2.0: Dual Performance and Stability Gains for Retail Databases
ShiZhen AI
ShiZhen AI
May 27, 2026 · Artificial Intelligence

Turning Click‑Based Web Agents into Repeatable Scripts with Microsoft’s Open‑Source Webwright

Microsoft’s open‑source Webwright framework redefines browser agents by replacing step‑by‑step click actions with generated Playwright scripts, enabling repeatable, debuggable web tasks; the article details its architecture, workflow, benchmark results on Online‑Mind2Web and Odysseys, and discusses practical benefits and limitations.

GPT-5.4LLM agentsMicrosoft
0 likes · 9 min read
Turning Click‑Based Web Agents into Repeatable Scripts with Microsoft’s Open‑Source Webwright
Design Hub
Design Hub
May 27, 2026 · Industry Insights

How the AI‑THt Trailer Redefines Mobile Living as a Deployable Apartment

The article examines AC Future’s AI‑THt concept trailer, showing how its clean lines, Pininfarina design, multi‑directional expansion and integrated AI, solar and power systems transform a traditional RV into a portable, apartment‑grade living space, while also questioning the feasibility of its specifications.

AI-THtDesign AnalysisPininfarina
0 likes · 11 min read
How the AI‑THt Trailer Redefines Mobile Living as a Deployable Apartment
Tech Musings
Tech Musings
May 27, 2026 · Backend Development

How to Upload Images to Qiniu Cloud with Rust + Actix‑Web and Generate Signed Download URLs

This article walks through moving image storage from TiDB Cloud to Qiniu Cloud for a WeChat mini‑program, detailing a Rust + Actix‑Web backend that validates image format, deduplicates via SHA‑256 content‑addressable keys, creates upload tokens, performs idempotent multipart uploads, and builds hour‑aligned private download URLs with referer protection.

Actix-WebContent-Addressable StorageImage Upload
0 likes · 22 min read
How to Upload Images to Qiniu Cloud with Rust + Actix‑Web and Generate Signed Download URLs
Alibaba Cloud Native
Alibaba Cloud Native
May 27, 2026 · Artificial Intelligence

Quickly Build Enterprise Self‑Evolving Agents with AgentScope Builder and Harness Framework

This article presents a deep technical walkthrough of AgentScope Builder, showing how the Harness framework enables a single Java agent implementation to run on a personal machine as MinQwenPaw and then scale to a multi‑tenant, distributed enterprise platform with workspace isolation, sandboxing, and pluggable storage backends.

AgentJavaartificial intelligence
0 likes · 23 min read
Quickly Build Enterprise Self‑Evolving Agents with AgentScope Builder and Harness Framework
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
May 27, 2026 · Artificial Intelligence

Building a Multimodal Search with Alibaba Cloud Elasticsearch and Qwen‑VL

This article demonstrates how to integrate Alibaba Cloud Elasticsearch with the Qwen‑VL large model and DashScope Embedding API to extract image features and perform multimodal vector search, covering text‑to‑image, text‑to‑text, image‑to‑image, and image‑to‑text queries, with step‑by‑step code, environment setup, data loading, indexing, and a Streamlit demo.

AI EmbeddingDashScopeElasticsearch
0 likes · 8 min read
Building a Multimodal Search with Alibaba Cloud Elasticsearch and Qwen‑VL
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
Tencent Technical Engineering
Tencent Technical Engineering
May 27, 2026 · Artificial Intelligence

Marvis Hands‑On Review: Six AI Agents Take Over My Desktop

The author evaluates Marvis, an AI‑powered desktop assistant that bundles six specialized agents—fast terminal scheduling, autonomous planning, cross‑modal task chains, a visual agent workspace, vibecoding for code, and desktop organization—showcasing rapid local execution, privacy‑preserving design, multi‑agent coordination, and future mobile integration.

AI assistantLocal AIMarvis
0 likes · 15 min read
Marvis Hands‑On Review: Six AI Agents Take Over My Desktop
Alibaba Middleware
Alibaba Middleware
May 27, 2026 · Cloud Native

Blade AI – Open‑Source AI Agent that Automates Full‑Cycle Chaos Engineering with Natural Language

Blade AI, the new open‑source intelligent layer for ChaosBlade, lets SREs describe fault scenarios in natural language and automatically handles target discovery, safety checks, execution, verification, and recovery, reducing a typical 20‑30 minute chaos experiment to a few seconds and enabling daily resilience testing.

AI automationChaos EngineeringKubernetes
0 likes · 17 min read
Blade AI – Open‑Source AI Agent that Automates Full‑Cycle Chaos Engineering with Natural Language
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
May 27, 2026 · Cloud Native

How RedProcess Evolved into DES: Optimizing Xiaohongshu’s Multimedia Task Scheduler

The article details the evolution from the first‑generation RedProcess scheduler to the Distributed Execution Scheduler (DES), explaining how architectural redesigns in storage layering, push‑based dispatch, and systematic disaster‑recovery transformed Xiaohongshu’s video‑cloud task scheduling from merely usable to highly efficient and resilient.

DESKubernetesRedis
0 likes · 15 min read
How RedProcess Evolved into DES: Optimizing Xiaohongshu’s Multimedia Task Scheduler