Advanced Technologies: Beyond prompting - Tool use and agents(optional)

How LLMs are starting to really use tools, and then also discuss a cutting-edge topic of agents, which is where we'll let LLMs try to decide for themselves what action they want to take next.

Tool use for food order taking--chatbot

  • LLM can't just say...., because it needs to take some action to actually send xxx to you
  • An LLM might output this response, order xxxx for the user, and then also say the user message is to say, " Okay, it's on its way."
    • An LLM that's been fine-tuned to output text like this will be able to generate an order, which in this case would trigger a software application ( passes a request)
    • What is shown to the user is not the full LLM output, but rather set to the user as the response
    • A better user interface would be to pop up a verification dialogue;
    • And clearly, given that LLMs' outputs are not completely reliable for any safety-critical or mission-critical action, it would be a good idea to let a user confirm that that's the right action before letting the LLM trigger some potentially costly mistake by itself

Tools for reasoning

  • LLMs are not great at precise math
    • It turns out LLMs, having learned to predict the next words or maybe even instruction tunes, are not great at precise math
    • So, rather than having the LLM output the answer directly, if the LLM were to output this, after compounding and so on, you would have a calculator
    • This can be interpreted as a command to call an external calculator program to explicitly compute the right answer, and plug the result back into the text to give the user the correct data figure
    • So by giving LLMs the ability to call tools in their output, we can significantly extend the reasoning or the action-taking capabilities of LLMs
    • Make sure that tools aren't triggered in a way that causes harm or irreversible damage

Agents

  • Use LLM to choose and carry out complex sequences of actions

    • Going beyond tools into a more experimental area, which goes beyond triggering a tool to carry out a single action. But it's exploring whether LLMs can choose and carry out complex sequences of actions
  • Cutting-edge area of AI research

    • It's not yet mature enough to count on for the most important applications
    • An agent uses an LLM as a reasoning engine to figure out what are the steps it needs to carry out to do the task.
    • And this reasoning engine, the LLM, might decide it needs to search for the list of the xxx,
    • Then visit the website for each xxx, and finally, for each xxx, write a summary based on the homepage content.
    1. And then perhaps by making a sequence of calls to this reasoning engine, it may figure out how to search the xxx, it has to trigger a tool to call a web search engine on the query xxx
    2. It may visit the websites of some of the xxx to download their homepages
    3. Call an LLM yet again to summarize the text that it found on the website
相关推荐
Ysn07193 小时前
YOLO-Master工程:experts.py 专家结构详解与目标检测专家设计启发
人工智能·yolo·目标检测
BingoGo3 小时前
使用 GPT-6 Astra 模型 请立刻更新你的 Skill 与提示词
人工智能
香菜+3 小时前
端侧视频分析 · 架构笔记
人工智能
s1ckrain3 小时前
【论文阅读】A Survey on Vision–Language–Action Models for Embodied AI
论文阅读·人工智能·多模态·具身智能
深圳雨林凯AI4 小时前
图案裂变的“风格归一化“设计思路:主体保得住,画风才拉得齐|雨林凯AI技术笔记
人工智能·笔记
DevNo4 小时前
英文会议转中文纪要,三款AI工具实测体验
人工智能
深小乐4 小时前
AI 说话越来越难懂?Anthropic 员工都在用 ELI5 这个图解 Skill
人工智能
问天_观心4 小时前
大模型微调学习(二)
人工智能·python·深度学习·学习·语言模型·transformer
甲维斯4 小时前
我要吹爆GPT6了!实测3列惊为天人!
人工智能
pnoker4 小时前
IoT DC3 概念解读:把设备抽象成一套语义模板——位号、指令、事件与面向智能体的设备建模
java·人工智能·物联网·iot·dc3