普通视图

发现新文章,点击刷新页面。
昨天以前Haoxiang's Blog

Feb. 19, 2026

作者 Haoxiang Li
2026年2月20日 14:32
I came across this article from Benedict’s Newsletter arguing that AI would replace knowledge workers very soon: https://shumer.dev/something-big-is-happening. I rarely spend time reading through this kind of article because I tend to see them as essentially promoting anxiety for some kind of self-promotion. However, Benedict says in his newsletter, “You should read it, not to […]

Feb. 12, 2026

作者 Haoxiang Li
2026年2月13日 14:45
Vibe coding/engineering cultivates high-level thinking and a tendency to resist focusing on concrete details. It favors task completion over internalized understanding. The sense of FOMO motivates people to think about what’s next instead of asking why. With the purchased computing power, tokens, or GPUs, we have to keep the machine busy. We need to plan […]

Jan. 12, 2026

作者 Haoxiang Li
2026年1月13日 13:40
Some random (and mildly fun) thoughts while helping with a recent conference: Recent major AI conferences (NeurIPS, ICLR, CVPR) have all suffered from the issues of overwhelming submission volumes, and the reviewer pool inevitably expanded. The Organizers have then found themselves battling against LLM-generated reviews. ACs were asked to identify such irresponsible reviewers, authors were […]

Jan. 7 2026

作者 Haoxiang Li
2026年1月8日 14:36
Design patterns emerge from practice. I was semi-vibe-coding a specific planner for myself and noticed the agent had trouble responding to my message while being asked to output a plan at the same time. Splitting it into two agents readily improved quality. You can even use different models for each task to save cost and […]

Update Vim with Bells and Whistles

作者 Haoxiang Li
2024年12月26日 04:33
There is a lot happening in tech, and AI is apparently replacing developers in batches, according to all kinds of "authoritatives". The reason the singularity is behind schedule, and we still have jobs, must because AI is using Emacs. LOL.

Personalized arXiv Recommendation Service

作者 Haoxiang Li
2024年2月17日 12:07
Surrendering to FOMO on important AI "breakthroughs", I subscribed to Arxiv mailing list. Like all of the subscribers, I can't read all the submissions in the daily email. To be completely honest, I simply archive the email from my inbox everyday without even opening the email at all. There is a slight chance that I try to browse through titles and abstracts one by one. But I wouldn't be able to read more than 10 abstracts. There are simply too many to read through.

Sequence addition question and function calls

作者 Haoxiang Li
2023年9月19日 09:00
OpenAI recently updated its ChatGPT API with this function call capability. In short, it lets the user to tell the GPT model that there are one or more available function calls that ChatGPT can leverage. My first reaction to this news is to re-evaluate how GPT works on the sequence addition question.

Private Copilot

作者 Haoxiang Li
2023年6月11日 09:00
几年前看Andrej Karpathy写的RNN教程的时候,就有些工作在用RNN做代码生成。我还记得刚看到这种工作的时候觉得这也太离谱了。果然,作为普通人,不出意外地又一次错误判断了事物的发展。才几年的时间,大家的普遍认知已经转变成,“代码生成是对于LLM来说相对比较简单的任务” ¯\_(ツ)_/¯

Minimalist-Style Demo of Running Neural Networks in Web Browser

作者 Haoxiang Li
2022年1月21日 06:28
This demo shows how to run a pre-trained neural networks in web-browser. The user would first download the pre-trained style transfer model to local by opening up the webpage. Then everything will get processed locally without accessing any remote resource. The user can then open-up a picture from their hard drive and click "run" to let the style transferring neural networks to do its job.
❌
❌