Tagged articles

virtual filesystem

3 articles · Page 1 of 1
Tencent Cloud Developer
Tencent Cloud Developer
Aug 14, 2026 · Artificial Intelligence

Deploying Enterprise Agents with a Unified Harness, Skills, and Virtual Filesystem

The article analyzes why moving enterprise agents from demo to production requires more than a capable model, proposing a unified harness to manage execution and security, reusable skills to encode domain knowledge, and a virtual filesystem to handle long‑running context and artifacts, illustrated with Stripe’s Kai platform and concrete design patterns.

AI agentsAgent HarnessEnterprise AI
0 likes · 26 min read
Deploying Enterprise Agents with a Unified Harness, Skills, and Virtual Filesystem
Liangxu Linux
Liangxu Linux
May 8, 2025 · Fundamentals

Is Everything Really a File in Linux? Understanding the Core Concept

The article explains that the famous Linux mantra “everything is a file” is a design philosophy offering a unified interface for diverse resources, outlines which objects are treated as files, and discusses why modern kernels have moved some components away from this model.

Device FilesI/O RedirectionUnix philosophy
0 likes · 7 min read
Is Everything Really a File in Linux? Understanding the Core Concept
Ant R&D Efficiency
Ant R&D Efficiency
Jan 4, 2024 · Cloud Computing

Design of a Cloud Terminal IDE Based on Bash Stdio and Large File Handling

The article describes a cloud‑terminal IDE built on Bash stdio that wraps the CodeBlitz OpenSumi‑based frontend, implements a byte‑offset paging system and Monaco‑based editor for efficiently viewing gigabyte‑scale log files, maps IDE search to server‑side grep, and outlines future plugin and AI‑assisted enhancements.

Cloud IDECodeBlitzbash stdio
0 likes · 14 min read
Design of a Cloud Terminal IDE Based on Bash Stdio and Large File Handling