Skip to content
TopicTracker
来自 X · @karpathy查看原文
译文语言译文语言

这个技巧真的很好用:在查询末尾让LLM“以HTML格式输出”,然后在浏览器中查看生成的文件...

Karpathy分享了一个实用技巧:在向大语言模型提问时,要求其“以HTML格式输出”回答,然后在浏览器中查看生成的文件。他认为音频是人类向AI输入的优选方式,而视觉(图像/动画/视频)则是AI向人类输出的优选形式——因为人脑约三分之一是专门处理视觉的并行处理器。他预测AI输出将从原始文本→Markdown→HTML→交互式神经视频/模拟逐步演进,并指出当前阶段值得探索的是要求AI输出HTML格式。

相关报道

  • llm 0.32a2 switches most reasoning-capable OpenAI models to the /v1/responses endpoint, enabling interleaved reasoning across tool calls for GPT-5 class models. Users can now view summarized reasoning tokens in a distinct color, with the option to hide them using the -R or --hide-reasoning flags.