We are past chatbots in programming for a while now. It’s llms with tool calling capabilities now which work in an agentic loop. LLMs are extrapolators so the input context is important (extrapolating from missing information leads to hallucinations). With this workflow the LLM can construct its own context by using tools which leads to better results.
We are past chatbots in programming for a while now. It’s llms with tool calling capabilities now which work in an agentic loop. LLMs are extrapolators so the input context is important (extrapolating from missing information leads to hallucinations). With this workflow the LLM can construct its own context by using tools which leads to better results.