The MD Academy
Basics of AI for Physicians

How your CV stacks up
Upload your CV to see how well it fits this job role
?%
Basics of AI for Physicians
Practicing physicians and advanced practitioners across all specialties — no technical background required
A plain-English introduction to artificial intelligence for clinicians — what it is, where it already touches medicine, how to use it safely and legally with patient data, and how to build a personal AI workflow that saves time without creating liability.
Course Details
- Lessons: 10
- Access: Lifetime
- Certification: Certificate of completion
Course Curriculum
1. What AI Actually Is (and Isn't): A Physician's Mental Model
Duration: 25 min
Learning objectives:
- Distinguish the three kinds of AI you'll actually encounter in medicine.
- Explain, in plain language, how a large language model produces an answer.
- Tell the difference between AI that's genuinely useful today and AI that's hype.
Key takeaway: AI is a powerful pattern engine, not a colleague. Once you understand that it predicts rather than reasons, you can use it with confidence — and catch its mistakes.
2. How AI Works: Neurons, Tokens & Weights — A Look Under the Hood
Duration: 25 min
Learning objectives:
- Describe, in plain language, how a model learns from examples instead of rules.
- Picture what a neuron and a neural network actually do.
- Explain what tokens and weights are, and how they let a model produce language.
Key takeaway: Underneath the jargon, it's a simple loop: examples tune weights, layers of neurons form a network, and tokens let it work with language. Understand that, and the rest of AI stops being mysterious.
3. The AI Landscape in Medicine Today: What's Real, What's Hype, and Where It Lives
Duration: 25 min
Learning objectives:
- Map the major categories of AI already deployed in clinical and administrative medicine.
- Tell FDA-cleared clinical AI apart from general-purpose and administrative tools.
- Evaluate any vendor's “AI” claim and judge what's real versus marketing.
Key takeaway: AI is already in medicine — mostly in documentation and the back office, not diagnosis. Knowing the map tells you where the real time savings are for your practice.
4. Using AI Safely with PHI: HIPAA, BAAs & the Hard Rules
Duration: 25 min
Learning objectives:
- State exactly what counts as PHI and why it can't enter a consumer AI tool.
- Explain why the Business Associate Agreement is the dividing line for compliant use.
- Run a de-identification habit and pick the right AI tier for any task.
Reasons to use Rodeo
I’m in my final year doing Economics and I don’t know whether to apply for grad schemes now or do a masters first. What do you think?
Honest answer — it depends on where you want to end up. A lot of top grad schemes (Big 4, civil service, banking) don’t need a masters. Let’s look at the ones you’d be competitive for now, and we can decide if a masters actually adds anything.
Also worth knowing: most autumn 2026 applications are open now. Timing matters more than you think.
Start with a chat, not a search bar
Grad scheme, placement, apprenticeship? Not sure what you want yet — that's fine. Your agent talks it through with you and turns "I have no idea" into a shortlist.
Graduate Consultant — 2026 Scheme
Why you're a good match
StrongYour economics background and your summer at a regional bank line up with what PwC looks for on the consulting scheme. Applications close in four weeks.
See breakdownIt searches the market for you
Every day your agent scans the market matching roles against what actually matters to you, not just keywords on a CV.
Why you're a good match
You’ve got the grades and the economics background, and your bank internship is exactly the experience this scheme looks for. Apply soon — deadlines close within the month.
Experience fit
Your summer at the bank plus your econometrics coursework map directly to the day-one responsibilities on this scheme — client modelling, market briefings, and deal support.
Only hits
No noise. No "maybe this fits." Just roles with a clear explanation of why they're right — and where to focus when applying.
Key takeaway: No PHI in a tool without a BAA. Master de-identification and the enterprise tiers, and you can use AI every day without legal exposure.
5. How Rules-Based AI Works: Expert Knowledge, Encoded as Logic
Duration: 25 min
Learning objectives:
- Name the three components of a rule-based system and how they interact.
- Explain the recognize–act cycle, and forward vs. backward chaining.
- Explain why rule systems can't scale — and where they hand off to machine learning.
Key takeaway: A rule-based system reasons but never learns: a knowledge base of human-authored rules, an inference engine that chains them. It's transparent and dependable inside its rules — and capped by everything an expert couldn't write down.
6. How Machine Learning Works: Finding the Logic in the Data
Duration: 25 min
Learning objectives:
- Explain what 'learning from data' means — features, labels, and the model as a function.
- Describe how a model improves: loss, gradient descent, and back-propagation.
- Spot overfitting, and judge a model with sensitivity, specificity, and ROC-AUC.
Key takeaway: Machine learning doesn't follow rules — it finds them. A model is a function fit to data by minimizing a loss, one downhill step at a time, with back-propagation sharing the error across every weight. The danger is always overfitting — memorizing instead of learning — which is why you judge a model only on data it never saw, using sensitivity, specificity, and AUC rather than accuracy alone.
7. How Large Language Models Work: From Tokens to Attention to a Grounded Answer
Duration: 26 min
Learning objectives:
- Explain how text becomes tokens and embeddings a model can compute on.
- Describe attention and the transformer — how a model reads context.
- Explain next-token generation, why models hallucinate, and how RAG grounds them.
Key takeaway: A large language model turns text into tokens and embeddings, uses attention to read each word in context, and generates an answer one token at a time — always the most plausible next word, which is not the same as the true one. That gap is why they hallucinate. Retrieval-augmented generation closes it by feeding the model real sources to answer from — which is exactly how Doximity and OpenEvidence keep their answers tethered to the evidence.


Get help with your application
Your very own career expert that helps elevate your application to the next level.
8. AI for the Business of Medicine: Where the Technology Earns Its Keep
Duration: 25 min
Learning objectives:
- Map where AI fits in the revenue cycle and the practice workflow.
- Put real numbers on prior-auth time saved and denials prevented.
- Judge a tool with ROI and break-even — and know where autonomy must stop.
Key takeaway: In the business of medicine, AI pays for itself first in the back office — prior auth, denials, coding, documentation — where the work is repetitive and the safety bar is about time, not diagnosis. Size the prize with volume × time × rate, judge tools by ROI and break-even, and never cross the autonomy line: AI drafts, a human reviews and signs. Speed is the gift; accountability stays with you.
9. Build a CPT Code Checker: Putting It Together with AWS Bedrock and Claude
Duration: 25 min
Learning objectives:
- Describe what the tool does and the structured output it returns.
- Lay out the architecture — and why the note stays inside your AWS account.
- Explain the Claude-on-Bedrock call, and the guardrails that keep it safe.
Key takeaway: A CPT checker is the whole course in one small app: a React front end and a FastAPI backend, a single Bedrock call that asks Claude to read the note and return structured JSON, and — the part that makes it responsible — hard validation against the real code set plus a human in the loop. The model proposes; deterministic rules and a clinician dispose. That skeleton — read, propose, validate, confirm — is how to build, or judge, almost any clinical AI.
10. Course Summary: From What AI Is to Putting It to Work
Duration: 20 min
Key takeaway: You came in with one intimidating word and you leave able to take it apart: three engines — rules, machine learning, language models — each with a predictable strength and failure; four habits that outlast any tool; and five questions that size up anything a vendor shows you. You don't need to fear AI, and you don't need to be dazzled by it. You can reason about it — which is exactly where a physician should stand.
What Physicians Say
“Finally, an easier way to understand Artificial Intelligence and how it can affect my practice. Great courses and easy to follow.”
Yvonne L. Figarella
OB/Gyn
“It took my CV and asked me questions relevant to understanding what kind of jobs to suggest for me. Suggestions were almost perfect. Jobs were exactly what I’ve been looking for.”
Jessica, London
Skills