research-document
FE-012C Manual Multi-Model Replication Kit
FE-012C Manual Multi-Model Replication Kit
Purpose
FE-012C manual replication is a human-operated kit for comparing primitive grammar extraction across GPT, Claude, and Gemini through their web interfaces.
It is designed for transparency and reproducibility.
It does not use APIs, automation, or SDKs.
Directory Structure
protocol.mdprimitive-definitions.mdevaluator-rubric.mdexperiment-log.mdpacket-index.mdpackets/responses/gpt/responses/claude/responses/gemini/comparison/
Replication Workflow
- Open a packet from
packets/. - Paste the entire packet into GPT-5.
- Save the JSON response in
responses/gpt/. - Paste the identical packet into Claude.
- Save the JSON response in
responses/claude/. - Paste the identical packet into Gemini.
- Save the JSON response in
responses/gemini/. - Do not modify the packet prompt.
- Compare outputs only after all model responses are collected.
No model should ever see another model's response.
File Naming Convention
All packets and responses use stable packet IDs so results can be compared across models, runs, and future replication rounds.
Packet files use the form:
packets/FE-012C-P001-scientific-method.md
Response files use the form:
responses/gpt/FE-012C-P001-gpt.jsonresponses/claude/FE-012C-P001-claude.jsonresponses/gemini/FE-012C-P001-gemini.json
Do not rename packet IDs later.
Do not store model responses without packet_id.
Do not mix GPT, Claude, and Gemini outputs in the same folder.
Limitations
- No APIs
- Human-operated
- Transparent methodology
- Model agreement does not prove the theory
- Disagreement is useful evidence
Notes
This kit supports model-based replication, not human validation.
Report Generation
Run report generation from this experiment directory with:
npm run report
Reports are generated in reports/.
Generated reports reflect the current response files and should not be hand-edited except for clearly marked commentary files.