Tagged articles

security

2428 articles · Page 4 of 25
James' Growth Diary
James' Growth Diary
Apr 12, 2026 · Artificial Intelligence

MCP Protocol Explained: Why It’s the Next Standard for AI Tool Calls

The article dissects the Model Context Protocol (MCP), showing how it transforms the M×N integration explosion into a linear M+N model, details its four-component architecture, compares it with traditional Function Calling, provides a TypeScript server example, and outlines emerging ecosystem and security considerations.

AI tool integrationFunction CallingJSON-RPC
0 likes · 17 min read
MCP Protocol Explained: Why It’s the Next Standard for AI Tool Calls
Black & White Path
Black & White Path
Apr 12, 2026 · Information Security

How Prototype Pollution in React Server Functions Enables Remote Code Execution (CVE‑2025‑55182)

The article analyzes the critical CVE‑2025‑55182 vulnerability affecting React Server Functions in Next.js, detailing how prototype‑pollution during serialization between server components and the client runtime allows attackers to inject __proto__ or constructor.prototype payloads and achieve remote code execution.

CVE-2025-55182Next.jsPrototype Pollution
0 likes · 2 min read
How Prototype Pollution in React Server Functions Enables Remote Code Execution (CVE‑2025‑55182)
Ubuntu
Ubuntu
Apr 11, 2026 · Operations

Ubuntu 26.04 Hits Kernel Freeze: Linux 7.0 Arrives with 5 Key Highlights

Ubuntu 26.04 LTS entered kernel freeze on April 9, bringing the newly released Linux 7.0 kernel with Rust integrated into the core, a 40% graphics boost, 25% data‑center performance gains, full support for the latest AMD and Intel hardware, and extensive security enhancements.

Data CenterLinux 7.0Performance
0 likes · 8 min read
Ubuntu 26.04 Hits Kernel Freeze: Linux 7.0 Arrives with 5 Key Highlights
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Apr 10, 2026 · Cloud Computing

How Huawei’s Hybrid‑Cloud Claw Solution Secures and Localizes AI Skills

Huawei’s new hybrid‑cloud Claw solution addresses the security and accessibility challenges of AI Skills by providing an offline‑compatible, locally deployed ClawHub‑Lite that enables secure Skill acquisition, one‑click import, and instant invocation with RBAC controls, while supporting custom Skills and integration with popular IM platforms.

AI SkillsClawHubenterprise deployment
0 likes · 5 min read
How Huawei’s Hybrid‑Cloud Claw Solution Secures and Localizes AI Skills
Ray's Galactic Tech
Ray's Galactic Tech
Apr 9, 2026 · Backend Development

From Demo to Production: Building a Secure, Scalable Text‑to‑SQL Service with Spring AI Alibaba

This article explains how to turn a simple Text‑to‑SQL demo into a production‑grade service by covering the underlying principles, layered architecture, risk‑control mechanisms, multi‑tenant security, high‑concurrency strategies, caching, observability, and deployment practices using Spring AI Alibaba.

Spring AIText-to-SQLobservability
0 likes · 40 min read
From Demo to Production: Building a Secure, Scalable Text‑to‑SQL Service with Spring AI Alibaba
Linux Kernel Journey
Linux Kernel Journey
Apr 9, 2026 · Information Security

Why Traditional AI Agent Sandboxes Fail and How Sandlock Provides a Lightweight Alternative

The article argues that heavy container‑ or micro‑VM‑based sandboxes mis‑solve AI agent security, because the real threat is prompt injection at the application layer, and demonstrates that a policy‑first approach using Linux Landlock, seccomp and per‑tool isolation—embodied in the open‑source Sandlock sandbox—delivers strong protection without root or heavyweight isolation.

AI AgentsLandlockLinux
0 likes · 15 min read
Why Traditional AI Agent Sandboxes Fail and How Sandlock Provides a Lightweight Alternative
dbaplus Community
dbaplus Community
Apr 8, 2026 · Information Security

Why Storing JWT Tokens in Redis Isn’t a Flaw – When and How to Do It

The article analyzes the debate over placing JWT tokens in Redis, compares traditional session and JWT approaches, discusses security and performance trade‑offs, shows practical blacklist code, and explains when a centralized store is justified versus when true stateless JWTs are preferable.

AuthenticationJWTRedis
0 likes · 13 min read
Why Storing JWT Tokens in Redis Isn’t a Flaw – When and How to Do It
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Apr 8, 2026 · Artificial Intelligence

Understanding OpenClaw: Inside the AI Agent Framework Explained by Prof. Li Hongyi

In this detailed lecture, Prof. Li Hongyi of National Taiwan University dissects the OpenClaw AI Agent, explaining its system prompts, tool usage, memory handling, sub‑agents, security risks like prompt injection, and practical safeguards for deploying autonomous agents on personal computers.

AI AgentContext EngineeringOpenClaw
0 likes · 35 min read
Understanding OpenClaw: Inside the AI Agent Framework Explained by Prof. Li Hongyi
Machine Heart
Machine Heart
Apr 8, 2026 · Cloud Computing

What’s the Game‑Changing Move for AI Infra in the Era of the “Lobster” Craze?

The article analyzes the rapid rise of OpenClaw‑style AI agents, the security and resource challenges they introduce, and how Tencent Cloud’s Agent Runtime provides a lightweight, fast‑starting, highly concurrent, sandboxed infrastructure that decouples state from compute, supports checkpointing, and enables secure, scalable deployment for enterprise AI workloads.

AI AgentsAgent InfrastructurePerformance
0 likes · 15 min read
What’s the Game‑Changing Move for AI Infra in the Era of the “Lobster” Craze?
AI Programming Lab
AI Programming Lab
Apr 8, 2026 · Artificial Intelligence

Hermes Agent: An Open‑Source AI Agent Framework That Learns and Grows

Hermes Agent is a self‑evolving open‑source AI agent framework that supports over 200 models and 40 tools, offering persistent memory, skill auto‑generation, cross‑session retrieval, multi‑backend execution, and robust security, while providing a quick one‑line deployment and a direct comparison with OpenClaw.

AI AgentsHermes AgentOpen Source
0 likes · 7 min read
Hermes Agent: An Open‑Source AI Agent Framework That Learns and Grows
Design Hub
Design Hub
Apr 8, 2026 · Artificial Intelligence

Why Anthropic’s Most Powerful Model Mythos Is Locked Away from the Public

Anthropic’s Mythos Preview, touted as its strongest frontier model with dramatic gains in vulnerability discovery and complex system analysis, is being released only to a handful of security partners, sparking debate over high‑risk capabilities, “ability‑sequestered” deployment, and the future of AI model governance.

AI safetyAnthropicLarge Language Model
0 likes · 13 min read
Why Anthropic’s Most Powerful Model Mythos Is Locked Away from the Public
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 8, 2026 · Information Security

Stop Searching—All Essential Linux Commands for Security in One Guide

This article compiles the most frequently used Linux commands for security professionals, covering file handling, text processing, permission control, system monitoring, compression, file searching, other common utilities, and command combinations, each illustrated with clear screenshots for quick reference.

Cheat SheetCommand LineLinux
0 likes · 2 min read
Stop Searching—All Essential Linux Commands for Security in One Guide
Ray's Galactic Tech
Ray's Galactic Tech
Apr 7, 2026 · Cloud Native

Mastering Kubernetes at Scale: Production‑Ready Guide for 30+ Clusters

This comprehensive guide explains how to transform Kubernetes from a single‑cluster setup into a production‑grade, multi‑cluster platform that can handle tens of thousands of pods and high‑concurrency workloads by applying architectural, operational, and governance best practices across eight layers of the stack.

GitOpsKubernetesMulti-Cluster
0 likes · 38 min read
Mastering Kubernetes at Scale: Production‑Ready Guide for 30+ Clusters
Software Engineering 3.0 Era
Software Engineering 3.0 Era
Apr 7, 2026 · Artificial Intelligence

Claude Code Component System: Full Architecture Analysis of the Next‑Gen AI Development Tool

This article provides a thorough, step‑by‑step breakdown of Claude Code’s component architecture, explaining how AI‑driven state, built‑in security, task‑centric design, hot‑update mechanisms and multi‑agent distribution combine to create a 24/7 autonomous AI IDE that minimizes human friction while remaining fully extensible.

AI IDEClaude CodeComponent Architecture
0 likes · 12 min read
Claude Code Component System: Full Architecture Analysis of the Next‑Gen AI Development Tool
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
Apr 7, 2026 · Artificial Intelligence

How Baidu’s 7th‑Gen AI Confidential VM Achieves Full‑Stack Secure Compute

Baidu Intelligent Cloud’s seventh‑generation AI confidential virtual machine combines Intel TDX, NVIDIA GPUs, and BlueField DPUs to deliver end‑to‑end encrypted data paths, elastic multi‑GPU scaling, and near‑native performance, proving that high‑sensitivity AI workloads can run securely in the cloud without sacrificing speed.

AIConfidential ComputingVirtualization
0 likes · 17 min read
How Baidu’s 7th‑Gen AI Confidential VM Achieves Full‑Stack Secure Compute
Shuge Unlimited
Shuge Unlimited
Apr 6, 2026 · Artificial Intelligence

Inside Claude Code: How AI Uses Four Permission Modes and a Two‑Stage Classifier to Guard Itself

This article dissects Claude Code’s permission system, detailing the four exposed permission modes, the eight‑source rule hierarchy, the traditional Bash matching logic, and the sophisticated YOLO Classifier that employs a fast‑first‑stage and a deep‑second‑stage judgment to automatically approve safe actions while falling back to user prompts for risky operations.

AI permissionsAuto ModeClaude Code
0 likes · 22 min read
Inside Claude Code: How AI Uses Four Permission Modes and a Two‑Stage Classifier to Guard Itself
Ops Community
Ops Community
Apr 5, 2026 · Operations

Choosing the Right Ingress Controller: Nginx, Traefik, or Envoy?

This guide provides a deep technical comparison of Nginx Ingress Controller, Traefik, and Envoy Proxy, covering architecture, configuration, performance, feature sets, deployment patterns, security hardening, monitoring, and troubleshooting to help operators select the best solution for their Kubernetes clusters.

EnvoyKubernetesService Mesh
0 likes · 28 min read
Choosing the Right Ingress Controller: Nginx, Traefik, or Envoy?
IT Services Circle
IT Services Circle
Apr 5, 2026 · Mobile Development

Google’s New Android Side‑Load Policy: What Developers Need to Know

Google has introduced an Advanced Installation Flow that tightens side‑loading permissions, requiring developer verification and a 24‑hour waiting period, which dramatically changes how Android users and developers install apps outside Google Play.

Advanced Installation FlowAndroidDeveloper Verification
0 likes · 6 min read
Google’s New Android Side‑Load Policy: What Developers Need to Know
AI Architecture Hub
AI Architecture Hub
Apr 4, 2026 · Artificial Intelligence

How Claude Code Achieves Unlimited Context with Multi‑Layer Caching and Self‑Evolving Agents

This article dissects Claude Code's source code, revealing a two‑layer system‑prompt cache, a four‑stage compact strategy, proactive autonomous modes, multi‑agent collaboration, remote bridge architecture, enterprise‑grade security, and a sophisticated telemetry system that together enable limitless context, self‑learning memory, and industrial‑scale reliability.

AI AgentClaude CodeMulti-agent
0 likes · 39 min read
How Claude Code Achieves Unlimited Context with Multi‑Layer Caching and Self‑Evolving Agents
Cloud Architecture
Cloud Architecture
Apr 3, 2026 · Cloud Native

Production‑Ready Practices for Kubernetes ConfigMap and Secret: Principles, Architecture, and Implementation

The article explains how to move beyond basic ConfigMap and Secret usage in Kubernetes by covering core principles, immutable configurations, multi‑layer architecture, naming conventions, split strategies, security hardening, GitOps workflows, and concrete code examples for reliable production deployments.

GitOpsHelmImmutable
0 likes · 38 min read
Production‑Ready Practices for Kubernetes ConfigMap and Secret: Principles, Architecture, and Implementation
Machine Heart
Machine Heart
Apr 3, 2026 · Artificial Intelligence

How openJiuwen Builds a High‑Reliability, Self‑Evolving, Multi‑Agent Native AgentOS

openJiuwen introduces an enterprise‑grade AgentOS that tackles AI agent scaling bottlenecks—token consumption, safety, stability, and compute cost—by offering compute‑affine design, distributed runtime, self‑evolution mechanisms, and a six‑layer security framework, with reported latency reductions of 30% and throughput gains of 20%.

AI AgentsAgentOScompute affinity
0 likes · 16 min read
How openJiuwen Builds a High‑Reliability, Self‑Evolving, Multi‑Agent Native AgentOS
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Apr 3, 2026 · Artificial Intelligence

Why Post‑Filtering Fails in Enterprise RAG and How to Securely Pre‑Filter

Enterprise RAG systems often mistakenly apply post‑filtering, retrieving unauthorized documents before permission checks, which violates audit compliance, wastes Top‑K slots, and risks data leakage in multi‑tenant environments; this article explains why pre‑filtering at the vector search layer, proper metadata design, token validation, and dynamic permission handling are essential.

Permission controlRAGVector Database
0 likes · 15 min read
Why Post‑Filtering Fails in Enterprise RAG and How to Securely Pre‑Filter
Smart Era Software Development
Smart Era Software Development
Apr 3, 2026 · Artificial Intelligence

Claude Code Deep Dive: Engineering an AI Programming Assistant and Agent Design Best Practices

This article provides a comprehensive technical analysis of Claude Code, explaining how it transforms AI programming assistants from simple code‑completion tools into autonomous agents that can read/write files, execute commands, manage context, and coordinate multiple agents, while detailing its eight core design principles, layered architecture, tool system, context engineering, state management, security model, extensibility mechanisms, and performance optimizations.

AI AgentAgent EngineeringClaude Code
0 likes · 26 min read
Claude Code Deep Dive: Engineering an AI Programming Assistant and Agent Design Best Practices
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Apr 2, 2026 · Artificial Intelligence

What Claude Code’s Leaked Source Reveals About Building Production‑Grade AI Agents

An in‑depth analysis of the leaked Claude Code repository uncovers its massive scale, Bun runtime, React‑in‑terminal UI, a 1,729‑line async generator loop, multi‑layer context compression, eight‑layer security, extensive tool families, unreleased features, and engineering patterns that together form a blueprint for constructing robust, cost‑aware AI agents.

AI AgentsSoftware ArchitectureTooling
0 likes · 11 min read
What Claude Code’s Leaked Source Reveals About Building Production‑Grade AI Agents
Cloud Native Technology Community
Cloud Native Technology Community
Apr 2, 2026 · Information Security

Why Traditional Kubernetes Security Isn’t Enough for LLMs – 4 Critical Risks and How to Defend Them

Running large language models on Kubernetes looks stable, but the platform’s native security cannot address the new threat model introduced by LLMs, requiring operators to recognize prompt injection, data leakage, supply‑chain, and excessive agency risks and to implement a dedicated policy layer.

KubernetesLLMPolicy layer
0 likes · 7 min read
Why Traditional Kubernetes Security Isn’t Enough for LLMs – 4 Critical Risks and How to Defend Them
Architect's Journey
Architect's Journey
Apr 1, 2026 · Artificial Intelligence

Agentic OS Explained: Can Alibaba Cloud’s AI‑Agent OS Be the Windows for Agents?

Agentic OS, Alibaba Cloud’s first operating system built for AI agents, tackles traditional OS limitations—high onboarding barriers, lengthy training, instability, weak security, and coordination complexity—through a three‑layer design, pre‑packaged Skills that cut token usage by over 30%, a one‑command Copilot Shell deployment, and a comprehensive security core, reshaping the compute paradigm toward agent‑centric workloads.

AI AgentAgentic OSCloud Computing
0 likes · 10 min read
Agentic OS Explained: Can Alibaba Cloud’s AI‑Agent OS Be the Windows for Agents?
Architect
Architect
Apr 1, 2026 · Artificial Intelligence

Inside Claude Code: How Anthropic Built a Secure, Scalable Local Agent Runtime

This article dissects Claude Code’s open‑source repository, revealing how its startup sequence, context assembly, main loop, tool contracts, permission pipeline, and long‑task handling are engineered layer by layer to create a performant, secure local AI agent runtime.

AI architectureAgent RuntimeClaude Code
0 likes · 24 min read
Inside Claude Code: How Anthropic Built a Secure, Scalable Local Agent Runtime
Alibaba Middleware
Alibaba Middleware
Apr 1, 2026 · Artificial Intelligence

Nacos 3.2 Skill Registry Launches to Enable Secure, Controllable Enterprise AI

The article examines the shift from low‑code to high‑code AI frameworks, highlights security and governance risks in public Skill markets, and introduces Nacos 3.2’s private Skill Registry, which offers built‑in security auditing, version lifecycle management, fine‑grained RBAC, full traceability, and flexible deployment options to help enterprises safely adopt AI agents.

AI governanceNacosRBAC
0 likes · 11 min read
Nacos 3.2 Skill Registry Launches to Enable Secure, Controllable Enterprise AI
Alibaba Middleware
Alibaba Middleware
Apr 1, 2026 · Artificial Intelligence

Nacos 3.2 Skill Registry Launches: Securing Enterprise AI Capabilities

The Nacos 3.2 Skill Registry introduces a private, enterprise‑grade AI resource governance platform that tackles security, permission, versioning, and audit challenges through built‑in audit pipelines, multi‑stage lifecycle management, fine‑grained RBAC, and seamless integration with HiClaw and HiMarket for multi‑agent collaboration.

AI governanceAuditNacos
0 likes · 12 min read
Nacos 3.2 Skill Registry Launches: Securing Enterprise AI Capabilities
Old Meng AI Explorer
Old Meng AI Explorer
Apr 1, 2026 · Artificial Intelligence

How a Simple npm Misstep Exposed Anthropic’s Claude Code Core Architecture

A misconfigured npm release on March 31, 2026 unintentionally leaked 512,000 lines of Claude Code's TypeScript source via a source‑map, revealing Anthropic's AI agent stack, hidden features, and internal model roadmap, sparking industry debate over security, ethics, and rapid AI democratization.

AIindustry insightssecurity
0 likes · 13 min read
How a Simple npm Misstep Exposed Anthropic’s Claude Code Core Architecture
AI Programming Lab
AI Programming Lab
Apr 1, 2026 · Industry Insights

Why DingTalk WuKong Is the Top Enterprise AI Agent for OPC

The author tests DingTalk’s new WuKong AI platform, showing how its CLI‑first design enables secure, precise enterprise workflows, evaluates four OPC scenarios, compares it with other AI coding tools, and examines the open‑source DingTalk Workspace CLI’s features and security architecture.

AI AgentCLIDingTalk
0 likes · 10 min read
Why DingTalk WuKong Is the Top Enterprise AI Agent for OPC
AI Large Model Application Practice
AI Large Model Application Practice
Apr 1, 2026 · Artificial Intelligence

What the Claude Code Leak Reveals About Anthropic’s AI Agent Architecture

An accidental front‑end misconfiguration exposed 512,000 lines of Claude Code’s TypeScript source, unveiling Anthropic’s modular AI agent architecture, hidden “Buddy” pet system, the KAIROS autonomous mode, undercover stealth features, anti‑distillation defenses, and risky YOLO permissions, offering a rare, detailed glimpse into cutting‑edge generative‑AI engineering.

AI AgentAnthropicKairos
0 likes · 13 min read
What the Claude Code Leak Reveals About Anthropic’s AI Agent Architecture
Old Meng AI Explorer
Old Meng AI Explorer
Mar 31, 2026 · Industry Insights

How OpenClaw Is Redefining AI Agents and Shaking Up the Software Industry

OpenClaw, the rapidly growing open‑source AI agent with over 340 k stars, has evolved from a weekend hobby to an enterprise‑grade productivity platform, introducing a revamped plugin SDK, memory‑hot‑swap, native GPT‑5.4 support, extensive security patches, and a booming ecosystem that is prompting government incentives, major tech firms’ forks, and diverse deployment models across finance, retail, and legal sectors.

AI AgentsOpen-sourceenterprise productivity
0 likes · 16 min read
How OpenClaw Is Redefining AI Agents and Shaking Up the Software Industry
LuTiao Programming
LuTiao Programming
Mar 31, 2026 · Artificial Intelligence

Why Claude Code Is More Than an AI Coding Tool – It’s an AI Operating System

A leaked 512k‑line TypeScript codebase reveals that Claude Code implements a multi‑layered AI operating system with fine‑grained permission control, dynamic prompt compilation, lazy‑loaded tools, memory selection, agent coordination and compression mechanisms, far beyond a simple code‑generation assistant.

AI Operating SystemAgent ArchitectureClaude Code
0 likes · 10 min read
Why Claude Code Is More Than an AI Coding Tool – It’s an AI Operating System
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Mar 31, 2026 · Artificial Intelligence

Claude Code Lets AI Control Your Computer: Full‑Terminal, Unattended Development

Claude's new Computer Use CLI lets the AI launch, debug, fix and test applications entirely from the terminal, acting as an all‑round test engineer, while offering macOS‑only support, token‑usage concerns, robust security controls, and a rapid update cadence that hints at fully unattended development pipelines.

AICLIClaude
0 likes · 6 min read
Claude Code Lets AI Control Your Computer: Full‑Terminal, Unattended Development
Architect
Architect
Mar 31, 2026 · Artificial Intelligence

What Claude Code’s Leaked Source Map Reveals About the Architecture of AI Agents

A recent source‑map leak of the Claude Code npm package exposed thousands of TypeScript files, allowing engineers to reconstruct the full harness—including its main loop, tool pool, task runtime, memory system, and security boundaries—offering a rare glimpse into the engineering reality of a production‑grade AI agent platform.

AI AgentClaude CodeTask Runtime
0 likes · 25 min read
What Claude Code’s Leaked Source Map Reveals About the Architecture of AI Agents
MeowKitty Programming
MeowKitty Programming
Mar 31, 2026 · Information Security

How a Tiny .map File Earned Anthropic 11K Stars and Exposed Critical Engineering Mistakes

Anthropic's Claude Code was unintentionally open‑sourced when a 57 MB source‑map file leaked 510 k lines of TypeScript, revealing internal architecture, experimental features, and product road‑maps, and prompting a broader lesson on basic configuration errors and AI tool security for Java developers.

AnthropicClaude CodeEngineering
0 likes · 11 min read
How a Tiny .map File Earned Anthropic 11K Stars and Exposed Critical Engineering Mistakes
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Mar 31, 2026 · Information Security

Securing LLM Code Interpreter: Sandbox Strategies and Real‑World Pitfalls

This article examines why RAG systems need a Code Interpreter, explains the dangers of executing LLM‑generated code with exec(), and presents three sandbox designs—restricted exec, Docker containers, and E2B cloud sandboxes—along with whitelist/blacklist rules, an eight‑step execution flow, and practical lessons learned from production deployment.

Code interpreterDockerLLM
0 likes · 26 min read
Securing LLM Code Interpreter: Sandbox Strategies and Real‑World Pitfalls
Java One
Java One
Mar 31, 2026 · Artificial Intelligence

Master Claude Code Hooks: PreToolUse & PostToolUse for Secure AI Workflows

This guide explains how to use Claude Code hooks—PreToolUse and PostToolUse—to run custom commands before or after tool execution, configure them in global or project settings, and implement practical examples such as blocking .env file access, type‑checking TypeScript, and preventing duplicate queries.

AI automationClaude CodeHooks
0 likes · 20 min read
Master Claude Code Hooks: PreToolUse & PostToolUse for Secure AI Workflows
Golang Shines
Golang Shines
Mar 30, 2026 · Operations

Docker + MySQL: Why They Clash and How to Avoid Hair‑Pulling Pitfalls

This article analyzes common pitfalls when running MySQL inside Docker containers—such as data loss, resource exhaustion, insecure defaults, networking mishaps, and missing backups—and provides concrete, step‑by‑step remedies including volume persistence, resource limits, custom configs, security hardening, and automated backup strategies.

ContainersDockerMySQL
0 likes · 11 min read
Docker + MySQL: Why They Clash and How to Avoid Hair‑Pulling Pitfalls
Top Architecture Tech Stack
Top Architecture Tech Stack
Mar 30, 2026 · Artificial Intelligence

Claude Mythos Leak Shows a Model That Beats Opus 4.6 – What It Means for AI Developers

A recent Anthropic CMS misconfiguration exposed internal documents revealing Claude Mythos, a new model tier that reportedly surpasses Opus 4.6 in programming, academic reasoning, and cybersecurity, prompting concerns about workflow shifts, security governance, and the future of AI‑assisted development.

AI modelAnthropicClaude
0 likes · 11 min read
Claude Mythos Leak Shows a Model That Beats Opus 4.6 – What It Means for AI Developers
Advanced AI Application Practice
Advanced AI Application Practice
Mar 29, 2026 · Operations

Mastering OpenClaw Enterprise Deployment: From Setup to Operations (Practices 7‑14)

This guide walks through a real‑world 500‑person tech company’s OpenClaw rollout, detailing environment requirements, quick Windows/Linux installation, security hardening, multi‑system troubleshooting, Docker/K8s containerization, multi‑model routing, office‑tool integrations, automation scripts, RBAC, performance tuning, and high‑availability configuration, all achievable within 8‑10 hours.

AutomationDockerKubernetes
0 likes · 10 min read
Mastering OpenClaw Enterprise Deployment: From Setup to Operations (Practices 7‑14)
AI Explorer
AI Explorer
Mar 29, 2026 · Artificial Intelligence

200+ Commands That Let AI Agents Directly Control Lark (Feishu)

The open‑source lark‑cli brings over 200 commands across 11 Lark business domains and 19 AI Agent skills, offering a three‑layer architecture, rich output formats, security safeguards, and real‑world use cases that let AI agents programmatically operate your Lark workspace.

AI AgentAutomationCLI
0 likes · 10 min read
200+ Commands That Let AI Agents Directly Control Lark (Feishu)
Shuge Unlimited
Shuge Unlimited
Mar 29, 2026 · Artificial Intelligence

How lark‑cli’s 200+ Commands and 19 Agent Skills Enable AI Agents to Automate Feishu

The article introduces lark‑cli, the official open‑source Feishu command‑line tool that bundles over 200 curated commands across 11 business domains and 19 ready‑to‑use Agent Skills, explains its three‑layer architecture, dual Bot/User identity model, security safeguards, and step‑by‑step installation for both human users and AI agents.

AI AgentAutomationCLI
0 likes · 19 min read
How lark‑cli’s 200+ Commands and 19 Agent Skills Enable AI Agents to Automate Feishu
AI2ML AI to Machine Learning
AI2ML AI to Machine Learning
Mar 28, 2026 · Artificial Intelligence

OpenClaw FAQ: 40 Technical Questions Answered

This comprehensive FAQ walks through 40 technical questions about OpenClaw, covering its innovations, architecture, multi‑agent collaboration, memory and context handling, security risks, token‑saving strategies, real‑world use cases, comparisons with other agents, and competitive landscape.

AI automationAgent ArchitectureMulti-agent
0 likes · 25 min read
OpenClaw FAQ: 40 Technical Questions Answered
Black & White Path
Black & White Path
Mar 27, 2026 · Information Security

When Deepfakes Cost $25 Million: The End of Video‑Call Authentication

A 2025‑2026 deep‑fake attack on Arup’s finance team used publicly gathered intelligence to create a real‑time, AI‑generated video of the CFO and colleagues, resulting in a $25 million transfer and exposing the economic asymmetry that makes video‑call authentication unreliable, prompting a shift to multi‑channel, zero‑trust verification.

Identity verificationdeepfakefinancial fraud
0 likes · 28 min read
When Deepfakes Cost $25 Million: The End of Video‑Call Authentication
Su San Talks Tech
Su San Talks Tech
Mar 26, 2026 · Artificial Intelligence

Unlocking AI Agents: How OpenClaw Turns Language Models into Actionable Bots

This article explains how OpenClaw functions as an AI Agent framework that connects chat applications to large language models, manages multi‑turn dialogues, executes tool commands, handles memory and security, and demonstrates advanced features such as sub‑agents, cron jobs, and context compression.

AI AgentOpenClawSub-Agent
0 likes · 19 min read
Unlocking AI Agents: How OpenClaw Turns Language Models into Actionable Bots
Shi's AI Notebook
Shi's AI Notebook
Mar 25, 2026 · Information Security

LiteLLM Compromised in 46 Minutes: Inside the 47,000‑Download Supply‑Chain Attack

In March 2026, attackers hijacked the official PyPI maintainer account of LiteLLM, released two malicious versions that were downloaded 46,996 times in 46 minutes, exfiltrated credentials, launched a fork‑bomb, and demonstrated how unpinned dependencies and .pth files can turn a simple package install into a full‑scale supply‑chain breach.

KubernetesLiteLLMPyPI
0 likes · 12 min read
LiteLLM Compromised in 46 Minutes: Inside the 47,000‑Download Supply‑Chain Attack
21CTO
21CTO
Mar 25, 2026 · Artificial Intelligence

How Mozilla’s CQ Aims to Build a Stack Overflow for AI Agents

Mozilla’s new open‑source CQ project, led by Peter Wilson, proposes a “Stack Overflow for AI agents” that lets agents share and retrieve collective knowledge, reducing redundant work, while addressing security risks through confidence scoring, multi‑level knowledge tiers, and human‑in‑the‑loop verification.

CQMozillaknowledge sharing
0 likes · 6 min read
How Mozilla’s CQ Aims to Build a Stack Overflow for AI Agents
Architecture Musings
Architecture Musings
Mar 25, 2026 · Information Security

Seeing AI Agent Drift in Vector Space: An Unvalidated Thought Experiment

The article imagines an AI coding agent that silently exfiltrates credentials hidden in data, explains why rule‑based and text‑level defenses miss such attacks, proposes monitoring the agent's vector‑space decision trajectory with six geometric metrics, and critically evaluates the feasibility and limitations of this approach.

AI AgentsLLManomaly detection
0 likes · 23 min read
Seeing AI Agent Drift in Vector Space: An Unvalidated Thought Experiment
AI Waka
AI Waka
Mar 25, 2026 · Cloud Native

How to Safely Deploy Production‑Ready AI Agents with KubeClaw on Kubernetes

This article explains why engineering discipline is essential for modern AI agents, introduces the KubeClaw platform and its Kubernetes‑native architecture, provides step‑by‑step installation and Helm deployment instructions, and outlines proven operational patterns for secure, observable, and reliable agent systems.

Agent ArchitectureHelmKubernetes
0 likes · 13 min read
How to Safely Deploy Production‑Ready AI Agents with KubeClaw on Kubernetes
SuanNi
SuanNi
Mar 25, 2026 · Artificial Intelligence

How to Evaluate, Optimize, and Secure Retrieval‑Augmented Generation (RAG) Pipelines

This article explains the evaluation pillar of context engineering, introduces the three core RAG metrics (context relevance, faithfulness, answer relevance), details the RAGAS automated assessment framework, shows how to build evaluation datasets, adopt evaluation‑driven development, and protect RAG systems from prompt injection and data leakage.

LLMRAGRagas
0 likes · 13 min read
How to Evaluate, Optimize, and Secure Retrieval‑Augmented Generation (RAG) Pipelines
Black & White Path
Black & White Path
Mar 25, 2026 · Information Security

How an AI Agent Automates Penetration Testing: A Hands‑On Walkthrough

This article details a step‑by‑step penetration test where an AI Agent on Kali Linux, invoked via the OpenClaw framework, automatically performs environment checks, deep scanning, vulnerability discovery, bulk fingerprint searching, and report generation, highlighting both its efficiencies and remaining manual decision points.

AIAutomationOpenClaw
0 likes · 6 min read
How an AI Agent Automates Penetration Testing: A Hands‑On Walkthrough
LuTiao Programming
LuTiao Programming
Mar 24, 2026 · Information Security

After 5 Years of Coding, I Realized True Secret Protection Comes From Environment Variables, Not Encryption

Hard‑coding secrets in source code or config files creates maintenance headaches and security risks, whereas using environment variables—following the 12‑Factor App principle—decouples configuration, improves security, and enables dynamic, painless updates without rebuilding the application.

ConfigurationSecret ManagementSpring Boot
0 likes · 8 min read
After 5 Years of Coding, I Realized True Secret Protection Comes From Environment Variables, Not Encryption
AI Insight Log
AI Insight Log
Mar 24, 2026 · Artificial Intelligence

Claude Code Auto Mode Eliminates Manual Approvals – How It Works

Claude Code’s new Auto Mode introduces an independent classifier that automatically approves safe operations and blocks risky ones, balancing efficiency and security by evaluating intent, scope, and potential malicious content, while offering configurable allow/deny rules, sub‑agent monitoring, fallback mechanisms, and token‑based cost considerations.

AI safetyAuto ModeClaude Code
0 likes · 10 min read
Claude Code Auto Mode Eliminates Manual Approvals – How It Works
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Mar 24, 2026 · Information Security

Easysearch Audit Log Walkthrough: Who’s Accessing Your Cluster?

This article guides you through enabling Easysearch's audit log, configuring the security.audit.type parameter, verifying settings in the management UI, and using the audit records to identify external IPs, failed logins, and SSL handshake failures in a production environment.

ComplianceEasysearchElasticsearch
0 likes · 12 min read
Easysearch Audit Log Walkthrough: Who’s Accessing Your Cluster?
Architecture Digest
Architecture Digest
Mar 24, 2026 · Databases

How to Perform Fuzzy Searches on Encrypted Data: Methods, Pros, and Cons

This article examines why encrypted data hampers fuzzy queries, categorizes three implementation approaches—from naïve in‑memory decryption to conventional token‑based indexing and advanced algorithmic schemes—evaluates their performance, storage overhead, and security trade‑offs, and provides practical references.

Fuzzy Searchsecuritytokenization
0 likes · 10 min read
How to Perform Fuzzy Searches on Encrypted Data: Methods, Pros, and Cons
PMTalk Product Manager Community
PMTalk Product Manager Community
Mar 24, 2026 · Artificial Intelligence

How Clawbot Turns Chatbots into Real AI Employees – A Product Manager’s Deep Dive

Clawbot redefines AI by granting it system‑level permissions, persistent memory, and direct control over applications, transforming a simple chat interface into a digital employee that can automate tasks, manage workflows, and act as a personal assistant, while raising significant security, cost, and ecosystem challenges.

AI AgentsAutomationCost
0 likes · 20 min read
How Clawbot Turns Chatbots into Real AI Employees – A Product Manager’s Deep Dive
Yunqi AI+
Yunqi AI+
Mar 23, 2026 · Information Security

Beyond the Hype: How to Safely and Effectively Use OpenClaw AI Agent

The article examines OpenClaw’s rapid rise, outlines concrete security risks such as prompt injection and skill‑market poisoning, and provides a step‑by‑step framework for defining use cases, isolating environments, limiting permissions, and maintaining cost‑effective, long‑term operation.

AI AgentOpenClawenvironment isolation
0 likes · 13 min read
Beyond the Hype: How to Safely and Effectively Use OpenClaw AI Agent
JD Cloud Developers
JD Cloud Developers
Mar 23, 2026 · Artificial Intelligence

OpenClaw Deep Dive: Turning LLMs into Actionable AI Agents

This article provides a comprehensive technical analysis of OpenClaw, an open‑source autonomous‑agent framework that integrates large language models with local system operations through a four‑layer architecture, detailed message‑processing steps, ReAct reasoning loops, security mechanisms, performance optimizations, and real‑world application scenarios.

AI AgentsAutonomous agentsLLM Integration
0 likes · 13 min read
OpenClaw Deep Dive: Turning LLMs into Actionable AI Agents
Shuge Unlimited
Shuge Unlimited
Mar 22, 2026 · Operations

Why OpenClaw Uses Three Install Scripts: Design Philosophy and Practical Guide

The article dissects OpenClaw's cross‑platform installer, explaining why three separate scripts (install.sh, install-cli.sh, install.ps1) are needed, how they detect OS, manage Node.js and Git dependencies, offer npm and git installation modes, support CI/CD automation, and address security and troubleshooting.

AutomationCI/CDOpenClaw
0 likes · 18 min read
Why OpenClaw Uses Three Install Scripts: Design Philosophy and Practical Guide
PaperAgent
PaperAgent
Mar 22, 2026 · Artificial Intelligence

How AI Agents Like OpenClaw Turn LLMs into Autonomous Assistants

This article explains what AI agents are, how they differ from ordinary language‑model interfaces, and walks through OpenClaw’s workflow, tool usage, security challenges, memory handling, and advanced features such as sub‑agents and context compaction, offering practical insights for building safe autonomous AI systems.

AI AgentContext EngineeringLarge Language Model
0 likes · 27 min read
How AI Agents Like OpenClaw Turn LLMs into Autonomous Assistants
TechVision Expert Circle
TechVision Expert Circle
Mar 22, 2026 · Industry Insights

Still Talking DevOps? Why 2026 CTOs Must Shift to AI‑Native Platforms

The article argues that while DevOps remains relevant, its core assumptions are being upended by AI‑generated code, platform engineering, and multi‑agent systems, and that 2026 CTOs should focus on AI‑Native engineering, platform adoption, and pre‑emptive security to stay competitive.

AI-nativeCTO LeadershipPlatform Engineering
0 likes · 16 min read
Still Talking DevOps? Why 2026 CTOs Must Shift to AI‑Native Platforms
Data Party THU
Data Party THU
Mar 21, 2026 · Operations

How to Harden and Operate OpenClaw for Reliable Production Use

This guide walks you through the essential steps to transform a freshly installed OpenClaw instance into a stable, production‑ready AI assistant, covering troubleshooting, configuration files, memory persistence, model selection, security hardening, Telegram integration, browser setup, and automated heartbeat and cron management.

AI operationsConfigurationOpenClaw
0 likes · 8 min read
How to Harden and Operate OpenClaw for Reliable Production Use
Java Architect Handbook
Java Architect Handbook
Mar 19, 2026 · Information Security

Why HTTPS Beats HTTP: Deep Dive for Java Interview Success

This article provides a comprehensive technical guide for Java interviewers, detailing HTTP’s security flaws, how HTTPS resolves them through SSL/TLS encryption, certificate verification, and hybrid cryptography, and includes handshake steps, performance comparisons, common follow‑up questions, and concise memory mnemonics.

HTTPHTTPSJava Interview
0 likes · 14 min read
Why HTTPS Beats HTTP: Deep Dive for Java Interview Success
Sohu Tech Products
Sohu Tech Products
Mar 19, 2026 · Operations

How to Safely Uninstall OpenClaw and Eliminate Hidden Risks

This guide explains OpenClaw’s security and cost concerns, shows how to verify a successful installation, provides step‑by‑step commands for standard and forced uninstallation on Linux, macOS, and Windows, and lists post‑removal safety checks to prevent hidden backdoors.

CLILinuxOpenClaw
0 likes · 9 min read
How to Safely Uninstall OpenClaw and Eliminate Hidden Risks
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Mar 18, 2026 · Cloud Native

Why Ingress NGINX Is Retiring and How to Choose Its Successor

The article analyzes the retirement of Ingress NGINX, explains the security flaws, architectural debt, and community constraints that led to its end‑of‑life, and compares migration paths—including staying with NGINX, moving to Gateway API, or adopting Alibaba Cloud ALB Ingress—so engineers can make an informed decision.

ALB IngressGateway APIKubernetes
0 likes · 18 min read
Why Ingress NGINX Is Retiring and How to Choose Its Successor
TechVision Expert Circle
TechVision Expert Circle
Mar 15, 2026 · Artificial Intelligence

Advanced OpenClaw Practices: A Hands‑On Guide for R&D Teams

This article walks R&D teams through OpenClaw’s core architecture and four advanced usage patterns—multi‑agent collaboration, custom Skill creation with whitelist control, automated workflow orchestration, and security hardening with sandboxed Gateways—providing concrete configuration examples, code snippets, and real‑world risk considerations.

AI AgentsDocker sandboxMulti-agent
0 likes · 22 min read
Advanced OpenClaw Practices: A Hands‑On Guide for R&D Teams
Alibaba Middleware
Alibaba Middleware
Mar 14, 2026 · Artificial Intelligence

Building a SkillHub that Wins Users: Lessons from ClawHub and Nacos Registry

The article examines the instability, security flaws, lack of version traceability, and low governance of the community‑run ClawHub Skill repository, illustrated by the ClawHavoc incident, and then presents Nacos’s enterprise‑grade AI Skill Registry as a solution offering autonomous control, built‑in security scanning, version management, approval workflows, namespace isolation and real‑time updates.

AIEnterprise GovernanceNacos
0 likes · 14 min read
Building a SkillHub that Wins Users: Lessons from ClawHub and Nacos Registry
Old Zhang's AI Learning
Old Zhang's AI Learning
Mar 13, 2026 · Artificial Intelligence

OpenClaw v3.12: Revamped Dashboard, 20+ Security Fixes & Fast Mode

OpenClaw v3.12 introduces a completely rebuilt Dashboard, a unified Fast Mode switch, a provider‑plugin architecture for easy model integration, extensive security hardening across command execution, permissions and webhooks, plus new iOS/macOS UI upgrades and Kubernetes deployment guides.

AI AgentsDashboardFast mode
0 likes · 10 min read
OpenClaw v3.12: Revamped Dashboard, 20+ Security Fixes & Fast Mode
AI Tech Publishing
AI Tech Publishing
Mar 13, 2026 · Artificial Intelligence

Why Building a Development‑Verification Loop Matters for Advanced Vibe Coding

The article explains how developers can move beyond fast AI‑generated code by establishing a continuous development‑verification loop, detailing common pitfalls, tool‑level changes, concrete prompt designs, quick diff checks, incremental commits, security reviews, and a seven‑day action plan to create reliable, repeatable AI‑assisted workflows.

AI codingdev verificationprompt engineering
0 likes · 8 min read
Why Building a Development‑Verification Loop Matters for Advanced Vibe Coding
AI Step-by-Step
AI Step-by-Step
Mar 13, 2026 · Information Security

Why Installing OpenClaw on Your Main PC Is Risky and How to Isolate It Safely

The article explains why placing OpenClaw on a primary workstation exposes personal accounts, files, and browser sessions to a message‑driven system, and provides a step‑by‑step security baseline—including isolated environments, official audits, sandbox configuration, and permission hardening—to keep the tool safely contained.

Browser ControlIsolationOpenClaw
0 likes · 7 min read
Why Installing OpenClaw on Your Main PC Is Risky and How to Isolate It Safely
Shuge Unlimited
Shuge Unlimited
Mar 13, 2026 · Operations

OpenClaw 3.11 Upgrade: Patch Critical WebSocket Hijack – 3 Methods & 4 Checks

OpenClaw 3.11 addresses a high‑severity cross‑site WebSocket hijack vulnerability (CVE GHSA‑5wcw‑8jjv‑m286) and adds several new features, offering three upgrade paths—install script, global npm/pnpm install, or source‑code install—and four post‑upgrade verification steps to ensure a safe and smooth migration.

OpenClawOperationsUpgrade
0 likes · 11 min read
OpenClaw 3.11 Upgrade: Patch Critical WebSocket Hijack – 3 Methods & 4 Checks
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 13, 2026 · Artificial Intelligence

Ensuring AI Agents Are Truly Controlled: Observability & Security with OpenClaw

This article explains how to verify that AI agents operate under strict control by combining session audit logs, application logs, and OpenTelemetry metrics, detailing threat modeling, runtime protection limits, and comprehensive observability pipelines using OpenClaw to answer who, what, cost, and auditability questions.

AI AgentLoggingOpenClaw
0 likes · 26 min read
Ensuring AI Agents Are Truly Controlled: Observability & Security with OpenClaw
Node.js Tech Stack
Node.js Tech Stack
Mar 13, 2026 · Artificial Intelligence

Claude’s New AI Code Review: Up to $25 per PR – What It Means for Your Repo

Claude’s newly launched AI‑powered code review uses multiple parallel agents to automatically scan pull requests, flagging issues with an internal consistency check that reduces false positives to under 1 %, while Anthropic reports detection rates of 84 % for large PRs and 31 % for small ones, though each review costs $15–25.

AI Code ReviewClaudeMulti-agent
0 likes · 9 min read
Claude’s New AI Code Review: Up to $25 per PR – What It Means for Your Repo
Ubuntu
Ubuntu
Mar 12, 2026 · Artificial Intelligence

OpenClaw “Little Lobster”: Powerful AI Agent—Secure Its Permissions Before You Install

OpenClaw is a fast‑growing AI agent that can automate file handling, run commands, and generate reports, but because it lacks a sandbox it can see all files on your computer; the article explains four permission levels, compares similar tools, and recommends safe deployment methods such as virtual machines, containers, or cloud servers while warning against direct Windows installation.

AI AgentsOpenClawSandbox
0 likes · 10 min read
OpenClaw “Little Lobster”: Powerful AI Agent—Secure Its Permissions Before You Install
MaGe Linux Operations
MaGe Linux Operations
Mar 12, 2026 · Backend Development

How to Deploy vLLM Inference Service on Kubernetes with Ingress and Service Load Balancing

This guide walks through deploying a production‑grade vLLM inference service on Kubernetes, covering GPU resource scheduling, Service and Ingress configuration, session affinity, health checks, performance tuning, scaling, monitoring, fault‑tolerance, and best‑practice recommendations for high‑availability AI workloads.

GPUHigh AvailabilityKubernetes
0 likes · 47 min read
How to Deploy vLLM Inference Service on Kubernetes with Ingress and Service Load Balancing
Tech Minimalism
Tech Minimalism
Mar 12, 2026 · Information Security

Is OpenClaw Secure? 5 Essential Configurations Most Users Miss

The article analyses the security risks of the OpenClaw AI agent, explains how its powerful capabilities can be abused through prompt injection and malicious Skills, and provides a step‑by‑step guide with five concrete configuration measures—token limits, sensitive‑info protection, exec approval, tool whitelisting, and network isolation—to keep the agent safe while retaining productivity.

AI AgentConfigurationOpenClaw
0 likes · 23 min read
Is OpenClaw Secure? 5 Essential Configurations Most Users Miss
Architects' Tech Alliance
Architects' Tech Alliance
Mar 11, 2026 · Information Security

How to Safely Uninstall OpenClaw and Eliminate Hidden Costs

This guide breaks down why users abandon OpenClaw due to unexpected expenses and security vulnerabilities, then provides step‑by‑step, cross‑platform instructions—including CLI commands, Docker cleanup, residual file removal, registry edits, and permission revocation—to ensure a complete and secure uninstallation.

CLICostDocker
0 likes · 10 min read
How to Safely Uninstall OpenClaw and Eliminate Hidden Costs
MaGe Linux Operations
MaGe Linux Operations
Mar 11, 2026 · Information Security

How to Harden Linux Servers: A Step‑by‑Step Guide to Secure SSH, Accounts, Firewalls, and Auditing

This comprehensive guide walks you through Linux host hardening by explaining the security baseline, detailing default configurations, highlighting common pitfalls, and providing concrete, verifiable adjustments for account policies, SSH, firewalls, kernel parameters, file permissions, and audit logging, complete with scripts, examples, and real‑world case studies.

LinuxSSHauditd
0 likes · 40 min read
How to Harden Linux Servers: A Step‑by‑Step Guide to Secure SSH, Accounts, Firewalls, and Auditing
TonyBai
TonyBai
Mar 11, 2026 · Backend Development

Why Fetching a Simple JSON in Go Needs No Third‑Party Libraries – The Power of Its Standard Library

The article analyzes how Go’s extensive, production‑ready standard library eliminates the need for external dependencies, reduces decision fatigue, improves supply‑chain security, and offers cross‑platform, high‑performance features that many other languages achieve only with third‑party packages.

Gobackend developmentcross-platform
0 likes · 12 min read
Why Fetching a Simple JSON in Go Needs No Third‑Party Libraries – The Power of Its Standard Library
MeowKitty Programming
MeowKitty Programming
Mar 10, 2026 · Industry Insights

Why Java Remains the Undying Choice for Enterprise Development

The article analyzes Java's enduring dominance in enterprise software by examining its cross‑platform runtime, extensive ecosystem, continuous language and runtime innovations, performance and security breakthroughs, and the resulting cost, stability, and talent advantages that keep 90% of Fortune 500 companies invested.

Enterprise DevelopmentJVMJava
0 likes · 8 min read
Why Java Remains the Undying Choice for Enterprise Development