Anthropic engineer Thariq Shihipar switches to Claude-generated HTML
——0——
Thariq Shihipar, who works on Claude Code at Anthropic, switches from Markdown files to Claude-generated HTML for most tasks. He details the workflow in a post, highlighting improved performance via Claude’s code generation for AI-assisted coding. The approach uses LLM wikis with dynamic HTML artifacts to capture structured data for AI agents and enable interactive outputs in workflows like inbox zeroing and deep research. Developers testing HTML-based artifacts repost and discuss the shift.
AI 1000 · 12 actions
- POSTEL#852@OMARSAR0LLM Wikis + HTML Artifacts are insanely powerful. You should seriously consider this in your workflows. LLM Wikis captures all the important information that lets you and your agents do meaningful work. HTML artifacts present that information in interesting ways that allow you to take important actions along with your agents. My HTML artifacts sit on top of my LLM wikis. They are dynamic and are easily extended as needs arise. I have hooked my Artifacts to talk to my agents, and similarly, the agents can talk to artifacts. This has allowed me to build powerful artifacts that reduce my inbox to zero, keep me updated on any topic of interest, fast prototyping, do deep research, design/trigger new experiments, generate figures to improve understanding, schedule research, search relevant information, discover topics, and so much more. What you see in the clip is not a website. It's a simple interactive HTML artifact. HTML artifacts are useful for designers, engineers, researchers, students, and anyone working with agents. Lastly, HTML doesn't replace Markdown. They are a much better combination working together.
- QUOTESW#206@SIMONW@TRQ212Asking for HTML explanations of things is pretty neat, I tried it just now with the obfuscated Python POC for the new http://copy.fail Linux vulnerability: https://simonwillison.net/2026/May/8/unreasonable-effectiveness-of-html/#trying-this-out https://x.com/simonw/status/2052864605853278715/photo/1
- REPLYEL#852@OMARSAR0@OMARSAR0Every day that passes. I am relying more and more on this simple stack: Agents + MCP + Markdown + HTML. I don't use my browser as much anymore, as the HTML artifacts take care of all of that for me. In a sense, these artifacts are hyperpersonalized, which I feel is how every website I visit should be. Forgot to mention that one of my favorite uses for HTML artifacts is actually monitoring stats, results, trends, etc.