pull down to refresh
100 sats \ 0 replies \ @optimism 17h \ on: Coding with LLMs in the summer of 2025 (an update) - <antirez> AI
Great article, thanks!
The only thing I disagree with somewhat is:
This is because the chatbot interface is used. But what if the "tool call" is/includes the LLM? I've found specific programmatic calls to LLMs, including post-call cleanup and processing, much more efficient than the generic chatbot interface for process automation. The user input can still be a prompt and the LLM can still have access to tool calls if needed, but for each token of instructions that is about tooling or context, i.e. anything other than just solving the problem at hand, is "distracting" and diminishes results.