📄️ Calling external tools
Tool calling is one of the truly "LLM native" interaction modes that has never existed before.
📄️ Agentic translation on GaiaNet
Prof. Andrew Ng's agentic translation is a great demonstration on how to cooridnate multiple LLM "agents" to work on a single task. It allows multiple smaller LLMs (like Llama-3 or Gemma-2) to work gether and produce better results than a single large LLM (like ChatGPT).