# HTML Artifacts：我与智能体协作的核心方式

- 来源：elvis (@omarsar0)
- 发布时间：2026-05-14 00:44
- AIHOT 分数：67
- AIHOT 链接：https://aihot.virxact.com/items/cmp4b7hee04ghsljxbijwzyok
- 原文链接：https://x.com/omarsar0/status/2054603647963865402

## AI 摘要

作者介绍了将智能体与可交互的HTML组件（Artifacts）结合的工作流。这些组件超越了静态文件，能主动执行或辅助完成任务。其核心优势在于数据完全自主（存储于Markdown中，无需数据库）、维护简单且回报率高，并能实现高度个性化的功能扩展。作者已将其应用于写作、研究、设计等多个领域，并指出简化工具栈是提升效能的关键。他将于下周进行直播，详细讲解具体实现方法。

## 正文

HTML Artifacts are a big part of how I work with agents now.

Artifacts can be more than just static files.

When combined with agents， they can take action or help you take action.

This unlocks all kinds of interesting ways to work with agents.

This is clearly the future.

Check out this writing and scheduler artifact I built in a few minutes.

It uses a bit of HTML and JS.

All the data is in markdown （Obsidian vaults）， so the agent can access and modify it at any time. No DB needed. No sophisticated functionalities. The agent decides all that for me based on the skills， context， and memory it has access to.

The best part about this simple stack is that all the important information stays with me. This has allowed me to build a recursive self-improving system and automations that can better tap into coding agents like Codex or Claude Code.

I could have paid or built an entire app for scheduling posts， and there are so many of them out there. But I don't need to. I've realized a simple artifact does the job. And the simplicity of it is actually an advantage. Very little maintenance for very high returns on personalization， time， and efficiency.

The other benefit of this is that I can add features as I please. That level of personalization feels magical， and we should all be pursuing more of it.

All of this just keeps compounding.

Of course， this example is just about writing. But I have similar artifacts for research， design， experimentation， evaluation， and so much more.

And no， I didn't actually publish the post example I shared in the clip. It was just for demonstration purposes. I actually spend more time than this when writing together with agents.

Lastly， having built my own agent orchestrator tool has made me realize that simplifying the tool stack is a superpower.

If you are curious about how all this works， I will do a live session next week： https://academy.dair.ai/events/cmovobp97000904l5h0n9a2yz
