All Articles

143038 articles · Page 251 of 7152
Old Zhang's AI Learning
Old Zhang's AI Learning
May 28, 2026 · Artificial Intelligence

How Anthropic Contains Claude: Three Isolation Strategies Explained

Anthropic’s engineering blog reveals that securing powerful AI agents like Claude requires focusing on blast radius and implementing three layered defenses—model, environment, and external content—through distinct isolation approaches, hard OS sandboxes, and practical lessons from real‑world pitfalls.

AI Agent SecurityAnthropicClaude
0 likes · 11 min read
How Anthropic Contains Claude: Three Isolation Strategies Explained
DeepHub IMBA
DeepHub IMBA
May 28, 2026 · Artificial Intelligence

AutoGen Multi‑Agent Demo: Coder, Reviewer, and Executor Automatically Complete a Code Review

The article explains how Microsoft’s AutoGen framework enables a Planner‑Executor‑Critic loop and a three‑agent GroupChat workflow, providing step‑by‑step Python code that configures AssistantAgent, UserProxyAgent, and ReviewerAgent to generate, review, and execute code automatically, and discusses the system’s advantages, scalability, and real‑world deployments.

AutoGenGroupChatLLM
0 likes · 13 min read
AutoGen Multi‑Agent Demo: Coder, Reviewer, and Executor Automatically Complete a Code Review
AI Insight Log
AI Insight Log
May 28, 2026 · Artificial Intelligence

Why Google Dropped Gemini CLI for a Go‑Based Antigravity CLI

Google announced that Gemini CLI will be discontinued and merged into the Antigravity platform, replacing it with a Go‑written Antigravity CLI; the article analyzes the migration timeline, compares Google’s Go rewrite with Kimi’s TypeScript approach, and examines the trade‑offs of Node versus Go for AI agent command‑line tools.

AI AgentsAntigravity CLIGemini CLI
0 likes · 8 min read
Why Google Dropped Gemini CLI for a Go‑Based Antigravity CLI
Wukong Talks Architecture
Wukong Talks Architecture
May 28, 2026 · Databases

Understanding MySQL InnoDB Locks: Types, Queries, and Common Pitfalls

This article explains InnoDB's lock mechanisms—including table, intention, row, GAP, next‑key, and auto‑increment locks—shows how to inspect them via performance_schema tables, demonstrates lock behavior under different isolation levels with concrete SQL examples, and clarifies lock compatibility rules.

Gap LockInnoDBIsolation Levels
0 likes · 20 min read
Understanding MySQL InnoDB Locks: Types, Queries, and Common Pitfalls
Alibaba Cloud Native
Alibaba Cloud Native
May 28, 2026 · Operations

Can Ontology Really Improve Your AIOps Agent?

The article explains how ontology—an explicit, unambiguous knowledge map—addresses the cognitive and data challenges of AIOps, describes the UModel framework that models entities, relationships, and telemetry, and shows how the STAROps agent built on UModel delivers more accurate, explainable, and trustworthy operations intelligence.

AIOpsCloud NativeSTAROps
0 likes · 16 min read
Can Ontology Really Improve Your AIOps Agent?
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.

AIBig DataData Agent
0 likes · 10 min read
From Assisted to Autonomous: How DataWorks Data Agent Revolutionizes Data Intelligence
Alimama Tech
Alimama Tech
May 28, 2026 · Artificial Intelligence

13 KDD'26 Papers from Taobao: Scaling Laws, World Models and New AI Paradigms

The article highlights thirteen Taobao‑group papers accepted at KDD 2026, covering large‑model scaling laws, end‑to‑end generative recommendation, CTR prediction, interactive recommendation agents, LLM‑based pricing, robust auto‑bidding, two‑stage auctions, generative world models, multi‑attribution conversion, uplift modeling and long‑term causal estimation for e‑commerce systems.

CTR predictionGenerative ModelsKDD 2026
0 likes · 29 min read
13 KDD'26 Papers from Taobao: Scaling Laws, World Models and New AI Paradigms
Alimama Tech
Alimama Tech
May 28, 2026 · Artificial Intelligence

TAR: Multi‑Scale Trajectory Model Fixes Granularity Mismatch, Raising CTR >12%

The paper introduces the Trajectory Auto‑Regressive (TAR) model, which uses multi‑scale trajectory generation, a VQ‑VAE latent compression, and a state‑action fusion architecture to address granularity mismatch between fine‑grained decision steps and coarse‑grained feedback in online advertising, achieving over 12% CTR lift, smoother budget pacing, and faster inference compared to prior baselines.

Budget PacingMulti-Scale GenerationOnline Advertising
0 likes · 18 min read
TAR: Multi‑Scale Trajectory Model Fixes Granularity Mismatch, Raising CTR >12%
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.

Log ManagementShellautomation
0 likes · 10 min read
10 Essential Shell Scripts for Efficient Log Management
ITPUB
ITPUB
May 28, 2026 · Backend Development

Skipping Spring Upgrades: Hidden Risks or Upgrade Hazards? Tanzu Spring’s Answer

Enterprise Java teams face mounting technical debt and accelerating security vulnerabilities from outdated Spring versions, a problem amplified by AI‑driven attacks, and Tanzu Spring offers a six‑year extended lifecycle, automated upgrade tooling, AI‑integrated governance, and 24/7 vendor support to safely modernize their applications.

AIJavaLifecycle
0 likes · 11 min read
Skipping Spring Upgrades: Hidden Risks or Upgrade Hazards? Tanzu Spring’s Answer
Machine Heart
Machine Heart
May 28, 2026 · Artificial Intelligence

Domestic Supercomputer Hits 2.16 EFLOP/s, Enabling 10,000× Remote‑Sensing Compression

The D2AR generative compression framework leverages historical Earth‑observation priors and a dual‑decoupled asymmetric design to achieve exascale training at 2.16 EFLOP/s on a domestic Armv9 CPU supercomputer, scaling to 20,480 nodes and delivering up to 10,000× data reduction while preserving scientific utility.

Armv9 supercomputerLarge‑Scale Trainingdata reduction
0 likes · 8 min read
Domestic Supercomputer Hits 2.16 EFLOP/s, Enabling 10,000× Remote‑Sensing Compression
Machine Heart
Machine Heart
May 28, 2026 · Artificial Intelligence

Why Google’s AI Can’t Count the Letters in Its Own Name

The article examines why the newly AI‑powered Google Search fails at simple letter‑count questions like “how many P’s are in Google,” tracing the issue to token‑based language models, illustrating it with examples, and discussing both short‑term prompts and long‑term architectural solutions such as byte‑level models.

Google SearchJagged IntelligenceLLM
0 likes · 13 min read
Why Google’s AI Can’t Count the Letters in Its Own Name
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.

AIAgent ArchitectureBig Data
0 likes · 12 min read
How DataWorks Data Agent Advances from Augmented Assistance to Full Autonomy
SuanNi
SuanNi
May 28, 2026 · Industry Insights

Xiaomi Slashes Token Prices by Up to 99% to Match DeepSeek’s API Pricing

The article analyzes the recent AI API price war, detailing DeepSeek’s step‑by‑step token‑price reductions, Xiaomi’s 99% cut that aligns its MiMo‑V2.5 Pro tier with DeepSeek, the underlying technical optimizations that enable lower costs, and the broader market shift toward cost‑driven competition.

AI pricingAPI competitionDeepSeek
0 likes · 7 min read
Xiaomi Slashes Token Prices by Up to 99% to Match DeepSeek’s API Pricing
Tencent Technical Engineering
Tencent Technical Engineering
May 28, 2026 · R&D Management

When AI Becomes a Mirror: The Silent Revolution of Writing Specs

The article argues that in the AI era, writing specifications, rules, and evaluation sets forces engineers to externalize tacit knowledge, turning AI from a tool into a mirror that reveals hidden assumptions, and warns that this legibility brings both powerful benefits and profound risks.

AIGoodhart's lawSpec-driven Development
0 likes · 28 min read
When AI Becomes a Mirror: The Silent Revolution of Writing Specs
IT Services Circle
IT Services Circle
May 28, 2026 · Information Security

Windows YellowKey Vulnerability (CVE‑2026‑45585): Exploit Details and Fixed PowerShell Mitigation

The article explains the YellowKey vulnerability (CVE‑2026‑45585) affecting Windows 11, Server 2022/2025, how an attacker can gain SYSTEM access via a crafted USB, Microsoft’s controversial response, and provides a corrected PowerShell script that removes the malicious BootExecute entry to mitigate the exploit.

BitLockerCVE-2026-45585PowerShell
0 likes · 5 min read
Windows YellowKey Vulnerability (CVE‑2026‑45585): Exploit Details and Fixed PowerShell Mitigation
Java Tech Enthusiast
Java Tech Enthusiast
May 28, 2026 · Artificial Intelligence

Why Claude Code Needs a Strong Harness, Not Just a Bigger Model, for Million‑Line Codebases

The article dissects Anthropic’s official guidance on deploying Claude Code in massive codebases, showing that context overflow stems from an inadequate harness rather than model size, and presents seven concrete pitfalls with solutions—including limiting CLAUDE.md to 200 lines, using LSP, initializing in subdirectories, leveraging hooks, skills, plugins, and MCP integration—to make the AI coding assistant effective at scale.

AI codingBest PracticesClaude Code
0 likes · 23 min read
Why Claude Code Needs a Strong Harness, Not Just a Bigger Model, for Million‑Line Codebases