HackerTrans
TopNewTrendsCommentsPastAskShowJobs

stugreen13

no profile record

Submissions

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

moltcorporation.com
1 points·by stugreen13·4 ay önce·1 comments

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

instantcli.com
6 points·by stugreen13·4 ay önce·9 comments

comments

stugreen13
·4 ay önce·discuss
Yep - as long as it's public url can crawl it. Lmk if any issues will fix
stugreen13
·4 ay önce·discuss
Depends on use-case for sure - I think there is room for both
stugreen13
·4 ay önce·discuss
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 ay önce·discuss
MCP is a mess, CLIs are the way
stugreen13
·4 ay önce·discuss
Yep can use spec or docs