Episode 13: Your Signature Ai-Assisted Project

Episode 13 Learning Lab

Your Signature AI-Assisted Project

You can use AI. Now prove it with something real. Use this Lab to shape one practical project into a clear capability asset you can use in a review, interview, proposal or client conversation.

Choose your working depth

Pick the amount of effort that fits your day.

These pathways are guidance only. You can start small, go deeper later, or complete every field now.

How this Lab works

Listen, watch, read, apply, reflect and create.

This is not about collecting theory. It is a practical build path for turning one AI topic into a useful professional asset.

Listen

Start with the episode.

Use the audio as the thinking frame. Listen for the shift from simply using AI tools to proving AI-assisted capability through one real piece of work.

Watch

Watch the four-tool workflow.

The workflow is simple: research with Perplexity, analyse with Claude, draft with ChatGPT, then refine with the best tool for accuracy, tone and quality.

Read

Choose a project that can prove value.

A signature project is not a practice exercise. It is a real deliverable for a real stakeholder, completed with AI support and documented so the value can be understood later.

It needs a real stakeholder. Pick someone whose opinion matters to your work: a manager, client, team, customer group, board, committee or professional audience.
It needs to be substantial. The project should normally take meaningful effort, ideally days or weeks without AI, not a tiny prompt experiment.
It needs documented evidence. The case study is the asset. A completed project without a before/after record loses most of its professional value.

Project selection criteria

  • 1Real stakeholder: someone whose opinion actually matters to your work.
  • 2Substantial: a task that would normally take significant manual effort without AI.
  • 3Explainable AI contribution: you can state specifically what AI made possible.
  • 4Documented: the before, after, workflow and outcome can be captured as a case study.

The four-tool workflow

  • 1Research with Perplexity: gather grounded, cited background and evidence.
  • 2Analyse with Claude: structure the argument, test angles and clarify the thinking.
  • 3Draft with ChatGPT: turn the structured analysis into a professional document.
  • 4Refine with any AI tool: check accuracy, tone, gaps and final quality.
Critical pitfall: completing the project but not documenting it. The evidence evaporates quickly. Write the before/after case study while the work is still fresh, ideally within 24 hours.
Apply

Build the project plan.

Capture the core working details. These fields feed directly into your final Signature AI-Assisted Project Plan.

Required

Give the project a clear name that sounds like a real work initiative.

Standard / Ambitious

Where does this project sit in your work, role, business, client work or professional development?

Required

Describe the specific work problem, opportunity or improvement area.

Required

Name the person or group who benefits if this project works.

Required

Describe how AI will help. Include the sequence of steps, not just the tool name.

Ambitious

List the AI and non-AI tools involved.

Copyable project-shaping prompt

Act as a practical AI project coach for an experienced professional. Help me turn this idea into a signature AI-assisted project that can become credible career evidence. Ask me for the stakeholder, deliverable, problem or need, normal production time, AI-assisted production time, AI tool allocation, before state, after state, human judgement required, evidence of value, stakeholder response, risks and next action. Keep the project realistic, explainable and suitable for a performance review, interview, client conversation or professional portfolio.

Reflect

Show what changed and where judgement still matters.

The strongest project evidence does not pretend AI did everything. It shows where AI helped and where your professional judgement remained essential.

Standard / Ambitious

What does the work look like before this project?

Standard / Ambitious

What should be better after the project?

Required

Where do you still need to check, decide, interpret or take responsibility?

Ambitious

What could go wrong, be misunderstood or need careful handling?

Standard / Ambitious

What did this project teach you about applying AI to real work?

Create

Generate your Signature AI-Assisted Project Plan.

Complete the final required fields, then use the live preview as your first practical takeaway asset.

Required

What evidence would show that this project helped?

Required

What is the next small action that moves this from idea to evidence?

Signature AI-Assisted Project Plan

Generated from your Week 13 Learning Lab responses.

Saved
' + ''; }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); })();