Structured breakdown reveals inner workings of a complex engine

A clean 2x2 grid disassembles the engine into schematics, material taxonomy, forensic wear analysis, and annotated connections.

Prompt

A new way to break down complex engines. works better if you just give it one engine 

 2x2 grid, 16:9, do this for 4 complex machines query BuildForensicInfographic($ machine: String = "[$SUBJECT]") {
EditorialCanvas(bg: "Slate Black") {
Schematics {
Exterior: render_full_assembly($ machine)
Interior: render_cross_section($ machine)
}
TaxonomyColumn {
Classes: fetch_material_families($ machine)
Renders: "Isolated, clean studio lighting of individual parts"
}
ForensicsRow {
WearTypes: fetch_degradation_physics($ machine)
Renders: "Extreme macro photography of surface damage"
}
Annotations {
Connections: "Orthogonal colored lines tracking parts to the interior schematic"
Text: "Hyper-dense engineering nomenclature"
}
}
}
Published: June 12, 2026 by