πŸ’» Self-Paced Online ACSC Essential Eight Covered

AI with Claude for IT & Technology Professionals

Code assistance, documentation, incident management, and stakeholder communication β€” for developers, sysadmins, security analysts, and IT managers who want to move faster without introducing security risks.

Self-Paced OnlineA$499 Β· ~7 h
In-Person Workshop$850 / person
In-House$10,000 on-site

Who This Course Is For

Built for IT professionals across the full stack β€” from developers writing code to IT managers writing exec updates. Claude is already one of the most capable AI tools for technical work; this course teaches you to use it safely, efficiently, and without accidentally leaking credentials or customer data.

Software DevelopersDevOps / SRE SysadminsIT Managers Security AnalystsSolutions Architects Business AnalystsIT Project Managers Helpdesk Staff

By 5pm, You Will Be Able To…

1

Use Claude for code review, debugging, and explaining code β€” with proper security sanitisation

2

Write runbooks, SOPs, and technical documentation faster and more consistently

3

Draft incident post-mortems, change requests, and stakeholder communications

4

Translate technical concepts into plain English for non-technical audiences

5

Apply credential security, NDB scheme, and ACSC Essential Eight principles to AI use

6

Leave with a Sprint-Ready Pack of working artifacts built on your own sanitised work β€” debugged code, a script or runbook, documentation, a stakeholder artifact, and a prompt library β€” ready to drop straight into the current sprint

Full Day Agenda

Credentials, customer data, and production system details never enter Claude β€” at any point. All code examples use sanitised placeholders.

β˜• 8:30am β€” Registration & Welcome
Session 1
Foundations for IT Professionals
9:00–10:00
  • How Claude works β€” what it knows about code, systems, and security
  • Training cutoff: library versions, CVEs, and framework features need verification
  • The RCTF framework for technical prompting
  • Critical rule: credentials, secrets, and API keys NEVER go into Claude
  • Sanitising code before pasting: hostnames, IPs, account IDs, customer data
β˜• 10:00am β€” Morning Tea
Session 2
Code Assistance
10:15–12:00
  • Code review: bugs, performance, and readability
  • Debugging strategies using Claude
  • Script generation: bash, Python, PowerShell
  • Explaining code to non-technical stakeholders
  • Unit test generation and test case coverage
  • Refactoring legacy code with documentation
🍽️ 12:00pm β€” Lunch (included)
Session 3
Documentation & Runbooks
1:00–1:50
  • Runbooks and SOPs from structured notes
  • API documentation from code comments
  • Architecture decision records (ADRs)
  • Onboarding documentation and knowledge base articles
  • Change request documentation
Session 4
Incident Management & Comms
1:50–2:30
  • Incident post-mortems: timeline, root cause, actions
  • Status page and stakeholder communications during incidents
  • Executive update emails: technical to business translation
  • Post-incident review meeting preparation
β˜• 2:30pm β€” Afternoon Tea
Sessions 5–6
Security, Privacy & Workflow
2:45–4:20
  • Credential security β€” the absolute rule and how to enforce it in your team
  • ACSC Essential Eight and AI tool risk assessment
  • NDB scheme: when an AI data incident triggers notification
  • Privacy Act: customer data and AI tools
  • Claude as a first-pass security reviewer β€” and its limitations
  • Workflow integration: VS Code, Slack, JIRA, documentation platforms
Session 7
Capstone: Sprint-Ready Pack
4:20–5:00
  • Personal prompt library for your technical role
  • Capstone: Sprint-Ready Pack β€” assembled from your own real, sanitised work: debugged/reviewed code + prompt chain, a script or runbook, a documentation artifact, a stakeholder artifact, and your prompt library
  • Peer review against a quality checklist β€” minimum 3 of 5 components, including the prompt library
  • Sanitisation spot check β€” the one hard gate before certificates issue
  • Capstone showcase and certificate of completion β€” an assessed capstone, not attendance alone

Sample Prompts You'll Build & Use

All code examples use sanitised placeholders. Production credentials and customer data stay out.

Code Review
You are a senior Python developer reviewing code for bugs, performance, and readability.

Context: This function queries a database to retrieve a user record. [Sanitised β€” no real DB credentials or hostnames]

Task: Review for: (1) bugs, (2) performance issues, (3) readability improvements, (4) security concerns.

Format: Annotated feedback by issue type. Provide a corrected version at the end. Note any issues requiring testing before production deployment.

[Paste sanitised code below]
βœ“ Result: Structured code review with categorised issues and corrected version
Bash Script Generation
You are a senior Linux sysadmin.

Context: I need a bash script for automated backups on an Ubuntu server.

Task: Write a script that: (1) backs up [SOURCE_DIR] to /backups with a timestamp filename, (2) deletes backups older than 30 days, (3) logs all actions to /var/log/backup.log with timestamps, (4) exits with code 1 and logs an error if the source directory doesn't exist.

Format: Commented script. Note any assumptions about system configuration.
βœ“ Result: Production-ready script β€” test before deploying
Exec Stakeholder Update
You are an IT manager writing a stakeholder update.

Context: We experienced a P1 incident last Tuesday. [SYSTEM NAME] was unavailable for 2.5 hours due to a misconfigured load balancer after a routine deployment. Root cause identified and fixed. No data loss.

Task: Draft an executive update email for non-technical stakeholders.

Format: Under 200 words. Plain English β€” no technical jargon. Acknowledge impact, explain cause briefly, confirm resolution, state what we're doing to prevent recurrence.
βœ“ Result: Non-technical incident summary that builds confidence
Incident Post-Mortem
You are a senior SRE writing a post-mortem.

Context: [SYSTEM NAME] experienced a database connection pool exhaustion incident. Duration: 47 minutes. Affected: [CUSTOMER SEGMENT PLACEHOLDER]. Root cause: connection leak introduced in v2.4.1 deployment. Detection: automated alerting at T+12 minutes.

Task: Draft a post-mortem document.

Format: Standard sections β€” Summary, Timeline, Root Cause, Contributing Factors, Action Items with owners, What Went Well, What Didn't. Blameless tone throughout.
βœ“ Result: Blameless post-mortem structure ready for team review

Security & Privacy Guardrails

Security hygiene with AI tools requires specific disciplines. We treat credential protection as non-negotiable.

β›”

No Credentials β€” Ever

API keys, passwords, tokens, private keys, database credentials, and service accounts must never be pasted into Claude. If Claude sees one, it will flag it β€” but the safest approach is never to paste it.

β›”

Sanitise Before Pasting

Before pasting code: replace real hostnames with [HOST], real IPs with [IP_ADDRESS], account IDs with [ACCOUNT_ID], and customer data with [CUSTOMER_DATA]. Always sanitise first.

πŸ”

First Pass, Not Final

Claude can identify common security patterns and anti-patterns, but it is a first-pass reviewer only. Dedicated SAST tools (Snyk, SonarQube, Semgrep) are required for production security assurance.

⚠️

Training Cutoff β€” CVEs & Libraries

Claude's knowledge of CVEs, library vulnerabilities, and framework security advisories has a cutoff. Always verify security-relevant information against current NVD, vendor advisories, and official docs.

πŸ›οΈ

ACSC Essential Eight

Using AI tools in your organisation should be assessed against your organisation's ACSC Essential Eight posture. AI model terms of service and data handling must be reviewed before use with customer data.

πŸ“‹

NDB Scheme

If sensitive personal information is accidentally pasted into Claude, assess your notification obligations under Australia's Notifiable Data Breaches scheme. Prevention is better β€” never paste customer data.

Pricing

Ideal for whole development teams, IT departments, or mixed technical and non-technical cohorts.

Public Workshop
$850per person

Join a Scheduled Course

Open to all IT and technology professionals.

  • Scheduled in major cities Australia-wide
  • All technical roles welcome
  • Catering included throughout the day
  • Printed workbook & digital prompt library
  • Certificate
Enquire About Dates

Ship faster. Document better. Still secure.

Book a public course or train your whole technical team in one day.