> For the complete documentation index, see [llms.txt](https://llm.theparley.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://llm.theparley.org/starting-to-use-it/lunch-and-learn-series/week-1.md).

# Week 1

## AI Foundations & First Wins

### MONDAY — Turntable Team Part 1: AI Foundations (0-30 min)

* What is generative AI and how does it work (simple explanation)
* What AI is good/bad at (strengths and critical limitations)
* Hallucinations and accuracy concerns
* Privacy, data security, and institutional policies
* When to use AI vs. when not to
* Basic prompt writing principles

### &#x20;Part 2: Hands-On Practice (30-60 min)

* **Activity**: Take a messy, multi-party email chain and transform it into:
  * A one-page executive brief
  * Key risks and opportunities
  * Decision-ready talking points
* Participants work individually or in pairs using AI tools
* Share results and discuss: What worked? What didn't? How do you verify accuracy?
* Instructor provides real-time coaching and refinement tips

**Homework**: Try one AI task from your real work this week. Document what happened.

### TUESDAY — BOOMBOX CREW&#x20;

### **Part 1: AI Foundations (0-30 min)**

* What is generative AI, and how does it work
* Strengths and limitations for professional work
* Recognizing when AI output is unreliable
* Data privacy and institutional guidelines
* Appropriate vs. inappropriate use cases
* Introduction to effective prompting

### **Part 2: Hands-On Practice (30-60 min)**

* **Activity**: Summarize a complex policy or guideline into:
  * A one-page clear summary
  * A ready-to-send email explanation
* Participants use AI tools to complete the task
* Group shares outputs and evaluates: Is this accurate? How do we check?
* Instructor guides prompt refinement and troubleshooting

**Homework**: Apply AI to one recurring task. Note successes and failures.

### WEDNESDAY — LIMEWIRE LEGENDS&#x20;

### **Part 1: AI Foundations (0-30 min)**

* How generative AI works (accessible overview)
* What it excels at and where it fails
* Understanding and catching AI mistakes
* Privacy considerations and workplace policies
* Developing judgment about when to use AI
* Basics of writing good prompts

### **Part 2: Hands-On Practice (30-60 min)**

* **Activity**: Transform a sensitive or overwhelming email thread into:
  * A diplomatic, well-structured response
  * A clear next-steps plan
* Participants actively use AI to complete transformations
* Share and compare results: How would you verify tone and accuracy?
* Real-time feedback and prompt improvement

**Homework**: Test AI on one real work challenge. Bring results to share.

### THURSDAY — SPOTIFY SQUAD&#x20;

### **Part 1: AI Foundations (0-30 min)**

* What generative AI is and how it functions
* Key strengths and important limitations
* Spotting unreliable or incorrect outputs
* Data security and organizational policies
* Building judgment: when AI helps vs. when it doesn't
* Getting started with prompts

### **Part 2: Hands-On Practice (30-60 min)**

* **Activity**: Turn a messy email thread or assignment into:
  * An organized action plan
  * A simplified, confident summary
* Participants work with AI tools to create outputs
* Group discussion: How do you know if the output is good?
* Coaching on improving results

**Homework**: Use AI for one task this week. Document the experience.

### FRIDAY - OFFICE HOURS

Answer any questions from the different cohorts. Only one hour? Maybe two?<br>

### KEY TAKEAWAYS?

<table><thead><tr><th width="169.73828125">Turntable Team</th><th width="164.92578125">BOOMBOX CREW</th><th width="191.59375">LIMEWIRE LEGENDS </th><th>SPOTIFY SQUAD </th></tr></thead><tbody><tr><td></td><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://llm.theparley.org/starting-to-use-it/lunch-and-learn-series/week-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
