September 1, 2026lectures

Hands-on with Agentic AI

Guest Lecture for NUS BSE3713

If you’re here from the lecture, welcome! Add me on LinkedIn.

If you haven’t already, please sign up for GitHub and GitHub Copilot Free — that’s free access to the agent and models we’ll be working with.

During the lecture, we’ll be deploying AI agents for:

  1. a simple data extraction task, and
  2. Deep Crew, a classroom tournament where your robot plays every other robot in the room.

The slides and source code are available under CC BY-SA 4.0 license.

Reading List

When writing prompts, I recommend keeping up-to-date on industry best-practices. Some good places to start:

If you’re looking for skills, start here:

There are plenty of skills for specific tasks and tools. If you can’t find exactly what you need, you can always deploy the Skill Creator skill. Feed it some documentation and examples and it will generate a skill for you. It may be the most important skill of all.

(Be warned: its easy to smuggle malicious code and prompts in with skills. Check them carefully.)

For more general reading:

As always, turn your critical thinking skills on and carefully engage with the claims each source makes. Test what you can