Curated collection of videos across various platforms, most recent first
60 videos available
This video covers the implementation of a multi-provider frontend-mix workflow that leverages the specific strengths of Gemini 3.5 Flash for UI design and Claude Opus 4.8 for logic and reasoning. By routing different stages of a full-stack web application build to different AI models, developers can overcome the limitations of single-model development, such as hallucinations in page copy or poor visual aesthetics in generated interfaces. The process utilizes eight distinct stations and markdown-...
This video covers the transition from static AI harnesses to dynamic workflows in Claude Code, explaining how Anthropic uses multi agent systems to solve complex problems. By generating task specific architectures on the fly, users can bypass traditional limitations of large language models. The content explores the technical foundation of these workflows, the specific architectural patterns that make them effective, and practical ways to implement them for both coding and general knowledge work...
In this insightful interview set in the year 2026, Sarah Friar, the CFO of OpenAI, outlines the company's path toward becoming an all encompassing intelligence utility. The video covers OpenAI's record breaking 122 billion dollar funding round, their strategic approach to an IPO, the shift toward multi vendor infrastructure, and the upcoming launch of a human centric hardware device. It explores how OpenAI manages the massive capital requirements of compute while striving to make intelligence a ...
Claude Code Dynamic Workflows are a powerful tool for developers who need to manage massive, multi-part projects using the Anthropic Claude ecosystem. Introduced in the 0.4.8 update, this feature allows the model to generate and execute JavaScript-based scripts that orchestrate dozens of subagents to work in parallel. Instead of waiting for a single agent to process a large file structure linearly, a workflow can spin up worker agents (typically using the faster and cheaper Haiku model) to handl...
This video covers the practical mastery of Claude Code, Anthropic's terminal-based agentic AI assistant. It provides a deep dive into installation, environment optimization, advanced context management, and the use of the Model Context Protocol (MCP) and SDK for professional software development workflows. This guide is essential for engineers who want to move beyond simple code completion to full-feature agentic development. ## Key Takeaways * **Agentic vs. Completion:** Claude Code is not a c...
This video features Michael Grinich, founder of WorkOS, at MCP Night, where he outlines the transition from human-led AI development to autonomous agentic software. The presentation introduces auth.md, a new open specification designed to solve the critical problem of how AI agents register for and authenticate with web services without human intervention. By exploring the architecture of the 'Agent Harness' and demonstrating live agentic registration with partners like Cloudflare and Firecrawl,...
The video provides a deep dive into Redis Iris, a newly announced end-to-end context engine designed to power the next generation of AI agents. It covers how Redis Iris addresses the shortcomings of traditional RAG (Retrieval-Augmented Generation) by providing a high-speed, real-time knowledge layer that mirrors operational data. By moving away from simple vector search and toward a structured, navigable context layer, Redis Iris allows AI agents to reason over business entities like customers, ...
This video covers the installation, configuration, and advanced use cases of Hermes Agent, a 24/7 autonomous AI assistant designed to act as a virtual employee. You will learn how to set up the agent locally, integrate it with messaging platforms like Telegram, and utilize its unique self-improving memory and 'skills' framework to automate complex digital workflows, retrieve files cross-device, and manage tasks through an automated Kanban mission control. ## Key Takeaways - **24/7 Autonomy:** H...
This video provides a deep dive into high-level agentic engineering, demonstrating how to build complex interactive features by orchestrating multiple AI agents and specialized development tools. Viewers will learn a specific workflow using GPT-5.5, Cursor, Greptile, and Wispr Flow to create an interactive artifacts preview system within a live application. The content focuses on moving beyond simple text-based AI assistance toward a fully autonomous cycle of research, generation, automated revi...
This video covers a revolutionary approach to technical specs and implementation plans using AI, specifically advocating for the transition from Markdown to HTML. By leveraging HTML as the primary medium for AI-generated artifacts, developers and product managers can create richer, more interactive, and visually engaging documentation that improves the quality of software development when working with models like Claude 3.5. ## Key Takeaways * HTML is replacing Markdown as the preferred medium ...
The 17 logo design tips presented in this video cover essential strategies for modern branding, ranging from technical Illustrator shortcuts to deep psychological insights into audience behavior and the impact of artificial intelligence on the creative industry. By focusing on scalability, brand voice, and a context-first design process, designers can move beyond simple graphic creation into strategic brand building that stands the test of time and technology. ## Key Takeaways * The 1cm Test: A ...
This video features a deep-dive discussion with Andrej Karpathy about the evolution of programming, the rise of agentic engineering, and how Large Language Models are redefining software architecture. It explores the transition from Software 1.0 (explicit code) to Software 3.0 (agent-driven execution), addressing the phenomena of 'jagged intelligence' and the critical importance of verifiability in automated systems. ## Key Takeaways * **Software 3.0 Paradigm:** Programming is shifting from wri...