HackerTrans
トップ新着トレンドコメント過去質問紹介求人

tomsun28

no profile record

投稿

Show HN: Fakekey – never expose real API keys in the agent environment

github.com
2 ポイント·投稿者 tomsun28·3 か月前·0 コメント

Agent API Spec Design: When API Callers Change from Application to AI Agent

github.com
2 ポイント·投稿者 tomsun28·4 か月前·2 コメント

Show HN: AgentShield, The missing safety layer for Cowork and AI Agents

github.com
1 ポイント·投稿者 tomsun28·6 か月前·0 コメント

Apache HertzBeat Graduates as an Apache Top-Level Project

hertzbeat.apache.org
4 ポイント·投稿者 tomsun28·10 か月前·0 コメント

コメント

tomsun28
·4 か月前·議論
In current AI Agent development, we are used to feeding context to Agents using Skills, Tools, MCP, or Prompts.

As agent tools continue to evolve, the initial hype around MCP has cooled down. While it standardizes how APIs are called, it also makes things more complex. It requires clients that support its protocol, and the server needs a matching protocol implementation. If it's just wrapping a bunch of API endpoints, why not just write code to call those APIs directly? Skill is a better alternative for this. More importantly, it provides instruction manuals that models can easily understand....