Sources
S1 — Anthropic Academy
URL: https://www.anthropic.com/learn
- authority: official-docs
- supports: Confirms that Anthropic offers structured, non-developer AI Fluency courses, validating that agent skills can be taught as a literacy track rather than only as developer tooling.
- key-fact: "Featured Course: Claude Code in action; Introduction to Cowork; Build with Claude; Claude for work; Claude for personal."
S2 — OpenAI Academy: AI Foundations
URL: https://academy.openai.com/public/courses/ai-foundations-juzjs
- authority: official-docs
- supports: The public syllabus frames the three core skills taught in this course: giving clear instructions, reviewing outputs, and responsible use.
- key-fact: "People new to AI — practices giving clear instructions, adding context, and reviewing outputs."
S3 — OpenAI Academy: Agents and Workflows
URL: https://academy.openai.com/public/courses/agents-and-workflows-bieml
- authority: official-docs
- supports: The public syllabus maps directly onto the checking-agent-work half of the course: providing context, defining outputs, setting boundaries, and reviewing agent drafts.
- key-fact: "People already comfortable with AI chat who want to direct agents through structured work — providing context, defining outputs, setting boundaries, and reviewing agent drafts."
S4 — Anthropic: Building Effective AI Agents
URL: https://www.anthropic.com/engineering/building-effective-agents
- authority: official-docs
- supports: Defines the agent/workflow distinction, the need for ground truth, checkpoints, and clear evaluation criteria, and the value of human feedback loops.
- key-fact: "Agents are systems where LLMs dynamically direct their own processes and tool usage... During execution, it's crucial for the agents to gain 'ground truth' from the environment at each step... pause for human feedback at checkpoints or when encountering blockers."
S5 — OpenAI API: Prompt Engineering
URL: https://developers.openai.com/api/docs/guides/prompt-engineering
- authority: official-docs
- supports: Explains that effective instructions, context, constraints, and output format are the levers that make a model's output reliable.
- key-fact: "Prompt engineering is the process of writing effective instructions for a model, such that it consistently generates content that meets your requirements."
S6 — Claude Platform: Prompting Best Practices
- authority: official-docs
- supports: Recommends clear, direct instructions, specific output formats, and asking the model to self-check against test criteria.
- key-fact: "Claude responds well to clear, explicit instructions... Be specific about the desired output format and constraints... Ask Claude to self-check."
S7 — AI/TLDR: Common AI Agent Failure Modes
URL: https://ai-tldr.dev/learn/ai-agents/agent-fundamentals/common-ai-agent-failure-modes/
- authority: blog
- supports: Catalogs agent failure modes visible to a non-coder, including hallucination, goal drift, loops, error snowballs, and premature success.
- key-fact: "Hallucination in a chatbot means a wrong answer. Hallucination in an agent means a wrong action... A hallucinated tool call is the same mechanism as any other hallucination — the model generating a plausible-looking continuation."
S8 — NimbleBrain: AI Agent Failure Modes
URL: https://nimblebrain.ai/why-ai-fails/agent-governance/agent-failure-modes/
- authority: blog
- supports: Explains hallucinated actions, scope creep, cascading errors, context loss, and tool misuse as production failure modes.
- key-fact: "Scope creep is when the agent expands beyond its mandate... Agents without defined scope boundaries will expand their actions based on what seems useful, not what was requested."
S9 — AIToolsUsageGuide: Why AI Gives Wrong Answers
URL: https://aitoolsusageguide.org/why-ai-gives-wrong-answers/
- authority: blog
- supports: Distinguishes three end-user failure types: outdated knowledge, missing context, and true hallucination, with a symptom table that matches the course's checking framework.
- key-fact: "AI gives wrong answers mainly for three reasons: outdated knowledge (knowledge cutoff), missing context in prompts, or hallucination where information is invented."
S10 — Jeff Su: AI Agents, Clearly Explained
URL: https://www.youtube.com/watch?v=FwOTs4UxQS4
- authority: video-transcript
- supports: Registry-listed beginner explainer for framing the agent concept; transcript pull was attempted but blocked by YouTube sign-in, so this entry is used as a topic pointer only, with technical claims cross-checked against S4 and S8.
- key-fact: "YouTube sign-in required during transcript extraction; technical claims in the course were cross-checked against S4 and S8 instead."
S11 — Jeff Su: The AI Agent Tutorial That Should've Been Your First
URL: https://www.youtube.com/watch?v=GchXMRwuWxE
- authority: video-transcript
- supports: Registry-listed first-run tutorial for non-coders; transcript pull was attempted but blocked by YouTube sign-in, so this entry is used as a topic pointer only, with technical claims cross-checked against S4 and S8.
- key-fact: "YouTube sign-in required during transcript extraction; technical claims in the course were cross-checked against S4 and S8 instead."