An introduction to AgenticAI assistants
August 23, 2025
Who uses AI assistants (ChatGPT, Gemini, Claude, Mistral, …) on a daily basis?
Who uses AI assistants for code development, QC, or improving transparency and reproducibility in your research?
Who has ever used GitHub Copilot?
COI
I do not have any financial or personal relationships with Microsoft or OpenAI that could influence the content of this presentation.
Some Important Notes Before We Dive In
Figure 1: Illustration of principle GitHub Copilot functionality.
Figure 2: GitHub Copilot extension in Visual Studio Code.
Figure 3: GitHub Copilot in RStudio.
Figure 4: GitHub Copilot in RStudio.
Code comprehension & review
Code development, testing and documentation
GitHub Copilot for Git
git diff
)Figure 5: Overview of Copilot modes available in VSCode.
“To illustrate an application of the approach, we created and analyzed an active comparator new user cohort. Briefly, we implemented an active comparator new user design comparing the risk of bladder cancer of sodium–glucose co-transporter 2 (SGLT-2) inhibitors and glucagon-like peptide 1 receptor agonists (GLP-1RAs) inspired by a recent study from Abrahami et al.2 […]”
…
Example: Simulate dataset based on published literature Dataset: xxx randomized trial Publication: NCTID:
Give it a try in your next project!
An introduction to GitHub Copilot