ChatGPT Prompt Engineering for Developers

Two types of large language models(LLMs)

  • Base LLM.s
    • Predicts the next word based on text training data
  • Instruction-tuned LLM.s
    • Tries to follow instructions
    • Trained: you start off with a base LLM
    • Fine-tuned on instructions and good at following those instructions
    • Those instructions and then often further refine using a technique called R.L.H.F
    • RLHF: Reinforcement Learning with Human Feedback
    • Helpful, Honest, Harmless

When an LLM doesn't work, sometimes it's because the instructions weren't clear enough.

相关推荐
HAHAXX830 分钟前
AI 编程助手 + RPA 二次开发:基于 Prompt 工程对接大模型接口完整教程
人工智能·prompt·rpa
孫治AllenSun44 分钟前
【LangChain4J-06】Prompt 工程与模板化开发
开发语言·python·prompt
A.说学逗唱的Coke1 小时前
【大模型专题】当“过度工程“成为智能体的进化接口:从 Prompt Engineering 到 Agent 自进化 Harness 的工程实践
人工智能·prompt
Maiko Star1 小时前
[LangChain RAG] 04 提示词工程:PromptTemplate、Few-shot 与 ChatPromptTemplate
langchain·prompt
机构师14 小时前
AI编程实战:效率与成本,AI 编程的 ROI 怎么算
人工智能·prompt·ai编程·deepseek
ShiXZ21317 小时前
ChatGPT Plus用户注意:5小时限制今日恢复,额度每5小时自动刷新(且额度又又又重置了)
人工智能·chatgpt
bryant_meng18 小时前
【Codex】Part 19 — Codex Prompt Design Patterns
设计模式·prompt·playbook·结果优先·用证据定义完成
半兽先生1 天前
生产级 Agent 如何防止 Prompt 注入?构建多层纵深防御体系
prompt