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
Avid
@Av1dlive

You don't need billions to train the next ChatGPT All you need is a $100 and Andrej's Karpathy's Nanochat I used it for the last week here is what I found

Apply Image
Drag Post #2
Avid
@Av1dlive

---

Drag Post #3
Avid
@Av1dlive

<i>Disclaimer: the cost of compute is expected to go down the next decade. Even though my statement is hyperbolic , you can get a usable version in less than $100. This is a build and not a bold statement</i>. I do agree that the capex right now to train these AI models is insanely high, but I'm expecting that one day will come a time where we will be able to train awesome frontier models at really economical prices.

Drag Post #4
Avid
@Av1dlive

---

Drag Post #5
Avid
@Av1dlive

I spent ~$100 and one weekend training a ChatGPT-style model <b>from scratch</b> on my own notes, writing, and exported AI chats. It now answers in my voice and recalls my own ideas, with no API and no rented brain.

Drag Post #6
Avid
@Av1dlive

This guide is the version I wish I'd had: every command, every code change, and <b>plain-English explanations of the jargon</b> so you don't get stuck.

Drag Post #7
Avid
@Av1dlive

If you've never trained a model before, you're the target reader. Take it one step at a time.

Drag Post #8
Avid
@Av1dlive

## Read this first (what you're signing up for)

Drag Post #9
Avid
@Av1dlive

<b>What you'll end up with:</b> a small GPT, roughly as capable as OpenAI's original GPT-2 (2019), fine-tuned on your own data so it sounds like you and knows your stuff. You can chat with it in a ChatGPT-style web page.

Drag Post #10
Avid
@Av1dlive

<b>Honest expectations:</b> this is not GPT-4. It's "a kindergartener with your memories", charming, useful for recall and drafting, and confidently wrong sometimes. The magic isn't raw IQ; it's that it's <i>yours</i>, it's private, and you understand every part of it.

Drag Post #11
Avid
@Av1dlive

<b>What it costs:</b> about <b>$48–$100</b> in rented GPU time for the full run. You can learn the entire pipeline for <b>~$0</b> first (more on that below).

Drag Post #12
Avid
@Av1dlive

<b>Skills you need:</b>

Drag Post #13
Avid
@Av1dlive

• Comfort typing commands into a terminal (copy-paste is fine).

Drag Post #14
Avid
@Av1dlive

• Basic Python literacy helps for the data step, but I'll give you working scripts.

Drag Post #15
Avid
@Av1dlive

• <b>No machine-learning background required.</b> I'll explain the concepts as we go.

Drag Post #16
Avid
@Av1dlive

<b>Time:</b> budget a weekend. The actual training is ~3 hours; the rest is setup and preparing your data.

Drag Post #17
Avid
@Av1dlive

## The 60-second mental model

Drag Post #18
Avid
@Av1dlive

Training a chatbot happens in <b>two big phases</b>. Keep these straight and everything else makes sense.

Drag Post #19
Avid
@Av1dlive

1. <b>Pretraining</b> → produces the <i>base model</i>. The model reads a huge pile of internet text and learns one skill: predict the next word. This is where it learns grammar, facts, and reasoning. It's expensive (this is the ~3 hours of GPU time). The result talks like the internet, it can <i>complete</i> text but can't <i>chat</i>.

Drag Post #20
Avid
@Av1dlive

1. <b>Fine-tuning (SFT)</b> → produces the <i>chat model</i>. You show the base model thousands of example conversations so it learns to answer like an assistant. This is cheap and fast (minutes). <b>This is where your personal data goes in.</b>