Some AI doesn't make pictures — it operates on text. Same idea, brand-new form: shrink it, simplify it, translate it, make it fancy. One model, many surgeries. Text goes in the door, different text walks out.
Type anything. These buttons are simple rules (no AI yet) that transform your words: SHOUT, whisper, reverse, pig-latin. The content stays; only the form changes. That's the whole idea of text-to-text — warm up on it here.
These are just rules a kid could write. The real model below does the same move — same content, new form — but it actually understands the words, so it can summarize and translate, not just flip letters.
This is FLAN-T5 — a real text-to-text model — running 100% on your own machine. Load it once, then put any paragraph on the table and press an operation. It really summarizes, simplifies, translates, and rephrases. No server, no fakery.
First load downloads the model from Hugging Face, then it's cached for offline use. On a 4GB laptop give it a minute. ☕
Once you can turn text into new text, a hundred tools fall out of the same idea. You already use these:
Your keyboard and email predict the next words — text in, more text out. Same seq2seq family, tuned to finish your sentence.
"Make it shorter / friendlier / more formal" buttons in docs and email are literally this model with a fixed instruction baked in.
Translate apps are the original seq2seq success story: read one language, write another. That's the T in T5's family tree.
A patient comes in with a goal. Choose the operation that gets them there. A real prompt engineer matches the tool to the job in a heartbeat — get 3 right to win the badge!
You met text-to-text: one model that transforms writing into new writing — summarize, simplify, translate, restyle. Same meaning, new form. You even ran a real FLAN-T5 seq2seq model on your own machine and found where it breaks.