TINYCLOUD

your ai agentfor video work
get it
or follow the setup guide →

what you can build

for everyone
3 videos
/gordon-ramsay-meme-gallery.html

find the gordon ramsay memes in 3 hell's kitchen videos

for founders & teams
4 videos
a highlights playlist
🧠 knowledge sharing
top moments · 7 clips · 19 min total
2:18
🔥 the mess we started with
tech debt so bad engineers stopped adding metrics
@ 02:14
1:54
green / yellow / red for AI risk
a simple framework for shipping ai features
@ 08:42
3:21
just let AI do your job
the lazy-first approach
@ 14:05
2:42
singletons: the mocking nightmare
why DI matters when ai writes your tests
@ 21:30
4:08
graphRAG — knowledge graphs + retrieval
going beyond vector search
@ 28:11
3:55
DSPy: never write a prompt again?
compile prompts from examples
@ 36:24
1:38
results: implementation time SLASHED
from 2 weeks to 2 hours, real numbers
@ 44:50

extract the top moments from our team meetings

for content marketers
4 videos
/lennys-combined-blog.html

turn these podcast episodes into a single shareable blog post

for creators
a captioned video
bbq.mp4 · ready to post
38s · captions burned in · 1080×1920

burn captions onto this bbq video so it's ready to post

for everyone
a recipe page
easy lasagna
preppy kitchen · serves 8–10
finished easy lasagna
prep
25 min
cook
48 min
total
1h 15
oven
375°F
ingredients
meat sauce
1 lb italian sausage1 lb ground beef1 onion2 garlic clovestomato pastecrushed tomatoesitalian seasoningfresh basil
ricotta filling
15 oz ricotta1 egg1/2 cup parmesanfresh parsleysalt
assembly
12 lasagna noodles16 oz mozzarellaextra parmesan
for serving
fresh basilextra parm shavings
steps · 9 total
  1. step 1
    step 1
    brown italian sausage and ground beef in a dutch oven
  2. step 2
    step 2
    sauté onion and garlic until translucent · ~5 min
  3. step 3
    step 3
    stir in tomato paste, cook 1 min until darkened
  4. step 4
    step 4
    add crushed tomatoes + italian seasoning · simmer 20 min
  5. step 5
    step 5
    boil noodles until just al dente · drain and oil
  6. step 6
    step 6
    mix ricotta with egg, parmesan, parsley, salt
  7. step 7
    step 7
    layer noodles → meat sauce → ricotta → mozz · repeat 3x
  8. step 8
    step 8
    bake covered 25 min · uncovered 20 min until bubbling
  9. step 9
    step 9
    rest 10 min before slicing · serve with basil
▸ make-ahead tip
assemble the night before, refrigerate, then bake from cold · add 15 min

build a lasagna recipe from this cooking video

for PMs
/workos-comic.html

turn a product demo into a step-by-step comic

for citizens
MEETING MINUTES
Mohave County Planning & Zoning
General Plan Review Committee Workshop
11 / 20 / 2024 · Kingman, AZ
▸ Attendees
Chairman Gillette · Vice Chair Perez · Commissioner Ross · Commissioner Watt · Commissioner Zelenak
Staff: Planner Moss, Clerk Avery, Deputy Thompson
▸ Meeting Opened
Chairman Gillette called the meeting to order at 9:02 AM. Roll call confirmed quorum (5 of 5 commissioners present).
▸ Agenda Item 1: Community Meeting Reports
General plan land use updates — Valle Vista & Fort Mohave / Mohave Valley.
  • Discussion on traffic / access via Superstition Drive
  • Concerns raised about water usage on quarter-acre lots
  • Proposed rezone from Rural Dev to Suburban Dev Area
  • Deferred to next workshop pending county engineer review
▸ Motions
Motion to defer Agenda Item 1 to 12/04 workshop · Perez · 2nd Ross · Approved 5–0
▸ Adjournment
Meeting adjourned at 10:47 AM. Next workshop scheduled for 12/04/2024.
Page 1 of 4 · Respectfully submitted, Clerk Avery

make a .docx of the meeting minutes from this town hall recording

for content marketers
an ad analysis
honda elevate · you're the chase
25 shots · 32s · 0.4 cuts/sec
HOOKvisual / stylistic · 5s · effectiveness HIGH
shot-by-shot · 5 zones
0:00#1man enters garageHOOK
0:03#2car bursts through environmentsHOOK
0:08#3polo · hang-gliding · lifestyle cutsMIDDLE
0:14#4couple in interior · ambient shotsMIDDLE
0:19#5tagline beat — you're the chaseBEAT
0:24#6couple drives off · sun flareMIDDLE
0:28#7honda logo + ctaCTA
▸ what works
strong visual hook in first 5s · clear lifestyle promise · consistent palette
▸ what doesn't
middle drags · tagline buried · no price/url shown

analyze the hooks in this honda ad and tell me what works

for creators
/gundam-tier-list.html

rank every gundam from this video into a tier list

for everyone
12 videos
/japan-travel-map.html

build a travel map from saved japan tiktoks

for founders & teams
4 videos
a chat app
founder talks chat
ask anything · 4 founders · grounded in transcripts
boris chernybrian halliganjenny wengrant lee
what does boris think about juniors learning to code now?
boris said the bottleneck shifted from typing to taste — juniors should still learn fundamentals but spend more time reading code than writing it.
boris cherny @ 14:32
“the bottleneck shifted to taste...”
and what about hiring? does grant agree?
grant lee runs gamma at 30 employees with $100M ARR. he hires for taste and leverage, not headcount.
grant lee @ 22:08
“30 people, 50M users, $100M ARR...”
what does jenny say about design tools?
jenny said the design process is closer to film direction than figma now. tools matter less than judgement.
ask another question...↑ send

make a chat-with-videos app from these founder talks

for developers
/game.html
▶ YT
JavaScript Game Tutorial with HTML Canvas
Franks Laboratory · 7h 28m · 88.2K subs
click + use arrow keys to play
html5 canvas tutorial · arrow keys to move, space to fire
game.js · excerpt
class Game {
  constructor(canvas) {
    this.player = new Player(this);
    this.input = new InputHandler();
  }
  update() { this.player.update(this.input.keys); }
  draw(ctx) { this.player.draw(ctx); }
}

turn this javascript tutorial into a playable game

for you

submit your build or idea

get running in 3 steps

1

install

terminal — bash
$ curl -fsSL app.cloudglue.dev/tinycloud.sh | bash
▓▓▓▓▓▓░░░░ downloading...
✓ tinycloud v0.2.0 installed
→ ~/.local/bin/tinycloud
$

one curl line, ~5 seconds. drops the tinycloud binary into your shell.

2

connect

cloudglue
api key
cg_•••• •••• •••• a4f2
connected

tinycloud asks for a cloudglue api key. grab one and paste it in.

3

drop in videos and ask

( ^_^ )tinycloud v0.2.0
>rank every gundam in this video
📹gundams.mp4🔗gdrive
→ analyzing 22 min footage...
→ identifying 24 distinct units...
✓ tier list ready

drag local files, paste paths, or connect zoom · gdrive · dropbox via cloudglue. then type a prompt at the > line.

Tinycloud 👀 watches all those videos sitting around & does work for you!

work with hundreds of hours of video
transcript · visuals · audio
lightning fast ⚡
best video understanding out there
backed by SOTA research
work with hundreds of hours of video
transcript · visuals · audio
lightning fast ⚡
best video understanding out there
backed by SOTA research

NOW IN BETA

& we want to hear from you!