---
title: "AI Agents Course for Students in the Netherlands | Live"
description: "Build AI agents as a student in the Netherlands, within your university's AI rules: tools, evaluation and honest disclosure. Live online, first lesson free."
canonical: https://learn.modernagecoders.com/ai-agents-course-for-students-netherlands
source: src/pages/ai-agents-course-for-students-netherlands.html
---
> Build AI agents as a student in the Netherlands, within your university's AI rules: tools, evaluation and honest disclosure. Live online, first lesson free.

In short

Modern Age Coders teaches students in the Netherlands to build AI agents, programs that take a goal, plan their steps and use tools, as a subject of study rather than a shortcut through coursework. Students learn how language models work, how agents call tools and retrieve documents, how to evaluate what an agent does and how to log and disclose it, in line with the kind of rules Dutch universities now publish. Lessons are live, in English, in groups of five to ten or one to one. The first lesson is free; after that a group place is USD 100 a month and one-to-one tuition USD 150, and the Copilot Studio course for students is one to one only.

Start here

## Three agent courses for students

One for building agents from the model up, one for building agents inside Microsoft tools, one for directing AI coding agents. Each opens its own page with syllabus, format and fee.

[![Generative AI Course course thumbnail](/images/generative-ai-college.webp)  AGENTS / 01 Generative AI: LLMs, RAG and Agents How language models work, how retrieval grounds them in your own documents, and how an agent is built so that every step it takes is logged and visible. Open the syllabus →](/courses/complete-generative-ai-masterclass-college)[![AI Agents with Microsoft Copilot Studio for College Students course thumbnail](/images/copilot-studio-college.webp)  AGENTS / 02 AI Agents with Copilot Studio for College Students Agents built in Microsoft Copilot Studio, the platform many employers use. Taught one to one only. Open the syllabus →](/courses/ai-agents-with-microsoft-copilot-studio-course-for-college-students)[![Codex & Claude Code course thumbnail](/images/codex-claude-code-adults.webp)  AGENTS / 03 Codex and Claude Code Directing AI coding agents through real software and reviewing every change, on your own tool subscriptions. Open the syllabus →](/courses/codex-and-claude-code-ai-coding-agents-masterclass-for-adults-professionals)

University rules

## What Dutch university rules on AI actually say

Two examples, read at the universities' own pages. Every institution and often every course has its own rules, so a student must always check theirs; these show the general shape.

| Rule | What it says, in summary |
| --- | --- |
| Use as a tool | AI tools may be used as an aid for general functions: as a study tool, an assistant or input for your own work, such as brainstorming, summarising, improving grammar, translating or self-study |
| Disclose new content | When generative AI creates new content, always say so, giving the tool's name and version and the purpose and manner of use |
| Course rules | Any additional rules for a course are communicated before the course begins |
| What counts as fraud | Work that no longer reflects your own knowledge and skills, or AI output submitted without proper acknowledgement or with incorrect disclosure |
| Detection tools | Scores from AI-detection tools are not evidence of fraud; examiners remain responsible for judging authenticity |

The University of Amsterdam's policy framework, updated on 3 June 2025, starts from the principle that students must still demonstrably achieve their learning goals independently. It asks programmes to explore actively what role generative AI can play in the curriculum, and leaves room for faculties and programmes to translate the policy into their own teaching.

Together the two show the shape of Dutch university policy: AI as a legitimate aid, openness about its use, and the student's own learning as the thing being assessed.

Notice the rule on detection tools. Groningen states plainly that a detector's score is not proof of fraud. That is an honest acknowledgement that such tools can be wrong, and a reminder that the best protection for a student is not hiding AI use but documenting it.

We have no connection with either university. Rules change and differ by course; always follow the ones that apply to you.

Sources: [University of Groningen, basic rules for AI in education](https://www.rug.nl/about-ug/organization/quality-assurance/education/artificial-intelligence-ai/); [University of Amsterdam, beleidskader en richtlijnen GenAI in het onderwijs](https://www.uva.nl/over-de-uva/beleid-en-regelingen/onderwijs/beleidskader-en-richtlijnen-genai-in-het-onderwijs.html). Read 15 September 2026. This is a summary, not advice on any particular course.

What you build

## Using an agent for your coursework, or building one as your project

The distinction matters. The first can put a student on the wrong side of their university's rules. The second is exactly the kind of work those rules encourage: understanding the tool and being open about it.

### An agent that plans and acts

Students build an agent in Python that receives a goal, breaks it into steps, calls tools such as a search function or a calculator, and reports what it did. Every step is written to a log, so the agent's reasoning can be inspected afterwards.

### An agent that is tested

Students write a small set of tasks with known answers and measure how often the agent succeeds, where it fails and how it fails. An agent without an evaluation is a demonstration, not a result.

### An agent that is disclosed

Every project ends with a short note: which models and versions it uses, what the student wrote and what was generated, and what the agent must not be trusted with. It is the same habit Groningen asks of students, practised on their own work.

| Activity | Usually fine | Needs care |
| --- | --- | --- |
| Asking an assistant to explain a concept | Yes, as a study aid | Check the explanation against course material |
| Generating text or code for an assignment | Only if the course allows it | Disclose tool, version and use; make sure the work is still yours |
| Building an agent as your own project | Yes, it is your work | Disclose the models used and log what the agent did |
| Relying on an AI detector | Not as proof | Keep your own drafts and logs instead |

The table is our general guidance, based on the rules summarised above. It is not a ruling on any course; your programme's rules always come first.

Where it leads

## From a student agent to work an employer can check

Agents are becoming ordinary tools at work. A student who can build one, test it and explain it is ahead of most graduates.

The foundations come first: Python, Git and some data structures. The [college students page](/coding-for-college-students-netherlands) covers them, and the global [AI agents course](/ai-agents-course) page explains agents in more depth.

For students who want to direct coding agents, [agentic coding classes](/agentic-coding-classes) go further.

After graduation, the same skills continue on the [AI agents course for professionals](/ai-agents-course-for-professionals-netherlands), which also covers what the AI Act asks of organisations.

For a sense of what university AI study involves, the [Groningen academy page](/ai-and-python-academy-groningen) sets out a first year.

The rungs for student agent builders

## From Python to an agent you can evaluate and explain

Agents sit near the top of the ladder for a reason. A student who cannot evaluate a model cannot judge an agent, and one who cannot program cannot see what the agent is doing.

| Rung | What the student learns |
| --- | --- |
| 1. Python fluency | Programs written without an assistant |
| 2. Git and logs | Versioned work and a record of every change |
| 3. Language models | What a model does, how it is prompted and grounded |
| 4. Agents | Planning, tool calls, retrieval and limits |
| 5. Evaluation and disclosure | Measured success rates and an honest account of the work |

### Why disclosure is a rung

Being able to say exactly what you built, what a model generated and how you checked it is a skill. Dutch universities now ask for it; employers value it; and it protects the student.

The complete order of subjects is on the [coding roadmap](/coding-roadmap).

### Around blocks and exams

Students usually take two lessons a week and pause during exam weeks. A thesis with an agent component is often best done one to one.

The Copilot Studio course is taught one to one only.

The catalogue

## Eight live courses for student agent builders

Grouped by stage. Every card opens the course page with its format and fee.

I

### Foundations

Before any agent

AGENTS / BASE / 01

#### Python Masterclass

Python to an advanced level, the language most agents are built in.

[Open the syllabus](/courses/python-programming-masterclass-zero-to-advanced-college)

AGENTS / BASE / 02

#### Git and GitHub for College Students

Versioned work and a visible history, the backbone of honest disclosure.

[Open the syllabus](/courses/git-github-version-control-course-for-college-students)

AGENTS / BASE / 03

#### Data Structures and Algorithms

The reasoning that lets a student judge what an agent's code costs.

[Open the syllabus](/courses/data-structures-algorithms-masterclass-college)II

### Models and agents

Building and testing agent systems

AGENTS / BUILD / 01

#### Generative AI: LLMs, RAG and Agents

Language models, retrieval and agent design, with evaluation built in.

[Open the syllabus](/courses/complete-generative-ai-masterclass-college)

AGENTS / BUILD / 02

#### AI and Machine Learning Masterclass

The machine learning underneath, for students who want to go deeper.

[Open the syllabus](/courses/ai-ml-masterclass-complete-college)

AGENTS / BUILD / 03

#### AI Agents with Copilot Studio for College Students

Agents in Microsoft Copilot Studio; one to one only.

[Open the syllabus](/courses/ai-agents-with-microsoft-copilot-studio-course-for-college-students)III

### Coding agents

Directing agents that write software

AGENTS / CODE / 01

#### Codex and Claude Code

Setting coding agents tasks and reviewing their changes, on your own subscriptions.

[Open the syllabus](/courses/codex-and-claude-code-ai-coding-agents-masterclass-for-adults-professionals)

AGENTS / CODE / 02

#### Vibe Coding for College

Building with AI help across the stack, and reading every line it produces.

[Open the syllabus](/courses/vibe-coding-for-college-fullstack-ai-dsa-career-course)

How the classes run

## Agent lessons around a student timetable

The teachers are in India, which does not change its clocks, so they are three and a half hours ahead of Dutch summer time and four and a half ahead of Dutch winter time. Students usually take evening or weekend lessons, at a time set in the free lesson and adjusted when a new block starts.

Evening

After lectures, Dutch time, by arrangement.

Weekend

Saturday or Sunday, good for longer agent-building sessions.

Daytime gaps

Where a timetable leaves space and a teacher is free, often one to one.

### A free first lesson

You build a very small agent with a teacher, who sees your level and proposes a route.

### Groups of five to ten

Students at the same level, useful for comparing how different agents fail on the same task.

### One to one for theses

For a thesis or project with an agent component, and for the Copilot Studio course.

### Logs from the start

Every agent writes a log from its first run, so evaluation and disclosure are never an afterthought.

### In English

The language of the models, the tools and most technical master's programmes here.

### Your own repository

Agents, evaluations and disclosure notes live in your own GitHub repository.

Student work

## Projects our students published

Four live projects by our students. More on the [student labs](/student-labs) page.

![NutriLife AI nutrition coach project screenshot](/images/projects/nutrilife.webp)

AI and ML

#### NutriLife

An AI nutrition coach that reads what you eat and works you toward a target.

by Bhavya · [Open it](https://nutrilife-bhavya.lovable.app)

![Misti AI chatbot for maths and coding screenshot](/images/projects/misti.webp)

AI and ML

#### Misti

A chatbot that answers mathematics and programming questions, built and deployed by a student.

by Harshit · [Open it](https://misti.modernagecoders.com)

![GuardianX AI internet safety assistant screenshot](/images/projects/guardianx.webp)

AI and ML

#### GuardianX

An assistant that helps a young person recognise unsafe situations online.

by Vivaan · [Open it](https://guardianx-cybersaver.lovable.app)

![SkyCast weather forecast application screenshot](/images/projects/skycast.webp)

Web app

#### SkyCast

A weather forecasting site with live conditions for any location.

by Krish

Fees

## Fees for students

Monthly, in US dollars, at the same rates as every country outside India. No enrolment fee and no annual contract. The Copilot Studio course is private tuition only and uses the one-to-one rate.

Free first class

USD 0

no card required

- A real lesson building a small agent
- A route proposed before any payment
- No card needed

Book it

Group batch

USD 100

a month, billed in US dollars

- Five to ten students at one level
- The same live teacher each week
- Agents reviewed weekly
- A certificate at the end

Start here

One to one

USD 150

a month, billed in US dollars

- A teacher for one student
- Built around a thesis or project
- The only format for Copilot Studio

Enquire

What families say

## Rated 4.9 across 547 Google reviews

As posted on Google. We do not write, edit or pay for reviews.

★★★★★

"The one step solution for my son. Modern Age Coders make learning coding so simple that kids love it. The teachers explain complex concepts clearly with practical exercises and interactive content."

Ria Mukherjee

Parent

★★★★★

"Modern Age Coders has been a game-changer for me. I struggled to grasp IT concepts and coding before joining, but their classes transformed everything. I can now confidently write complex programs with ease."

Samriddha Mondal

Student

★★★★★

"One of the most wonderful education centres out there. Education is not limited to school syllabus but focuses on skill development."

Vansh Agarwal

Student

★★★★★

"My child Dhairya is really enjoying the Modern Age Coders classes. This is his first online class and he eagerly looks forward to it. I can already see his improvement, and the teachers are very cooperative."

Sonam Oswal

Parent of Dhairya

★★★★★

"Modern Age Coders have wonderful teachers who teach in a clear, easy and practical way. The teacher boosts students' confidence and inspires them to learn without hesitation."

Sonu Goyal

Parent

★★★★★

"I highly recommend this computer coding class! The teachers are incredibly knowledgeable and passionate about coding."

Ritu Kedia

Parent

Questions from students

## What students in the Netherlands ask about agent courses

### Am I allowed to use AI agents for my studies?

That depends on your university and course. At the University of Groningen, for example, AI may be used as a study tool, and generated content must be disclosed with the tool's name and version. Always check your own programme's rules.

### Will this course help me do my assignments with AI?

No. It teaches you to build and understand agents as your own work. Using an agent to produce assessed work can count as fraud under Dutch university rules if the work no longer reflects your own knowledge and skills.

### Can an AI detector prove I used AI?

The University of Groningen states that AI-detection scores are not evidence of fraud. Keeping your own drafts, logs and disclosure notes is the better protection.

### What exactly is an agent?

A program given a goal rather than instructions, which plans its own steps and uses tools, such as search or code execution, to carry them out.

### Do I need to know Python first?

Yes, at least the basics. If you do not, the free lesson will point you to the right starting course.

### Is the Copilot Studio course available in groups?

No, it is taught one to one only, because agents are built around specific systems and permissions.

### Do I need subscriptions for Codex or Claude Code?

Yes, for the coding agents course you use your own accounts, so everything you build is yours.

### What does it cost?

USD 100 a month for a group place and USD 150 a month for one-to-one lessons, billed in US dollars, with no enrolment fee and no yearly contract. The first lesson is free.

### When are lessons held?

Evenings and weekends, Dutch time, around your timetable. The teacher is three and a half hours ahead in summer and four and a half in winter.

### What happens after I send the form?

We call you at a Dutch hour to arrange the free lesson. Nothing is charged unless you decide to continue.

Elsewhere on this site

## More for students and agent builders

Related pages for foundations and for what comes after.

### [Coding for college students](/coding-for-college-students-netherlands)

The foundations every agent builder needs.

### [AI agents course for professionals](/ai-agents-course-for-professionals-netherlands)

The same skills at work, with the AI Act in view.

### [AI agents course](/ai-agents-course)

The global page on what agents are and how they are built.

### [Agentic coding classes](/agentic-coding-classes)

Working with coding agents in depth.

### [AI and Python Academy, Groningen](/ai-and-python-academy-groningen)

What a university AI first year asks.

### [AI and Python Academy, Netherlands](/ai-and-python-academy-netherlands)

The national ladder from Python to agents.

Start here

## Build your first agent in a free lesson

Leave a number and we will call at a Dutch hour. In the free lesson you build a very small agent with a teacher, and by the end you know which rung to start on.

Would you like to read first? See the [AI agents course](/ai-agents-course) page, [how we teach](/how-we-teach) and the [course list](/courses).

[WhatsApp us](https://wa.me/919123366161?text=Hello%20Modern%20Age%20Coders%2C%20I%20am%20a%20student%20in%20the%20Netherlands%20and%20would%20like%20a%20free%20lesson%20on%20building%20AI%20agents.) · [+91 91233 66161](tel:+919123366161) · [contact@modernagecoders.com](mailto:contact@modernagecoders.com)

WhatsApp from a Dutch number is free and usually fastest. The number is Indian; we have no office or premises in the Netherlands.

## Keep exploring Modern Age Coders

### Related courses and guides

- [AI Agents Explained: How to Actually Build One That Doesn't](/ai-agents-explained)
- [AI Agents Course for Students in Ireland](/ai-agents-course-for-students-ireland)
- [AI Agents for Teens](/ai-agents-for-teens)
- [AI & Machine Learning for Working Professionals](/ai-and-machine-learning-for-working-professionals)
- [AI Agents Course for Professionals in Ireland](/ai-agents-course-for-professionals-ireland)
- [AI Classes for Adults](/ai-classes-for-adults)
- [Learn to Think, Not Just Use AI Tools](/learn-to-think-not-just-use-ai-tools-ireland)
- [Build Real AI Projects in the Netherlands](/build-real-ai-projects-netherlands)
- [Build Real AI Projects in Ireland](/build-real-ai-projects-ireland)

### Learn more

- [Coding and AI Classes for Adults, Netherlands](/coding-and-ai-classes-for-adults-netherlands)
- [AI Agents Course for Students in Oman](/ai-agents-course-for-students-oman)
- [Vibe Coding vs Building AI in the Netherlands](/vibe-coding-vs-building-ai-netherlands)
- [Python to AI Roadmap for Students in the Netherlands](/python-to-ai-roadmap-for-students-netherlands)

### Free resources

- [AI & Machine Learning Tutorial: Basics to Deep Learning](/resources/ai-and-machine-learning)
- [Deep Learning with TensorFlow and Keras](/resources/ai-and-machine-learning/deep-learning-with-tensorflow-keras)
- [Generative AI](/resources/ai-and-machine-learning/generative-ai-and-diffusion-models)
- [Large Language Models](/resources/ai-and-machine-learning/large-language-models)

### From the blog

- [AI & Machine Learning Guides](/blog/topic/ai)
- [Agent Terminology in AI: A Simple Guide to Understanding AI Agents](/blog/agentic-terminology-in-ai)
- [Best Data Science Courses in India for Students and](/blog/data-science-course-india)
- [10 Safe AI Tools Your Child Should Be Using for Homework in 2026](/blog/safe-ai-tools-for-kids-homework-2025)

### Start here

- [What Modern Age Coders families say](/love)
- [Book a free demo class with Modern Age Coders](/book-demo)

---

*Canonical: https://learn.modernagecoders.com/ai-agents-course-for-students-netherlands*
