\documentclass{beamer}
\usetheme{Madrid}
\title{Programming Languages for AI Workflows}
\author{Alex Fedorov}
\date{2024-07-01}

\begin{document}
\frame{\titlepage}
\begin{frame}{Key Features}
\begin{itemize}
  \item Support for symbolic and numeric computation
  \item Framework integration for model lifecycle
\end{itemize}
\end{frame}
\begin{frame}{Design Considerations}
\begin{itemize}
  \item Type safety and scalability
  \item Language-level abstractions for AI logic
\end{itemize}
\end{frame}
\end{document}
