Morning Brief
2026-04-19 · 18 sources
Codex eats the AI app stack while a stay-at-home mom out-earns most engineers gifting corporate swag.
What Creators Are Saying
Nate Herk | AI Automation
Claude now drives video editing via plain English — worth cloning his workflow if you touch any media automation.
1 videos
Claude Just Destroyed Every Video Editing Tool
Animate and edit videos using Claude via natural language.
Nate hands you a repo and skill to turn Claude into a code-free video editor — prompt-driven motion graphics, subtitles, and full promos in minutes instead of hours.
details
What it is: A walkthrough of two methods for editing/animating videos with Claude — Claude Design (web app) and Hyperframes (HTML-to-MP4 pipeline built for agents).
How it works:
- Method 1 — Claude Design: The same web app used for sites and slide decks also animates elements. Nate builds a release promo by exporting a standalone HTML website from one Claude Design project, dropping that HTML into a new project, and prompting "turn this into an animated release video." Branding/fonts/scrolling banners carry over automatically.
- Method 2 — Hyperframes + Claude Code: More setup, way more power. Pitched as a better Remotion. Flow: prompt → preview → render. Pipeline goes HTML → browser → ffmpeg → MP4.
- Capabilities shown: on-screen text, karaoke-style subtitles synced to voice, motion graphics, charts, moving his own face around the frame, audio-reactive animations, terminal-style intros, chromatic radial splits, swirl animations, color schemes pulled from Anthropic branding (Claude 4.7 Opus font).
- Time savings: A 23-second clip that would take a decent editor ~2 hours manually was produced by prompting Claude. His editing team called it a game changer.
- Gotcha noted: One rendered video dropped his logo in the final export even though the draft had it — still needs human QA.
Tools & links:
- Claude Design — web app for sites, decks, and now animated video
- Hyperframes — HTML render-video framework built for agents (Remotion alternative); exact repo not shown on-screen in the snippet but promoted as the core tool
- Claude Code — pairs with Hyperframes to drive the animation code
- ffmpeg — final MP4 encode step in the Hyperframes pipeline
- AI Automation Society (free) — Nate's free Skool community with resources
- AI Automation Society Plus — paid courses + support
- Uppit AI — Nate's agency (work-with-me link)
- Nate promises a free repo + Claude Skill to replicate his setup — grab it from the video description / Skool community.
Why it matters for you: Pure instructive content — clone the repo + skill he's handing out, wire Claude Code into Hyperframes, and you've got a prompt-driven video editing pipeline you can fold into your own automation stack without learning After Effects.
7 previously covered
NetworkChuck
Nothing new.
1 previously covered
Cole Medin
Nothing new.
Chris Koerner on The Koerner Office Podcast
Corporate gifting is a $357K/yr side hustle hiding in plain sight — low tech, high margin, repeat clients.
1 videos
The Most Overlooked Side Hustle You Can Start From Home
Stay-at-home mom makes $357K doing corporate gifting.
A real, low-capital side hustle ($1K to start) with a concrete playbook you could run nights and weekends.
details
What it is: Rayma, a stay-at-home mom of four in Dallas, built a corporate gifting business doing $357K/year on 20 hours/week with zero marketing spend — purely organic growth in a $250B industry.
The business model:
- B2B service: companies (mostly tech sales teams) hire her to assemble personalized gifts for prospects, signed clients, event invites, and year-end holiday gifts
- Her niche: prospecting gifts — used to get cold calls answered or warm up stalled deals
- Pitch: a generic gift gets ignored; a hyper-personalized one bumps close rates meaningfully
How it works (the framework):
- Sales rep books a discovery call with her after a prospect meeting
- She runs a Q&A to extract personal details the rep heard: alma mater, kids' schools, hobbies (running, coffee, etc.)
- She assembles a themed box around that detail — e.g., TCU coffee mug + branded popcorn + running socks + tumbler with the client's logo
- Handwritten card included
- She handles all logistics (sourcing, branding, shipping)
- Client (Salesforce-type company) just hands her a list and context
Why it works:
- Dallas tech HQ boom = constant supply of B2B sales orgs prospecting big accounts
- Personalization is the moat — generic swag is everywhere and gets tossed
- Brand awareness sneaks in via logo'd items inside the personal gift
- Repeat revenue: same clients order prospecting → thank-you → event → holiday gifts
Startup reality:
- Under $1,000 to start
- 20 hrs/week
- No paid marketing — grew via referrals from sales reps who saw it work
Tools & links:
- Bizee — LLC formation (sponsor, but the actual tool Chris uses for his entities)
Why it matters for you: If you want a side hustle with real demand, low startup cost, and a clear playbook you can copy this weekend — corporate gifting is one of the most boring-but-lucrative ones out there, and the framework (interview rep → personalize → assemble → ship) is dead simple to replicate.
Codie Sanchez
Stop polishing — raw, unedited content is outperforming studio production for audience growth.
1 videos
Access beats budget. Stop building new. Start building connection.
Raw access beats polished production for audience attention.
Side hustlers can't outspend incumbents, but they can out-authenticate them — this is the cheat code.
details
What it is: A breakdown of Justin Bieber's stripped-down Coachella set (just him on a stool playing his YouTube watch history) as proof that unpolished access now beats big-budget production.
How it works:
- Algorithmic, over-produced content has trained audiences to scroll past anything that feels strategic
- "Access" content — raw, personal, low-production — bypasses that filter because it feels human
- Bieber's move worked because fans got a time-machine glimpse into his actual life at 15, not a performance
- Your unpolished origin era is the most valuable asset you have right now
Tactical plays for a side hustle:
- Dig up your origin story and repost it (early pics, first product, first customer)
- Bring back an old logo or discontinued product (Codie's Pinks revived their 1950s logo)
- Show the version of you that was figuring it out before anyone was watching
- Engineer "I was there" moments — fans want to feel they witnessed the build, not just the win
The instructional secret:
- Production budget is no longer a moat — access is
- You compete by being more real, not more polished
- One person + phone + honest story can out-perform a full creative team
Why it matters for you: As a solo operator you will never out-produce a brand, but you can absolutely out-access one — which is exactly the asymmetry a side hustle needs to break through.
A Life Engineered
Nothing new.
Alex Ziskind
Three clustered M5 Max MacBook Pros run local LLMs — at roughly 10x the price of stacking Mac minis for the same job.
1 videos
3 MacBooks Did What One Never Could
Clustering three M5 Max MacBook Pros for local LLM inference.
Direct answer on what hardware he's running and how a 3-machine M5 Max cluster compares price-wise to Mac mini setups.
details
What it is: Alex networks 3 M5 Max MacBook Pros together to run local AI models too large for a single machine.
The hardware:
- 3× M5 Max MacBook Pro (current top-tier Apple silicon for local LLM work)
- Likely maxed unified memory per node (128GB configs) to fit large model shards
- Thunderbolt/10GbE interconnect between machines for tensor passing
How it works:
- Distributes model layers across all 3 machines using a framework like exo or MLX distributed
- Each MacBook handles a slice of the model; tokens pass between nodes
- Unlocks models that won't fit in a single machine's unified memory
Cost comparison (the part you actually care about):
- 3× M5 Max MBP (maxed): roughly $12K–$18K depending on specs
- Equivalent Mac mini cluster: M4 Pro minis at ~$2K each with 64GB max — cheaper per node but less memory headroom for big models
- Mac Studio M4 Ultra single-box alternative: ~$6K–$10K, no clustering complexity
Why it matters for you: If you want local AI, the MBP cluster is overkill for the price — a single Mac Studio or 2–3 Mac minis hits a better cost/capability point unless you specifically need portability.
Matt Wolfe
Codex is no longer just a coding tool — OpenAI is reshaping it into an all-in-one app that could swallow your dev workflow.
1 videos
Testing Out OpenAI's New "Super App"
OpenAI's Codex morphs into an all-in-one AI super app.
Codex is now a browsing, coding, agentic workspace — directly relevant if you're shipping web apps and want one tool that researches, writes, and codes end-to-end.
details
What it is: Matt's weekly rundown, centered on OpenAI's Codex evolving into a 'super app' alongside UI refreshes from Anthropic and Google.
How it works:
- Codex is expanding beyond code generation into an agentic workspace — chat, browsing, research, and coding in one surface
- Anthropic and Google shipped parallel UI updates the same week, signaling the frontier is shifting from model quality to interface/agent experience
- Transcript unavailable, so specifics on new Codex features (sub-agents, task delegation, IDE integration) aren't verifiable from this snippet alone
Tools & links:
- Codex — OpenAI's coding/agent surface being positioned as the super app
- FutureTools — Matt's AI tools directory, useful for scanning what's new
Why it matters for you: If Codex can research, browse, and code a web app in one flow, it collapses your stack of ChatGPT + Cursor + browser tabs into a single agent — worth a 10-minute hands-on test to see if it beats your current setup.
8 previously covered
My First Million
Japan is giving away abandoned akiya homes — the real money is in renovation arbitrage and short-term rental flips.
1 videos
Why Japan is Giving Free Houses
Japan's free akiya homes and the business angles.
No transcript available — likely a macro/real-estate riff with limited concrete business playbooks for a software engineer.
details
What it is: A Shaan Puri & Sam Parr episode on Japan's akiya program — rural homes given away or sold for near-nothing due to depopulation.
How it works (from public context, transcript unavailable):
- Japan has ~9M abandoned homes (akiya) driven by aging population, rural-to-urban migration, and inheritance tax dynamics
- Municipalities list them via akiya banks — buyers often pay only renovation costs + taxes
- Foreigners can purchase; residency is a separate issue
- Renovation economics and short-term rental plays are common angles MFM explores
Featured individual/business: None clearly featured — this appears to be a trend-analysis segment, not a founder profile.
How to make money from it (typical MFM framing):
- Buy cheap, renovate, flip or operate as vacation rental
- Content/media play: YouTube channel documenting the renovation (see proven examples like Anton Wormann)
- Akiya-matching service for foreign buyers (concierge + reno management)
- Furniture/reno supply arbitrage
Tools & links:
- Transcript not provided — specific tools, guests, and dollar figures cannot be extracted
Why it matters for you: Low signal for a software engineer — no product, no tech, no founder breakdown. Skip unless you're personally interested in the real-estate angle.