heyprof
AI-powered teaching and learning platform for all education sectors
Domain
Generative AI / EdTech
Development
Prof. Dr. Dirk Schieborn & Prof. Dr. Volker Reichenberger (private project)
Research
Steinbeis Analytics
Status
April 2026
heyprof is a web-based teaching and learning platform with an integrated AI tutor, designed for any setting where teachers and learners work together — from primary schools and universities to corporate training and tutoring. The AI tutor understands the exact context of the lesson and guides learners to understanding through Socratic dialogue, rather than providing ready-made solutions.
heyprof is a private project by Prof. Dr. Dirk Schieborn and Prof. Dr. Volker Reichenberger. Steinbeis Analytics conducts the scientific research into the platform's effectiveness.
For All Education Sectors
University & College
Lectures, seminars and tutorials with a RAG-based tutor grounded in your own scripts and slides.
Secondary School
Lesson-accompanying exercises with age-appropriate AI support and language training.
Primary School
Child-friendly tasks with visual support and text-to-speech materials.
Adult Education
Continuing education courses, exam preparation and language courses with speech output.
Corporate Training
Onboarding, compliance training and professional development with progress tracking.
Tutoring
Individual support with Socratic dialogue that leads to understanding rather than handing out solutions.
Corporate Training
heyprof is also suitable for in-house corporate training — from onboarding and compliance to specialist courses. Instructors create courses with their own materials, and the AI tutor guides employees through the learning process with full context awareness.
Template Courses — Get Started Instantly
heyprof offers a growing library of template courses that teachers can adopt and customise with a single click. Templates are available for:
Languages
English, Spanish and more — with AI speech generation via ElevenLabs and targeted listening and speaking exercises.
Business & Marketing
Business fundamentals, marketing strategies, case studies and exam preparation.
Computer Science
Programming, data structures, algorithms and software engineering.
Maths & STEM
Calculus, linear algebra, statistics, computer science and programming.
Whitepaper: heyprof – An AI-Powered Platform for Teaching
Reichenberger, Schieborn · March 2026 · Version 1.0
The Problem: AI in Teaching Without Context
Large language models can be used beneficially in teaching — yet learners are frequently left alone with general AI assistants. Beyond the problem of cognitive bypass, a common issue is that the AI's response does not match the learner's current level of knowledge. The AI does not know the current state of the lesson and therefore often delivers answers that are too complex or that impede the learning process by using concepts not yet introduced.
heyprof addresses these requirements by providing context-sensitive, targeted AI support. The AI tutor knows the exact text of the current task, the model solution and the instructor's private tutor notes, the learner's current code and relevant passages from the course materials.
Language Courses with AI Speech Generation
For language courses, heyprof integrates ElevenLabs Text-to-Speech with the multilingual model eleven_multilingual_v2. All course materials can be read aloud — with natural, native-speaker pronunciation in the target language. Learners can train listening comprehension and hear correct pronunciation directly in the context of each task.
Read-Aloud Materials
Inline buttons on all slides and texts that read content in the target language — ideal for language and primary school courses.
Targeted Speaking Exercises
Speech-based exercises where learners listen, repeat and practise in dialogue with the AI tutor.
Multilingual
Support for numerous languages with configurable voices, speed and language-specific pronunciation hints.
Technical Architecture
Frontend
Next.js 16 with React 19 and TypeScript (App Router). Tailwind CSS 4, shadcn/ui and Radix UI primitives. Mathematics rendered client-side via KaTeX. Dark mode and per-course colour themes.
Backend
Next.js API Routes (serverless) for all AI and business logic. Supabase (PostgreSQL with Row-Level Security) for data persistence and authentication.
AI Services
OpenAI GPT-4.1 and GPT-4o-mini for chat, assessment and summarisation; text-embedding-3-small for semantic document search (RAG); Whisper for lecture transcription; DALL-E 3 for cover images; ElevenLabs for multilingual text-to-speech.
Storage & Deployment
Supabase Storage for PDFs, images and audio. Semantic embeddings in pgvector. Deployed on Vercel with no dedicated server infrastructure.
Features for Teachers
Course and Session Management
Teachers create courses in the dashboard — either from scratch or from a template course — and receive an eight-digit access code. Each course is divided into sessions. The order of all elements can be adjusted via drag-and-drop.
Course Modules
Features such as exercises, playground, challenges, action weeks and read-aloud can be enabled individually per course. Available modules depend on the education sector of the course.
Material Management
Supports PDF, Word, text and HTML. Uploaded materials can be annotated. PDFs are automatically converted to responsive HTML (AI-powered, two-pass). After upload, materials are ingested: text is extracted, split into sections, embedded and stored in the vector store.
Task Editor
Three task types: free text, multiple choice and code (Python or SQL). For each task: model solution, private tutor instructions, labels and collections. Tasks can be imported from LaTeX. Cover images are generated automatically via DALL-E 3. AI-powered task collections can be generated from course materials.
Exam Management
Exams consist of numbered questions with scores and countdown timers. Questions can be imported from scanned PDF exam sheets via an AI pipeline. All submissions are available with AI-generated assessments.
Recordings and Transcription
Lessons are recorded in-browser and transcribed via Whisper. GPT-4o generates a structured summary — visible to all learners and part of the RAG context.
AI Configuration and Tutor Personalities
At course level, tutor instructions can be set for material and task questions. The tutor's personality is selectable: witty-clear (dry, direct), neutral (factual), metaphorical (vivid with analogies) or colloquial (informal, approachable).
Gamification
Weekly challenges with a raffle system and action weeks with a points system motivate regular participation. Teachers configure criteria, rewards and timeframes.
Features for Learners
Dashboard and Learning Studio
The dashboard shows enrolled courses with progress indicators. The Learning Studio combines all session content on one page: materials with PDF or HTML viewer, annotation overlay, lesson recording with transcript and summary, and the session's tasks.
Tasks — Six Submission Channels
- Text/Code — direct input with instant AI assessment
- Drawing canvas — freehand solution for mathematical or diagrammatic answers
- QR photo — smartphone scans QR code, takes a photo, answer appears on the desktop
- AI tutor — immediate Socratic support in the integrated chat
- Practice variant — AI generates a structurally identical task with different numbers
- Show solution — after a genuine attempt
Python and SQL Playground
Interactive coding environments directly in the browser: Python with CodeMirror editor and SQL with SQLite databases. The AI tutor knows the current code and database schema and can provide targeted help.
Community
Integrated forum for questions, feature requests and discussions with voting system and status tracking.
AI Features and Pedagogical Integration
Retrieval-Augmented Generation (RAG)
Before the AI tutor responds, its system prompt is enriched with the complete task text, private tutor instructions, the learner's current code, semantically retrieved passages from the course materials and the teacher's handwritten annotations. The AI responds using the concepts and notation of the course — not from the model's general world knowledge.
Socratic Mode and Explanation Mode
In Socratic mode, the tutor asks only counter-questions that move the learner one step forward without revealing the solution. In explanation mode, the tutor explains directly, actively and vividly — with concrete examples and everyday metaphors, referencing the provided materials.
Automatic Assessment
Text responses are assessed through a structured GPT-4o call. Handwritten or photographed solutions are analysed by the vision model and converted to LaTeX notation. The assessment immediately updates the progress indicator.
Pedagogical Principles
Constructive Alignment
Each task, tutor instruction and collection is linked to a concrete learning objective. The AI guides learners towards the expected solution — without giving it away.
Zone of Proximal Development
The Socratic tutor always attempts to identify the boundary of current understanding and ask a question that goes precisely one step beyond it.
Deliberate Practice
The variants feature enables immediate practice after understanding the original — same concept, new numbers, instant assessment.
Multimodal Input
heyprof accepts typed, drawn and photographic input equally, reducing the discrepancy between thinking and submission format.
heyprof demonstrates that AI support in education does not have to mean learners bypass the learning process. By embedding the AI tutor deeply in the task workflow, injecting pedagogical context and constraining it to Socratic guidance, a potentially harmful tool becomes an effective learning aid — whether at university, in school, in a company or in private tutoring.
© Prof. Dr. Dirk Schieborn & Prof. Dr. Volker Reichenberger. All rights reserved. Scientific research is conducted by Steinbeis Analytics.
Try It Now
heyprof is available online at heyprof.app. If you are interested in a personal demonstration or a conversation about using it in your educational context, we would be happy to hear from you.
Schedule a meetingWhitepaper
The full whitepaper describes the technical architecture, all features, the pedagogical foundations and the outlook for further development of the platform.
Download whitepaper (PDF)Prof. Dr. Volker Reichenberger, Prof. Dr. Dirk Schieborn · March 2026, Version 1.0