HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tomsun28

no profile record

Submissions

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

github.com
2 points·by tomsun28·3 माह पहले·0 comments

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

github.com
2 points·by tomsun28·4 माह पहले·2 comments

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

github.com
1 points·by tomsun28·6 माह पहले·0 comments

Apache HertzBeat Graduates as an Apache Top-Level Project

hertzbeat.apache.org
4 points·by tomsun28·10 माह पहले·0 comments

comments

tomsun28
·4 माह पहले·discuss
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....