Most of the code in Tauric Studio is written by Claude, Anthropic’s AI model, under direction from Gnarled Helix LLC. This page says how much, what a person decides, and what we built before it — in numbers rather than adjectives.
As of 15 August 2026, this product is 118 commits old — the first landed on 4 August 2026. Of those, 103 (87%) record Claude as a co-author in the commit itself.
git log --grep='Co-Authored-By: Claude' --oneline | wc -lIt counts commits, not lines — a one-character fix and a thousand-line module weigh the same. The size of what they built:
The direction is ours. Gnarled Helix LLC decides what gets built, what the code is held to, and what ships — the model is not asked what the product should be, and it does not decide when its own work is good enough to release. The rules it works inside are written down in the repository and are the same ones this site is held to: no copyleft licence anywhere in what we hand out, analytics that load nothing until somebody opts in, and a server that only ever receives your work when you ask it to — a collaboration session you started, or a DWG import you confirmed first.
Responsibility does not move either. If something here is wrong, it is wrong on us.
Gnarled Helix LLC was founded in 2022 and has been working since well before any of this. Open Sourcerer is still not out — and that is why this exists. The editor we built to make its levels turned out to be the thing worth finishing first, and this is that editor, taken out of the game and given a job of its own.
A 2D platformer where you write your spells in JavaScript. Five years of work by people, and the source of every capability in the ledger below.
Chess on the same sixty-four squares as a working factory. The first thing we put out — an open prototype rather than a finished game, and still the one you can go and play.
The sprite libraries Tauric Studio runs on: protosprite-core and protosprite-three are dependencies of this app, listed on our licences page like every other. Written by hand, before this project existed.
The Open Sourcerer codebase is 6,249 commits from 28 contributors, starting in January 2021. 260 of them (4%) record an AI co-author, the earliest in February 2026 — so around 96% of it was written before a model touched the repository at all. That repository is private, so you have our method and our number rather than a link.
What crossed into this one is easier to see by capability than by file. Each of these is something the product can do because somebody else did it first, sized by what implements it here now:
Claude learned to write this code from an enormous body of published work. Its authors were not asked, are not listed anywhere, and are owed nothing under any licence — which is a reason to write them down rather than a reason not to. Nobody can enumerate that corpus. What we can enumerate is the specific published work this product implements, so here it is, with links.
This is not the licence page. Everything we ship that carries an actual licence obligation is at /licenses, separately and in full.
Tauric Studio exists because work made in one tool is stuck in it. A map drawn in Tiled does not open in AutoCAD; a plan drawn in AutoCAD does not become a tile map; and the file that survives every hop between them is usually a picture of the work rather than the work. Fixing that is not a feature. It is ten file formats read and written properly, each carrying as much of the work as it can hold — a great deal of exacting, unglamorous code for a small team to write.
So we write it this way. Empty repository to a deployed editor — protobuf save format, live collaboration, ten formats in and out, a sandboxed scripting layer — in eleven days. The speed is not the point. The point is that a team this size can take on a problem this shape at all.
What that trades away is a particular kind of scrutiny, so that is where the effort goes instead. Every change runs the whole test suite. Anything that touches your files, your data, or someone else’s name is read line by line before it ships.
info@gnarledhelix.com. Gnarled Helix LLC, gnarledhelix.com.
Counts taken 15 August 2026.