Yarnia

Why We Built Yarnia: What Makes a Real Reading Aid

By Chris Schmidt, 2026-09-02

At its simplest, Yarnia is a children's reading app that takes an idea from your child and weaves a story they can read, color, share, and learn from. The problem we set out to solve is how to make a child genuinely invested in their own reading journey—and to do that, we started with the premise that they should be an active part of the creative process.

Behind the scenes, though, Yarnia is doing heavy pedagogical lifting that is easy to overlook and often hard to explain. Anyone can build a basic kids' reading app with a simple AI prompt—we know that. So what sets Yarnia apart?

This is where the engineering and learning science matter, and why we want to share our architecture openly.

Most reading apps fall into one of two traps.

The first trap is the digital drill: gamified flashcards and repetitive phonics exercises that treat reading like data entry. Children tolerate them for the cartoon fireworks, but they aren't reading real stories.

The second trap is naive AI: asking an LLM to "write a story for a 5-year-old." The story might be charming, but linguistically it is a disaster for a beginner. An emergent reader who has only learned short vowels suddenly encounters words like mysterious, knight, or journey. When faced with words they cannot sound out, children stop looking at the letters and start guessing. Guessing is a habit that derails reading progress, and I have seen this firsthand in real time with my own child's reading experience.

We built Yarnia because we believe there is a better way: giving children personalized stories about whatever they can imagine, while rigorously constraining the text to the letter-sound patterns they have actually been taught.

Here is how Yarnia works, why we built it this way, and what the science says about learning to read.


1. Grounded in the Science of Reading (Not Picture Guessing)

For decades, early literacy programs often leaned on "three-cueing" — encouraging children to look at the first letter, look at the picture, and guess what word would make sense in the sentence.

Reading science has thoroughly dismantled this approach. Cognitive scientists have demonstrated that skilled readers do not guess from context; they rapidly and automatically decode the letters on the page. In fact, guessing from context is the hallmark of struggling readers who lack decoding tools.

Yarnia is built around the Simple View of Reading (Gough & Tunmer, 1986):

Reading Comprehension = Decoding × Language Comprehension

The relationship is multiplicative. A five-year-old's spoken language comprehension is usually years ahead of their decoding ability. If you tell them a rich story about a dragon, they follow the plot easily. But if they cannot decode the printed words on the page, reading comprehension drops to zero.

And this equation is unforgiving: it is simply not possible to increase reading comprehension without in turn developing decoding ability alongside language comprehension.

Yarnia separates these two levers: your child brings the big imagination and spoken comprehension, while the software ensures the written text matches their decoding stage. This is a formidable challenge, because not all children are at the same stage, nor do we expect them to be. So how do we solve that?


2. A Phonics Scope That Builds from the Bottom Up

English has roughly 44 sounds (phonemes) spelled by over 250 letter combinations (graphemes). You cannot introduce them all at once, and the order cannot be arbitrary. A child cannot read shed before they know sh, and they cannot read digs before they understand how -s attaches to a simple CVC word.

Yarnia structures its stories across a cumulative phonics sequence that mirrors how the language builds:

Because each level includes everything below it, the readable vocabulary only ever grows. Our levels are defined strictly by which letter-sound patterns are available to the story, not by a grade band or an external score. The app does offer a rough comparison to Lexile and Fountas & Pinnell bands for parents who know those scales, but that comparison never decides what a story contains.

These comparisons are approximate. Lexile® is a trademark of MetaMetrics, Inc., and Fountas & Pinnell is a trademark of Heinemann. Yarnia is not affiliated with, endorsed by, or certified by either.


3. "Heart Words" That Graduate

Not every word in an early story can be sounded out right away. High-frequency words like the, said, or was are essential to telling a coherent story, but part of their spelling may not follow the patterns taught so far.

Many programs call these "sight words" and ask children to memorize hundreds of them as unanalyzed visual shapes. In Yarnia, we follow the research-backed Heart Word approach:

  1. Words are treated with attention to the irregular part: in the, the th is a regular taught pattern, and only the vowel sound has to be learned by heart.
  2. A word is either a heart word or decodable-by-pattern at each level, never both.
  3. Heart words graduate: like begins as a heart word at early levels, but the moment silent-e is taught, it graduates into a standard decodable word that your child can sound out.

4. Validate, Don't Hope: Why We Built a Deterministic Scanner

When you instruct an AI model to "write at an early reading level," it will still slip in off-level words. A prompt instruction is a declaration, not a control.

That is why Yarnia never trusts raw AI output. Every story generated at a decoding level passes through a deterministic scanner before your child ever sees it:

The measured score is stored honestly on the story record, and we use this data to ensure our stories deliver exactly what they claim to deliver.


4a. Progression: How Practice Evolves Within a Level

A common question parents and educators ask is: How does Yarnia decide what to teach next, and when does my child move up?

First, a foundational rule: Yarnia never automatically changes your child's reading level at this time. We do not believe in algorithmic demotions or surprise level jumps. You and your child choose the level (Spark through Legend), and that stays your choice. Learning to read is not a video game where a child should be kicked down a level for having a hard day.

Instead, Yarnia's intelligence focuses on adaptive progression within your chosen level:

Your child is never tested, quizzed, or handed a report card full of red marks. The curriculum simply adapts behind the scenes, ensuring that practice meets them right at their growing edge.


5. Why Our Illustrations Are Black-and-White Line Art

Look at a typical leveled reader, and you will often see full-color illustrations that give away the text. If the text says "The rabbit hopped into the garden," the picture shows a rabbit hopping into a garden. The child glances at the picture, says the sentence, and bypasses decoding entirely.

Yarnia's illustrations are deliberately decorative rather than informative:


6. Tap-to-Hear: Real-Time Phonics and the ensure-soundout-words Engine

When a child gets stuck on a word in Yarnia, they tap it to hear it sounded out or spoken.

Some parents ask: Is tapping to hear a word cheating?

The research says no. In the largest study of help types for young readers (Heiner, Beck & Mostow, 2004 — analyzing nearly 190,000 trials in an automated reading tutor), hearing the whole word read aloud while looking at its spelling was the single most effective form of assistance. Guessing from the surrounding sentence was the least effective.

Reading scientists refer to this as orthographic mapping (Linnea Ehri): hearing the spoken pronunciation while looking at the exact letter sequence is how the brain bonds printed words into sight memory.

The Sound-Out Card

When your child taps a word, it doesn't just blurt out flat speech:

  1. It opens an interactive Sound-Out Card.
  2. It breaks the word into the phonics chunks your child has actually been taught (onset-rime or individual letter sounds).
  3. It sounds out each chunk at a deliberate, measured slow pace (with 420ms pauses between sounds), and then speaks the blended whole word.
  4. Heart words and words with patterns not yet taught play as whole words rather than sounding out untaught rules out of order.

The Technical Breakthrough: ensure-soundout-words

In a traditional reading app, audio is recorded in advance and packaged inside the mobile app download. That only works if the app confines your child to a fixed vocabulary of a few hundred pre-recorded words.

In Yarnia, your child might create a story about a skateboarding velociraptor, a glittery spaceship, or a pet chameleon. The vocabulary is boundless. Pre-recording every possible word is impossible, but shipping a robotic browser voice would sound harsh and unnatural for young ears.

To solve this, we built a dedicated cloud audio pipeline powered by our ensure-soundout-words engine:

Furthermore, Yarnia keeps these taps private:


7. An Adult in the Loop (And Total Voice Privacy)

What Yarnia does not do is just as deliberate as what it does:


The Honest Boundary

We do not claim that Yarnia is a magic wand that promises to move standardized reading scores. At least not today. No app can honestly claim that without independent clinical efficacy trials.

What we promise instead is total transparency about what we built: an engine grounded in established early literacy research, wrapped in stories your child actually played a key part in creating, with engineering guardrails that keep learning to read honest, safe, and with some luck, FUN.