Simon Willison (@simonw)

Claude Artifacts가 10월 중에 사용자별 영구 스토리지 및 공유 스토리지를 추가했으나 릴리스 노트에 명시되지 않아 작성자가 Internet Archive를 통해 변경 시점을 역추적했다는 내용입니다. 작성자는 이 신규 스토리지를 이용해 만든 데모나 활용 사례를 공유해 달라고 요청하며, 개발자 통합 가능성과 실용적 활용 사례에 관심을 보이고 있습니다.

https://x.com/simonw/status/2024509924085264561

#claude #claudeartifacts #persistentstorage #internetarchive

Simon Willison (@simonw) on X

I somehow missed that Claude Artifacts added persistent per-user and shared storage at some point in October - it's not in their release notes so I had to binary search the Internet Archive to figure out when it was added Anyone built anything neat with this that they can demo?

X (formerly Twitter)

"Anthropic have added one of the most important missing features to Claude Artifacts: apps built as artifacts now have the ability to run their own prompts against Claude via a new API.

Claude Artifacts are web apps that run in a strictly controlled browser sandbox: their access to features like localStorage or the ability to access external APIs via fetch() calls is restricted by CSP headers and the <iframe sandbox="..." mechanism.

The new window.claude.complete() method opens a hole that allows prompts composed by the JavaScript artifact application to be run against Claude.

As before, you can publish apps built using artifacts such that anyone can see them. The moment your app tries to execute a prompt the current user will be required to sign into their own Anthropic account so that the prompt can be billed against them, and not against you.

I'm amused that Anthropic turned "we added a window.claude.complete() function to Artifacts" into what looks like a major new product launch, but I can't say it's bad marketing for them to do that!

As always, the crucial details about how this all works are tucked away in tool descriptions in the system prompt. Thankfully this one was easy to leak. Here's the full set of instructions, which start like this:"

https://simonwillison.net/2025/Jun/25/ai-powered-apps-with-claude/

#AI #GenerativeAI #Claude #LLMs #Chatbots #ClaudeArtifacts #API

Build and share AI-powered apps with Claude

Anthropic have added one of the most important missing features to Claude Artifacts: apps built as artifacts now have the ability to run their own prompts against Claude via a …

Simon Willison’s Weblog

What we learned copying all the best code assistants

Link📌 Summary: 本文主要介紹Val Town在代碼生成工具發展過程中的經歷與探索。從最初的GitHub Copilot到多款競爭者如ChatGPT、Claude Artifacts等,Val Town在2024年進行了一系列的模仿與創新。文章說明瞭他們如何應對快速變化的市場需求,並最終推出改進的Townie工具,能夠快速生成完整的全棧應用程式。此外,本文提到開發過程中的挑戰,如速度、準確性以及如何從其他工具中汲取靈感。Val Town在與競爭者的快步追隨中保持學習與合作的態度,並展望未來的可能性。

🎯 Key Points:
- Val Town自2022年推出代碼託管服務以來,逐步模仿並改進來自其他工具的最佳實踐。
- 使用GitHub Copilot和Codeium來提升代碼自動補全的準確性和速度。
- 聯合ChatGPT及其功能,使代碼生成過程更加自動化,但初期效果不佳。
- Claude 3.5 Sonnet和Claude Artifacts解決了生成過程中的反饋循環問題,提升了工具效能。
- Val Town逐步建立自己的特色,嘗試提高生成速度並引入錯誤檢測功能。
- 文章探討了與競爭者的合作與競爭關係以及未來的發展方向。

🔖 Keywords: #ValTown #代碼生成 #ChatGPT #ClaudeArtifacts #工具開發

What we learned copying all the best code assistants

From GitHub Copilot to ChatGPT to Claude Artifacts, how Val Town borrowed the best of all the code generation tools