I Built an Amigurumi Pattern Generator That Actually Works (The AI Never Touches the Stitch Counts)
Most AI crochet pattern generators hallucinate impossible patterns. I built one where a deterministic stitch-geometry engine writes every round, so the counts are always valid — and found the gap by researching what crocheters were actually angry about.
there’s a quiet scandal in the crochet world: people are buying “AI-designed” patterns off Etsy, sitting down with their yarn, and discovering the instructions are nonsense — stitch counts that don’t add up, rounds that can’t close, a photo of a fox attached to a pattern that makes a lumpy ball. NBC News covered it. Crochet bloggers now write whole posts on how to spot the fakes, because, as one put it, “we aren’t able to actually crochet these AI-generated designs — they are not real.”
that’s not a content problem. that’s a math problem. and it’s exactly the kind of gap worth building into.
the lesson from last time: research the demand FIRST
i’ll be honest — the tool i built right before this one (a system-diagram generator) was cool but i picked it backwards: i had a neat idea and went hunting for an audience afterward. it works, but “who’s this for?” was an afterthought.
so this time i flipped it. before writing a line of code, i researched what people were actively asking for and not getting. the crochet thing kept surfacing: huge, passionate audience, a real recurring complaint (“every AI crochet pattern is broken”), people literally searching “crochet pattern generator that works” — and every existing tool either hallucinates or is a fixed-template toy. demand first, build second. that’s the whole difference.
why every other AI crochet tool is broken
the mistake is the same one i keep preaching against: letting the language model produce the final artifact. an LLM asked to “write a crochet pattern” will happily emit R5: 24 sc (30) — a round that says 24 stitches but claims 30. it has no idea that’s impossible. it’s pattern-shaped text, not a pattern.
here’s the thing, though: amigurumi shaping is deterministic geometry. a crocheted sphere isn’t a mystery — it’s a known formula. start with 6 stitches in a magic ring, increase by 6 each round (6 → 12 → 18 → 24…), work straight across the middle, then decrease by 6 each round back down and close. a cone, a cylinder, an egg — all have exact, known per-round math at a given gauge. there is no guessing involved.
the build: the AI picks shapes, the engine writes the rounds
so i split the job in two, the same pattern as the stickman video engine:
- the AI’s only job is to look at “a chubby sitting fox” and pick the parts: a sphere head (size 30), an egg body, two cone ears, four little cylinder legs, a cone tail, the colors. it fills a strict schema. it never writes a single stitch count.
- a deterministic engine takes each part and generates the actual rounds with a real increase/decrease algorithm. before i wrote anything else, i tested that engine against the patterns experienced crocheters know by heart — a sphere of 24 produced exactly
6, 12, 18, 24, 24, 24, 18, 12, 6, the textbook amigurumi ball. every shape, every size: mathematically valid, every round closes.
that split is the moat. the AI literally cannot hand you an impossible pattern, because it never touches the numbers. a text-farm competitor can copy my prompt in an afternoon — they can’t copy a geometry engine that guarantees correctness. (i validated the engine with a 60-line test before building the UI; if the riskiest assumption hadn’t come back green, there’d be no tool.)
what it honestly is — and isn’t
it gives you a complete, printable pattern: materials, every part round-by-round, assembly notes, estimated finished size. every round is real and crochetable — that’s the promise no other AI tool will make.
what it doesn’t do is guarantee the finished toy looks exactly like the words “sitting fox” in your head — the personality comes from your colors, your face embroidery, where you sew the limbs. it builds you correct, makeable shapes; you bring them to life. i’d rather promise the part i can actually deliver perfectly than fake the part i can’t.
it’s free, no sign-up, runs for $0 on GLM’s free model plus your browser. if you’re new to reading patterns, i wrote a beginner’s guide to reading an amigurumi pattern and one on what amigurumi gauge actually means.
Try the Amigurumi Pattern Generator → — describe a toy and print a pattern you can actually hook. unlimited runs are free with your own GLM key (referral; funds these builds).
Some links may be referral links, always marked. Full disclosure →