Readigo: iOS App Uses Claude as AI Reading Coach for Kids

How Readigo Works
Readigo is an iOS app designed to help children practice reading aloud. Kids read stories into the device's microphone while interacting with an AI dragon character. The system uses speech-to-text to transcribe what the child says, then Claude compares the transcript against the source text to evaluate reading performance.
Claude's Specific Functions
- Scoring engine: Claude analyzes the transcript against the source text and returns structured scores for accuracy, fluency, pacing, and clarity.
- Feedback generation: Claude writes age-appropriate responses that are encouraging rather than corrective, calibrated to the child's specific age.
- Content adaptation: Claude adjusts difficulty and tone based on the child's reading level.
Development Insights
The developer found that getting the tone right for different age groups was the most challenging aspect. A 7-year-old who reads "cat" as "cap" needs a completely different response than a 12-year-old struggling with "necessary." Dozens of prompt iterations were required to make feedback feel like a supportive buddy rather than a teacher with a red pen.
Current Limitations
The app struggles with children who have regional accents where upstream speech recognition drops in accuracy before Claude even sees the text. This makes scoring feel unfair, and the developer hasn't found a clean fix yet. They're seeking input from anyone who has worked on speech-to-text for children or non-native speakers.
Availability
Readigo is available on iOS with a 7-day free trial. The app is free to try during this period.
📖 Read the full source: r/ClaudeAI
👀 See Also

Using Claude Code to Build a Japan Travel Blog with AI-Generated Art and Video
A developer used Claude Code to build a personal essay website about Japan, handling the entire creative pipeline including writing refinement, image transformation with Nano Banana Pro, video animation with Veo 3.1 and 3.0-fast, and deployment to Railway.

Claude debugging case: Agent failed silently due to missing parameter, framing mattered more than model
A developer used Claude to build a calendar agent, then spent 40 minutes having Claude debug it before realizing the write_calendar tool lacked an attendees parameter. When given full context, Claude identified the issue in 10 seconds.

Local Multi-Agent Research Assistant Saves 15-25 Minutes Per Task
An IT admin built a local multi-agent research pipeline using Ollama models that generates structured briefs in ~2 minutes instead of 20-30 minutes of manual research. The system runs on RTX 5090 with 64GB RAM and integrates with OpenClaw for agent management.

Developer Rebuilds LinkedIn Research Agent After Account Restriction
A developer rebuilt their OpenClaw agent to use LinkedIn's API instead of browser automation after mass-visiting 200 profiles triggered an account restriction. The new approach uses direct API calls for cleaner data and avoids detection.