惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
F
Fortinet All Blogs
阮一峰的网络日志
阮一峰的网络日志
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
WordPress大学
WordPress大学
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
J
Java Code Geeks
罗磊的独立博客
S
SegmentFault 最新的问题
V
V2EX
V
Visual Studio Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
美团技术团队
博客园 - 三生石上(FineUI控件)
Stack Overflow Blog
Stack Overflow Blog
Y
Y Combinator Blog
MyScale Blog
MyScale Blog
D
Docker
Google DeepMind News
Google DeepMind News
Blog — PlanetScale
Blog — PlanetScale
M
Microsoft Research Blog - Microsoft Research
Martin Fowler
Martin Fowler
S
Secure Thoughts
B
Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog
C
Cisco Blogs
C
CERT Recently Published Vulnerability Notes
T
True Tiger Recordings
GbyAI
GbyAI
P
Proofpoint News Feed
P
Privacy International News Feed
Jina AI
Jina AI
The Cloudflare Blog
I
Intezer
AWS News Blog
AWS News Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
S
Security Archives - TechRepublic
NISL@THU
NISL@THU
The Register - Security
The Register - Security
Recent Commits to openclaw:main
Recent Commits to openclaw:main
P
Palo Alto Networks Blog
S
Schneier on Security
L
LINUX DO - 热门话题
C
CXSECURITY Database RSS Feed - CXSecurity.com
Security Latest
Security Latest
C
Cybersecurity and Infrastructure Security Agency CISA

DEV Community

暂无文章

Tools should Not Be the Goal
Rondo · 2026-05-18 · via DEV Community

Rondo

Lately, I've been learning about agents, especially OpenCode.

It was really exciting expericence. Since beforehand, I'd only used a single agent, like Gemini-cli. Orchestrating different models for the same goal was a complete shock.

I made few simple tools using multi agents, such as todo-list web app, schedule manager, and so on, just for fun.

Speaking of that, I've spent most of my free time searching and learning about AI things. I've read articles like 'which model is better?', 'Using LM Studio in Ubuntu' and watched Youtube videos like 'how to set a strict harness for your agent'.

And that was it.
I realized I was collecting tools, not solving problems.

Now I got a sense of orchestrating agents simultaneously. Now I know how to setup LM Studio in Ubuntu. I can make some tools using such things.

But I still don't know what's the real problem that people have and I should resolve.

That's what I recently realized-I was focusing on AI related things too much, meaning I was focusing on making tools when I didn't know what's the problem that the tool was meant to resolve.

It was complete nonsense.

I think tools should not be the goal. The true goal should be solving problems regardless of where they're. They can be in your workflow, your daily life, and so on.

That's why I try to focus on inconvenience in my daily life these days.

For example, when I need to make a document about a product(You know, documentation is borrrring!) I am working on, I think 'Can't I automate this documentation process?' before I start the task. Even though in most case, I fail to find the solution, I think the process itself is worth.

I am not claiming that there's no need to learn about new AI agents and such things.

There are a lot of great AI agents out there and it's really exciting to just learn them itself!

What I'd like to say is that we sometimes need to reflect and ask ourselves 'why am I learning this?', 'what should I make with this?'.

I'm curious if other developers have felt the same way😊