Talk

Martial Arts Typographic Grid Prompt

From Wikiprompt, the free prompt encyclopedia

Gadgetify
Contributed byGadgetifyXSource

Aug 29, 2026

Martial Arts Typographic Grid Prompt A structured prompt for generating a 2x2 grid of typographic art representing four martial arts, using semantic compression and geometric reinterpretation.

Related media

Prompt ContentSave

🌐
2x2 grid, 16:9, do this for 4 martial arts: INPUT = "[TOPIC]" WORD = semantic_compress( INPUT, objective="short + visually distinctive + immediately related" ) DNA = infer({ "structures", "machines", "agents", "terrain", "symbols", "actions", "forces" }, from_=INPUT) def inspect(glyph): return { "stems": extract_stems(glyph), "bars": extract_crossbars(glyph), "curves": extract_curves(glyph), "diagonals": extract_diagonals(glyph), "counters": extract_negative_spaces(glyph), "terminals": extract_terminals(glyph) } def reinterpret(part, DNA): candidates = find_topic_forms_with_matching_geometry(part, DNA) return argmax( candidates, key=lambda x: shape_similarity(part, x) * semantic_relevance(x, INPUT) * functional_plausibility(x) ) WORLD = {} for glyph in WORD: geometry = inspect(glyph) WORLD[glyph] = { part: reinterpret(shape, DNA) for part, shape in geometry.items() } ACTION = infer_visual_action(INPUT) ACTION_PATH = solve_trajectory( action=ACTION, start=find_best_glyph_origin(WORLD), end=find_best_glyph_destination(WORLD), requirement="path should unify multiple letters compositionally" ) add( micro_agents=infer_scale_figures(INPUT), environmental_baseline=infer_shared_ground_or_context(INPUT), action_path=ACTION_PATH ) render( WORD, WORLD, medium="expressive monochrome brush ink", composition="wide typographic panorama", whitespace="very high", priority=[ "word readability", "functional transformation", "action storytelling", "microdetail" ] )

Sign in to see the full prompt

Continue with:

By logging in, you agree to our Terms of Use and Privacy Policy

Usage

This prompt is designed for use with creative. Copy the prompt content above and paste it into your preferred AI tool.

For best results, you may customize the placeholders (indicated by square brackets or capital letters) with your specific requirements.

References

Categories:creative| twitter| typography| martial-arts

Talk