Season 2

Season 2 · Episodes 13 to 24

From Tool User to Career Changer

Season 2 is the first new-format Zero to AI season. The premise is simple: you can use AI. Now prove it matters. Across 12 weekly episodes, the season helps you build evidence, become visible and turn capability into opportunity.

Season structure

Build evidence. Become visible. Convert capability into opportunity.

Season 2 is organised into three blocks that move from practical proof through professional visibility and into a realistic transition plan.

Evidence Block

Episodes 13 to 16 focus on building undeniable proof: a signature project, efficiency audit, AI stack documentation and external validation.

Episodes 13 to 16

Visibility Block

Episodes 17 to 20 help you make capability visible through configured tools, internal pitching, sensible reduction and teaching others.

Episodes 17 to 20

Transition Block

Episodes 21 to 24 connect capability to roles, proof projects, field experiments and a 90-day transition plan.

Episodes 21 to 24
Important promise

This season is about visible proof, not vague confidence.

Each week should help you create something you can explain, reuse, show or build from. Minimum, Standard and Ambitious pathways guide the depth, but the goal is always practical evidence.

Season 2 schedule

Episodes 13 to 17 are live. The rest releases weekly.

The full roadmap is visible now, with the first five Learning Labs available. The remaining pages and Labs will be produced and published iteratively so the content stays current and manageable.

Ep 13 Live

Your Signature AI-Assisted Project

You can use AI. Now prove it with something real.

BlockEvidence
OutputSignature AI-Assisted Project Plan
Open live Lab →
Ep 14 Live

From Tool User to Career Changer

Reframe your AI use from casual experimentation into a visible professional capability pathway.

BlockEvidence
OutputAI Career Direction Note
Open live Lab →
Ep 15 Live

Your AI Stack Documentation

You have a system. Most people using AI do not. Write it down.

BlockEvidence
OutputAI stack guide
Open live Lab →
Ep 16 Live

Solve Someone Else’s Problem

Your skills are real when someone else benefits from them.

BlockEvidence
OutputExternal validation brief
Open live Lab →
Ep 17 Live

Build Your AI Doppelgänger

Clone the repetitive parts of yourself. Free up the parts that actually need you.

BlockVisibility
OutputConfigured AI assistant
Open live Lab →
Ep 18 Coming weekly

The Internal Pitch

Your organisation does not know what you can do with AI. This week you fix that.

BlockVisibility
OutputOne-page internal pitch
Coming Soon
Ep 19 Coming weekly

Sensible Reduction

Before you automate a task, ask whether you should be doing it at all.

BlockVisibility
OutputReduced workflow map
Coming Soon
Ep 20 Coming weekly

Your Teaching Moment

The fastest way to be seen as the AI-capable person is to help someone else get started.

BlockVisibility
OutputPractical teaching plan
Coming Soon
Ep 21 Coming weekly

The Role Mapping Exercise

AI capability only has value when it maps to something the market is paying for.

BlockTransition
OutputRole and opportunity map
Coming Soon
Ep 22 Coming weekly

Your Proof Project

Interviews ask for examples of delivery under pressure. This week you create one.

BlockTransition
OutputProof project case study
Coming Soon
Ep 23 Coming weekly

Field Testing: Your Experiment

There is a difference between using AI and knowing why it works.

BlockTransition
OutputAI field experiment write-up
Coming Soon
Ep 24 Coming weekly

Your Career Transition Plan and Block 3 Path Selection

Twenty-four weeks in. This is the decision point, not the finish line.

BlockTransition
Output90-day transition plan
Coming Soon
How to use the schedule

Do not wait for the whole season to be finished.

Start with Episode 13 and create your first practical AI capability asset. Then return weekly as each new episode adds another piece of evidence, visibility or transition planning.

The schedule is intentionally transparent. It shows where the journey is going without pretending every future page is already finished.

Before Season 2

Need the foundation first?

Season 1 remains available as the Foundation Journey. It covers the original shift from curiosity to practical AI experimentation before the newer Learning Lab format begins.

Start now

Your first proof point starts with Episode 13.

Choose one real work problem or opportunity, define the project and create a one-page AI-assisted project plan.

' + ''; }fields.forEach(function (field) { field.addEventListener('input', function () { saveField(field); renderAsset(); updateProgress(); showToast('Saved'); });field.addEventListener('change', function () { saveField(field); renderAsset(); updateProgress(); }); });pathwayInputs.forEach(function (input) { input.addEventListener('change', function () { setPathway(input.value, true); }); });pathwayButtons.forEach(function (button) { button.addEventListener('click', function () { setPathway(button.getAttribute('data-pathway-choice'), true); }); });const copyPromptButton = lab.querySelector('#z2ai-copy-prompt'); const promptText = lab.querySelector('#z2ai-prompt-text');if (copyPromptButton && promptText) { copyPromptButton.addEventListener('click', function () { copyText(promptText.textContent.trim(), 'Prompt copied', 'Copy failed', showToast); }); }const copyAssetButton = lab.querySelector('#z2ai-copy-asset');if (copyAssetButton) { copyAssetButton.addEventListener('click', function () { copyText(getAssetText(), 'Asset copied', 'Copy failed', showToast); }); }const printAssetButton = lab.querySelector('#z2ai-print-asset');if (printAssetButton) { printAssetButton.addEventListener('click', function (event) { event.preventDefault();renderAsset();const printWindow = window.open('', '_blank', 'width=900,height=1100');if (!printWindow) { showToast('Print window blocked'); return; }printWindow.document.open(); printWindow.document.write(buildPrintHtml()); printWindow.document.close(); printWindow.focus();window.setTimeout(function () { printWindow.print(); }, 350); }); }const clearLabButton = lab.querySelector('#z2ai-clear-lab');if (clearLabButton) { clearLabButton.addEventListener('click', function () { const confirmed = window.confirm('Clear the saved responses for this Learning Lab in this browser?'); if (!confirmed) return;window.localStorage.removeItem(storageKey);fields.forEach(function (field) { field.value = ''; });setPathway('minimum', false); renderAsset(); updateProgress(); showToast('Responses cleared'); }); }restoreState(); }labs.forEach(initLab); })();