All Articles

143151 articles · Page 288 of 7158
Smart Workplace Lab
Smart Workplace Lab
May 22, 2026 · Artificial Intelligence

When AI Decision Fails, Who Holds the Final Say? A Three‑Step Human‑Machine Audit Protocol

The article walks through a real‑world case where an AI Agent auto‑approved an overpriced supplier quote, explains why fully automated decisions shift all blame to humans, and presents a concrete three‑step human‑machine audit agreement that defines authorization boundaries, risk thresholds, and circuit‑breaker rules to ensure responsible AI‑driven approvals.

AIDecision AuditHuman-Machine Governance
0 likes · 7 min read
When AI Decision Fails, Who Holds the Final Say? A Three‑Step Human‑Machine Audit Protocol
Machine Heart
Machine Heart
May 22, 2026 · Artificial Intelligence

Can World Action Models Replace VLA? Nvidia’s New Embodied AI Paradigm Reviewed

The article reviews the emerging World Action Model (WAM) paradigm, critiques the limitations of Vision‑Language‑Action models, outlines cascaded and joint WAM architectures, discusses required data sources, evaluation metrics, and future challenges, positioning WAM as a new foundational approach for embodied AI.

Embodied AIFuture State PredictionRobotics
0 likes · 14 min read
Can World Action Models Replace VLA? Nvidia’s New Embodied AI Paradigm Reviewed
Machine Heart
Machine Heart
May 22, 2026 · Artificial Intelligence

How Data and Algorithms Enable Embodied Intelligence Scaling – GigaAI’s Dual‑Pyramid Physical AGI

GigaAI unveiled a dual‑pyramid framework that couples a five‑layer data hierarchy with a three‑layer algorithm hierarchy, demonstrated top‑ranked benchmark results, announced a hundred‑robot home deployment and a 12‑month roadmap toward a physical AGI "GPT‑3 moment".

Dual-Pyramid ArchitectureEmbodied IntelligenceGigaAI
0 likes · 13 min read
How Data and Algorithms Enable Embodied Intelligence Scaling – GigaAI’s Dual‑Pyramid Physical AGI
Eric Tech Circle
Eric Tech Circle
May 22, 2026 · Operations

Isolating Multiple Codex CLI Accounts on macOS Using CODEX_HOME

On macOS with zsh, you can avoid repetitive login/logout when using several Codex CLI accounts by copying the ~/.codex directory, setting distinct CODEX_HOME paths, and creating alias commands, allowing each account to maintain separate configurations, contexts, and quotas while sharing project rules via AGENTS.md.

CODEX_HOMECodex CLIMulti-Account
0 likes · 7 min read
Isolating Multiple Codex CLI Accounts on macOS Using CODEX_HOME
ITPUB
ITPUB
May 22, 2026 · Databases

Quick Oracle DBA Guide: How to Pinpoint Database Hangs and Slowdowns

This guide outlines step‑by‑step procedures for diagnosing Oracle database performance problems, covering how to collect ADDM, AWR, and ASH reports, capture high‑CPU error stacks, obtain 10046 trace files for single or multiple sessions, and use Oracle hang‑analysis documents to differentiate true hangs from CPU spinning.

10046 TraceADDMASH
0 likes · 10 min read
Quick Oracle DBA Guide: How to Pinpoint Database Hangs and Slowdowns
DataFunSummit
DataFunSummit
May 22, 2026 · Artificial Intelligence

Why Memory Is the Bottleneck for AI Agents and How MemOS Achieves 200% Cloud Call Growth

The article analyses how memory has become the critical limitation for AI agents, details the MemOS framework’s five‑layer architecture that fuses model‑driven and application‑driven approaches, presents cloud service usage surging over 200%, and explains how these advances address scalability, privacy, and performance challenges in enterprise deployments.

AI memoryAgent ArchitectureCloud AI services
0 likes · 18 min read
Why Memory Is the Bottleneck for AI Agents and How MemOS Achieves 200% Cloud Call Growth
DataFunSummit
DataFunSummit
May 22, 2026 · Big Data

How OPPO Accelerates Multimodal Data & AI Fusion with Gravitino and Curvine

OPPO tackles explosive multimodal data growth by unifying metadata with Gravitino and boosting I/O performance using the open‑source Curvine cache, delivering a four‑layer data‑lake architecture that resolves data islands, metadata chaos, and bandwidth bottlenecks while achieving near‑commercial query speeds.

Cloud StorageCurvineDistributed Cache
0 likes · 11 min read
How OPPO Accelerates Multimodal Data & AI Fusion with Gravitino and Curvine
Machine Heart
Machine Heart
May 22, 2026 · Artificial Intelligence

Breaking the Echo Chamber: MP‑MoE Introduces Ensemble‑Pruning for Diverse Experts

The paper presents MP‑MoE, a new Mixture‑of‑Experts architecture that replaces top‑k routing with Mahalanobis‑based ensemble pruning, explicitly encouraging expert diversity via a co‑occurrence matrix, and uses an efficient greedy algorithm with incremental Cholesky updates, achieving higher performance with minimal training overhead and no inference cost.

Dynamic RoutingEnsemble PruningExpert Diversity
0 likes · 8 min read
Breaking the Echo Chamber: MP‑MoE Introduces Ensemble‑Pruning for Diverse Experts
Machine Heart
Machine Heart
May 22, 2026 · Industry Insights

Why Even Microsoft Can’t Afford Claude Code’s Token Costs

Microsoft has cancelled its internal Claude Code license because token‑based billing made the AI coding tool too expensive, highlighting rising AI software prices, internal cost pressures, and a broader industry shift toward usage‑based pricing.

AI industry trendsAI token pricingAnthropic
0 likes · 7 min read
Why Even Microsoft Can’t Afford Claude Code’s Token Costs
CodeNotes
CodeNotes
May 22, 2026 · Frontend Development

Mastering ahooks: Practical Tips and Full Guide for React Developers

This article provides a comprehensive, step‑by‑step guide to using Alibaba's ahooks library with React 18, covering installation, core hooks like useRequest, usePagination, state management hooks, side‑effect utilities, performance optimizations, real‑world examples, common pitfalls and best‑practice recommendations.

Best PracticesFrontendReact Hooks
0 likes · 23 min read
Mastering ahooks: Practical Tips and Full Guide for React Developers
Java Tech Workshop
Java Tech Workshop
May 22, 2026 · Backend Development

SpringBoot Delayed Messaging with RabbitMQ’s Delayed Exchange

The article explains why delayed messaging is a common requirement in modern applications, compares the native dead‑letter‑queue TTL method with the RabbitMQ x‑delayed‑message plugin, and provides step‑by‑step SpringBoot integration, configuration, producer/consumer code, testing instructions, and practical cautions.

Dead Letter QueueSpringBootdelayed-messages
0 likes · 13 min read
SpringBoot Delayed Messaging with RabbitMQ’s Delayed Exchange
IT Services Circle
IT Services Circle
May 22, 2026 · Artificial Intelligence

Interview Question: How Do You Maintain CLAUDE.md in Claude Code? My Honest Reply

The article explains what CLAUDE.md is, why it’s essential for Claude Code, how over‑filling it harms token efficiency, the principles of writing effective, verifiable rules, modular organization with path‑scoped files, and practical commands (/init, /memory) plus a ready‑to‑use template.

AI configurationCLAUDE.mdClaude Code
0 likes · 22 min read
Interview Question: How Do You Maintain CLAUDE.md in Claude Code? My Honest Reply
IT Services Circle
IT Services Circle
May 22, 2026 · Frontend Development

5 Modern CSS Tricks That Simplify Layouts

This article walks through five modern CSS features—place-content, scroll-behavior, aspect-ratio, gap, and clamp()—showing how each replaces older hacks, improves code clarity, and enjoys broad browser support, ultimately making layout and responsive design far easier.

CSSFlexboxGrid
0 likes · 8 min read
5 Modern CSS Tricks That Simplify Layouts
AI Waka
AI Waka
May 22, 2026 · Artificial Intelligence

How Skills Can Cut Costs and Speed Up High‑Quality LLM Data Pipelines

The article explains how the open‑source DataFlow‑Skills framework lets LLM agents plan, validate, and execute data cleaning and synthesis pipelines with strict field contracts and specialized operators, dramatically reducing costly failures and accelerating high‑quality training data production.

AI data engineeringDataFlowLLM data pipelines
0 likes · 15 min read
How Skills Can Cut Costs and Speed Up High‑Quality LLM Data Pipelines
Java Tech Enthusiast
Java Tech Enthusiast
May 22, 2026 · Frontend Development

Why Chasing Every New Front‑End Tool Is the Fastest Way to Burn Out

Constantly chasing the latest front‑end frameworks and utilities drains developers and stalls product delivery, so by 2026 the most valuable strategy is to master a stable stack—React 19, Next.js 15, TypeScript, Tailwind CSS v4, and a pragmatic state‑management combo of TanStack Query and Zustand—to build reliable, maintainable applications.

Frontend developmentNext.js 15React 19
0 likes · 10 min read
Why Chasing Every New Front‑End Tool Is the Fastest Way to Burn Out