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
Machina
@EXM7777

i'm going to teach you how to run Fable 5 on autopilot, using my own library of loops and goals... 25 workflows, each with a prompt and the exact tool it plugs into

Apply Image
Drag Post #2
Machina
@EXM7777

the method follows karpathy's recipe for agents: "here's an objective, here's a metric, here's your boundaries of what you can and cannot do. And go"

Drag Post #3
Machina
@EXM7777

every workflow below is exactly that... an objective, boundaries, and the proof it's done

Drag Post #4
Machina
@EXM7777

Fable 5 is the model built for this: it holds one job for hours without losing the plot, where other models wander off after minutes

Drag Post #5
Machina
@EXM7777

remember these two Claude Code commands:

Drag Post #6
Machina
@EXM7777

> /loop - a job that repeats on a schedule until it's done

Drag Post #7
Machina
@EXM7777

> /goal - a finish line you write once, and the model works alone until it's crossed

Drag Post #8
Machina
@EXM7777

one warning before you schedule anything: a model that never gets tired never stops on its own, and Fable is the most expensive model on the market

Drag Post #9
Machina
@EXM7777

run it without a budget and a stop rule and the bill will find you... every workflow below carries both

Drag Post #10
Machina
@EXM7777

the ready-to-run versions of these loops, and the training on turning them into income, live in the real time AI ops community: weeklyaiops.com

Drag Post #11
Machina
@EXM7777

# what's a loop?

Drag Post #12
Machina
@EXM7777

a loop is a job your agent repeats on a schedule: every morning, or every time something new lands

Drag Post #13
Machina
@EXM7777

five parts, always:

Drag Post #14
Machina
@EXM7777

> a schedule - when it wakes up

Drag Post #15
Machina
@EXM7777

> ONE change per round - it fixes the single most important thing it found, never everything at once

Drag Post #16
Machina
@EXM7777

> the same check every time - so this week's score can be compared against last week's

Drag Post #17
Machina
@EXM7777

> a state file - a text file where it writes what it did and what's queued next

Drag Post #18
Machina
@EXM7777

> a stop - a hard cap on rounds and a rule for what "done" and "blocked" look like

Drag Post #19
Machina
@EXM7777

it's the same shape frontier researchers run their own experiments on: change one thing, test it, keep it only if it improved, write it down, repeat

Drag Post #20
Machina
@EXM7777

the state file is the part almost everyone skips, and it's the part that makes every run smarter than the last