Earlier 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!"
Not sure how you use CC, but the last 6 months has felt like significant optimization efforts to me. Last year Claude would just read and edit files, now it's all kinds of basic tool gymnastics with grep/awk/sed/etc to narrowly slice and avoid token-heavy reads. Resuming sessions that aren't even that large get a scary prompt about using a significant portion of your token budget if you continue without compacting. T…
Using Claude Code: The unreasonable effectiveness of HTML
91–100 of 308 posts
Re: Using Claude Code: The unreasonable effectiveness of HTML
#92I moved from Markdown to JSON for all spec writing about 9 months ago. Although not HTML, it still has the same benefits. Claude and the other models are just so much more reliable in a structured format like JSON/HTML/XML. The most important thing is that I can run static analysis on a structured format. This is important even for my spec documents. I can write data fields and have static analysis analyze it. For ex…
Re: Using Claude Code: The unreasonable effectiveness of HTML
#93The problem I have with this shift is that you basically give up on writing documentation by hand, not only for you, but for everybody who might want to edit your documentation. I'm also not convinced that it solves meaningful problems : > I've found I tend to not actually read more than a 100-line markdown file, and I certainly am not able to get anyone else in my organization to read it. But HTML documents are much…
Presumably you mean rendered HTML rather than the source documents?
Re: Using Claude Code: The unreasonable effectiveness of HTML
#94Arguing for html on a platform with less rich semantics than markdown is just ultimately funny
Re: Using Claude Code: The unreasonable effectiveness of HTML
#95Is it really unreasonably effective?
Re: Using Claude Code: The unreasonable effectiveness of HTML
#96Re: Using Claude Code: The unreasonable effectiveness of HTML
#97My 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…
Re: Using Claude Code: The unreasonable effectiveness of HTML
#98The unreasonable effectiveness of the most popular "programming" language used by the most people on Earth ever that has been careful crafted by extremely dedicated people for decades and that is use to communicate by, to and from the most people that ever existed (because yes, most "apps", on mobile at least but even more and more on desktop are just HTML pages too). Is it really unreasonably effective?
I also love how maybe 10% of the posts on here are like "some thing that has existed for 40+ years ,/:/; Claude/chatgpt". So much advertising at the expense of a dead internet it's ridiculous.
Re: Using Claude Code: The unreasonable effectiveness of HTML
#99Re: Using Claude Code: The unreasonable effectiveness of HTML
#100The irony of this being a Twitter post with pictures of html rendering instead of an interactive html page is not lost on me. Arguing for html on a platform with less rich semantics than markdown is just ultimately funny