logoalt Hacker News

eGQjxkKF6fiflast Wednesday at 8:38 PM1 replyview on HN

Exactly. It tells me the same things. It'll often give me the require() for javascript on packages I should use.


Replies

runarberglast Thursday at 4:27 AM

Personally, I don’t see the point. Searching for markdown libraries is not hard, a good library (the same that will show up first) will show you usage instructions at the top. You can copy-paste those and be done.

Also modern JavaScript uses import, require() is very 2015. If the AI is recommending you use require() I would suggest a better one.