JobHub AI-Readiness Workshop — Curriculum
prospects/jobhub/curriculum/.Foundations (apply to all three sessions)
| Track | Account (~$20/mo) | Where they work | Depth |
|---|---|---|---|
| Claude (flagship) | Claude Pro | Claude desktop app → Code tab | Full agentic — the agent runs commands, installs its own tooling, deploys. Human never sees a terminal. |
| ChatGPT | ChatGPT Plus | Browser (or ChatGPT app) — Project as workspace | Guided — assistant navigates, participant clicks; builds via firebase.studio. |
| Gemini | Google AI Pro | Browser — Gem as workspace | Guided — one Google account across Gemini + Firebase; Gemini inside the Firebase console. |
- Recommended prerequisite: one paid AI account per participant (~$20/mo). Pre-session checklist (sent a week ahead) = zero cold installs in class.
- FREE track (official fallback): no paid account ≠ turned away. Default free seat = Gemini free tier (Gems free = harness holds · file uploads = voice technique holds · firebase.studio + Spark = build holds), ChatGPT free (Projects) as alternate. Costs: lighter models + daily caps — hitting one mid-exercise IS the demo of what the subscription buys. No free equivalent of the Claude-track agentic experience (Gemini CLI is free but terminal-native = power users only). Local open models (Ollama) deliberately not offered — open models are free; the subscription buys the harness around them. Commercial angle: first month bundled into the workshop price is a JobHub deal surface. ⚠️ re-verify free caps before each cohort.
- Technical footprint for participants: two accounts, one browser. No editors, no Node/npm, no frameworks — builds are single HTML pages + Firebase CDN SDK; the agent writes them.
- Languages (TS/JS, Python, SQL, Bash) live in the agent, not on the laptop — nothing is installed to "have" them.
Hebrew voice input — verified 2026-08-19
Classes run in Hebrew; S2's voice technique depends on Hebrew speech-to-text at every seat. Verified against official docs (two assumptions killed: Claude has NO Hebrew voice support and takes no audio files; Windows Win+H has NO Hebrew). Full recipe matrix + sources: curriculum/hebrew-voice-input.md.
| Seat | Hebrew dictation path |
|---|---|
| Mac · any track | macOS Dictation — Settings → Keyboard → Dictation → add עברית; mic key / double-Fn. On-device on Apple silicon. ⚠️ no auto-punctuation in Hebrew — say «נקודה». |
| Windows · ChatGPT | In-app mic (Whisper) — best built-in Hebrew of the three. Misdetects → Settings → Speech → Main Language → עברית. |
| Windows · Gemini | Mic follows the interface language — set Gemini/browser to Hebrew. |
| Windows · Claude | Bridge: Google Docs voice typing (עברית, free) → paste, or Wispr Flow (free 2,000 words/wk, types anywhere). Never the in-app mic. |
S2 technique routing: Gemini = upload the voice file (officially supported, free tier suffices) · ChatGPT = speak via mic · Claude = WhatsApp transcript (iPhone: built-in, iOS 17+ · Android: no Hebrew — route audio through Gemini, paste transcript). Instructor demos the voice block on Gemini or ChatGPT, never Claude's mic.
The three sessions
Session 1 · ~120 min BUILT OUT · v2
Infrastructure — workspace, harness, connections
Exit: a personal harness + own Firebase project + a document in their database placed by their assistant
Click for details
▾
Format: literal operator script — every step is DO (exact clicks) / PASTE (exact prompt) / EXPECT (observable result) / IF NOT (the fix). Each step builds on the one before. Claude track = demo screen; ChatGPT/Gemini follow their browser-only track sheets (no machine steps).
Timing: steps 1–2 ≈ 15m · 3–5 (permissions foundation) ≈ 25m · 6 (harness) ≈ 20m · break 10 · 7 (machine backend) ≈ 15m · 8–9 (Firebase + connect) ≈ 25m · 10 + wrap ≈ 10m.
AI-Workspace → drag the CV file in.Documents/AI-Workspace. Mac popup "Claude would like to access Documents" → Allow.מה התפקידים שאני מחפש? → THEIR roles.my-workspace → disable Analytics → Create. Then Build → Firestore Database → Create database → Start in test mode → nearest region → Enable. Then gear → Project settings → Project ID on a sticky note.Wrap (5 min)
- Teach the screenshot key NOW (S2 depends on it): Mac ⌘⇧4 · Win ⊞⇧S — everyone screenshots their Firestore document as proof.
- Possession list read aloud: workspace the agent sees · approval flow they control · harness (CLAUDE.md) · machine backend ready · own live database · a document their agent put there · NOTES.md that makes it resumable.
- Homework (paste at home): read NOTES.md → create a
jobscollection with 3 real postings.
Canonical runsheet with full DO-paths and say-to-the-room lines: prospects/jobhub/curriculum/session-1-setup.md · fallback boxes per track: setup-tracks/
Session 2 · ~120 min BUILT OUT · v2
Method — LLM as a problem-solving process
Exit: 4 techniques executed on their own infra + 5 efficiency habits + the learn-to-learn meta-prompt + build selected
Click for details
▾
Timing: reconnect 10 · voice 25 · screenshots 25 · break 10 · prompt-writes-prompt 15 · questions+caveats 15 · token economy 12 · learn-to-learn + selection 8. Voice routing per the verified matrix above — instructor demos on Gemini/ChatGPT, never Claude's mic.
Session 3 · ~120 min BUILT OUT · v2
Build — a live tool at a public URL
Exit: working tool on their own Firebase at a shareable link + rehearsed 60-second interview demo
Click for details
▾
Timing: reconnect+demo 10 · plan prompt 10 · sprint 1 (data+skeleton) 45 · break 10 · sprint 2 (wire+deploy) 30 · packaging 13 · wrap 2. Build paths: Claude — the agent builds and deploys; ChatGPT/Gemini — firebase.studio (same Google account, paste & publish). No terminal, any track.
The 5 recipes (~60 min each, plan prompt + resume prompt + interview line built in)
- Application tracker — the one they use the same week (also the instructor demo build)
- Intake form + admin table — the universal office pattern
- Personal page + contact form — the URL that goes on the CV
- Orders/inventory tracker — replaces the manual Excel
- Meeting recorder → summary + tasks — AI workflow, not just pages
prospects/jobhub/curriculum/ · related: market evidence · stack survey · partner doc (HE)