What the corpus is
The corpus is the evidence the whole product rests on: every claim in a report, a positioning wedge, or a launch line resolves back to a real quote in it. Three things make it more than a pile of threads. It spans three lanes. A source declares which lane it serves, and the lanes do different jobs:- Grounding — quotable records: a post, a comment, a Q&A answer, a job description, an issue. Each carries its real permalink and a pseudonymized author, so a downstream quote always traces back. This is the cite-or-die spine.
- Magnitude — an absolute number (downloads, installs, search volume) attached to a theme after clustering. It weights how a need ranks; it never creates a theme on its own.
- Web — the agentic discovery lane, which reaches the long tail (niche forums, blogs, community threads) without a per-venue connector, ingesting only verbatim citations.
Where it’s saved
Inside a project, your research data is a single file:.metalworks/corpus.db. Everything you read — the posts, the comments — lives there, and it
stays between runs, so your collection grows as you do more research.
It’s kept out of git on purpose: it’s your raw research data, and you should decide whether and
where it goes. Your reports (the summaries you’d actually share) are saved to git; the raw
data isn’t.
If you’re not in a project, metalworks keeps the data in memory for the run and writes nothing
to disk.
Growing it
Everymw.research(...) saves what it read automatically — you never have to load anything
first. You can also add to your collection directly, which is useful for building up evidence
over time or across sources:
Updating an old report
A report reflects what you’d read at the time. After you’ve collected more, you can update a report instead of starting over — metalworks re-runs it against everything you have now and shows you what changed:What “what changed” tells you
The comparison has two parts:- The numbers — how many more conversations and distinct people showed up, and which needs appeared or faded. These are exact.
- The needs — which demand themes are new, gone, or moved. Because the analysis is written fresh each time, the wording of a need can shift slightly between runs even when it’s the same underlying thing; the numbers are the reliable part. Re-running on the exact same data shows no change.
Next
- Sources — the live catalog of where the data comes from.
- Build a source — add a grounding, magnitude, or discovery source.
- Projects — the
.metalworks/folder this lives in. - Use your own data — load conversations you already have.