How we helped new adults learn (the very difficult language) Dutch better

Feb 5, 2026

Tom & Anand

The Gap in Language Learning

Anyone who has tried to learn a new language knows the struggle. You memorize vocabulary lists, you fill in the blanks in workbook exercises, and you attend classes. But when you step out into the real world and try to order a coffee or ask for directions, your mind goes blank.

There is a massive gap between knowing a language academically and using it conversationally.

Recently, we partnered with a Dutch teaching company to try and bridge this gap. Their focus is on the NT2 methodology (Nederlands als Tweede Taal - Dutch as a Second Language). NT2 is specific; it’s not just about learning grammar rules; it’s about preparing individuals to function effectively in Dutch society, workplaces, and daily life.

Their challenge to us was clear: "Our students need a way to practice conversation safely, at their own pace, but it mustadhere strictly to what they learned in this week's lesson."

The Solution: A Structured Web App with an AI Core

Off-the-shelf tools like ChatGPT are incredible, but they are terrible language tutors for beginners. A student at an A1 (beginner) level learning about "introductions" doesn't need an AI that suddenly starts discussing 17th-century Dutch art history. Too much freedom is paralyzing for a learner, and instructions can vary or change per theme.

We needed to build a custom web application that offered a "walled garden" approach to AI conversation.

The tool we developed is a comprehensive web app that serves as a companion to the company’s existing curriculum. It consists of two main components:

  1. Structured Exercises: Traditional gap-fills, matching, and sentence reordering to solidify the basics of the current module.

  2. The Conversational Interface: A chat window driven by an LLM, but tightly constrained by the specific theme, vocabulary, and grammar rules of that module.

The "Sauce": Taming the LLM with Expert Knowledge

The success of this project wasn't just about writing code; it was about translating pedagogical expertise into technical constraints.

We worked closely with the client's language experts to understand the structure of an NT2 lesson. We learned that if a module is about "Going to do groceries," the student should only be practicing vocabulary related to fruits, vegetables, prices, and polite greetings.

The Technical Challenge: Constrained Generation

If you give an LLM a simple prompt like "Act as a Dutch tutor," it will eventually veer off-topic. To ensure the tool provides value rather than just novelty, we had to engineer complex system prompts and backend guardrails.

The system doesn't just "chat." Before generating a response, the backend feeds the LLM the specific parameters of the current lesson material upon which it generates a question, which is then reviewed by another LLM to make sure it is within difficulty level.

This marriage of linguistic expertise and prompt engineering is what makes the tool effective. It creates a safe, focused environment where students cannot fail by getting out of their depth.

The User Experience

When a student logs in, they select their current course module. They might start with some warm-up exercises to refresh their memory on the week's vocabulary.

Once they feel ready, they can open the conversational exercise. The AI initiates the conversation based on the scenario defined by the teachers.

The magic happens in the back-and-forth. The student gets to type freely. The AI analyzes their input not just for content, but for grammatical accuracy relative to their level. If they make a mistake relevant to the current lesson, the AI can gently offer a correction before continuing the roleplay.

It provides the spontaneity of a real human tutor, with the availability and patience of a machine.

Conclusion

This project highlighted a crucial reality about the current state of AI in EdTech: Context is King.

By itself, generative AI is just raw potential. But when you apply the constraints of a proven methodology like NT2 and combine it with the deep domain knowledge of experienced teachers, you transform that raw potential into a highly effective learning tool.

We are incredibly proud of this collaboration and excited to watch these students gain the confidence they need to navigate their new lives in the Netherlands.