Auckland University of Technology logo

Discover TechTahi

AUT-developed AI-supported digital making

Interactive 2-hour workshop

Turn natural-language ideas into useful digital tools

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.

Educators and AUT staff School teachers and facilitators No advanced technical background required

Why this workshop matters

TechTahi makes digital creation more accessible by helping participants move from idea, to prompt, to working interface in a practical and visible workflow.

2 hours Intro, demo, guided practice, and discussion
Hands-on Participants actively use the system
AI-supported Natural-language prompts drive the workflow
Practical Focus on useful outcomes, not abstract theory

Who this workshop is for

This workshop is ideal for educators, AUT staff, school teachers, and others interested in AI-supported teaching, learning, and creative practice.

Educators

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

AUT staff

See how TechTahi can support internal experimentation, communication, and service-oriented digital prototypes.

Creative practitioners

Prototype playful, visual, and engaging outputs without starting from a traditional code-first workflow.

Community innovators

Prototype ideas that support participation, local storytelling, and community-focused digital solutions.

What to expect

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.

1

A short introduction to TechTahi and its purpose

Participants are introduced to the platform, the idea of natural-language prompting, and the kinds of digital tools TechTahi can help create.

2

A live demonstration

The facilitator shows how natural-language prompts can generate a working digital tool and how the result is previewed and refined.

3

Guided hands-on activities using the system

Participants copy prompts, try an LLM, and bring generated HTML back into TechTahi for testing and preview.

4

Discussion of practical applications

The group reflects on how TechTahi can support education, creativity, and community contexts.

Workshop outcomes

  • Understand the core workflow behind TechTahi.
  • See how AI can help turn simple ideas into interactive outputs.
  • Experience a complete idea-to-preview cycle during the session.
  • Identify practical uses in teaching, learning, and creative practice.
  • Leave with a realistic sense of where TechTahi is most useful.

Practical applications

TechTahi is especially useful when the goal is to move from concept to working prototype quickly, clearly, and collaboratively.

Education

Create interactive teaching tools, demonstrations, small simulations, and practice activities that make ideas easier to explore.

Creativity

Prototype digital experiences, storytelling tools, visual experiments, and playful interfaces from plain-language descriptions.

Community innovation

Support local initiatives, communication tools, and idea-sharing through accessible, low-barrier digital making.

Guided hands-on activity

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.

Step-by-step workshop task

1
Go to the main TechTahi page
Open the main interface and place your cursor in the Prompt Builder.
2
Enter a practical prompt
Ask for a nice and clean app that converts normal numbers to Roman numerals and Roman numerals back again.
3
Choose Copy Main Query
Use the TechTahi button so the full prompt is copied and ready for an LLM.
4
Start with Gemini
Open Gemini first, paste the copied prompt, and let Gemini generate the HTML response.
5
Bring the code back to TechTahi
Copy the returned HTML, click Paste Code, then choose Preview to test the output.
If the LLM does not return one single code snippet, send this follow-up instruction:
QUICK answer in a single HTML code block.

Example sample output

Inspired by intro/romanNumber.htm

Number -> Roman

1987
Clean layout Bootstrap UI Strict validation
MCMLXXXVII

Roman -> Number

MCMLXXXVII
Two-way conversion Immediate feedback Easy first activity
1987