All Articles

143392 articles · Page 370 of 7170
Smart Workplace Lab
Smart Workplace Lab
May 6, 2026 · Industry Insights

Agentic AI Scaling Up: Digital Labor Surge and Workplace Restructuring

The report shows AI entering a "Frontier Firm" era, with organizations moving from pilots to enterprise‑wide deployments, 82% of leaders targeting 2026 for strategic transformation, and a rapid rise of digital labor agents that create capacity gaps, reshape job structures, and raise governance challenges.

AI adoptionAI governanceAI workplace
0 likes · 9 min read
Agentic AI Scaling Up: Digital Labor Surge and Workplace Restructuring
Data Party THU
Data Party THU
May 6, 2026 · Backend Development

How a Python Generic Repository Cuts 80% of Duplicate CRUD Code

The article demonstrates building a type‑safe, reusable generic repository with Python generics and SQLAlchemy, showing how to replace repetitive CRUD implementations across multiple FastAPI entities, reduce code size from hundreds of lines to a few dozen, and avoid common pitfalls such as missing rollbacks.

FastAPIPythonRepository
0 likes · 14 min read
How a Python Generic Repository Cuts 80% of Duplicate CRUD Code
Data Party THU
Data Party THU
May 6, 2026 · Artificial Intelligence

When AI Seems Obedient, Hidden Alignment Risks Surface

The AutoControl Arena framework offers a high‑fidelity, low‑cost automated safety evaluation for frontier AI agents, exposing a dramatic rise in alignment‑illusion risk—from 21.7% under low pressure to 54.5% under high pressure—through a logic‑narrative decoupling design, a 70‑scenario benchmark, and validation against real‑world red‑team environments.

AI safetyAutoControl Arenaalignment illusion
0 likes · 9 min read
When AI Seems Obedient, Hidden Alignment Risks Surface
Lao Guo's Learning Space
Lao Guo's Learning Space
May 6, 2026 · Artificial Intelligence

Why Your RAG Keeps Missing the Mark: Enterprise‑Level Pitfall Guide

This article examines why Retrieval‑Augmented Generation systems that work in demos often fail in production, detailing common pitfalls—from chunking and vector‑database selection to hybrid retrieval and re‑ranking—and offers concrete strategies, configuration tips, and a decision tree to build reliable enterprise‑grade RAG solutions.

ChunkingEnterprise AIHybrid Retrieval
0 likes · 12 min read
Why Your RAG Keeps Missing the Mark: Enterprise‑Level Pitfall Guide
vivo Internet Technology
vivo Internet Technology
May 6, 2026 · Frontend Development

Implementing AVIF at Vivo: Next‑Gen Image Format in Practice

The article details how Vivo’s front‑end team tackled performance bottlenecks by researching AVIF, designing a graceful degradation strategy with CDN edge caching and asynchronous server transcoding, implementing smart format detection, and validating a 20%+ size reduction over WebP that yielded 15‑25% LCP improvement, 30%+ first‑screen load gains and over 30% bandwidth savings.

AVIFCDNFrontend
0 likes · 12 min read
Implementing AVIF at Vivo: Next‑Gen Image Format in Practice
Linux Kernel Journey
Linux Kernel Journey
May 6, 2026 · Operations

How eBPF and AI Redefine Mobile Microarchitectural Energy‑Efficiency Analysis

By combining low‑overhead eBPF data collection with AI‑driven diagnosis and an agent‑based execution layer, the authors present a three‑tier system that shifts mobile optimization from peak performance to sustained energy efficiency, achieving sub‑1% monitoring overhead and up to 20% power savings in real‑world video workloads.

AIagent architectureeBPF
0 likes · 12 min read
How eBPF and AI Redefine Mobile Microarchitectural Energy‑Efficiency Analysis
AntTech
AntTech
May 6, 2026 · Information Security

How Ant Group’s ASL Protocol Bridges the Trust Gap in Multi‑Agent Collaboration

The IIFAA Internet Trusted Certification Alliance, led by Ant Group and partners, has released the Agent Security Link (ASL) protocol, a verifiable security architecture that provides trustworthy identity, connection, authorization, and intent for AI agents, enabling secure, end‑to‑end interactions in high‑frequency scenarios such as parking payment and shared mobility.

AI AgentsASL protocolIIFAA
0 likes · 5 min read
How Ant Group’s ASL Protocol Bridges the Trust Gap in Multi‑Agent Collaboration
ITPUB
ITPUB
May 6, 2026 · Databases

The Hidden MySQL File That Grows on Its Own—Why 90% of DBAs Miss It

A sudden disk‑usage alarm reveals MySQL's ibtmp1 file ballooning to 192 GB, prompting a step‑by‑step investigation that explains the file’s purpose, shows how to clear and cap its size, and demonstrates how inefficient SQL queries can trigger such runaway growth.

MySQLPerformance TuningSQL Optimization
0 likes · 8 min read
The Hidden MySQL File That Grows on Its Own—Why 90% of DBAs Miss It
DataFunSummit
DataFunSummit
May 6, 2026 · Artificial Intelligence

Inside 1688’s Inference‑Based Recommendation System: Architecture, Challenges, and Future Directions

This article details how Alibaba 1688 tackles the “information cocoon” problem by deploying large‑model inference‑based recommendation, describing its three‑layer architecture, multi‑stage user demand analysis, long‑cycle behavior compression, prompt engineering, trend mining, near‑line serving, and future enhancements.

E-commercePrompt Engineeringbehavior compression
0 likes · 23 min read
Inside 1688’s Inference‑Based Recommendation System: Architecture, Challenges, and Future Directions
Su San Talks Tech
Su San Talks Tech
May 6, 2026 · Backend Development

11 Essential Redis Use Cases Every Backend Engineer Should Know

This article walks through eleven practical Redis scenarios—from classic caching and distributed locks to rate limiting, leaderboards, timelines, social graph operations, lightweight queues, Bloom filters, hash‑based object storage, unique‑counting, and delayed tasks—providing code samples, advantages, drawbacks, and when to apply each pattern.

Bloom FilterDistributed LockRedis
0 likes · 15 min read
11 Essential Redis Use Cases Every Backend Engineer Should Know
Old Zhang's AI Learning
Old Zhang's AI Learning
May 6, 2026 · Artificial Intelligence

GPT-5.5 Instant Arrives: Smarter, Clearer, More Personalized AI

OpenAI has silently replaced the default ChatGPT model with GPT‑5.5 Instant, delivering a 52.5% drop in hallucinations, 30% shorter responses, deeper personalization via memory sources, and higher benchmark scores across a range of professional tasks, while rolling out new pricing and usage tiers.

AI benchmarksChatGPTGPT-5.5
0 likes · 11 min read
GPT-5.5 Instant Arrives: Smarter, Clearer, More Personalized AI
IT Services Circle
IT Services Circle
May 6, 2026 · Fundamentals

Why Does a .tar.gz File Have Two Extensions?

The article explains that the .tar.gz suffix reflects two separate Unix tools—tar for archiving and gzip for compression—combined via a pipeline, tracing their historical origins, design philosophy, and why this dual‑extension format remains prevalent today.

GzipUNIXarchiving
0 likes · 10 min read
Why Does a .tar.gz File Have Two Extensions?
IT Services Circle
IT Services Circle
May 6, 2026 · Artificial Intelligence

How to Cut Large‑Model Token Usage by Over 90%

The article analyses why AI Skills waste massive token counts, demonstrates a pure‑Skill implementation that costs $10 and 12 minutes, then shows a code‑plus‑model hybrid that reduces runtime to 17 seconds, API calls to one, and cost to $0.004, saving more than 99% of tokens.

ClaudeOpenRouterPlaywright
0 likes · 19 min read
How to Cut Large‑Model Token Usage by Over 90%
IT Services Circle
IT Services Circle
May 6, 2026 · Artificial Intelligence

Why the AI‑Powered Warp Terminal Hit 50k Stars and Went Open Source

Warp, an AI‑native terminal built from scratch in Rust, has surpassed 50,000 GitHub stars by redesigning the terminal with block‑based interaction, GPU‑accelerated UI, and built‑in AI agents, and the project is now fully open source with easy download and build options.

AI terminalGPU UIOpen Source
0 likes · 7 min read
Why the AI‑Powered Warp Terminal Hit 50k Stars and Went Open Source
Java Tech Enthusiast
Java Tech Enthusiast
May 6, 2026 · Backend Development

Spring Boot 4.1’s Default Virtual Threads Boost Throughput—But Require HikariCP Tuning

Spring Boot 4.1 makes virtual threads the default, dramatically increasing I/O concurrency, yet the unchanged HikariCP maximumPoolSize can exhaust connections; the article explains this incompatibility, shows how to adjust pool settings, enable lazy connections, and outlines a step‑by‑step migration path from 3.x to 4.1.

Java 21LazyConnectionSpring Boot
0 likes · 19 min read
Spring Boot 4.1’s Default Virtual Threads Boost Throughput—But Require HikariCP Tuning
Taobao Design
Taobao Design
May 6, 2026 · User Experience Design

How AI Try‑On Turns Your Phone Into a Realistic Virtual Fitting Mirror

The article analyses how Taobao's AI try‑on solves the online clothing "fit" problem by requiring a user photo for realistic rendering, applying click‑to‑try and browse‑and‑try flows, designing a private wardrobe, and leveraging the peak‑end rule to build trust rather than merely cut returns.

AI try-onDesignE-commerce
0 likes · 9 min read
How AI Try‑On Turns Your Phone Into a Realistic Virtual Fitting Mirror
Ops Community
Ops Community
May 6, 2026 · Operations

Step‑by‑Step Debugging of a Slow Website: From Nginx to the Database

When a website’s response time jumped from 200 ms to over 10 seconds, this guide walks through a layered investigation—from confirming the scope, checking Nginx and upstream health, analyzing application logs, inspecting MySQL processes, slow queries, and locks, to examining server CPU, memory, disk I/O, and network—providing concrete commands, expected outputs, and root‑cause patterns for effective troubleshooting and preventive monitoring.

LinuxMySQLNginx
0 likes · 34 min read
Step‑by‑Step Debugging of a Slow Website: From Nginx to the Database
MaGe Linux Operations
MaGe Linux Operations
May 6, 2026 · Operations

Common Nginx Misconfigurations That Cause Production Outages and How to Fix Them

The article systematically reviews ten typical Nginx configuration pitfalls that frequently trigger production incidents—such as location‑matching errors, proxy_pass slash issues, misuse of try_files, insufficient keepalive settings, client_max_body_size limits, gzip misconfiguration, incomplete TLS setup, worker process limits, log‑rotation problems, and exposed server version—providing a clear phenomenon → root cause → correct configuration → verification → risk reminder workflow for each, plus a comprehensive troubleshooting path, checklist, and rollback script for safe production changes.

DevOpsNginxSecurity
0 likes · 55 min read
Common Nginx Misconfigurations That Cause Production Outages and How to Fix Them