Though now I'm wondering: why not just add full HTML embedding support as well? I'm talking not just for specific deliverables, but for any of the agent's responses with the user.
Using Claude Code: The unreasonable effectiveness of HTML
11–20 of 308 posts
Re: Using Claude Code: The unreasonable effectiveness of HTML
#12``` In a single index.html, no dependencies, sparse styling, create an app that ```
Even before AI, it's how I built small tools, and there's something lovely about being able to email my friends the tool, and tell them "If you want to make a change, toss it to your LLM!"
Re: Using Claude Code: The unreasonable effectiveness of HTML
#13I think the reason stuff like this wasn't done earlier was due to fears about context pollution, but post training has gotten so good that you can do virtually anything in the context window and not have it affect the quality of output.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#14Re: Using Claude Code: The unreasonable effectiveness of HTML
#15I hadn't considered HTML and I'm definitely going to try this.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#16When exploring a new idea or tool, my go to prompt is ``` In a single index.html, no dependencies, sparse styling, create an app that ``` Even before AI, it's how I built small tools, and there's something lovely about being able to email my friends the tool, and tell them "If you want to make a change, toss it to your LLM!"
Re: Using Claude Code: The unreasonable effectiveness of HTML
#17Re: Using Claude Code: The unreasonable effectiveness of HTML
#18Re: Using Claude Code: The unreasonable effectiveness of HTML
#19I guess the author has never heard of Markdown editors with a preview feature, and doesn't know that the Claude Code VS Code plugin opens plans in preview mode.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#20Many of us had CC routinely generate HTML ever since it became available. Surprised that it's presented as some kind of novelty.