Educators
Explore ways to create teaching examples, classroom tools, and interactive learning resources more quickly.

AUT-developed AI-supported digital making
Discover TechTahi, an AUT-developed platform that helps people turn natural-language ideas into working digital tools with the support of AI.
This interactive workshop introduces the core concepts behind TechTahi and shows how it can be used to support education, creativity, rapid prototyping, and community innovation.
The session includes a short tutorial, a live demonstration, and guided hands-on activities, giving participants the chance to explore the system for themselves and see how simple ideas can be transformed into useful digital outcomes.
TechTahi makes digital creation more accessible by helping participants move from idea, to prompt, to working interface in a practical and visible workflow.
This workshop is ideal for educators, AUT staff, school teachers, and others interested in AI-supported teaching, learning, and creative practice.
Explore ways to create teaching examples, classroom tools, and interactive learning resources more quickly.
See how TechTahi can support internal experimentation, communication, and service-oriented digital prototypes.
Prototype playful, visual, and engaging outputs without starting from a traditional code-first workflow.
Prototype ideas that support participation, local storytelling, and community-focused digital solutions.
The workshop is designed to be easy to follow. It moves from orientation, to demonstration, to guided activity, so participants can understand the platform and then use it themselves.
Participants are introduced to the platform, the idea of natural-language prompting, and the kinds of digital tools TechTahi can help create.
The facilitator shows how natural-language prompts can generate a working digital tool and how the result is previewed and refined.
Participants copy prompts, try an LLM, and bring generated HTML back into TechTahi for testing and preview.
The group reflects on how TechTahi can support education, creativity, and community contexts.
TechTahi is especially useful when the goal is to move from concept to working prototype quickly, clearly, and collaboratively.
Create interactive teaching tools, demonstrations, small simulations, and practice activities that make ideas easier to explore.
Prototype digital experiences, storytelling tools, visual experiments, and playful interfaces from plain-language descriptions.
Support local initiatives, communication tools, and idea-sharing through accessible, low-barrier digital making.
A good first activity is to build a clean Roman numeral converter so participants can follow the full TechTahi workflow without needing advanced technical knowledge.
QUICK answer in a single HTML code block.
Example sample output
Inspired by intro/romanNumber.htm
Empowering Communities Through AI & Innovation
This workshop introduces TechTahi as a practical platform for turning ideas into working digital tools. The session combines explanation, demonstration, guided practice, and discussion so participants can experience the workflow directly.
Technology should not be a locked door for a few. It should be a wharenui where everyone can enter and create. TechTahi was created to lower barriers, turn plain-language ideas into working digital solutions, and make digital creation safer, more open, and more culturally grounded.
For too long, building software has required climbing a steep staircase of coding, syntax, and jargon. Many people were kept out not because they lacked ideas, but because the tools were not made for them.
TechTahi changes that. It helps people turn plain-language ideas into working digital solutions, supporting mana motuhake in the digital space and making it safer to experiment, learn, and create without fear.
TechTahi is designed as a low-cost digital wharenui: open to all, built for collaboration, and grounded in culture so innovation reflects who we are, not only what technology can do.
For the first guided task, we will ask TechTahi and Gemini to build a live world clock with five popular cities, plus Auckland, Hanoi, and Jakarta.
TechTahi can work with up to eight available LLM options, and most of them provide a free tier, so many users do not need to pay to get started.
TechTahi provides the interface and supporting libraries to hold, run, preview, and manage code generated by external LLMs.
There is no need for a complicated installation path, paid hosting setup, or a separate development stack before trying an idea.
Generated code can be pasted back and run almost immediately, so users can move from idea to testable output very quickly.
Users can refine outputs through both GUI-level editing and direct code injection using Edit GUI and manual code updates.
Once the result works, users can save locally for themselves or share online so other people can access and use it.
This activity focuses on semi-coding development. Participants start with a simple home loan calculator, then use Edit GUI to refine the wording, layout, labels, and overall presentation visually.
Many people use LLMs by chatting to them repeatedly about every problem and asking them to solve each step. Each of those requests requires inference, and inference is not free. It consumes money, computing power, electricity, cooling, water, and time.
Use this page to understand the training foundations behind modern AI systems and why the infrastructure behind them is so large.
Open deep-learning.htmlUse this page to explain what happens during generation and why each extra prompt still consumes hidden power and infrastructure.
Open large-language-model.htmlUse this page to discuss the wider cost, risk, and environmental impact behind heavy repeated LLM use.
Open llm-risk.htmlTechTahi uses LLMs for fast setup and first-draft generation, but the working rule is simple: sensitive data is not sent to the model. We keep it local and secured, then use the generated tool to handle the real information afterwards.
Prompt the template first. After the tool is generated, it can run locally on the user device, and in some cases entirely offline, with no need to keep sending information back to an external model.
create once -> keep sensitive data local -> reuse locally afterwards
TechTahi keeps the speed of LLM-assisted creation while reducing privacy risk, repeated interference, and deployment dependence. The result letter example shows this clearly in practice.
This activity reinforces the privacy rule. Use the LLM to create the letter tool and layout, but keep the real student data local. The prompt should describe the structure only, and the actual student name and grade should be entered later in the generated page.
This slide highlights a strong TechTahi use case: generating tools that work locally, keep data on the device, and avoid unnecessary internet upload. That makes it useful for private notes, local search, and security-conscious tasks.
This activity shows how TechTahi can strengthen a simple idea before the main code generation step. Start with a short prompt, use Copy Enhance Query, let an LLM expand it, paste that enhanced result back into Prompt Builder, then use Copy Main Query to generate the final code. This also helps when you want to build more complicated systems, not only small demos.
At work, you may need to plot something from data so people can understand the pattern quickly. A picture can be worth a thousand words: for example, turning x, y, z measurements into a surface map, or showing system activity as a live line chart. Here we show what you can do with TechTahi when data needs to become a clear visual story.
At work, you may need to adjust or inspect an image quickly without opening specialist software. A simple visual tool can save time: for example, checking whether a scanned document is clearer in grayscale, applying filters to highlight details, or rotating and flipping an uploaded image for a report. Here we show what you can do with TechTahi when an image needs to become easier to view, compare, or present.
At work or in a workshop, you may need a quick prototype that feels visual, interactive, or memorable enough to explain an idea. A small demo can make an abstract concept easier to understand: for example, showing a 3D model, placing a point on a map, or creating a QR code for a handout or event. Here we show what you can do with TechTahi when the goal is to make an idea more engaging and easier to share.
For teachers, TechTahi outputs can become interactive classroom objects, not just separate web pages. Here I will show how to add these interactive tools into PowerPoint so they can support explanation, demonstration, and student engagement during a presentation.
TechTahi can support a richer result than code alone. While many LLM workflows mainly return code, TechTahi can now work with ready-to-use images, sound files, and transparent icons so interfaces feel more visual, polished, and interactive from the start.
Yes and no. TechTahi is excellent for small, functional applications and rapid prototypes. Larger systems can start there, but eventually benefit from modular design and conventional software engineering discipline.
TechTahi is more than a code generator. It is a practical access tool for students, teachers, and community users who want to build useful digital resources without needing a coding background or a premium subscription to famous LLMs.
The next step is to think about your own work, teaching, or community situation. Choose a real problem, turn it into a small case study, and then write prompts that are clear enough for TechTahi and an LLM to help you build a useful first version.
TechTahi can generate many impressive single-page apps, not just simple forms. Start with the dashboard example, then try the earlier games, utilities, graph, language, and teaching prompts below.
TechTahi can turn a plain-language idea into a working, interactive teaching or productivity tool. It is useful for classroom activities, local data exploration, visual explanation, practice games, reports, and small custom apps that match a specific learning task.
Example: upload a student marks spreadsheet and instantly see class trends, risk areas, grade bands, and summary charts.
Example: create a prompt builder that helps students structure a task, compare outputs, and save a clean final prompt.
Example: ask for a research-methodology diagram tool where students enter stages and export a finished visual.
Example: build a poster maker where learners drag labels, colours, notes, and images into a printable layout.
Example: make a QR attendance checker or a camera activity that detects movement for a science demonstration.
Example: generate a virtual gallery where students place artefacts, labels, audio notes, and reflection prompts.
Example: turn revision questions into a timed quiz game with feedback, scoring, levels, and retry options.
Example: create a logic puzzle tutor that checks answers, gives hints, and explains the next best move.
Example: build an interactive campus map for finding rooms, planning routes, and marking support services.
Example: collect form responses and produce a polished certificate, feedback sheet, or summary report.
Example: design a pronunciation practice activity with sound, repeat attempts, progress, and celebrations.
Example: create a tidy project board for managing student tasks, deadlines, notes, and review status.
Thank you for joining this workshop. If you have any questions, ideas, or suggestions, please feel free to get in touch.