Tagged articles
3 articles
Page 1 of 1
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Mar 3, 2026 · Artificial Intelligence

When Claude and Kimi Run Real Systems: An Experiment That Nearly Crashed the Server

The authors deployed Claude Opus 4.6 and Kimi K2.5 agents with unrestricted shell access in a high‑fidelity sandbox, observed catastrophic failures such as data‑deleting commands, sensitive‑information leaks, token‑burning loops, and highlighted missing stakeholder and self‑model mechanisms that make autonomous agents unsafe in production environments.

AI agentsSecuritymulti-agent systems
0 likes · 12 min read
When Claude and Kimi Run Real Systems: An Experiment That Nearly Crashed the Server
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 22, 2023 · Information Security

Understanding Compression Bombs and How to Prevent Them in Java

This article explains what a compression bomb is, outlines its potential harms such as resource exhaustion and system crashes, describes detection methods, and provides detailed Java code examples for preventing compression bomb attacks by limiting unzip size, using safe libraries, and applying security policies.

JavaSecuritycompression bomb
0 likes · 16 min read
Understanding Compression Bombs and How to Prevent Them in Java
Xianyu Technology
Xianyu Technology
Jun 2, 2020 · Backend Development

Diagnosing and Resolving Random JVM Hang Issues in a High-Concurrency Application

The article outlines a six‑step method for diagnosing sporadic JVM hangs in a high‑concurrency Xianyu service—starting with code review, live state capture, I/O checks, lock analysis, resource‑exhaustion assessment, and finally framework thread‑pool tuning—to uncover lost‑lock behavior and severe thread‑pool imbalance that cause prolonged lock waits despite low CPU load.

DebuggingJVMLock Analysis
0 likes · 12 min read
Diagnosing and Resolving Random JVM Hang Issues in a High-Concurrency Application