PuppyOne 用文件系统做 AI 智能体共享工作区

Rohan Paul · @rohanpaul_ai · X·2026-08-21 03:51·5天前
AI 导读

PuppyOne 反其道而行,不为智能体状态发明新存储位置,而是直接使用文件系统作为共享工作区。智能体(如 Claude Code)可读写 Markdown、代码、JSON 等常规文件,人类可查看 diff 和仓库历史,Git 追踪所有变更。它可在 Mac 本地或云端运行,定位是智能体周围的工作区而非智能体本身。

Rohan Paul@rohanpaul_ai
39AI 编辑部评分,满分 100

PuppyOne 用文件系统做 AI 智能体共享工作区

2026-08-21 03:51· 5天前
AI 导读

PuppyOne 反其道而行,不为智能体状态发明新存储位置,而是直接使用文件系统作为共享工作区。智能体(如 Claude Code)可读写 Markdown、代码、JSON 等常规文件,人类可查看 diff 和仓库历史,Git 追踪所有变更。它可在 Mac 本地或云端运行,定位是智能体周围的工作区而非智能体本身。

A lot of agent products invent a new place for the agent's state to live.

puppyone goes in the opposite direction: use the filesystem.

The agent works on Markdown, code, JSON, configs, CSVs and other normal files. The human can inspect the same workspace, see the diff, review repository history, and keep working with the usual file abstractions.

That sounds almost boring, which is probably the point.

Models and agent runtimes will keep changing. Files and Git are much more durable interfaces between humans, agents, and software.

PuppyOne is a shared file workspace for AI agents. Agents (like Claude Code or other coding/research agents) can read and edit files, while Git tracks every change, permissions control access, and data from Notion, Slack, Gmail, or databases can live in the same workspace.

It can run locally on your Mac or in the cloud. PuppyOne is the workspace around the agents, not the agent itself.

GuanqunI built a Windows XP-style editor on your Mac. Oh, and it has AI agents.