Skip to content
CONCEPTS
3 min readЧитать на русском

Chaos-Frame Feed Architecture: One Hero, Eight Outtakes

Your SMM team feeds an AI generator a brief for a 3×3 Instagram grid. Nine polished hero shots come back, perfectly styled, each one a small ad. Posted to the feed, it reads as exactly that — an ad. Engagement is flat. The team knew real creator feeds don't look like this: one polished shot anchors the rest, and the rest are reactions, behind-the-scenes, failed takes, ambient detail. But each prompt asked for "one polished frame," and the generator obliged nine times.

What follows is the prompt shape that returns nine frames where only one is intentional — and the other eight are chaos by design.

The chaos-frame feed architecture is a prompt pattern for 3×3 social-media feed grids (Instagram, TikTok) in which only one of nine frames features the subject intentionally. The other eight are deliberately chaotic: reactions, behind-the-scenes, failed shots, ambient detail, outtakes. Polish becomes a scarce resource within the layout, and scarcity is what reads as authenticity.

The shape

A grid of 9 frames, 3×3:

  ┌─────┬─────┬─────┐
  │  A  │  B  │  C  │    Row 1
  ├─────┼─────┼─────┤
  │  D  │ ★E★ │  F  │    Row 2  (★ = hero frame, 1 of 9)
  ├─────┼─────┼─────┤
  │  G  │  H  │  I  │    Row 3
  └─────┴─────┴─────┘

Only frame E features the subject centrally, hero-styled.
A, B, C, D, F, G, H, I — all "real camera roll" chaos:
  detail, atmosphere, reaction, failed-take, object, mood,
  gesture, off-topic but context-tied.

Why intentional chaos

The native aesthetic of social feeds is not polished hero shots. A feed of nine polished shots reads as an ad; a feed of one polished shot and eight behind-the-scenes reads as a person.

The architecture captures this: polish is scarce by design. One frame carries the intentional aesthetic; the rest carry texture, environment, personality, authenticity signals.

System-prompt discipline

The pattern's system prompt must declare:

  • Which frame is the hero — typically center-frame E in a 3×3; can be randomized per project.
  • A chaos typology for the other eight — each non-hero frame is assigned a different flavor from a list (detail closeup, ambient texture, reaction shot, failed-take, object-only, mood frame, gesture frame, off-topic-but-context-tied).
  • Visual coherence rules — all nine frames share environment, lighting state, and time of day (the same continuity rule used in shot-list generation: anchor stable, optics vary).
  • Per-frame specifications — aspect ratio per frame (4:5 for Instagram feed base, 9:16 for TikTok), style notes, reject conditions.

Two canonical platform templates: a 4:5 Instagram base with "real camera roll" energy, and a 9:16 TikTok base with creator energy. Same architecture, different downstream aspect.

Why it's a distinct architecture

A standard campaign generator that produces five polished hero shots with varied camera work reads as commercial. The chaos-frame architecture produces nine frames with one polished, reading as authentic. Same generator under the hood, very different prompt architecture, very different downstream aesthetic.

The insight: feed aesthetics are about the ratio of polish to chaos, not about absolute quality. Nine polished frames look worse on a feed than one polished plus eight chaotic, even though the polished frames cost more per unit.

Failure modes

  • Chaos drift into hero. The LLM applies some chaos to the hero frame because "it feels more authentic." Counter: the hero frame's prompt is separate and explicit about its polished status.
  • Polish leak into chaos. Non-hero frames end up composed and hero-like. Counter: explicit anti-direction — "this frame is a failed take, deliberately off-center, focus slightly wrong."
  • Incoherent environment. Nine frames that feel unrelated (different lighting, different time, different location). Counter: continuity rule — all nine share environment; only intent varies.
  • Genre drift. Instagram base used for TikTok content or vice versa. Counter: template selection is the entry-point decision; enforce format conformance downstream.

Generalises

  • Portfolio pages. A grid where only the feature piece is the deliverable; surrounding pieces are context (sketches, WIP, references).
  • Photojournalism spreads. One hero photo surrounded by supporting detail shots.
  • Documentation screenshots. One feature shot; eight surrounding shots showing state, process, edge case, error case.

The pattern: a deliberate ratio of polish to chaos within a fixed layout produces authenticity signals that uniform polish cannot.