Week of January 18, 2026
This Week's Top Videos
Helping you choose the right insurance plan for you with ChatGPT
By OpenAI
Startup Building Robot 'Brain' Raises $1.4 Billion
By Bloomberg Technology
Robotics startup raises $1.4B by solving the real bottleneck—not hardware but the 'brain' that can work across any robot body. They're scaling by training on human videos plus simulation, already hitting tens of millions in revenue within months of 2025 launch across enterprise applications.
- The main robotics bottleneck isn't hardware but the missing 'brain'—after 70 years of amazing demos, the key insight is building one universal brain that works across any robot body and task.
- Scale robotics training by combining human videos (watching people in kitchens, factories) with simulation practice—since there's no 'Internet of robotics' like there is for language models.
- Enterprise applications are the fastest path to robotics revenue—point-to-point delivery, security, data centers, and manufacturing generate tens of millions in ARR before consumer applications.
- The 'any robot, any task, one brain' approach means a humanoid robot and dog robot can literally share the same AI brain—sounds absurd but works in practice.
- Videos alone aren't enough for robotics training—you need both observation (watching humans) and practice (simulation) because real-world mistakes are too expensive during learning.
- Strategic investors like Nvidia, Samsung, and LG are backing the universal brain approach because it can scale across their entire hardware ecosystem without custom training.
I Spent $289 So AI Could Build My Business
By Greg Isenberg
Entrepreneur generated a 197-page divorce book using basic ChatGPT prompts, built a Shopify store with Canva templates, and scaled to selling 300+ copies—all for $289 in tools. His stack: ChatGPT + Shopify + Canva + Fiverr + Envato Elements proves you can validate info products in under an hour before investing serious time.
- Validate market size by finding the inverse of popular markets—wedding industry is huge, so divorce market is roughly half that size and less saturated
- Generate complete books with ChatGPT using progressive prompts: start with basic structure, then enhance chapters with specific word counts and case study requirements
- Create professional book mockups and covers using Canva templates and Envato Elements for $15/month instead of hiring expensive designers
- Ship MVP info products as basic PDFs first, then upgrade to full Shopify stores only after proving demand with early sales
- Total tool stack costs just $289 to build and launch: ChatGPT + Shopify + Canva + Fiverr contractor + Envato Elements subscriptions
- AI-generated content can reach professional quality—his ChatGPT book landed at 197 printed pages with case studies by improving prompts iteratively
How to Set Out of Office in Outlook
By Kevin Stratvert
Outlook's automated out-of-office setup takes under 60 seconds but most professionals skip the advanced options that actually matter. You can auto-decline meetings, block calendar invites, and customize messages for internal vs external contacts. Essential for maintaining professional boundaries without constant manual management.
- Set automatic start and end times so Outlook manages your out-of-office status without manual intervention
- Use the calendar blocking feature to automatically decline new meeting invites while away
- Create separate messages for internal organization contacts versus external company contacts
- Access out-of-office settings through the settings gear under accounts tab and automatic replies
- Automatically decline existing meetings that conflict with your time away using advanced options
Building UI Skeletons Just Got 10x easier
By Tobi Mey
React 19's new Suspense tab in DevTools eliminates the manual trial-and-error of building loading skeletons. Instead of refreshing pages dozens of times to match skeleton heights to real content, you can pause suspense states and iterate live with your code editor. This solves the cumulative layout shift problem that breaks user experience during data loading.
- React 19's Suspense DevTools tab lets you pause loading states and iterate on skeletons without constant page refreshes, eliminating the trial-and-error process of matching skeleton dimensions to actual content.
- Skeleton generators produce unreliable, buggy, and ugly results—manually creating skeletons by copying your component JSX and removing logic with placeholder arrays is more reliable.
- Mismatched skeleton heights cause cumulative layout shift (CLS) when real data loads, breaking user experience—the new DevTools tab shows you exactly how to fix dimension mismatches.
- Multiple suspense boundaries in complex apps can now be debugged individually with separate tabs showing each loading state, solving the problem of nested suspense components.
- Top-level await and React's new 'use' hook automatically make components suspending, requiring suspense boundaries with fallback UI to prevent slow navigation.
- The Suspense tab requires React DevTools v7 and works out-of-the-box with Next.js, but may need React Canary version for other frameworks.
OpenAI + @Temporalio : Building Durable, Production Ready Agents - Cornelia Davis, Temporal
By ai.engineer
Temporal and OpenAI built an official integration that makes production AI agents actually durable—surviving failures that kill most agentic apps. Major companies like Snapchat, Airbnb, and OpenAI's own Codex already run on Temporal's distributed systems infrastructure. This matters now because most AI agents break in production due to poor reliability engineering.
- Only 25% of developers are using OpenAI's Agents SDK despite it being the official framework, suggesting huge opportunity for early adopters to gain advantage
- Temporal powers massive production systems—every Snapchat, Airbnb booking, and OpenAI Codex request runs through it, proving distributed systems reliability at scale
- The key distinction between GenAI apps and agents is when LLMs get agency to decide application flow, not just respond to prompts
- Each runner.run() creates its own agentic loop, which becomes critical for orchestrating multiple agents in production workflows
- Temporal existed 5-6 years before the AI boom but turns out perfectly suited for AI applications since they're inherently distributed systems
- The OpenAI-Temporal integration was built collaboratively by both companies, indicating strategic importance for production AI infrastructure