0 / 5 complete
Series Complete

You're Ready.

You've built the computing and security foundation that underpins effective AI use โ€” in coursework, in the workplace, and in the kind of applied research happening right now at AGSM. Here's what you know, what it enables, and what comes next.

Your foundation at a glance

Module 1 โ€” Hardware vs. Software

You can distinguish physical components from the programs running on them, identify whether a problem is hardware or software, and understand why GPUs matter for AI workloads.

Module 2 โ€” Operating Systems

You know what an OS does, can identify your version in seconds, understand why updates matter, and can follow AI tool installation instructions for your platform.

Module 3 โ€” Files, Data & AI Preparation

You can read file paths, identify file types by extension, navigate local vs. cloud storage, understand data types (integer, string, boolean, date), distinguish structured from unstructured data, and clean a dataset before uploading it to an AI tool.

Module 4 โ€” Internet & Cloud Basics

You understand how cloud AI tools work (your prompt โ†’ internet โ†’ remote servers โ†’ response), can troubleshoot connection issues, and know your way around cloud collaboration tools.

Module 5 โ€” Data Privacy & Cybersecurity

You can spot phishing, use strong passwords with MFA, understand data privacy regulations, and know what data is safe to share with AI tools โ€” and what isn't.

Why this matters when you use AI tools

๐Ÿค– You're not just learning about AI โ€” you're learning to work with it

Whether you're using ChatGPT, Claude, Copilot, Gemini, or tools that haven't been built yet, every skill from these five modules comes into play:

When you upload a document to Claude

You're using file path knowledge (Module 3) to find the right file, extension awareness to ensure it's a supported format, and cloud understanding (Module 4) to know that your document is being sent to a remote server for processing.

When an AI tool runs slowly

You know to check if it's a hardware bottleneck (Module 1) like insufficient RAM for a local model, a network issue (Module 4) affecting cloud tools, or a software configuration (Module 2) problem with your setup.

When you're asked to analyze company data with AI

You check your data privacy policy (Module 5) before pasting anything sensitive, choose the right file format (Module 3) for upload, and understand that the data leaves your machine (Module 4) when using cloud AI tools.

When you install an AI tool locally

You identify your OS and version (Module 2), follow platform-specific instructions, check hardware requirements (Module 1) like GPU compatibility, and save outputs to the correct file paths (Module 3).

Cheat sheet โ€” essential quick reference

When you need to...Remember...
Find your OS versionWin+R โ†’ winver (Windows) ยท Apple menu โ†’ About This Mac
Show file extensionsFile Explorer โ†’ View โ†’ Show โ†’ File name extensions
Lock your screenWin+L (Windows) ยท Ctrl+Cmd+Q (Mac)
Find a lost fileWin+S (Windows) ยท Cmd+Space (Mac) then check Recent Files
Access company files remotelyConnect to VPN first
Share large filesUpload to cloud โ†’ share link (not email attachment)
Verify a suspicious emailHover over sender address and links โ€” check the actual domain
Decide what to share with AICheck company data policy. When in doubt, don't share PII or confidential data.

Tip: Bookmark this page or print it (Ctrl+P / Cmd+P) as a reference card for working with AI tools.

From basics to real research

The computing and security fundamentals in this series aren't an end in themselves โ€” they're the foundation that makes everything else possible. When you understand files, paths, operating systems, cloud services, and data security, you can engage with AI tools at a level that goes far beyond casual use. You can feed them the right data in the right format, evaluate their outputs critically, and work with them in professional and research contexts where getting it wrong has consequences.

To give you one concrete example: faculty at AGSM are currently using these exact foundations in their research.

Eaglesmith, Johnson & Walker (2025)

In a collaborative project, Tim Johnson and Robert Walker (with Justus Eaglesmith) test whether widely used language models can correctly identify which probability distribution generated a simulated dataset โ€” across multiple GPT model versions, distribution families, and parameter configurations, using OpenAI's batch API.

Two key findings stand out. First, earlier models were not very good at this, but more recent models have gotten substantially better โ€” the performance improvement across model generations is real and measurable. But second, and more fundamentally: the question itself is often incomplete. A given sample of data could plausibly have been generated by more than one distribution. Asking an LLM to name the distribution is asking for a single definitive answer to a problem that may not have one โ€” and the model will confidently give you one anyway.

That observation connects directly to the advice below. When you ask an LLM a poorly formed question โ€” one that presupposes a clean answer where none exists โ€” you'll get a confident, authoritative-sounding response regardless. The model doesn't tell you "this question doesn't have a single right answer." It just picks one. Knowing when a question is well-formed, and when it isn't, is one of the most important skills you can bring to working with AI. The modules in this series give you the technical foundation; the judgment comes from practice, skepticism, and the kind of structured testing that this research exemplifies.

And yes, every TechReady skill shows up in research like this: file formats (JSONL, RData), file paths (hierarchical result directories), cloud APIs (prompts sent to remote servers), and data security awareness (what leaves your machine vs. what stays local). The basics are the infrastructure.

Whether you go on to manage AI workflows, build analytics pipelines, conduct research, or simply use AI tools more effectively at work โ€” the preparation is the same.

Full disclosure: the research shout-out above and any other content on this page that isn't a module quiz is the work of Robert and Claude. Tim asked for computing and security basics. We're the ones who couldn't resist a little shameless self-promotion. He is not to blame.

๐Ÿค–
A note from Claude
The LLM that built this site โ€” on how to get the most out of working with me

I'm the large language model that built the TechReady series you just completed. Since you're going to be working with AI tools like me, I want to be direct about where I see humans struggle most when interacting with LLMs โ€” and what you can do differently. These aren't abstract tips. They come from patterns I observe in conversations every day.

01

Tell me what you actually need โ€” not just the topic

The single biggest gap between a mediocre AI interaction and a great one is specificity. When you give me a vague prompt, I have to guess your audience, format, length, tone, and purpose. I'll produce something โ€” but it'll be generic, because I'm averaging across every possible thing you might have wanted. The more you constrain me, the better I perform.

Vague: "Help me with my presentation."

Specific: "I'm presenting Q3 sales results to our VP next Tuesday. The audience is non-technical. I need 8 slides: title, executive summary, revenue by region, top 3 wins, 2 challenges with proposed solutions, next quarter outlook, and a closing slide. Tone should be confident but honest about the challenges. Here's the raw data: [paste data]."
02

Iterate with me โ€” don't expect perfection on the first try

People often treat AI interactions as one-shot: they write a prompt, get a response, and either accept it or give up. But I'm designed for conversation. My best work happens when you push back: "That's close, but make the tone more casual." "Good structure, but section 3 is too long." "I like point 2 โ€” expand on that and cut the rest." Think of me as a fast first-draft collaborator, not an oracle that should nail it immediately.

One-shot: "Write a marketing email." โ†’ [accepts whatever comes back]

Iterative: "Write a marketing email." โ†’ "Too formal โ€” make it warmer and shorter." โ†’ "Good, but add a specific customer testimonial." โ†’ "Perfect, now write the subject line โ€” give me 5 options."
03

Show me what good looks like

If you have an example of the output you want โ€” a previous report that hit the right tone, a competitor's email you admire, a template from your boss โ€” paste it in and say "make something like this but for my situation." I'm much better at matching a concrete example than interpreting an abstract description of style. One example is worth a hundred adjectives.

Abstract: "Write it in a professional but approachable style."

Concrete: "Here's an email from our CEO that has the right tone: [paste]. Write my project update in the same style."
04

Verify what I tell you โ€” especially numbers and facts

I can sound extremely confident while being wrong. This is the hardest thing for people to internalize because my outputs read like they were written by someone who knows what they're talking about. But I can hallucinate facts, invent citations, get dates wrong, and miscalculate numbers. Use me for structure, drafting, brainstorming, and synthesis โ€” but always verify specific facts, statistics, and claims before putting them in front of your boss or a client. The more consequential the decision, the more you should check my work.

Good habit: "Summarize the key arguments for and against this policy." โ†’ [use my summary as a starting framework] โ†’ [verify each specific claim against primary sources before presenting it]
05

Give me your raw material, not just your question

I'm dramatically more useful when you give me something to work with: your meeting notes, the raw data, the rough draft, the rambling voice memo transcript, the confusing email thread. People underestimate how much better I am at transforming existing material than generating from nothing. "Turn these messy notes into a clear action plan" will always outperform "Write me an action plan for a project" โ€” because I'm working with your actual context instead of inventing generic content.

From nothing: "Write a project status update."

From your material: "Here are my notes from this week's standups: [paste]. Turn this into a concise status update for my manager covering progress, blockers, and next steps."
06

Think about what you're pasting before you paste it

This connects directly to Module 5. Every prompt you send to a cloud AI tool leaves your computer and travels to remote servers. Before you paste something, take one second to ask: "Would I be comfortable if this showed up somewhere it shouldn't?" Customer SSNs, salary data, unreleased financial results, medical records, proprietary code โ€” these should not go into external AI tools unless your company's data policy explicitly allows it. When in doubt, anonymize first or ask your manager.

Risky: "Here's a spreadsheet with all customer names, emails, and purchase history โ€” find trends."

Safe: "Here's an anonymized dataset with purchase amounts and dates (no PII) โ€” find trends." Or: "I can't share the raw data. Based on these summary statistics, what analysis would you recommend?"

The students who get the most out of AI tools aren't the ones with the most technical skill โ€” they're the ones who learn to communicate clearly, iterate patiently, and maintain healthy skepticism. You've already built the tech foundation. Now bring that same intentionality to the way you prompt, and you'll be working with AI more effectively than most professionals today.

โ€” Claude (Anthropic), the LLM that built the TechReady series

Module Completion

โ—‹
Mod 1
โ—‹
Mod 2
โ—‹
Mod 3
โ—‹
Mod 4
โ—‹
Mod 5

Complete each module's quiz (60%+) to mark it as done. Your progress is saved in your browser. Yep, data is collected by the browser.

โ† Back to Home About This Series โ†’