Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Fluo: Multi-Agent Language Learning
Learn how to build an adaptive language learning system using a multi-agent architecture with FastAPI, SQLAlchemy, and OpenAI. This talk explores note extraction, knowledge persistence, lesson planning, and dialogue agents.
My partner is Turkish, and I’m taking classes to learn his language. But there’s a gap that no textbook or classroom can fill—I don’t have a learning companion who actually knows what I’ve learned and can meet me where I am. So I built it.
Architecture Overview
I built a multi-agent conversational system using FastAPI, SQLAlchemy, and OpenAI’s API (GPT-4o + Whisper + TTS). The system maintains persistent state of the learner’s knowledge and dynamically adapts conversation difficulty in real-time.
Core Components
- Note Extraction Pipeline (NoteExtractorAgent)
Accepts multiple image uploads or raw text input
Uses GPT-4o’s vision capabilities to parse handwritten/printed class notes
Extracts structured data: vocabulary (target word, native translation, example sentences) and grammar concepts (name, description, usage examples)
Supports configurable native/target language pairs
- Knowledge Persistence Layer
SQLAlchemy ORM with SQLite backend
Per-language vocabulary and grammar tables with fluency tracking (low/medium/high)
Tracks times_practiced and times_correct for spaced-repetition-style prioritization
- Lesson Planning Agent (LessonPlannerAgent)
Selects vocabulary/grammar items prioritizing low-fluency scores
Generates a structured lesson plan constrained to CEFR levels (A1-C2)
Passes both practice items and all known items to enable natural vocabulary reuse without exceeding learner’s level
- Dialogue Agent (DialogueAgent)
Maintains conversation state and full transcript
Bidirectional speech support: Whisper for STT, OpenAI TTS for audio responses
Receives lesson plan + full knowledge context to stay within learner’s vocabulary bounds
Detects conversation end signals and handles graceful session termination
- Analysis Agent (AnalysisAgent)
Post-conversation transcript analysis
Identifies: correctly used target vocabulary, grammatical errors, new words attempted
Updates fluency scores in database based on performance
Related projects
VisionClaw Agent an Agentic AI Corporation Platform
Chicago
Discover how an AI corporation with 14 specialized personas autonomously manages business operations, from revenue to R&D, by…
Soul, Memory, Skills, Brain: Building a Zero-PII Personal AI Agent in Docker
Austin
Learn to build a zero-PII personal AI agent in Docker, featuring persona, memory, skills, and configurable LLMs, with…
Words to World, AI learning strategies for building world models.
San Diego
Explore AI that builds physically real worlds from text, navigates them with robots, and learns through self-modifying code…
From 1 Agent to 11: Patterns for Multi-Agent Systems That Actually Work
Columbus
Discover how 11 specialized AI agents manage a technology organization, sharing an encrypted CRM and operating under a…
ibaAgent: Agentic time-series analysis.
Nürnberg
Learn how to analyze high-resolution time-series data with an agent that writes and executes Python scripts locally. Discover…
AI for people who still print their email: how we put a 25-tool agent in front of 50-year-old accountants without a single hallucinated delete
Poland
See how a 25-tool AI agent was successfully deployed as the main interface for non-technical accountants, ensuring safe…