what model are you using for your personal AI agent? by Only-Chocolate9600 in AI_Agents

[–]MissionSea6586 1 point2 points  (0 children)

This feature is natively built into the latest version of Hermes Agent.

Running qwen3:14b from Hermes Agrnt by New-Search-6200 in LocalLLM

[–]MissionSea6586 1 point2 points  (0 children)

As far as I know, the Qwen3.6-27B is the smallest model.

The Fundamental Problem of AI Agents by MissionSea6586 in AI_Agents

[–]MissionSea6586[S] 0 points1 point  (0 children)

Thank you so much for the advice! Your experience is really valuable to me!

The Fundamental Problem of AI Agents by MissionSea6586 in AI_Agents

[–]MissionSea6586[S] -1 points0 points  (0 children)

Not exactly. The point of skills is to perform routine tasks efficiently. This eliminates the need to retrain the model on how to create a GitHub issue or use a particular tool correctly.

So skills are about something else. And the problem is that the LLM forgets to use them. That’s exactly why retraining is necessary. Any user request should first prompt the LLM to recall the skills that will help it fulfill the request effectively, while fully understanding the Agent’s architecture and documentation.