Hi,👋 we have updated the app and fixed multiple bugs. We are lacking funds, request to free user not to use Adblock. Ads are non intrusive. 😊

Carousel Studio

Repurpose X Threads into LinkedIn & Instagram Carousels

Thread Truncated (Cap Enforced)

Only the first 20 tweets are unrolled into slides to ensure reliable PDF exporting and high server performance.

Canvas & Ratio

Choose your destination platform format


Layout Template

Choose a content structure for your slides


Preset Themes


Typography & Sizing

Title Font Size36px
Body Font Size18px
Header & Footer Size12px

Brand Kit Customization

AGENCY

Configure brand assets for headers & footers

MULTI-PROFILES (AGENCY)
AGENCY
SAVE PRESETS (AGENCY)

Outro Slide CTA

Customize your closing call-to-action slide

#1
#2
#3

Background Pattern

Source Content

Build Your Carousel

Drag and drop any post card below onto a slide, or use the quick buttons to insert content/images instantly!

Drag Post #1
Samuel McDonnell
@samueljmcd

<i>Loop engineering is the new label. The hard part is the one it has always been. Verification.</i>

Apply Image
Drag Post #2
Samuel McDonnell
@samueljmcd

<i><b>Tip: You can copy and paste this article into Claude and ask for the best insights if you don't want to read it all!!</b></i><b></b>

Drag Post #3
Samuel McDonnell
@samueljmcd

There is a line doing the rounds. Boris Cherny, who created and now heads Claude Code, told the Fortune Brainstorm Tech audience in June that he no longer writes the prompts himself. His phrasing was that it is now another Claude doing the prompting. On a given morning he is managing hundreds of agents, sometimes thousands.

Drag Post #4
Samuel McDonnell
@samueljmcd

The framing that has grown up around this is "loop engineering." The pitch goes in three phases. 2024 was writing good prompts. 2025 was running agents in parallel. 2026 is building the loop that runs the agents for you. You stop typing prompts and start designing the system that types them.

Drag Post #5
Samuel McDonnell
@samueljmcd

That framing is fine as far as it goes. It also buries the part that decides whether your loop ships anything. A loop is a generator wired to a verifier. The generator was never the bottleneck. The verifier is.

Drag Post #6
Samuel McDonnell
@samueljmcd

Apply Image
Drag Post #7
Samuel McDonnell
@samueljmcd

## What a loop actually is

Drag Post #8
Samuel McDonnell
@samueljmcd

Strip the language back. A loop replaces the human cycle of prompt, read, prompt again with a self-running cycle: discover, plan, execute, verify, repeat until a condition is met. The agent drives its own iterations. You design the track it runs on.

Drag Post #9
Samuel McDonnell
@samueljmcd

The simplest version is a single agent looping over its own output. Research, draft, compare against the goal, fix the weak spots, repeat until it clears the bar. It is a person rewriting a draft, except the person does not get bored.

Drag Post #10
Samuel McDonnell
@samueljmcd

The larger version is a fleet. A goal goes to an orchestrator. The orchestrator splits it and hands pieces to specialists. Specialists hand detailed work to sub-agents. The tree runs discover, plan, execute, verify at every level until the goal is met. One is a single author. The other is a team running a project end to end.

Drag Post #11
Samuel McDonnell
@samueljmcd

Apply Image
Drag Post #12
Samuel McDonnell
@samueljmcd

None of this is new in kind. It is the same agent loop you already run, with the human stepped out of the inner cycle and moved up to the design of it.

Drag Post #13
Samuel McDonnell
@samueljmcd

## Open and closed

Drag Post #14
Samuel McDonnell
@samueljmcd

There are two shapes, and the difference is the whole game.

Drag Post #15
Samuel McDonnell
@samueljmcd

An open loop gives the agent a wide exploratory space. Conditions and a goal, but freedom in between. It can find paths you did not specify and produce things you did not plan for. This is where genuinely novel output comes from. It also burns tokens at a rate most budgets cannot absorb, and on loose criteria it turns into a slop machine. The freer the loop, the more it depends on the thing checking its work.

Drag Post #16
Samuel McDonnell
@samueljmcd

A closed loop pins the passes down in advance. Clear goal, defined steps, evaluation at each step, a stopping condition or a handoff to a human with the run data attached. The agent still loops, but inside a frame you built. It runs on a normal budget because the paths are bounded.

Drag Post #17
Samuel McDonnell
@samueljmcd

Apply Image
Drag Post #18
Samuel McDonnell
@samueljmcd

Closed loops are what produce results today. People credit the autonomy for that. The autonomy is not the reason. The evaluation gate is. The gate is what stops a confident wrong answer from propagating into the next iteration, and the next.

Drag Post #19
Samuel McDonnell
@samueljmcd

This is where most loop content goes quiet. Everyone draws the discover, plan, execute, verify diagram. Almost nobody says anything precise about the verify box. That box is the product. The rest is plumbing.

Drag Post #20
Samuel McDonnell
@samueljmcd

## Where the loop comes from