Live data from Hacker News

Ask HN: If HTML supersedes Markdown fr AI, Will it be versatile enough for devs?

news.ycombinator.com

11–20 of 29 posts

Re: Ask HN: If HTML supersedes Markdown fr AI, Will it be versatile enough for devs?

#12
post #4

A) Who cares? What performance are you even talking about? Number of tokens? B) HTML can contain data, layout, and design within a single file. Markdown isn’t comparable. There will be many situations where Markdown can’t do what HTML, so this is overall a silly comparison.

A) Enterprises for one, e.g Rendering of an HTML page vs MD in an AI IDE or even tokens (compounding costs for a communication doc may be billions in a year) B) True, its a subset, nobody is arguing against it. HTML has overheads in terms of stylings. MD in essence is just a straight arrow. If there is a communication between two points with ultimate low latency way with readability and threshold just enough to have…

What do you mean by the cost of rendering an HTML page in an IDE? You know those markdown previews are almost always rendered by converting them to an HTML snippet first, right? Also HTML does not need to be styled, the tags have their own semantic meanings just like the various semantic structures of markdown. The styling “overhead”, which gets added so the document is easier to visually interpret for a human, is exactly the same. The only time when styling doesn’t come into the equation is when you directly view markdown source.

Also, latency???

Re: Ask HN: If HTML supersedes Markdown fr AI, Will it be versatile enough for devs?

#14

Earlier quoted context omitted.

A) Enterprises for one, e.g Rendering of an HTML page vs MD in an AI IDE or even tokens (compounding costs for a communication doc may be billions in a year) B) True, its a subset, nobody is arguing against it. HTML has overheads in terms of stylings. MD in essence is just a straight arrow. If there is a communication between two points with ultimate low latency way with readability and threshold just enough to have…

What do you mean by the cost of rendering an HTML page in an IDE? You know those markdown previews are almost always rendered by converting them to an HTML snippet first, right? Also HTML does not need to be styled, the tags have their own semantic meanings just like the various semantic structures of markdown. The styling “overhead”, which gets added so the document is easier to visually interpret for a human, is ex…

If cost of showing HTML and MD are same in the CPU level for UI, but generation of them costs uneven at AI level (as it should be mathematically), shouldn't the equation be what is the lowest cost to represent something considering the token usage

Re: Ask HN: If HTML supersedes Markdown fr AI, Will it be versatile enough for devs?

#17

I think its just hype not worth it at all and you want be able to read it clearly from your editot

Yeah, Reading it clearly in the editor - Probably MD to HTML happens in the editor anyway. So what we are dealing with here are a battle between ease of writing, readability and various cost dimensions.

Re: Ask HN: If HTML supersedes Markdown fr AI, Will it be versatile enough for devs?

#19

What do you mean if? The internet is built on html. Markdown is a random flare up of an annoying annotation standard pushed by LLMs. No one used Markdown anywhere near at the scale of html before ChatGPT

So you write a HTML Readme? Markdown is what I write 99% of the time. Unless I am in a rich editor and HTML behind the scenes.

HTML is a communication layer. Hardly anyone is writing it directly. Using React etc. or whatever or even LLM.

Re: Ask HN: If HTML supersedes Markdown fr AI, Will it be versatile enough for devs?

#20

What do you mean if? The internet is built on html. Markdown is a random flare up of an annoying annotation standard pushed by LLMs. No one used Markdown anywhere near at the scale of html before ChatGPT

lmao
Post reply on HN