Applied AI Seminar ยท 2nd Edition
Practical AI usage for Physicists
LLMs ยท Chat Interfaces ยท IDE Assistants ยท Agentic Workflows ยท Claude Code ยท Installation ยท Project Management ยท Skills
Following the first Vibe Coding seminar, this second edition turns to agentic AI for research: using AI systems that can plan, write, run, and debug code autonomously to accelerate research workflows. Rather than writing every line by hand, you collaborate with agents that operate across your editor, terminal, and repository.
We revisit what has changed in the fast-moving landscape, share best practices for working with coding agents, and show live demonstrations โ from quick chat workflows to autonomous agents tackling multi-file scientific projects. We also look critically at where these tools excel and where they fall short.
Whether you are curious, skeptical, or already using these tools daily, this seminar gives a grounded, evidence-based look at the current state of agentic AI for research.
Simply show up โ no preparation needed. Sit back and watch the demos.
Show up with a Claude account (or a credit card to set one up on the spot). Students will be on hand to help you through the installation and setup.
A hands-on session for physicists. No hype โ just evidence and live demonstrations. (Draft schedule, subject to change.)
An agent tackles a real research computation end to end โ a concrete example of what these tools can do before we open the hood. (Inar) ยท ๐ Slides โ
Caching, prefill vs. generation pricing, context size, and reasoning โ the mechanics that shape how you should work with agents. (Inar) ยท ๐ Slides โ
Install, authenticate, and run your first "thing" โ follow along in the tutorial.
Coffee, plus hands-on setup help from the team.
The whole toolbox in half an hour โ plan/auto/effort modes, subagents, context & compaction, skills & MCP, feedback loops, evaluation & artifacts โ demonstrated live on one simple running example. (Daniel)
Putting the patterns to work โ driving three independent agents at once on three different research demos, live. (Daniel)
Where this is going, and how to keep going after today.
Claude, ChatGPT, Gemini โ copy-paste workflows. Good for exploration, quick questions, and one-off scripts. Breaks down for complex projects.
GitHub Copilot, Cursor autocomplete โ inline suggestions as you type. Reduces boilerplate but requires constant attention.
Claude Code, Cursor Agent, Aider โ delegate entire tasks. Think of it like working with a capable research assistant.
GitHub Issues + PRs with AI. Create issues, let agents implement, review PRs. Scales to large codebases.
Assistant Professor
Works on foundation models for particle physics (IceCube, LHC). Published papers on efficient language model training (BabyLlama). Used LLMs for coding before ChatGPT existed. Diehard Claude Code user.
Postdoc, ATLAS ML Coordinator
Lead ML efforts at ATLAS (CERN LHC experiment), 3 years of vibe coding fanaticism, user of LLMs for writing code, managing projects, writing grants, organizing entire life. Creator of chATLAS AI assistant for ATLAS collaboration.
Head of Subatomic Physics Section
Long-time AI/ML advocate, particle physicist with ATLAS and IceCube.
PhD Fellow, Experimental Particle Physics
PhD Fellow in Experimental Particle Physics at the Niels Bohr Institute.
If you want to follow along during the demos:
Sign up for GitHub Education with your university email to get free Copilot access.
curl -fsSL https://claude.ai/install.sh | bash
Requires Claude Pro subscription ($20/month) or Claude credentials.
No prior setup required to attend โ you can just watch the demos.
Essential tools and resources for AI-assisted programming. Most of these are free for academics!
Get free access to GitHub Copilot, GitHub Pro, and many other developer tools with your academic email.
What you get:
How to apply: Visit education.github.com and sign up with your university email address. Approval usually takes 1-2 days.
Microsoft's popular code editor with extensive extension support.
Key features:
Download: code.visualstudio.com
AI-first code editor built on VSCode with advanced autocomplete and chat features.
Key features:
Pricing: Free tier available, Pro plan $20/month
Download: cursor.sh
Anthropic's official terminal-based AI coding assistant. Autonomous agent that can edit files, run commands, and complete complex tasks.
Key features:
Installation:
curl -fsSL https://claude.ai/install.sh | bash
Requirements: Requires subscription to Claude Pro ($20/month) or Claude credentials. See code.claude.com/docs for details.
Ultra-fast Python package installer and resolver written in Rust. A modern replacement for pip and pip-tools.
Key features:
uv pip installInstallation:
curl -LsSf https://astral.sh/uv/install.sh | sh
Learn more: github.com/astral-sh/uv
AI-Assisted Programming for Physicists
๐ฅ Join Online via Zoom
Meeting ID: 632 2228 9709 | Passcode: 460019
Vibe coding is the new way to use Large Language Models (LLMs) to work on software, projects, and even scientific research itself. Rather than writing every line of code manually, you collaborate with AI systems that can generate, edit, debug, and refactor code based on natural language instructions.
In this seminar, we explore what vibe coding is, best practices for working with AI coding assistants, the tools available across different workflows, and critically โ when these tools excel and when they fall short. You'll see real demonstrations of AI-assisted coding in action, from simple autocomplete to autonomous agents that can tackle complex multi-file projects.
Whether you're curious, skeptical, or already using these tools, this seminar provides a grounded, evidence-based look at the current state of AI-assisted programming and how it can fit into research workflows.
๐ Presentation Slides
A hands-on introduction to AI coding tools, designed for physicists. No hype โ just evidence and practical demonstrations.
Claude, ChatGPT, Gemini โ copy-paste workflows and their use cases.
GitHub Copilot and Cursor autocomplete โ inline suggestions and productivity.
Cursor agents and agentic workflows in the IDE.
Terminal-based autonomous agents for complex tasks.
GitHub Issues, PRs, and project-level AI automation.
Claude, ChatGPT, Gemini โ copy-paste workflows. Good for exploration, quick questions, and one-off scripts. Breaks down for complex projects.
GitHub Copilot, Cursor autocomplete โ inline suggestions as you type. Reduces boilerplate but requires constant attention.
Claude Code, Cursor Agent, Aider โ delegate entire tasks. Think of it like working with a capable research assistant.
GitHub Issues + PRs with AI. Create issues, let agents implement, review PRs. Scales to large codebases.
Assistant Professor
Works on foundation models for particle physics (IceCube, LHC). Published papers on efficient language model training (BabyLlama). Used LLMs for coding before ChatGPT existed. Diehard Claude Code user.
Postdoc, ATLAS ML Coordinator
Lead ML efforts at ATLAS (CERN LHC experiment), 3 years of vibe coding fanaticism, user of LLMs for writing code, managing projects, writing grants, organizing entire life. Creator of chATLAS AI assistant for ATLAS collaboration.
Head of Subatomic Physics Section
Long-time AI/ML advocate, particle physicist with ATLAS and IceCube.
If you want to follow along during the demos:
Sign up for GitHub Education with your university email to get free Copilot access.
curl -fsSL https://claude.ai/install.sh | bash
Requires Claude Pro subscription ($20/month) or Claude credentials.
No prior setup required to attend โ you can just watch the demos.
Essential tools and resources for AI-assisted programming. Most of these are free for academics!
Get free access to GitHub Copilot, GitHub Pro, and many other developer tools with your academic email.
What you get:
How to apply: Visit education.github.com and sign up with your university email address. Approval usually takes 1-2 days.
Microsoft's popular code editor with extensive extension support.
Key features:
Download: code.visualstudio.com
AI-first code editor built on VSCode with advanced autocomplete and chat features.
Key features:
Pricing: Free tier available, Pro plan $20/month
Download: cursor.sh
Anthropic's official terminal-based AI coding assistant. Autonomous agent that can edit files, run commands, and complete complex tasks.
Key features:
Installation:
curl -fsSL https://claude.ai/install.sh | bash
Requirements: Requires subscription to Claude Pro ($20/month) or Claude credentials. See code.claude.com/docs for details.
Ultra-fast Python package installer and resolver written in Rust. A modern replacement for pip and pip-tools.
Key features:
uv pip installInstallation:
curl -LsSf https://astral.sh/uv/install.sh | sh
Learn more: github.com/astral-sh/uv