Today's signal data looks like a tug-of-war between the "AI Great Leap Forward" and the "Reality Bone Sense". On the one hand, everyone's enthusiasm for AI agents is high and they want all development processes to be stuffed into it; on the other hand, traditional industries and ordinary users are still struggling with the word "easy to use", and even have a taste of "making things right".
Let's talk about this "agent style" first. Look at the popular projects on GitHub, such as `mattpocock/skills` and `forrestchang/andrej-karpathy-skills`, are essentially teaching AI how to write code better and how to avoid traps. What does this mean? It shows that our expectations for AI are no longer satisfied with writing a Hello World. We want it to be smarter and think more like a "human". There is even a "proxy development environment" like `warpdotdev/warp` that directly wants to put AI into the terminal and let it help you do your work. There are also `TradingAgents`, `hermes-agent`, and even the `ML Intern` on Hugging Face. Isn't this just treating AI as an "employee" or even a "colleague" who can think and perform tasks independently?
This wind blows quite hard, but there are many pits in the project. Training these Agents is not only a matter of model size, but also how to make them stable, reliable, and controllable. Nowadays, these so-called "Agents" are often still "advanced scripts" and are still far from true independent learning and adapting to the environment. Especially in high-risk areas like financial transactions, it is no joke that an AI Agent goes astray with a single command. For us ordinary developers, if you just dive into it and become an Agent now, unless you have a very clear application scenario and sufficient technical reserves, you are likely to be an "alchemy boy" for others. Instead of pursuing large and comprehensive "universal Agents", it is better to focus on small and beautiful Agent tools that can solve specific pain points, such as code assistance, automated testing, and the like. Commercialization? Nowadays, most Agents are still in the conceptual stage. If they really want to implement them, stability and security must be put first, otherwise they will be just toys.
On the other hand, the "Mercedes-Benz promises to bring back the physical button" on Hacker News is a loud slap in the face to all product managers who pursue "intelligence" and ignore "people-oriented". This shows that the essence of user experience is "easy to use" rather than piling up technology. No matter how smart the screen or cool the voice assistant is, it cannot be compared to a physical button that can be done with blind exercises. This matter is similar to the "resurgence of TUI". Many times, command-line interfaces (TUI) are more efficient than graphical interfaces (GUI) because of their directness and non-interference. Technology is a tool, not an end.
But at the same time, Hacker News "OpenAI's o 1 beats doctors in emergency diagnosis", which makes us see the huge potential of AI. This isn't a small matter; it's a direct leap beyond human expertise in core business. If AI does make more accurate judgments in high-pressure, information-poor environments, its impact on society will be disruptive. The feeling that this gives me is that AI is transforming from an "assistive tool" to a "decision-maker", and in high-risk areas. But the risks are also obvious: Who is responsible for AI mistakes? How to ensure data privacy? If these problems are not solved, any statement that "AI surpasses humans" will only be a carnival in the laboratory.
In general, the current technology picture is: Everyone is full of expectations for AI Agents and wants it to solve more complex problems and even replace some human work; but at the same time, we must not forget that technology ultimately serves people. User experience, stability and security are king. The future of AI is not to blindly pursue "intelligence", but to find the balance between "intelligence" and "ease of use". Fully embrace AI Agents now? I think it's better to wait and see, let those pioneers wade through the mines and fill the pits first, and it won't be too late for us to go up again.