Quick Start Guides
First-week implementation pilots for every application. Each one requires minimal setup and can be tried in 10 minutes or less.
Simulated C-Suite / Client Role-Play
IntermediateUse a standard ChatGPT or Claude session (no custom bot needed). Give students this one-paragraph scenario and prompt:
Quick Role-Play Prompt
You are a skeptical CFO at a manufacturing company. I am a junior analyst about to pitch a $30M warehouse expansion. My NPV analysis shows $4.2M positive NPV at a 10% discount rate. Push back on my assumptions-especially the 6% revenue growth rate and the choice of discount rate. Be tough but fair.
Have students do a 5-minute interaction on their phones during class and submit 3 bullet points: (1) the toughest objection, (2) how they responded, (3) what they would do differently.
AI-Assisted Formative Feedback on Student Writing
BeginnerPick one assignment you are grading this week. Paste one student's submission and your rubric into ChatGPT or Claude. Use this prompt:
Quick Feedback Prompt
Evaluate this submission using the attached rubric. For each category, provide a score, one strength with a quote, one weakness with a quote, and one actionable suggestion.
Compare the AI's draft to what you would have written. Edit it, add your personal touch, and return it. Track your time—most faculty report saving 15-25 minutes per submission on first use.
AI Socratic Tutor for Foundational Concepts
BeginnerCreate a half-page handout with 2 prompt templates: one Socratic tutor for your course's most-struggled concept (e.g., TVM, bond pricing, WACC) and one practice problem generator. Distribute it next class. Ask students to try one problem with the AI tutor before the next session and bring a screenshot of one exchange.
Spend 5 minutes debriefing: “How many found an error in the AI's response? What worked well? What didn't?”
AI-Aware Assessment Design
IntermediateTake one existing exam problem from your current course. Add two interpretation questions that AI cannot easily answer:
- “What does this NPV result mean for the firm's strategic decision—should they proceed, and why?”
- “Identify the single assumption that, if changed, would most likely reverse your recommendation. Explain why.”
No technology, no setup, no AI account needed. This alone shifts the assessment toward evaluative judgment.
AI-Powered Financial Data Analysis & Visualization
IntermediateDownload a free CSV of monthly Fama-French factor returns from Kenneth French's data library. Upload it to ChatGPT Code Interpreter with this prompt:
Quick Data Analysis Prompt
Calculate the average monthly return and standard deviation for the market factor, SMB, and HML. Display as a bar chart with error bars.
Show the result in class (takes 30 seconds). Ask students: “What would you need to check to trust these numbers?” Debrief in 3 minutes. No coding knowledge required.
Content Generation: Exam Variants, Cases & Materials
BeginnerOpen ChatGPT right now. Paste this prompt:
Quick Bond Problem Generator
Generate 3 variants of a bond pricing problem for Principles of Finance. Each should use a different coupon rate (4%, 6%, 8%), different maturity (5, 10, 20 years), and different YTM (3%, 5%, 7%). Include answer keys.
Compare the output to your existing problem set. Edit the best variant for your next quiz.
Real-Time Market Context & Case Enhancement
BeginnerBefore your next case discussion, post this 5-minute pre-class task:
Pre-Class Case Update Task
Open ChatGPT or Perplexity. Ask: What has happened to [Case Company] since [case year]? Find one development that would change the case analysis. Verify it with one primary source (10-K, earnings transcript, or press release). Bring your finding to class.
Open class by having 2-3 students share their updates. Debrief: “How many verified what the AI told you? What did you find when you checked?”
Coding Assistance & “Vibe Coding”
IntermediateIn class, open ChatGPT or Claude and type:
Quick PV Coding Demo
Write Python code to calculate the present value of $10,000 received in 5 years at a 7% annual discount rate. Show the formula in a comment.
Display the result (15 seconds). Then ask students: “What would you need to change if there were also annual $500 coupon payments?” Have a student describe the change in plain English. Paste their description into the AI. Display the updated code. Debrief: “The AI wrote it—how would you verify it's correct?”
AI Literacy & Critical Evaluation
BeginnerThe 2-Minute AI Audit (works with zero preparation):
In class, tell every student to open any AI tool on their phone. Ask them a finance question they know the answer to cold—something from last week's lecture. They have exactly 2 minutes to find at least one error or imprecision in the AI's response.
Quick show of hands: How many found an error? What kinds of errors? This exercise takes 5 minutes total, requires zero setup, immediately demonstrates that AI is accessible and fallible, and establishes AI as a tool to be audited rather than trusted blindly. Do it on day one of any course.
Simulation, Monte Carlo & Scenario Analysis
AdvancedZero-infrastructure demonstration: Open ChatGPT Code Interpreter in class. Type:
Coin Flip Convergence Demo
Simulate 1,000 coin flips. Plot the running average after each flip. Add a horizontal line at 0.5.
Result appears in 15 seconds. Show the convergence. Then say: “Now imagine this, but instead of coin flips, these are annual stock returns. And instead of a running average, we are tracking a retirement account balance. That is a Monte Carlo simulation.”
This 60-second demo plants the conceptual seed for simulation thinking with zero technical barrier. For the next class, provide a pre-built Colab notebook link where students can modify 3 parameters (allocation, withdrawal rate, time horizon) and re-run.