这个暴论,出自今天Anthropic工程师Thariq发的一篇引爆全网的长文。 整篇文章,就一个目的—— 给MD宣判「死刑」。 是的,这个前不久风靡vibe coding的人机交流格式,正在被Claude的工程师们呼吁抛弃。
Markdown has emerged as the lingua franca of AI, especially with the proliferation of AI agents. But an Anthropic engineer argues that HTML is a better choice for output. And despite my love of ...
Where to begin: Start with HTML for structure, CSS for styling, and JavaScript for interactivity before exploring frameworks and advanced techniques. Why it matters: Frontend skills let you create ...
Markdown 已经成了 agent 跟我们沟通时最主流的文件格式。它简单、便携,有一定的富文本能力,也方便人手编辑。Claude 现在甚至能在 Markdown 里用 ASCII 画出意外不错的图。 这是 Claude Code 团队 Thariq 写的一篇 X 长文,我把它完整的翻译了下来。 开头:为什么我换掉 ...
日前, Anthropic Claude Code 团队成员 Thariq Shihipar在 X 发了个小作文《Using Claude Code: The Unreasonable Effectiveness of HTML》,瞬间被 900 万 ...
Overview:  AI coding tools are transforming software development, but strong programming fundamentals and system design ...
Thariq 认为最主要的问题有两个,一个是HTML通常因为更丰富的视觉效果而花费更多的token,还有一个是版本管理很难。 相比于看Markdown的diff,看HTML的diff非常难受,有很多噪音。
Web scraping is a process that extracts massive amounts of data from websites automatically, with a scraper collecting thousands of data points in a matter of seconds. It grabs the Hypertext Markup ...
Apple today released a new update for Safari Technology Preview, the experimental browser that was first introduced in March ...
Recently, The White House launched its own official app on iOS and Android, claiming that it gives users "unparalleled access ...
Student and educator teams at nine Department of War Education Activity (DoWEA) schools have been selected as state champions ...
Creating a Wordle clone is a fun way to practice HTML, CSS, and JavaScript while building a recognizable, playable project. You’ll set up a game board, capture user input, and implement the logic that ...