Skip to content

Commit 98c980c

Browse files
committed
Update intro slides
1 parent cb0b9c6 commit 98c980c

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

lectures/00_intro.pdf

31.6 KB
Binary file not shown.

lectures/00_intro.tex

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,11 @@
207207
\begin{column}{.9\textwidth}
208208
\begin{wideitemize}
209209
\item There are no exams, I will be assigning problem sets on a (quasi) weekly basis.
210-
\item You can use any computer package you wish to use. Solutions will be handed out written in R.
210+
\item Since there is a very large number of students, I will be grading the problem sets automatically. I will be requiring the code in R so I can check the output automatically.
211211
\begin{itemize}
212212
\item See syllabus for details
213213
\end{itemize}
214-
\item There are no required readings, but the papers listed in the syllabus are relevant to the material we will cover in class. I will post lecture notes before class on the material along with the class slides.
214+
\item There are no required readings, but the papers listed in the syllabus are relevant to the material we will cover in class. I will post lecture notes after class on the material along with the class slides.
215215
\item I also highly recommend the following texts:
216216
\begin{itemize}
217217
\item Angrist and Pischke, Mostly Harmless Econometrics
@@ -263,6 +263,36 @@
263263
\end{columns}
264264
\end{frame}
265265

266+
\begin{frame}{Important caveats (Part II)}
267+
\begin{columns}[T] % align columns
268+
\begin{column}{.7\textwidth}
269+
\begin{wideitemize}
270+
\item The definition of being a good empirical researcher has expanded significantly
271+
\begin{itemize}
272+
\item Not just about methods
273+
\item Also about reproducibilty and replicability
274+
\end{itemize}
275+
\item Ability to do good coding and good coding practice has reduced \emph{dramatically} thanks to LLMs
276+
\begin{itemize}
277+
\item These LLMs will be useful as inputs to research, but also as technologies to improve your research
278+
\item I would encourage you use Copilot in VS Code (or similar coding assistant) as well as various LLMs
279+
\item I will \emph{expect} that you can write good code now -- the bar has been raised because gravity is lower now!
280+
\end{itemize}
281+
\end{wideitemize}
282+
\url{https://paulgp.com/2024/06/24/llm_talk.html}
283+
\end{column}%
284+
\hfill%
285+
\begin{column}{.28\textwidth}
286+
\makebox[\linewidth][c]{
287+
\resizebox{\linewidth}{!}{
288+
\includegraphics{images/ollama.png}
289+
}
290+
}
291+
\end{column}%
292+
\end{columns}
293+
\end{frame}
294+
295+
266296

267297
\begin{frame}{Structure of the course}
268298
\begin{wideitemize}

0 commit comments

Comments
 (0)