Education ∪ Math ∪ Technology

Month: August 2026 (page 1 of 1)

Start With Formative Assessment

If I’m only allowed to pick one thing in order to improve instruction at a school, I’d start with formative assessment. Why? Every other improvement relies on it.1

Crucially, one cannot know if a change is an improvement without having a metric with which to measure that improvement. Educators need to know if something they try works, and the answer to whether it works is, “Did it improve the thing we were hoping to improve?” Knowing whether something has improved relies on measurement, which means that one needs to get good at measurement before trying anything else. Formative assessment is the easiest way for educators to enact measurement in a way that will support their teaching efforts rather than detracting from them.

Obviously, there is research about what kinds of things work or do not work, but this research is usually hard to find, hard to interpret, and hard to contextualize. It would be ideal if educators had time to pour through the research to see what will work in their school contexts, but educational research is mostly scattered, disorganized, and unusable.

Formative assessment can be immediate (which students should I pick to answer this question?), short-term (how well did students understand this lesson?), or long-range (how well are students learning this subject?). In all three cases, educators get information they can use to judge whether some improvement effort they are making makes a difference. One does have to be a bit careful with immediate and short-term formative assessment to ensure that they match the long-term assessment results, as performance is not the same as learning, but most improvements will carry through over any time-scale.

Formative assessment is generally affordable, scalable, and unobtrusive as far as changes in schools go. It doesn’t mean it’s easy! Lots of schools confuse formative assessments with the formative assessment practices but any level of following formative assessment practices is an improvement over not using formative assessment.

The greatest strength of formative assessment is that it gives educators and their students information about how learning is going, which is crucial to any other kind of change you might want to make in schools.

How Humans Are Smarter Than AI

Fawn Nguyen recently updated her terrific Visual Patterns website and mentioned how she used AI to help her rebuild the site. She also updated the patterns on the website to all use squares instead of some of the random shapes previously used in patterns.

This got me wondering: how well can AI make sense of the patterns themselves? I decided to do some investigation.

I uploaded this pattern to Gemini.

A growing linear pattern

And this is Gemini’s response when asked to analyze the pattern and determine a rule matching the pattern, and then annotate the image to make it apparent how the rule matches.

Gemini’s first attempt

I decided that this response was a bit too detailed, and asked it to simplify the image and focus on the annotation instead of including all of the explanation on the image itself. For a simple linear pattern, Gemini’s output is more than adequate (although, it does have an error in the figure n element of the image).

Simplified annotations

Next, I tried this same task with Claude.

Claude’s attempt at a linear pattern

Interestingly enough, Gemini and Claude have different ways of decomposing the visuals to represent the linear pattern. The simple task that a 6th grade student can do was completed by both AI tools I tried.

Next, I moved onto a more complicated pattern. I fed this quadratic pattern into both tools to see what the AI models could do with it.

A growing quadratic pattern

This is where the AI models struggled. Initially, Gemini treated the visual as a growing linear pattern, and tried to get their annotation and formulas to match linearly. Claude simply did not attempt the annotation at all, although it seemed more aware this pattern is quadratic in nature.

Here’s Gemini’s output. There are obvious errors in the output, including Gemini completing missing a column of the right part of the 3rd figure.

Gemini’s fit to a linear pattern

Here’s Claude’s initial attempt. Notice how the AI model does not follow my instructions on visually annotating the pattern and instead just counts the squares and comes up with a formula. This formula also isn’t displayed correctly.

Claude’s first attempt: no annotation

I asked Claude next to make explicit and direct connections between the visuals and the formula. I even told Claude another form of the formula is Total squares = 2n(n+1) + 3. Here’s what it came up with.

Claude’s attempt at annotation

Notice how it tries to fit the +3 to the three squares at the bottom of the image, even though these three squares are not what most people who see this image think of as the constant part of the image. On the other hand, at least Claude is able to correctly match the value of n to the formula and has shaded the right number of squares. It doesn’t make use of the structure of the shape at all.

Here are a couple of the ways my students have seen the structure of one of the terms pattern over the years. Notice that the structure is very clear, especially the symmetry inherent in each figure of the pattern. While these images do not explicitly show students making connections between a formula and the figures, my 8th grade students this past semester could nearly all visualize this relationship and come up with it on their own.

Student annotation of strategies


The human mind makes use of visual structure in a way that the models I tested did not. The AI models I tested, which are the general free models available to consumers, are not yet as “smart” as middle school students in seeing and making use of mathematical structure.

This amazes me in a way, since I recently read that some of these models have made headway on incredibly complex mathematics and even outputted proofs or counter-examples to theorems not yet proven by mathematicians.