code ai

無炒作的 AI

模型在回答你的時候實際在做什麼,為什麼那會產生看起來像思考的東西,為什麼它會編造引文,以及幾乎沒人解釋的成本機制:每次對話時聊天應用都會重新傳送整個對話紀錄。你會自己算出算術。

  • trending_upBeginner
  • schedule4h 20m
  • menu_book9 堂課程
  • publicEnglish
  • workspace_premiumBasic
無炒作的 AI

課程簡介

這不是一堂關於 AI 可能對世界造成什麼影響的課程。這是一堂關於當你按下 Enter 時,你眼前的工具在做什麼的課程。 整個單元用機制取代神祕感。你會看到一個只預測下一個詞的模型為什麼會產生讀起來像推理的東西,以及那種相似性在哪裡停止。你會故意讓它給你一個自信、具體、完全錯誤的答案,然後抓住它。你會在紙上算出為什麼一個對話串中的第四十條訊息花費大約是第一條的八十倍,以及怎麼處理這個問題。你會把一個不好的提示改寫成指令,然後看著同一個模型從相同的請求產生不同品質的工作。 這裡的東西不需要任何特定的訂閱,也不需要程式設計。你需要一個聊天介面、一個文字檔來記筆記,以及願意檢查東西。 到最後你將能說出這個工具擅長什麼、它不能知道什麼、它的成本是多少,以及怎麼從它得到比你旁邊的人更多的東西。

課程大綱 · 3 個單元

lock隨存取權限解鎖
  1. 01 它實際上在做什麼
    3 堂課程·1h 22m

    本模組中沒有任何內容要求你信任教師。其中每項主張都是你可以在聊天視窗中一分鐘內測試的,而且你將要測試它們。

  2. 02 計時器在運轉
    3 堂課程·1h 29m

    Chat 沒有記憶。它有一份記錄,每次你說話時都會從頭重新讀取那份記錄。關於成本、速度和「它忘記我說的話」的一切都源於這一個事實。

  3. 03 讓它按你的意思運作
    3 堂課程·1h 29m

    垃圾進,垃圾出。模型不會知道你沒有告訴它的事情,它也不會停下來提問——它會用任何統計上平常的東西填補空隙,然後若無其事地遞給你。

常見問題

我將在 無炒作的 AI 中學到什麼?
模型在回答你的時候實際在做什麼,為什麼那會產生看起來像思考的東西,為什麼它會編造引文,以及幾乎沒人解釋的成本機制:每次對話時聊天應用都會重新傳送整個對話紀錄。你會自己算出算術。
我需要事先具備經驗嗎?
不需要——無炒作的 AI 從基礎開始,適合初學者。
無炒作的 AI 需要多長時間?
無炒作的 AI 包含 3 個單元和 9 堂課程。你可以按自己的進度學習。
我如何取得存取權限?
無炒作的 AI 包含在任何付費訂閱方案中。

程式設計 中的更多內容

Binary, Hex and Data Units
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.
Python From a White Sheet
Beginner Python From a White Sheet 九位學生已經走過的確切序列,從空白檔案到詢問問題、檢查答案並拒絕不良輸入的程式。無需事前程式設計知識。無需數學。你會故意反覆破壞它。
First Program — Scratch for ages 5–9
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.
IGCSE 和 GCSE 電腦科學——能真正得分的理論
Intermediate IGCSE 和 GCSE 電腦科學——能真正得分的理論 試卷的理論部分,教到足以通過考試。記憶體階層和開機時實際發生什麼。編譯器、直譯器和組譯器,包括聽起來對但得零分的答案。從試算表到鍵和正規化的資料庫。DNS 和從按下 Enter 到看到頁面的完整路徑。系統軟體,以及倫理和法律部分——試卷上最好拿的十分。
Programming for the Exam — Python Answers That Score
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.
AI at Your Desk
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.