Generative AI applications - What LLMs can and cannot do

What prompting an LLM can do

  • Can a fresh college graduate follow the instructions in the prompt to complete the task?

Knowledge cutoffs

  • An LLM's knowledge of the world is frozen at the time of its training(2022年1月)

Making things up: Hallucinations

  • so understanding its limitations is important if you are using this for documents of real consquence

The input (and output) length is limited

  • Many LLMs can accept a prompt of up to only a few thousand words.
  • The total amount of context you can give it is limited.
  • Some LLMs have longer context limits - up to 100,000 words
  • An LLM's context length is the limit on the total input+output size

Generative AI does not work well with structured (tabular) data

  • use supervised learning to structured data

Generative AI works best with unstructured data

  • ( text images, audio, video)

Bias and Toxicity

  • An LLM can reflect the biases that exist in the text it learned from.
  • Some LLMs can output toxic or other harmful speech, but most models have gotten much safer over time
相关推荐
小和尚同志8 小时前
AI 自动化测试探索(二):Chrome-devtools MCP
人工智能·e2e·aigc
冬奇Lab10 小时前
Workflow 系列(02):设计范式——四层架构、三种 Context 传递模式与确认门设计
人工智能·agent·工作流引擎
冬奇Lab10 小时前
每日一个开源项目(第145篇):Trellis - 把项目记忆、规范和任务上下文持久化进代码仓库
人工智能·开源·资讯
有道AI情报局10 小时前
Harness即产品
人工智能·agent
罗西的思考11 小时前
机器人 / 强化学习】HIL-SERL:人类在环驱动的具身智能进化框架
人工智能·算法·机器学习
IT_陈寒13 小时前
SpringBoot自动配置的坑,我的API突然就404了
前端·人工智能·后端
笃行35013 小时前
从零到上线:用 EdgeOne Makers + CodeBuddy 搭一个「对账核对员」AI Agent
人工智能
用户68563262086913 小时前
Claude Code 乱猜字段名?我给它写了一个"数据库查询约束 Skill"
人工智能
你_好13 小时前
# 给你的产品嵌入一个「会操作界面的 AI 助手」
人工智能
ShallWeL13 小时前
【机器学习】(3)—— 线性回归:梯度下降
人工智能·机器学习