Earlier quoted context omitted.
We have been authoring HTML by hand for decades with ease. Text editors are very good at it, and many have commands to auto-wrap, auto-close etc. Reading and writing is simple.
Templated though, not manually writing it out for every blog post say. I think GP means it just has more friction as a writing format than markdown for example.
Using Claude Code: The unreasonable effectiveness of HTML
271–280 of 308 posts
Re: Using Claude Code: The unreasonable effectiveness of HTML
#272Re: Using Claude Code: The unreasonable effectiveness of HTML
#273For similar reasons, I strongly prefer org-mode to markdown. I find that with org-mode and extensions (such as in-line elisp) I have a _significantly_ more powerful system. For example, specs can have tasks and roadmaps inline which reduces risk of drift. The biggest downside is, unfortunately, not enough folks are emacs proficient. I hadn't considered HTML and I'm definitely going to try this.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#274Re: Using Claude Code: The unreasonable effectiveness of HTML
#275Re: Using Claude Code: The unreasonable effectiveness of HTML
#276Earlier quoted context omitted.
Yes that’s the case. And as Anthropic staff, author has an incentive to promote workflows that require an agent to interact with text documents.
HTML is by far simpler than Markdown.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#277Web technologies got so many things right. People complain about it so much but it's amazing. I worked with a vibe coded app at my last job (and since quit due to it) and because it was a nextjs SPA frontend with a separate API backend, the user facing urls didn't match the backend endpoints. Because AI uses react hooks for everything, state is in-memory, url-based routing isn't a thing unless you design for it. So l…
I bet that LLMs will actually help generate real links going forward.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#278A couple of tradeoffs I don't see mentioned here for HTML vs MD: - HTML is significantly less token-efficient - Difficult to provide precise feedback on plans HTML, much easier to do this in MD. Both of these tradeoffs set Anthropic up for success. Using HTML as our medium will increase token usage, and I'd bet they're investing in tools to mark up HTML (part of Claude Design) which will help improve lock-in. Either…
But, on the other hand. That could be a trade worth taking. Co-working with claude to create a pretty big plan for a rewrite (i know, i know), and showing it to the team is a lot easier in HTML compared to md.
For me, this is just another tool in the toolbox. Doesn't need to be black and white. html or md. Can be both.