code ai
AI Without the Hype
模型在回答你时实际上在做什么,为什么这会产生看起来像思考的东西,为什么它编造引文,以及几乎没有人解释的成本机制:每一轮聊天都会重新发送整个对话。你将自己做算术。
- trending_upBeginner
- schedule4h 20m
- menu_book9 节课程
- publicEnglish
- workspace_premiumBasic
课程概述
这不是一门关于AI可能对世界做什么的课程。这是一门关于你按下Enter键时摆在你面前的工具做什么的课程。 整个部分用机制代替魔法。你会看到为什么一个只预测下一个词的模型会产生读起来像推理的东西,以及那种相似性在哪里停止。你会故意让它给你一个自信的、具体的、完全错误的答案,然后抓住它。你会在纸上算出为什么你在一个线程中的第四十条消息的成本大约是你第一条消息的八十倍,以及如何处理这个问题。你会把一个糟糕的提示改写成指令,看同一个模型从同样的请求中产生不同质量的工作。 这里没有什么需要订阅任何特定的东西,或任何编程。你需要一个聊天界面、一个文本文件来做笔记,以及检查事物的意愿。 课程结束时,你将能够说出这个工具擅长什么,它不能知道什么,它花费你什么,以及如何从中获得比你身边的人更多的收获。
课程大纲 · 3 个模块
lock解锁权限内容- 01 它实际上在做什么3 节课程·1h 22m
本模块中的任何内容都不要求你相信导师。其中的每一个声称都是你可以在聊天窗口中一分钟内测试的,而且你将要测试它们。
- 02 计费在运行3 节课程·1h 29m
聊天没有记忆。它有一份文字记录,每次你说话时都会从头重新读一遍那份文字记录。所有关于成本、速度和"它忘记了我说的话"的问题都来自这一个事实。
- 03 让它按你的意愿工作3 节课程·1h 29m
垃圾进,垃圾出。模型不知道你没有告诉它的事情,它也不会停下来问——它会用统计上普通的东西填补这个空白,然后直接甩给你。
常见问题
- 我将在 AI Without the Hype 中学到什么?
- 模型在回答你时实际上在做什么,为什么这会产生看起来像思考的东西,为什么它编造引文,以及几乎没有人解释的成本机制:每一轮聊天都会重新发送整个对话。你将自己做算术。
- 我需要有先前的经验吗?
- 不需要 — AI Without the Hype 从基础开始,适合初学者。
- AI Without the Hype 需要多长时间?
- AI Without the Hype 包含 3 个模块和 9 节课程。您可以按自己的速度学习。
- 我如何获得访问权限?
- AI Without the Hype 包含在任何付费订阅中。
更多 编程 课程
Beginner Binary, Hex and Data Units The topic that costs more marks than any other on the paper, taught by hand. Bits and bytes, binary and hex in all six directions, the 1000-versus-1024 trap, file sizes, transmission times, overflow, two's complement and character sets. Every module ends in a timed drill marked the way an examiner marks it.
Beginner 从空白开始学 Python 九位学生已经走过的确切步骤,从空白文件到一个能提问、检查答案并拒绝错误输入的程序。无需编程基础。无需数学。你会故意反复出错。
Beginner First Program — Scratch for ages 5–9 Nine Scratch blocks, three sessions of about twenty-five minutes, and one small program a child of five to nine builds themselves. Written for the parent sitting beside them: what to click, what they will get stuck on, what to say when it goes wrong, and when to keep your hands off the mouse.
Intermediate IGCSE 和 GCSE 计算机科学 — 实际会得分的理论 论文的理论部分,按能通过考试的方式教授。内存层级和启动时实际发生的事情。编译器、解释器和汇编器,包括听起来对但得零分的答案。从电子表格到键和规范化的数据库。DNS 和从按下 Enter 到看到页面的完整路径。系统软件,以及是试卷上最容易得十分的伦理和法律部分。
Intermediate Programming for the Exam — Python Answers That Score The programming half of the paper, taught at exam pitch. Pseudocode translated both ways, because the mark scheme is written in a notation nobody practises. Trace tables done column by column, including the ones with a loop and a condition inside it. Linear and binary search, bubble and insertion sort, what each costs and the comparison questions boards love. Validation against verification, and the boundary test data everybody forgets. Procedures against functions, and a systematic method for finding your own error with four minutes left.
Beginner AI at Your Desk You have an office job, you are losing hours a week, and you do not care how any of this works. Four tasks from your own week, each done twice and timed. A fifth you should not have handed over. You finish with real work done and a page of your own numbers you can show someone.