Files
ai-for-dummies/docs/references/README.md

2.4 KiB

AI For Dummies — reference bundle

Research captured 2026-09-02. Official documentation is primary; practitioner articles are context, not authority.

Primary documentation

Research and articles

  • Model routing and reasoning controls — official OpenAI, Anthropic, and Google terminology, commands, compatibility caveats, and a practical tier/effort baseline.
  • Verified skill sources — pinned GitHub references, package paths, local-match confidence, and an approval-first install prompt.

For a structured 12-part reading path—including Git and Anthropic documentation, OpenAI orchestration guidance, Medium, and Substack—see additional-reading.md.

Teaching claims

  • Use a stronger model where ambiguity, architecture, decomposition, and review dominate.
  • Use faster models for bounded implementation with explicit context and checks.
  • Give every editing worker an isolated branch/worktree; merge only reviewed diffs.
  • A skill is a reusable procedure plus optional references/scripts/assets, not magical memory.
  • Delegation does not remove human responsibility for intent, boundaries, or evidence.