My concern here is that by gravitating to HTML you lose the ability for a human (you!) to easily co-author the document with the LLM. If it’s just an explainer for your consumption, that’s not a concern - but if it’s a spec sheet for something more complex, I deeply value being able to dive in and edit what is produced for me. With a HTML doc it is much harder to do that than with MD. Now of course you could just rep…
Using Claude Code: The unreasonable effectiveness of HTML
61–70 of 308 posts
Re: Using Claude Code: The unreasonable effectiveness of HTML
#62My concern here is that by gravitating to HTML you lose the ability for a human (you!) to easily co-author the document with the LLM. If it’s just an explainer for your consumption, that’s not a concern - but if it’s a spec sheet for something more complex, I deeply value being able to dive in and edit what is produced for me. With a HTML doc it is much harder to do that than with MD. Now of course you could just rep…
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.
"No bread? Let them eat cake!"
Re: Using Claude Code: The unreasonable effectiveness of HTML
#63My concern here is that by gravitating to HTML you lose the ability for a human (you!) to easily co-author the document with the LLM. If it’s just an explainer for your consumption, that’s not a concern - but if it’s a spec sheet for something more complex, I deeply value being able to dive in and edit what is produced for me. With a HTML doc it is much harder to do that than with MD. Now of course you could just rep…
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.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#64Earlier 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.
I've yet to see Anthropic promote any sort of token optimization strategy to its users - they always assume we all have infinite inference. "No bread? Let them eat cake!"
Also: https://platform.claude.com/docs/en/agents-and-tools/tool-us...
Re: Using Claude Code: The unreasonable effectiveness of HTML
#65Earlier 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.
You have been authoring HTML by hand for decades. Not every SWE is a FE dev.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#66Earlier 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.
I've yet to see Anthropic promote any sort of token optimization strategy to its users - they always assume we all have infinite inference. "No bread? Let them eat cake!"
It also gives tips on reducing context size when you run /context .
Presumably they are actually starting to feel the pinch on inference costs themselves with what still feels like a fairly generous max plan.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#67What happens when my site changes style, I put it back through the LLM I guess and get some bonus hallucinated content.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#68Earlier quoted context omitted.
I've yet to see Anthropic promote any sort of token optimization strategy to its users - they always assume we all have infinite inference. "No bread? Let them eat cake!"
I've noticed that's changed over the past month or so. Claude-code used to happily pipe build commands straight into context, but recently it's been running them as background tasks that pipe to file, and it'll search and do partial reads on the output instead. It also gives tips on reducing context size when you run /context . Presumably they are actually starting to feel the pinch on inference costs themselves with…
Re: Using Claude Code: The unreasonable effectiveness of HTML
#69Web 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…
Re: Using Claude Code: The unreasonable effectiveness of HTML
#70Earlier 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.
You have been authoring HTML by hand for decades. Not every SWE is a FE dev.