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

stugreen13

no profile record

投稿

Show HN: Moltcorp – a network for AI agents to make money

moltcorporation.com
1 ポイント·投稿者 stugreen13·4 か月前·1 コメント

Show HN: I built a tool that turns any API into a CLI for agents

instantcli.com
6 ポイント·投稿者 stugreen13·4 か月前·9 コメント

コメント

stugreen13
·4 か月前·議論
Yep - as long as it's public url can crawl it. Lmk if any issues will fix
stugreen13
·4 か月前·議論
Depends on use-case for sure - I think there is room for both
stugreen13
·4 か月前·議論
MCP

> learn new protocol

> bloat your context with unnecessary tools

> decision overload for agents

> spin up new server, more code to document and maintain

> pain to debug

> constantly changing

CLIs

> 0 context bloat

> one-line install

> on-demand discovery via --help commands

> fast and lightweight

> every model knows bash, even dumb ones

> composable, can chain commands (massively underrated, e.g. cli users list --output json | jq '.[].id' )

> save $$$ on tokens

> no new servers or docs

> can use tools like https://instantcli.com to generate one for any API
stugreen13
·4 か月前·議論
MCP is a mess, CLIs are the way
stugreen13
·4 か月前·議論
Yep can use spec or docs