<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Charles&apos; Blog</title><description>Notes on AI Infrastructure, Agents, LLMs, and MLSys</description><link>https://rustc.cloud/</link><item><title>AIO Sandbox: An Integrated, Customizable Sandbox Environment Built for AI Agents</title><link>https://rustc.cloud/posts/aio-sandbox/</link><guid isPermaLink="true">https://rustc.cloud/posts/aio-sandbox/</guid><description>When executing complex tasks, AI Agents often need to switch between the browser, code execution, and the file system. Traditional multi-sandbox solutions face issues such as fragmented environments, data transfer overhead, and complex authentication. AIO Sandbox integrates all capabilities into a single Docker image, provides a unified file system and authentication, and supports custom image...</description><pubDate>Mon, 27 Oct 2025 08:00:00 GMT</pubDate></item><item><title>GUI Agent Implementation Based on UI-TARS</title><link>https://rustc.cloud/posts/ui-tars/</link><guid isPermaLink="true">https://rustc.cloud/posts/ui-tars/</guid><description>Based on the UI-TARS multimodal vision model, combined with MCP (Model Context Protocol), this builds a next-generation cross-platform, autonomously perceptive GUI Agent system. This is intended as a starting point for discussion with everyone on the technologies, scenarios, and future of GUI Agents! For the UI-TARS project, see http:/...</description><pubDate>Wed, 11 Jun 2025 08:00:00 GMT</pubDate></item><item><title>AI Agent Application Development Practice Based on MCP</title><link>https://rustc.cloud/posts/mcp/</link><guid isPermaLink="true">https://rustc.cloud/posts/mcp/</guid><description>Subtitle: &quot;MCP Brings a New Paradigm for Layered Development of Applications and Tools&quot; Preface: Everyone has been talking about MCP lately, and I’ve noticed that one of the most important points has been overlooked: “decoupling tool providers from application developers through a standardized protocol.” This will lead to a shift in the development paradigm for AI Agent applications (similar to the Web ...</description><pubDate>Mon, 24 Mar 2025 08:00:00 GMT</pubDate></item><item><title>Possibly the Best Tab Management Extension for Chrome</title><link>https://rustc.cloud/posts/chrome-tabs/</link><guid isPermaLink="true">https://rustc.cloud/posts/chrome-tabs/</guid><description>2023.01.24 Updated: In Chrome (M121), we’re introducing experimental generative AI features, including smart tabs: Chrome is getting 3 new generative AI features TL;DR: Chrome brow...</description><pubDate>Tue, 02 Jan 2024 08:00:00 GMT</pubDate></item><item><title>Code Review Practice Based on Large Models + Knowledge Bases</title><link>https://rustc.cloud/posts/code-review/</link><guid isPermaLink="true">https://rustc.cloud/posts/code-review/</guid><description>A modest attempt to spark discussion. The author’s understanding of large language models (LLMs) is limited, so please feel free to point out anything inappropriate! 💡The idea came from asking Claude during a Code Review which coding style was more elegant. At the time, I wondered whether AI could help us with Code Review. * Information Security...</description><pubDate>Tue, 19 Sep 2023 08:00:00 GMT</pubDate></item><item><title>Using ChatGPT to Customize a Team-Specific ESLint Ruleset</title><link>https://rustc.cloud/posts/eslint-gpt/</link><guid isPermaLink="true">https://rustc.cloud/posts/eslint-gpt/</guid><description>This article is primarily for frontend and Node.js development teams. It explains how to more efficiently turn code review experience into an ESLint ruleset to raise the baseline quality of team development. Topics covered include: 1. How to write: using ChatGPT to generate ESLint rules and validate them through snapsho...</description><pubDate>Fri, 05 May 2023 08:00:00 GMT</pubDate></item><item><title>📝 New MacBook Pro Setup Notes</title><link>https://rustc.cloud/posts/mac-install/</link><guid isPermaLink="true">https://rustc.cloud/posts/mac-install/</guid><description>My MBP (2020 13″ 32G 512G) had become unbearably laggy—how bad was it? There was a 2~3s delay between typing on the keyboard and seeing the output in the editor! My first Mac (MBP 2015 13″ 8G + 128G) handled development as well as security research (Web ...</description><pubDate>Fri, 05 Aug 2022 08:00:00 GMT</pubDate></item><item><title>Optimizing zsh Cold-Start Performance (Oh My Zsh)</title><link>https://rustc.cloud/posts/speed-up-zsh/</link><guid isPermaLink="true">https://rustc.cloud/posts/speed-up-zsh/</guid><description>One time when I opened Terminal, the commands I casually typed wouldn’t appear on screen, and I had to wait nearly 10 seconds before I could interact with the terminal. It was time to optimize the shell cold start! ❯ for i in $(seq 1 10); do /usr/bin/time $SHELL -i -...</description><pubDate>Sat, 22 Jan 2022 08:00:00 GMT</pubDate></item><item><title>Module Package Design Practices in a Monorepo</title><link>https://rustc.cloud/posts/monorepo/</link><guid isPermaLink="true">https://rustc.cloud/posts/monorepo/</guid><description>Module Package Design Practices in a Monorepo. This article is mainly for frontend and Node.js developers who use a Monorepo to organize applications and modules in their business. It offers a starting point for discussing: 1. How to design a shared configuration package (configs, types, utils, enums, etc.) that can...</description><pubDate>Sun, 17 Oct 2021 08:00:00 GMT</pubDate></item></channel></rss>