Skip to content

Commit 6374df0

Browse files
committed
Final cartoon. Slide about ChatGPT.
1 parent 0f505cd commit 6374df0

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

presentation/linux_bash_metacentrum_course.tex

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5154,7 +5154,13 @@ \subsection{}
51545154
\section{Administration}
51555155
51565156
\begin{frame}{Administration}
5157-
\tableofcontents[currentsection, sectionstyle=show/hide, hideothersubsections]
5157+
\begin{multicols}{2}
5158+
\tableofcontents[currentsection, sectionstyle=show/hide, hideothersubsections]
5159+
\columnbreak
5160+
\begin{center}
5161+
\includegraphics[height=6.5cm]{rmrf.jpg}
5162+
\end{center}
5163+
\end{multicols}
51585164
\end{frame}
51595165
51605166
\subsection{System services}
@@ -5261,6 +5267,18 @@ \subsection{Resources}
52615267
\end{itemize}
52625268
\end{frame}
52635269
5270+
\begin{frame}{ChatGPT and others}
5271+
\begin{itemize}
5272+
\item Usage of generative AI, large language models (LLM) like ChatGPT can help a lot
5273+
\item Very good to improve code and fixing non-working code
5274+
\item Can well explain existing code --- good starting point
5275+
\item Good for adaptation of existing code for user's needs
5276+
\item Limited usage to generate new code --- can misunderstand request, code can be technically wrong, but not well working, can be incomplete or limited in corner-cases
5277+
\item Without at least basic understanding of subject it is hard to realize if ChatGPT solution is correct --- user should be at least basically able to work without AI, otherwise there is high risk of failures
5278+
\item One should never rely on tool with unclear functionality and problematic usage of of users' data and copyrighted content
5279+
\end{itemize}
5280+
\end{frame}
5281+
52645282
\begin{frame}[allowframebreaks]{Main general fora}
52655283
\begin{block}{Question must have certain form!}
52665284
Before asking, \alert{ensure your question is in answerable form} (previous slides).

presentation/rmrf.jpg

42.1 KB
Loading

0 commit comments

Comments
 (0)