←back to thread

MCP is eating the world

(www.stainless.com)
335 points emschwartz | 1 comments | | HN request time: 0s | source
Show context
neya ◴[] No.44368934[source]
Obligatory note - if you're a backend developer, you do not need MCP. MCP is just tool/function calling. It has been around for a lot longer now. MCP is only needed if you need something to integrate with the frontend chat applications. If you need to automate something with LLMs, you do not need MCP. Right now, it's just the new cool buzzword to throw around.
replies(2): >>44369143 #>>44371579 #
ezekiel68 ◴[] No.44369143[source]
AI coding tools have been improving/updating like craze over the past six months.

Honest question: what are some of the AI Dev tools (I prefer command line) that have leapt ahead recently, with good tool/function calling? Do you (or others) have a clear preference for Claude Code vs aider vs some other alternative? Or is the meta shifting toward the orchestrators like Taskmaster and Puppeteer?

replies(2): >>44369345 #>>44369394 #
1. knowaveragejoe ◴[] No.44369394[source]
This is a really nifty CLI tool that lets you fit an LLM into a shell environment. Check out examples like piping context into and out of the `llm` command.

https://github.com/simonw/llm