Recent Posts
-
My Coding Agent Workflow — devbox + tmux + worktrunk
A practical coding-agent workflow built on a remote Devbox + tmux + worktrunk: run agents on an always-on machine, keep terminals alive across disconnects, and drive several tasks in parallel inside one git repo.
-
AIO Sandbox: An Integrated, Customizable Sandbox Environment Built for AI Agents
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...
-
GUI Agent Implementation Based on UI-TARS
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:/...
-
AI Agent Application Development Practice Based on MCP
Subtitle: "MCP Brings a New Paradigm for Layered Development of Applications and Tools" 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 ...
-
Possibly the Best Tab Management Extension for Chrome
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...
-
Code Review Practice Based on Large Models + Knowledge Bases
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...