| ▲ | tmhrtly 2 hours ago |
| 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 reprompt your LLM to change the HTML - but when I already have a clear idea of what I want to say in my head, that’s just another roadblock in the way. If this pattern becomes more common I suspect human/LLM co-creation will further dwindle in favour of just delegating voice, tone and content choice to the LLM. I was surprised not to see this concern in the blog post’s FAQ. |
|
| ▲ | Jakob 2 hours ago | parent | next [-] |
| 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. |
| |
| ▲ | laurels-marts 30 minutes ago | parent | next [-] | | You have been authoring HTML by hand for decades. Not every SWE is a FE dev. | | | |
| ▲ | pydry 3 minutes ago | parent | prev [-] | | >We have been authoring HTML by hand for decades with ease No, we've been generating it. |
|
|
| ▲ | 9dev 2 hours ago | parent | prev | next [-] |
| I suppose that only applies if you constrain yourself to a raw teletypewriter emulator… in any proper coding environment, editing HTML should be absolutely simple - even an embedded WYSIWYG editor would be an option if rich model output is a way we head into. |
| |
| ▲ | teiferer an hour ago | parent [-] | | A counter argument would be that all programming languages of the last decades have been plain text based. No other more structured format has ever gained traction even though modern editors could be argued to be able to support that easily. Turns out, it doesn't actually work that way. |
|
|
| ▲ | manmal 34 minutes ago | parent | prev | next [-] |
| 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. |
| |
| ▲ | elkoan 32 minutes ago | parent [-] | | 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!" | | |
| ▲ | eterm 23 minutes ago | parent | next [-] | | 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 what still feels like a fairly generous max plan. | | |
| ▲ | oefrha 16 minutes ago | parent [-] | | And it seems to use head, tail etc. more than it used to, even when unnecessary, which, combined with the recent(?) tendency of more chaining and as you said, piping to temp files and the like, totally screwed up claude code’s auto approval system for me (by auto approval I mean the system to decide which commands can be run without permission prompt, based on the permissions.allow setting among other things, not to be confused with a specific new approval mode called “auto” that burns more tokens to decide whether the command is safe). I had to write my own auto approval system and plug it in as a hook. |
| |
| ▲ | afro88 25 minutes ago | parent | prev [-] | | Nah they do. They push Sonnet pretty hard rather than Opus for most tasks. Also: https://platform.claude.com/docs/en/agents-and-tools/tool-us... |
|
|
|
| ▲ | 4k0hz 2 hours ago | parent | prev | next [-] |
| Is HTML really that much worse to edit than MD? |
| |
| ▲ | sheept an hour ago | parent | next [-] | | Markdown is essentially just syntactic sugar for HTML[0], so yes it was made to be easier to edit than HTML. [0]: https://spec.commonmark.org/0.31.2/#html-blocks | |
| ▲ | psychoslave 2 hours ago | parent | prev [-] | | Let’s see… *No!*
I mean, <b>yes!</b>
It depends what we mean I guess, isn’t Markdown supposed to allow [hx]ml tags anyway if user need them? Then it’s more about asking the LLM to generate Markdown with this in consideration, and privilege rendering the output of reports in the preferred browser after relevant rendering. |
|
|
| ▲ | awllau an hour ago | parent | prev | next [-] |
| Makes sense for actual devs. For non-devs who'd just edit docs via LLMs anyway (myself), I can't imagine it'd introduce much friction. |
|
| ▲ | divbzero 2 hours ago | parent | prev | next [-] |
| Yes, and you can always embed HTML in Markdown for <script>, <style>, <svg>, and other tags that cannot be coded in Markdown. |
|
| ▲ | bigfudge 2 hours ago | parent | prev [-] |
| [dead] |