All Articles

143037 articles · Page 246 of 7152
Alibaba Cloud Developer
Alibaba Cloud Developer
May 29, 2026 · Artificial Intelligence

Quick Experience with AgentScope Builder: Building Enterprise Self‑Evolving Agents Using the Harness Framework

The article presents AgentScope Builder, a cloud‑native platform that extends the Harness framework to enable multi‑tenant, distributed, self‑evolving AI agents, detailing its workspace‑driven architecture, CompositeFilesystem isolation, zero‑code development flow, and how it scales from a single‑machine prototype (MinQwenPaw) to an enterprise‑grade solution.

AgentScopeCompositeFilesystemHarness
0 likes · 22 min read
Quick Experience with AgentScope Builder: Building Enterprise Self‑Evolving Agents Using the Harness Framework
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
May 29, 2026 · Artificial Intelligence

How Alibaba Cloud Milvus Achieves 20× Faster Billion‑Scale Vector Search with DiskANN and RaBitQ

Alibaba Cloud Milvus combines DiskANN graph indexing with the RaBitQ quantization algorithm, delivering over 20× higher QPS, sub‑10% P99 latency, 29% lower memory usage and more than 98% recall on a 100 million‑vector, 768‑dimensional benchmark, while also cutting index build time from 20 h to about 6 h.

DiskANNMilvusQuantization
0 likes · 7 min read
How Alibaba Cloud Milvus Achieves 20× Faster Billion‑Scale Vector Search with DiskANN and RaBitQ
DataFunSummit
DataFunSummit
May 29, 2026 · Artificial Intelligence

Why the Overlooked Agent Harness Is the Real Reason AI Projects Fail

The article explains that the hidden infrastructure layer called Agent Harness—its OS‑like architecture, three‑layer abstraction, context‑rot problem, compounding error, and verification loops—determines whether impressive agent demos can survive in production, with concrete benchmarks showing harness improvements far outweigh model upgrades.

AI infrastructureAgent HarnessCompounding Error
0 likes · 14 min read
Why the Overlooked Agent Harness Is the Real Reason AI Projects Fail

How to Solve Data Governance + AI Agent Pitfalls: Agent Roles, NL2SQL Datasets, and Rule Templates Explained

The article analyzes why data‑governance projects still fail when combined with AI, presents a four‑layer NL2SQL architecture, details agent responsibilities, metadata‑governance methods, anomaly‑diagnosis and permission‑control flows, outlines dataset‑building stages, evaluation metrics, and provides a step‑by‑step rollout roadmap.

AI agentData GovernanceDataset Construction
0 likes · 21 min read
How to Solve Data Governance + AI Agent Pitfalls: Agent Roles, NL2SQL Datasets, and Rule Templates Explained
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
May 29, 2026 · Backend Development

Open-Code-Review: Alibaba’s LLM‑Powered, Rule‑Based Line‑Level Inspection

Open‑Code‑Review is an open‑source tool from Alibaba that combines a deterministic Go‑based pipeline with an LLM‑enabled Agent to perform deep, line‑level code analysis by reading Git diffs, searching the repository for context, applying fine‑tuned rule sets, supporting multi‑language checks, concurrency, OpenTelemetry, and CI/CD integration.

CI/CDGoLLM
0 likes · 13 min read
Open-Code-Review: Alibaba’s LLM‑Powered, Rule‑Based Line‑Level Inspection
MaGe Linux Operations
MaGe Linux Operations
May 29, 2026 · Operations

scp vs rsync: Detailed Usage, Parameters, and When to Choose Each for Server File Transfers

This comprehensive guide explains the principles, syntax, and common options of scp and rsync, compares their features with concrete performance data, walks through dozens of real‑world scenarios—from single‑file uploads to large‑scale log migrations—and provides security tips, error‑handling tricks, and best‑practice recommendations for reliable server‑to‑server file transfers.

LinuxSSHbandwidth limit
0 likes · 33 min read
scp vs rsync: Detailed Usage, Parameters, and When to Choose Each for Server File Transfers
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 SkillsClaude
0 likes · 11 min read
Stop Being an AI ‘After‑Hours Engineer’—Let AI Write Better Code
IT Services Circle
IT Services Circle
May 29, 2026 · Industry Insights

Why Microsoft Stuck with Backslash Instead of the Forward Slash

The article traces the 40‑year history of why Windows uses the backslash as its path separator, revealing a compatibility compromise made during DOS 2.0 development with IBM that forced a lasting divergence from Unix’s forward slash.

CompatibilityDOS historyPath Separator
0 likes · 6 min read
Why Microsoft Stuck with Backslash Instead of the Forward Slash
Ops Community
Ops Community
May 29, 2026 · Cloud Native

10 Common Pitfalls When Migrating Docker‑Compose to Kubernetes

This guide details the ten most frequent issues encountered when converting Docker‑Compose configurations to Kubernetes, explains why direct mappings often fail, and provides concrete examples, correct configurations, validation steps, and best‑practice recommendations to help teams avoid weeks of troubleshooting.

Best PracticesContainersDocker Compose
0 likes · 47 min read
10 Common Pitfalls When Migrating Docker‑Compose to Kubernetes
Java Tech Enthusiast
Java Tech Enthusiast
May 29, 2026 · Artificial Intelligence

Interview Insight: Mastering CLAUDE.md Maintenance for Claude Code

This article explains what CLAUDE.md is, why overly long files hurt Claude Code, how to write concise, verifiable rules, organize them hierarchically, use /init and /memory commands, and provides a practical template, backed by community data and Anthropic documentation.

AI agent configurationBest PracticesCLAUDE.md
0 likes · 24 min read
Interview Insight: Mastering CLAUDE.md Maintenance for Claude Code
Java Tech Enthusiast
Java Tech Enthusiast
May 29, 2026 · Industry Insights

What Is Huawei’s New “τ (Tau) Law” and How Does It Challenge Moore’s Law?

Huawei introduced the “τ (Tau) Law” at ISCAS 2026, proposing a shift from geometric scaling to time‑constant reduction to overcome the physical limits of Moore’s Law, and outlines how signal‑propagation delay can be compressed through system‑level innovations such as logical folding and advanced packaging.

HuaweiMoore's LawSignal Propagation
0 likes · 8 min read
What Is Huawei’s New “τ (Tau) Law” and How Does It Challenge Moore’s Law?
AI Engineering
AI Engineering
May 29, 2026 · Artificial Intelligence

Hermes Agent v0.15.0 “Velocity” Boosts Core Speed 4500× and Fixes Prompt Injection Vulnerability

Nous Research has released Hermes Agent v0.15.0 “Velocity”, an open‑source AI‑agent framework that consolidates 747 pull requests into a 4 500‑fold faster core, adds session‑sticky routing, new hermes send and audit commands, enhanced security, multi‑agent Kanban, and numerous integration and UI improvements.

AIHermes AgentOpen Source
0 likes · 6 min read
Hermes Agent v0.15.0 “Velocity” Boosts Core Speed 4500× and Fixes Prompt Injection Vulnerability
Data Party THU
Data Party THU
May 29, 2026 · Artificial Intelligence

Token Superposition Training: 2.5× Faster LLM Pre‑training Without Model Changes

The article presents Token Superposition Training (TST), which temporarily averages embeddings of non‑overlapping token bags and predicts groups of tokens in a first phase before reverting to standard token‑wise prediction, achieving up to 2.5× pre‑training speedup on 10B‑1B MoE models without altering model architecture or inference.

LLM pretrainingMCE lossMixture of Experts
0 likes · 9 min read
Token Superposition Training: 2.5× Faster LLM Pre‑training Without Model Changes
Xiaomi Tech
Xiaomi Tech
May 29, 2026 · Artificial Intelligence

ControlFoley: An Open‑Source Model for Fully Controllable Video Sound Generation

ControlFoley, released by Xiaomi's large‑model team, is an open‑source framework that lets creators generate video‑aligned sound effects while explicitly controlling content, style, and timing through text prompts, video dubbing, or reference audio, achieving SOTA performance on multiple benchmarks.

ControlFoleyMultimodalOpen Source
0 likes · 15 min read
ControlFoley: An Open‑Source Model for Fully Controllable Video Sound Generation
Su San Talks Tech
Su San Talks Tech
May 29, 2026 · Artificial Intelligence

How Opus 4.8 Lets Claude Code Form Dynamic Agent Teams

Claude's Opus 4.8 upgrade introduces modest performance gains, stronger honesty, and a new dynamic‑workflows feature that lets the model orchestrate dozens of sub‑agents to tackle large‑scale coding tasks such as full‑repo bug hunts, migrations, and security audits.

AI codingClaudeOpus 4.8
0 likes · 12 min read
How Opus 4.8 Lets Claude Code Form Dynamic Agent Teams
Machine Heart
Machine Heart
May 29, 2026 · Artificial Intelligence

DiffusionOPD: A New Online Policy Distillation Paradigm for Multi‑Task Diffusion Models

DiffusionOPD introduces a unified on‑policy distillation framework for diffusion models that decouples single‑task online policy exploration from multi‑task capability integration, training expert teachers per task and distilling their skills into a single student model, achieving faster convergence and higher performance across composition, OCR, and aesthetic tasks.

KL divergencePPOdiffusion models
0 likes · 8 min read
DiffusionOPD: A New Online Policy Distillation Paradigm for Multi‑Task Diffusion Models
Machine Heart
Machine Heart
May 29, 2026 · Artificial Intelligence

Why Vendors Bet on Step 3.7 Flash: An Agent‑Optimized Model for High‑Cost AI

Step 3.7 Flash is an open‑source, sparse‑MoE flash model built for real‑world Agent workflows, offering 11 B active parameters, 400 TPS, 256 K context, multimodal perception and tool use, and achieves top‑tier scores on benchmarks such as ClawEval‑1.1, Toolathlon and SimpleVQA, while dramatically reducing token‑costs that have plagued large‑scale AI deployments.

AgentBenchmarkCost
0 likes · 10 min read
Why Vendors Bet on Step 3.7 Flash: An Agent‑Optimized Model for High‑Cost AI
Java Architect Handbook
Java Architect Handbook
May 29, 2026 · Interview Experience

CDN Cache vs Redis Cache: Key Differences and Ideal Use Cases (Interview Insight)

The article explains how CDN works as a distributed reverse‑proxy cache, details its DNS‑based load balancing, cache‑hit/miss flow, expiration policies and refresh strategies, compares CDN caching with browser and Nginx caches, outlines scenarios where CDN or Redis is appropriate, and provides typical interview follow‑up questions and practical tips.

CDNCache InvalidationCaching
0 likes · 13 min read
CDN Cache vs Redis Cache: Key Differences and Ideal Use Cases (Interview Insight)