Agentic Engineering Watchlist

A visual learning atlas for your AI agent stack.

592public videos mapped
7learning worlds
1797learning exercises
Localresearch workspace

What this site teaches

Not a bookmark dump. A guided map of what to learn, why it matters, and what to build.

The videos are grouped by the capability they build. Each cluster gives you a plain-English mental model, the videos that support it, and a practical project to make the idea stick. New saves are promoted into the learning queue so the atlas keeps moving from watchlist to working knowledge.

Prototype first

Two lessons built deeply before the whole library scales.

This is the new standard for the learning tool: bigger source imagery, elegant teaching pages, definitions, diagrams, guided study, and practical recall.

Today’s briefing

New saves should become a front-page learning queue.

The daily pull should not bury fresh videos in the library. New items get a temporary spotlight, a transcript status, and a suggested learning action.

Curriculum

Seven learning paths from foundation to applied practice.

Active path

Agent Architecture

This video dissects Turbo Fieldfare, a Swift and Metal Mac app that runs a 26B-parameter Gemma 4 mixture-of-experts model in about 2.15 GB of RAM at 23.4 tokens per second on an M3 Max by keeping only attention, router, embeddings, and the shared expert resident and streaming routed experts off SSD. It matters because the design only works by exploiting two specific facts: Gemma 4's sparsity and Apple Silicon's unified memory.

Open deep lesson

Build to learn

Projects that turn watching into skill.

01

Personal Agent Control Plane

Connect Open WebUI, Hermes, Codex, browser verification, and a local project folder into one repeatable workflow.

02

Agent Standards Library

Write reusable skills for code review, research synthesis, UI polish, and end-to-end verification.

03

Generative UI Lab

Use Open Design to turn notes and source material into visual explainers, prototypes, and interactive mini-sites.

Interactive learning lab

Watch less passively. Study, test, and build from the material.

This is the layer Hermes missed: the site should make you do something with the videos. Each topic needs a briefing, a memory loop, and a practical build challenge.

Agent Architecture: what to understand before watching

  1. What problem is this topic trying to solve?
  2. What tool or workflow does the video introduce?
  3. What claim should be verified against docs or real usage?
  4. What small project would prove you actually learned it?
Build assignment

Create a one-page operating guide for agent architecture using one diagram, three rules, and one verification checklist.

Concept map

The system you’re really studying.

Video atlas

Every usable video, redesigned as a learning card.

Creative Automation

My Super Simple Software Factory (For Agentic Engineers)

IndyDevDan walks through his open-source "super simple software factory": a system of AI developer workflows (scout, plan, build, test, review) where each phase is a separate agent with its own core-4 config, deterministic code gate checks run between phases, and a swim-lane observability view shows cost, prompts, and tools per agent run. The point is leverage on your prompt, not picking a winning model.

IndyDevDanTranscript found
Creative Automation

FORGET Hermes & OpenClaw! My NEW AI Agent does it All!

The creator builds a competitive-intelligence agent called Scout live in HyperAgent (an Airtable-built platform where every agent gets its own cloud computer), then upgrades it from prompt-driven to self-running using skills, auto-saving memory, and a scheduled Slack live mode. It closes by contrasting HyperAgent with self-hosted Hermes and showing how multiple agents sharing memory compound over time, as with Deskimo's eight-agent sales pipeline.

Parker PromptsTranscript found
Agent Architecture

Local AI On Apple Silicon uses 7X Less RAM

This video dissects Turbo Fieldfare, a Swift and Metal Mac app that runs a 26B-parameter Gemma 4 mixture-of-experts model in about 2.15 GB of RAM at 23.4 tokens per second on an M3 Max by keeping only attention, router, embeddings, and the shared expert resident and streaming routed experts off SSD. It matters because the design only works by exploiting two specific facts: Gemma 4's sparsity and Apple Silicon's unified memory.

Better StackTranscript found
Creative Automation

Deepseek V4 Flash 0731 Local AI Review

A hands-on local review of the DeepSeek V4 Flash 0731 release running fully in VRAM at Q4 on a mixed 3090/4090/5060 Ti rig under llama.cpp, walking a fixed test set (Armageddon-with-a-twist, peppermint letter counting, two-drivers, Pico de Gato, SVG cat, first 100 digits of pi, cipher arrays) and reporting real token rates. The verdict is that it is a top local contender that beats GLM 5.2 on the reviewer's benchmarks but is an extreme token muncher, burning 34,285 tokens over 30 minutes and still never rendering the cat.

Digital SpaceportTranscript found
Creative Automation

Pi Can Finally Go Full YOLO Without Wrecking Production

Starting from a real incident where an unattended coding agent merged to main and deployed to production on its own, this video walks through Docker Sandboxes (the sbx CLI): why each sandbox is a micro VM with its own private Docker daemon rather than a container, how to create and inspect one, and how to build a custom sandbox with an experimental kit spec so you can run your preferred agent fully unsupervised.

DevOps ToolboxTranscript found
Creative Automation

Colibri Engine: Run 744B GLM-5.2 on Consumer Hardware (No GPU Required)

This video breaks down Colibri, a dependency-free pure-C runtime that runs the full 744B-parameter GLM 5.2 mixture-of-experts model at 4-bit quality on a 25 GB RAM laptop with no GPU, by streaming its 19,456 routed experts from SSD instead of holding them in memory. It matters because it replaces the 'if it doesn't fit in RAM you can't run it' assumption with a placement-versus-quality distinction you can apply to any MoE model.

AI Stack EngineerTranscript found
Creative Automation

LM Studio Just Got a Huge Upgrade β€” This Changes Everything (Bionic)

This video walks through LM Studio Bionic, a free app that replaces tools like Claude Code and Claude Co-work by giving local and hosted open models a work mode for documents and MCP integrations and a code mode for building apps, demonstrated end to end with a web search, document creation, ClickUp task push, and local coding session.

Bart SlodyczkaTranscript found
Creative Automation

Run the "KIMI K3" on Your Laptop Locally (No GPU Needed)

This video breaks down how Moonshot AI's 2.8 trillion parameter Kimi K3 model was made runnable on a consumer laptop through mixture-of-experts routing, quantization-aware 4-bit training, and the Deltafin project that streams experts from disk, and it weighs whether the resulting 14.6 seconds-per-token speed is actually useful.

Cloud CodesTranscript found
Creative Automation

How to Build Claude Powered Agent Teams That Automate Your Life For FREE!

This video argues against building one overloaded AI agent and instead shows how to use HyperAgent to build a team of specialized Claude-powered agents, each with its own role, tools, and memory, using a real ad-campaign build for CardBoard as proof.

WorldofAITranscript found
Creative Automation

STOP Paying for Kimi K3! Use It FREE Instead 🀯

This video shows how to run Moonshot AI's 2.8 trillion parameter Kimi K3 model for free through HuggingFace's HuggingChat interface, sidestepping the paid queue on Moonshot's own Kimi platform.

EarnixLabTranscript found
Interfaces + Open Design

Deepseek Just Did it Again!

This video covers DeepSeek's official V4 Flash release, a 284B-parameter model that beats the larger V4 Pro on agentic benchmarks purely through post-training, sits at the cost-versus-intelligence frontier, and can be run entirely locally on two DGX Spark units, while also flagging how much benchmark harness choice inflates reported scores.

Prompt EngineeringTranscript found
Creative Automation

ThinkingCap - The Local Coding Model

This video reviews ThinkingCap, Bottle Cap AI's fine-tune of the popular local coding model Qwen 3.6 27B that targets the same intelligence with roughly 46% fewer reasoning tokens, explaining the chain-of-thought efficiency problem it addresses and showing head-to-head token and quality comparisons.

Sam WitteveenTranscript found
AI Strategy

Pi Extensible Workflows: Full Guide

This video explains the Pi Extensible Workflows extension, which replaces ad-hoc sub-agent fan-out with a small DSL that scripts parallel agent tasks, per-role model and tool control, run budgets, and deterministic cleanup steps so complex multi-agent jobs stay auditable and cheap.

Andrea BaccegaTranscript found
Creative Automation

This 1 Claude Skill fully replaces your Higgsfield Subscription

This video shows how to replace a $49-79/month Higgsfield subscription with a custom Claude /generate skill that routes prompts to the cheapest available model aggregator (Kie, Fal, Wavespeed), letting you pay only per generation instead of a flat monthly fee.

Jay E | RoboNuggetsTranscript found
Interfaces + Open Design

Agnes 2.5 : 100% Free API With No Usage Cap (Stop Paying for Claude?)

A review of Sapience AI's Agnes 2.5 release: the free, uncapped 2.5 Flash (512K context, drop-in rename from 2.0 Flash) tested live in Agnes Code on a habit tracker and a typing game, and the first paid model, 2.5 Pro Alpha, judged by third-party Artificial Analysis numbers that show strong coding and a real hallucination weakness.

AI Stack EngineerTranscript found
Creative Automation

jcode (Fully Tested) + Free APIs: RIP Codex & Claude, I THINK I'LL SWITCH! IT'S CRAZY GOOD!

A walkthrough of JCode, an MIT-licensed coding agent harness written in Rust, covering the four things that actually differentiate it from Claude Code, OpenCode, and Aider: a ~28MB memory footprint with 14ms boot, passive vector-embedding agent memory, built-in swarm mode for multiple agents in one repo, and native Firefox browser automation. It also shows install paths, the TUI, and non-interactive/server modes.

AICodeKingTranscript found
Creative Automation

Paste This Into Claude, Never Hit a Token Limit Again

Nate B Jones explains why you hit Claude, Codex, or ChatGPT limits without doing anything unreasonable (96% of the 3.77 billion tokens through his Codex workspace in one day was reused input resent from the top of every turn), then gives a three-level fix: nine manual habits, a Token Saver skill that automates them inside Codex and Claude Code, and the Ringer local intermediary that shrinks or cancels the request before it ever leaves your machine.

AI News & Strategy Daily | Nate B JonesTranscript found
Creative Automation

OpenMontage + Antigravity Changed My Editing Game (It's Free)

A start-from-scratch walkthrough of Open Montage, the 36,000-star repo that turns a coding agent into a video editor: how its 1,000+ files reduce to five parts, the exact Windows install path (Python, Node, FFmpeg, venv, Remotion render engine, Piper local voice) done inside Antigravity for about zero dollars, and a live side-by-side of a vague prompt producing AI slop versus a detailed prompt that returns a timestamped implementation plan.

AI with SuryaTranscript found
Creative Automation

ECC Hit 235,000 Stars in 6 Months β€” I Installed It to See Why (Claude Code Agent OS)

A hands-on install review of ECC (formerly "everything cloud code"), Affan Mustafa's MIT-licensed instruction system for AI coding agents that hit 235,000 stars in six months: what ships inside it (67 agents, 281 skills, enforcement hooks, cross-session memory, a prompt-injection scanner), why profile-based selective installs matter for context cost, eight skills worth stealing even if you never install it, and the real risks (fake malware mirrors, one maintainer, adapter quality outside Claude Code).

Hyperautomation LabsTranscript found
AI Strategy

Top 10 GitHub Repos This Week | July 21 – July 28 | AI Agents Take Over

A countdown of the ten fastest-rising GitHub repos for July 21 to 28, dominated by AI agent infrastructure: the Pi agent toolkit, Orca for running parallel agent fleets, OmniRoute's gateway across 290-plus providers, Matt Pocock's Skills library, and a code intelligence graph that feeds AI tools real architectural context. The through line is that the agent stack is separating into distinct layers, from unified API abstraction to parallel execution to behavior engineering.

Full StackTranscript found
Creative Automation

ALIBABA JUST OPEN SOURCED ITS AI CODE REVIEWER FREE, BATTLE TESTED AT SCALE

A walkthrough of Open Code Review (the `ocr` CLI), the Apache 2.0 AI code reviewer Alibaba used internally for two years across tens of thousands of developers, covering its hybrid deterministic-plus-LLM architecture, its tuned rule set for null pointer exceptions, thread safety, XSS, and SQL injection, and its high/medium/low priority output. The framing is that code generation is no longer the bottleneck, verification is, and that you can run this reviewer for free by pointing it at a local OpenAI-compatible endpoint such as Ollama.

Signal CodersTranscript found
Creative Automation

Best Local AI Models for Every GPU (4GB to 128GB)

A tier-by-tier guide to picking local LLMs from 4GB to 128GB of memory, matching Gemma 4 E4B, Nanbeige 4.2, Bonsai 27B, Gemma 4 12B, Qwen 3.6-27B, ThinkingCap, Gemma 4T 31B, and Poolside's Laguna S 2.1 to real hardware. The core argument is that download size is not runtime memory, so the right model is the strongest one that fits comfortably with your actual context length, not the biggest one that barely loads.

Code BearTranscript found
Creative Automation

$240/Year Claude Code vs FREE OpenCode β€” I Gave Both the Same Task (Real Test, 2026)

A recorded head-to-head puts Claude Code on the $20 a month Pro plan against OpenCode's free Zen tier running the stealth model Big Pickle, using the same machine, fresh folders, and identical prompts for a build round (single-file typing speed test with six scored requirements) and a debug round (planted boundary-condition bug with two failing tests). Both scored six out of six on the build and produced the identical one-line fix on the debug, with Claude Code costing $1.33 of metered usage against $0.00.

Hyperautomation LabsTranscript found
Creative Automation

The Real Reason Researchers Are Switching to Claude in 2026 (Projects, Skills, Cowork, Consensus)

Andy Stapleton walks through the Claude features that make it his default academic tool: Projects with custom instructions and uploaded guideline files, the Consensus MCP connector for real papers, importable Skills such as a literature review helper, and the desktop-only Cowork and Design surfaces that run agentic literature reviews and generate A0 poster templates. The point is to stop re-pasting context into a bare chatbot and instead assemble a reusable research setup.

Andy StapletonTranscript found
Interfaces + Open Design

Running a 22GB AI Model on a 6GB GPU, FAST (llama.cpp Guide)

This video shows how a 22.36 GB four-bit Qwen3.6 35B A3B build runs at 17 tokens a second on a 6 GB GTX 1060 by using llama.cpp flags (--n-cpu-moe, --no-mmap, --n-gpu-layers, --mlock, and a larger micro-batch) to park idle mixture-of-experts weights in system RAM while attention, embeddings, the shared expert, and the KV cache stay on the GPU. It then names the three places the trick breaks: memory-bandwidth ceilings, TurboQuant KV compression that never merged upstream, and speculative decoding that backfires on sparse models.

Cloud CodesTranscript found
Creative Automation

Mojo + Vulkan is INSANE: Run Local AI on ANY GPU (Goodbye CUDA)

This video shows CUDA lock-in breaking two ways at once: llama.cpp's vendor-neutral Vulkan backend already runs local models on AMD, Intel and Apple GPUs and beats AMD's own ROCm on a 7900 XTX, while Chris Lattner's Mojo compiles one kernel to any vendor's GPU and matched a hand-tuned Nvidia kernel at 130 teraflops in about a quarter of the code.

KaiTranscript found
Interfaces + Open Design

Impeccable + Claude,Codex,Kimi: This is ONE OF THE BEST SKILLS YET!

Impeccable is a free Apache 2.0 design skill from Paul Bakaus that installs into Claude Code, Cursor, Codex CLI, Gemini CLI and others, giving the agent project-specific design context through product.md and design.md, 23 slash commands like craft, critique, audit and polish, and 41 deterministic detector rules that lint AI-slop patterns with no LLM call.

AICodeKingTranscript found
Interfaces + Open Design

Someone Built an OS for AI Agents, and It Sandboxes Claude Code

A breakdown of AOS (Agent OS), which sandboxes coding agents by mapping real operating system primitives onto agents, so processes become WebAssembly capsules, syscalls become WIT interfaces, file permissions become a VFS airlock and users become principals, paired with a hard look at whether its GitHub star count reflects any actual adoption.

Bitwise AITranscript found
Creative Automation

The Free 975B AI Model You Can Own (Inkling AI)

Mira Murati's Thinking Machines released Inkling, a 975 billion parameter sliding-window mixture-of-experts model, as open weights on HuggingFace under Apache 2.0; this video separates the genuine win (the first credible American frontier-scale open-weights model) from the catch (roughly 300GB of RAM even quantized, and rental pricing at $45 per million output tokens).

The StackTranscript found
Creative Automation

Buzz + Kimi K3 (& FREE APIs): This is SO GOOOD!!!

A configuration deep dive on Buzz, Block's open-source workspace where humans and AI agents share channels, showing how each agent gets its own harness and model, how to route a coding agent through Claude Code onto Moonshot's Kimi K3, and how to run the rest of the team free through NVIDIA's build platform and OpenRouter's free tier via Goose.

AICodeKingTranscript found
Creative Automation

This Free Terminal Agent Made Me Delete Claude Code (Oh-My-Pi Full Test)

A full hands-on test of Oh-My-Pi (the om CLI), an MIT-licensed terminal coding agent forked from Mario Zechner's minimal Pi, covering its role-based model routing, its in-process Rust core that skips fork-and-exec for every tool call, and the hashline edit format that lifted Grok Code Fast from a 6.7% to a 68.3% pass rate with no retraining.

AI Stack EngineerTranscript found
Interfaces + Open Design

SureThing.io: The World's First Always-On Growth Marketing AI Agent

A hands-on walkthrough of SureThing, a project-based agent platform where you spin up a project, add a prebuilt agent such as the social media automation template, connect real accounts like Reddit and Notion, and let auto-created routines draft, publish, and report on a schedule.

DevsKingdomTranscript found
Interfaces + Open Design

Is Anthropic STEALING Your Data? (While You PAY FOR IT)

IndyDevDan answers the title question directly (no, Anthropic is not stealing your data, but it does use it anonymized in aggregate via Clio) and then shows why that still matters: the aggregate view is a market map, and Claude Code, Claude Design, Claude Security, and Claude Life Science trace a pattern of a platform entering its customers' verticals. He splits work into commodity agents versus IP agents and lays out an AI sovereignty ladder from consumer subscriptions up to owning open-weight models on rented GPUs.

IndyDevDanTranscript found
Interfaces + Open Design

T3 Code V2 + Claude,Codex: YOU'RE MISSING OUT ON ONE OF THE BEST Agentic GUI Experiences RIGHT NOW!

AICodeKing tours T3 Code's nightly-build Sidebar V2, which replaces the old project-grouped thread tree with an inbox-style flat list: active threads render as rich cards on top while finished ones collapse into a compact "settled" section. He covers enabling the beta toggle, auto-settle rules, snoozing, the project filter, and command-K search across commands, projects, and threads.

AICodeKingTranscript found
Creative Automation

Ollama Just Changed Local AI Forever

Julian Goldie breaks down Ollama's 0.32.1 patch release, which ships no new model but fixes the mechanics that make local agents unreliable: tool-call continuations and multi-turn reasoning for Gemma, an MLX cache memory leak, cache snapshot speed, honored load timeouts, and the interactive agent finally receiving its current working directory. The argument is that step-to-step reliability, not model intelligence, is what decides whether local agents are usable.

Julian Goldie AgencyTranscript found
Creative Automation

OmniRoute + OpenCode: 100% Free AI Coding Setup, Free AI Gateway - Claude Code Alternative Free

Pro Coder solves the usual catch with free coding agents (the tool is free but the model is not) by putting OmniRoute, a local open-source AI gateway, between OpenCode and 290-plus providers, 90-plus of which have no-credit-card free tiers. The video is a full walkthrough: install the gateway, add a free provider account, mint an API key, register it in OpenCode as a custom provider, and edit opencode.json to point at the gateway's base URL and model id.

Pro CoderTranscript found
Interfaces + Open Design

Andrew Ng OpenWorker: $0 Setup For Automated Desktop Work

Ray Codes walks through Andrew Ng's Open Worker, an open-source desktop agent that produces finished deliverables (documents, spreadsheets, reports) in your local folders rather than chat text, then installs it on Windows and runs it against a real folder using both a local Ollama model and a free Gemini key. The point is a $0, local-first automation setup where you bring your own model and every consequential action is gated by approval.

Ray CodesTranscript found
AI Strategy

The greatest AI tool ever??

Alex Finn argues that ChatGPT voice is not dictation but an ambient command center: one voice agent that can see across your chats, GitHub, and Linear, control every device running the ChatGPT app, and spin up separate agent threads to do the actual work. He demos a morning status sweep across three projects and shows the settings, workflows, and habits that make hands-free delegation work.

Alex FinnTranscript found
Creative Automation

Stop Guessing Which Model to Use. Build THIS Instead.

Instead of trusting generic model-launch tutorials and public benchmarks, this video shows how to build a personal benchmark: have an AI mine your own past conversations for the tasks you actually do, then score new models against your own rubric with a /benchmark slash command.

Mark KashefTranscript found
Interfaces + Open Design

I Drew Her, Then Made Her Dance on My Table (AI TUTORIAL)

A creator breaks down how he made a hyper-real AI video entirely with free, local, open-source tools, combining motion transfer from his own filmed dancing, a 'reality fusion' clip swap, and first-and-last-frame generation across ComfyUI, WanGP, and LTX.

Prompt MasteryTranscript found
Creative Automation

Litestream + SQLite: Scale to 1M Users Without Postgres or Cloud Bills

This video argues that server-side SQLite plus Litestream can replace a managed Postgres stack for the vast majority of apps: Litestream streams SQLite's write-ahead log to S3 for durability, giving you microsecond in-process queries and pennies-a-month costs instead of hundreds of dollars.

Cloud CodesTranscript found
Creative Automation

I'm ditching tmux for herdr!

A tmux veteran walks through Herder, a Rust-built terminal multiplexer that mirrors tmux's keybindings and TOML config but treats coding agents as first-class citizens and can run your whole session on a remote box over SSH.

typecraftTranscript found
Interfaces + Open Design

OpenCode: The #1 Coding Agent, 8 Million Devs Chose Over Claude Code

This walkthrough of OpenCode, the ~189,000-star, ~8-million-monthly-developer open-source coding agent from Anomaly (formerly SST), explains why its model freedom across 75+ providers beats Claude Code and Codex, how to set it up and build custom sub-agents that route tasks to the cheapest capable model, and how its new desktop app and Zen/Go/Black paid plans work. It ends with an honest verdict on flexibility, speed, cost, and privacy.

AI Stack EngineerTranscript found
Interfaces + Open Design

Superfile is AWESOME

This tutorial demos Superfile, a modern MIT-licensed terminal file manager written in Go with Bubble Tea, covering its preview-driven UI, the core keyboard workflow for navigating, sorting, searching, selecting, and file operations, and how to customize its editor, hotkeys, and themes via config files. It's pitched as the balance between CLI speed and a graphical file browser's comforts, especially for server work over SSH.

TechHutTranscript found
Interfaces + Open Design

Buzz (Fully Tested) + Free APIs : RIP OpenClaw, Hermes! THIS IS WAY BETTER!

This hands-on tour covers Buzz, Jack Dorsey's Block's open-source (Apache 2.0) workspace built on Nostr where AI agents are first-class members with their own cryptographic identity, not bolted-on bots. It walks through the account-free identity setup, auto-detected local Claude Code/Codex harnesses, the Fizz/Honey/Bumble starter agents, the git forge, and self-hosting, while flagging it as early 0.4 software.

AICodeKingTranscript found
Creative Automation

Hermes Agent + AIsa: One API Key for Finance, YouTube, Web Data & More

This tutorial connects a Hermes agent to live financial data, YouTube search, web crawling, and research skills through AISA, a platform whose real value is a resource layer that puts many real-world data APIs and pre-built skills behind one key and one bill. It then automates industry, content-gap, and Nvidia investor briefs and schedules them as daily cron jobs.

AI Stack EngineerTranscript found
Creative Automation

The Tiniest AI Agent on GitHub Has Nearly 50K Stars

This teardown reads the source of Nanobot, a ~46,000-star agent from Hong Kong University's data intelligence lab, to show that an AI agent is just a while-loop with tool use, plain-markdown memory, and a self-calling spawn function. It debunks the 'read it in one sitting' claim (12,000 core lines, not 4,000) while arguing that seeing the internals makes agents stop feeling like magic.

Bitwise AITranscript found
Interfaces + Open Design

Andrew Ng Just Dropped a FREE AI Employee β€” It Hands You Finished Files, Not Chat (OpenWorker)

This hands-on review tests Andrew Ng and Rohit Prasad's free, open-source Open Worker, an AI that returns finished files instead of chat, across three real jobs on a Mac including a planted trap. It shows how the approval gate, per-session folder sandbox, and code-based math make its deliverables trustworthy, and gives a repeatable prompt shape for getting files not conversation.

Hyperautomation LabsTranscript found
Creative Automation

New ollama Update is Insane

This explainer argues that a mid-July 'dual engine' fix, Ollama 0.32.1 hardening tool calling plus Google quietly refreshing the Gemma 4 model weights on Hugging Face, finally stopped local models from abandoning tasks or faking a 'done' message. It walks through the benchmark jump, a real MacBook stress test, and a separate multi-token prediction speed gain, then warns about over-trusting newly reliable local agents.

JustAIWorldTranscript found
Codex + Claude Workflows

Qwen 3.8 Max FREE in VS Code 🀯 (No API, No Subscription)

This walkthrough shows how to use Alibaba's newly launched Qwen 3.8 Max model directly inside VS Code through Qwen's official extension, no API key or external website required, then demonstrates it by generating a full image-to-PDF converter web app. It stresses that this is a browser-style chat panel inside the editor, not an agent mode.

AI For YouTranscript found
Agent Architecture

Buzz: The Open Source Workspace Where Humans & AI Build Together

This video introduces Buzz, Block's Apache-2.0, Rust, Nostr-based self-hostable workspace where humans and AI agents collaborate on a relay you own, unifying chat, code, docs, issues, and automation into one signed event log; it covers the seven surfaces, the relay-centric architecture, and how agents act as first-class members with their own keys and audit trail.

Full StackTranscript found
Creative Automation

You Already Own the Computer That Replaces Your AI Subscription

This video argues you can replace a paid AI subscription with local models already runnable on your machine, teaching you to find your usable memory (RAM minus ~4GB, and only ~75% on Macs), understand why answer speed is memory bandwidth divided by model size, pick from 20 models across five memory tiers, and get the first one running tonight with Ollama plus a localhost endpoint.

Hyperautomation LabsTranscript found
Hermes + Agent Ops

is Andrew Ng's OpenWorker a Hermes killer ?

In an unscripted live walkthrough less than a day after launch, the creator explores Open Worker, Andrew Ng and Rohit Prasad's open-source, model-agnostic desktop agent that delivers finished work (documents, Slack messages, calendar updates) instead of just chatting, covering its AI Suite / Tauri / FastAPI tech stack, the download-and-connect setup, automation templates, and why it's really an open-source rival to Claude/ChatGPT 'work' rather than a Hermes killer.

Nidhi SinghTranscript found
Interfaces + Open Design

Free AI Coding Setup with Poolside Laguna S 2.1 | Complete Review, Benchmarks & Demo

This video reviews Poolside's Laguna S2.1, an open-weight mixture-of-experts coding model (118B total / 8B active per token, 256 routed plus one shared expert, 1M-token context), shows its Terminal Bench and SWE-Bench Multilingual scores, and walks through running it for free via OpenRouter's API or the OpenCode app before stress-testing it on a from-scratch landing page.

EarnixLabTranscript found
Creative Automation

Cerebras Killed Notion, Obsidian, and Your "Second Brain"

Using Cerebras's own blog post as a model, this video explains how a genuinely useful company knowledge base works by ingesting Slack, wikis, code repos, and databases into embedding space and injecting relevant context before each prompt, then builds one live with a coding agent, showing it answer 17 of 20 questions versus zero without it.

Nick SaraevTranscript found
Creative Automation

Free ai video creation + OCR full books + private photos + more Github finds

This roundup walks through underrated GitHub repos for agent-driven work, including SkillSpecter for scanning skills for malicious behavior, HyperFrames and Remotion for AI-generated video, Firecrawl for AI web scraping and monitoring, an image-as-text token-compression trick, Baidu's unlimited OCR, and browser-use agents, weighing what is genuinely useful versus novelty.

The Next New ThingTranscript found
Interfaces + Open Design

OpenWorker : An Open Source AI Desktop Agent Created by Andrew Ng

This video walks through OpenWorker, an open-source local desktop agent from Andrew Ng and Rohit Prasad that delivers finished work rather than just chatting, demonstrating how it connects to any model provider, ingests folders, PDFs, and Excel files, and produces written summary deliverables locally on your machine.

CodedigiptTranscript found
Creative Automation

A Million Developers Installed the Same Claude Code Plugin β€” So I Tested the Top 10

This video ranks the 10 most-installed Claude Code plugins using Anthropic's own published install-count file, runs each one on a real machine, and measures its context-token cost, so you learn what each plugin actually does, which one silently fails, and the four worth installing tonight.

Hyperautomation LabsTranscript found
Interfaces + Open Design

The Claude Code of Long-Form AI Video? Flovaai Tested

This tutorial demonstrates Flovaai (Flora), a video-generation project you drive entirely through Claude Code via its Flora CLI, showing how to install and authenticate it, generate a Pixar-style 3D educational video from reference images, and save repeatable workflows as reusable Flora skills.

DevsKingdomTranscript found
Creative Automation

Google Just Released the Best FREE AI Coding Agent! Gemini 3.6 Flash is Insanely Good

This video reviews Google's newly released Gemini 3.6 Flash as a free coding model, showing how to run it inside Google's Anti-gravity agentic coding IDE and testing whether it can replace paid AI models by having it build a 3D highway racing game from a police-car asset.

EarnixLabTranscript found
Codex + Claude Workflows

4 Free Repos That Cut Claude Code Token Usage

This video walks through four free repositories that cut Claude Code token usage on both input and output: RTK (a CLI proxy that trims bash command output), Headroom (a wrapper that compresses repetitive conversation history), Ponytail (a skill that makes agents write leaner code), and Graphy (which turns a codebase into a queryable knowledge graph to avoid grep back-and-forth).

Eric TechTranscript found
AI Strategy

OpenSEO - Open Source Semrush Alternative You Can Self-Host

A tour of OpenSEO, an MIT-licensed open-source, self-hostable alternative to Semrush and Ahrefs that runs on Docker with a DataForSEO API key, covering its keyword research, rank tracking, competitor and backlink analysis, site audits, and its standout MCP server that lets AI agents pull live SEO data on demand.

Full StackTranscript found
Interfaces + Open Design

Stop Paying for Claude Code β€” Use This FREE Tool Instead

A step-by-step guide to running Claude-Code-level agent workflows for free by pairing ZCode, a free open-source agentic app, with NVIDIA's free API platform to access strong open models like GLM 5.2 and Kimi K2, including how to configure the provider, work around rate limits, and build real apps from prompts and screenshots.

AI UnlockedTranscript found
Creative Automation

The AI Memory Layer For Ai Agents That's Taking Over GitHub

An overview of Cognee, an open-source memory layer that gives AI agents persistent long-term memory by combining vector embeddings, knowledge graphs, and hybrid retrieval instead of relying on vector search alone, so agents can recall conversations, codebases, and documents across sessions and understand the relationships between them.

EarnixLabTranscript found
Codex + Claude Workflows

Dictation Extension For Pi

A walkthrough of a homemade speech-to-text extension for the Pi agent that uses Deepgram's Nova 3 for near-zero-latency streaming transcription and Sox for mic capture, showing how content-aware delivery routes text into any focused UI field and why voice 'yapping' can beat hand-crafting perfect prompts.

Eero AlvarTranscript found
Creative Automation

Laguna S 2.1: 118B Free & OpenSource Coding Model Beats Models 13x Its Size

This video breaks down Poolside's Laguna S2.1, a fully open, permissively licensed 118-billion-parameter (8B active) mixture-of-experts coding model that beats models 5-13 times its size on agentic coding benchmarks, and shows exactly how to run it for free via OpenRouter, Open Code, or self-hosting.

AI Stack EngineerTranscript found
Interfaces + Open Design

Use Qwen 3.8 Completely FREE – Best AI Coding Setup 2026 | Claude Code Alternative | Qwen 3.8 max

This video walks through Alibaba's newly dropped Qwen3.8 Max, a 2.4 trillion parameter sparse mixture-of-experts multimodal model with a 1 million token context window, and demonstrates it generating a fully functional SaaS landing page from a single free prompt at chat.qwen.ai.

Pro CoderTranscript found
Codex + Claude Workflows

Xiaomi MiMo Code: Free Coding Agent That Remembers Your Project, Forget OpenCode

MIMO code is Xiaomi's open-source fork of Open Code that differentiates itself with a layered persistent-memory system (project memory, checkpoints, scratch notes, task logs) designed to keep coding agents oriented across long, multi-session tasks, and the video walks through its self-reported benchmarks, install flow, and build/plan/compose modes.

AI Stack EngineerTranscript found
Creative Automation

My NEW AI Terminal and Code Editor // Orca Review

This video reviews Orca, an agent development environment (ADE) for orchestrating terminal-based coding agents like Pi, Codex, and Claude Code across isolated Git worktrees, with built-in browser context capture and mobile monitoring, then demonstrates its orchestration skill letting two agents build a feature and its documentation in parallel.

Christian LempaTranscript found
Creative Automation

The Best Local AI Hardware (APPLE M5 MAX vs NVIDIA DGX SPARK)

This video breaks down why a $4,000 Nvidia DGX Spark loses to an Apple Mac Studio at running large local language models, explaining memory capacity, memory bandwidth, and compute as the three specs that actually determine local AI performance and giving concrete buying rules for Nvidia GPUs, Mac Studios, and the DGX Spark.

KaiTranscript found
Creative Automation

Wigolo: Free Local-First Web Intelligence for AI Agents (No API Keys)

This video walks through Wigalow, a free local-first MCP tool that gives AI agents web search, fetching, crawling, and caching with zero API keys and $0 per query, covering its 10-tool single-process architecture, tiered anti-bot fetch routing, and multi-transport SDK/framework integrations.

Full StackTranscript found
Creative Automation

Engineers... STOP Picking GPT-5.6 Sol OR Claude Fable 5… FUSE THEM

IndyDevDan demonstrates a custom 'fusion harness' built on the Pi coding agent that runs two models in parallel and combines their output through three commands, opinion, fusion, and autovalidate, arguing that combining multiple frontier models (GPT 5.6 Sol and Claude Fable 5) on the same problem produces better engineering decisions than picking a single 'winner' model.

IndyDevDanTranscript found
Interfaces + Open Design

10 GitHub Repos So Good They Shouldn't Be Free β€” Part 8 (Hire an AI Company, Payroll $0)

Hyperautomation Labs frames 10 free, self-hosted GitHub repos as an AI 'staff' replacing over $12,000/year of paid SaaS, covering document conversion (Markitdown), web crawling (Crawl4AI), browser automation (Browser Use), site-change alerts (changedetection.io), and more, ending with OpenClaw, a self-hosted personal assistant that lives in your chat apps and controls the rest.

Hyperautomation LabsTranscript found
Creative Automation

OmniRoute + OpenCode is INSANE (Why I Dropped Claude Code)

Cloud Codes explains how pairing Open Code (an open-source, model-agnostic terminal coding agent) with OmniRoute (a self-hosted gateway to 200+ model providers with automatic fallback and token compression) replicates Claude Code's agentic loop without a subscription meter or a 5-hour usage window, while being honest that Claude Code's polish and Opus's raw capability still win on the hardest tasks.

Cloud CodesTranscript found
Creative Automation

I Mixed AI With Real Footage… And it's Actually Scary

AI Samson demonstrates Google's Gemini Omni Flash model (used inside Higgsfield) for video-to-video editing: applying cinematic color grades, swapping environments and outfits, changing objects, transplanting your movement into entirely different scenes, and layering special-effect and text animations onto real footage, all by referencing source videos and images with an at-mention syntax.

AI SamsonTranscript found
Codex + Claude Workflows

This model just changed everything...

Matthew Berman covers Moonshot AI's Kimi K3, a 2.8-trillion-parameter open-weight model that topped Arena AI's front-end coding benchmark ahead of Fable 5 and GPT 5.6, and walks through how to read its cost, benchmark, and geopolitical claims skeptically instead of taking a single leaderboard win at face value.

Matthew BermanTranscript found
Creative Automation

Paste This Into Claude, Never Hit a Token Limit Again

Austin Marchese lays out a three-tier system for cutting Claude token/compute consumption: quick habit fixes (context hygiene, /compact, concise outputs), system upgrades (input compression tools like RTK, minimum-viable-model sub-agents, script-driven skills), and 'nuclear' changes (routing work to Codex, submitting images instead of text, swapping the underlying model engine, or running local models).

Austin MarcheseTranscript found
Interfaces + Open Design

This Could Change Local AI Forever

PrismML's Bonzai 27B uses ternary (1.71-bit) and binary (1.125-bit) quantization to shrink a 54GB Qwen 3.6 27B model down to 5.9GB and 3.9GB, making phone-sized local AI plausible, but the video breaks down where that compression quietly costs accuracy: agentic tool calling and instruction following degrade far more than math or coding.

CodeMotionTranscript found
Codex + Claude Workflows

LM Studio Bionic: Open-Source Agent Harness (First Impression)

First-impressions walkthrough of LM Studio Bionic, a new agentic harness (with work and code modes like Claude Code or Codex) built specifically for open-weight models, covering its local-model and cloud-inference options, its lack of skills support, and the practical caveat that smaller open models still make dangerous mistakes despite having full file system access.

JeredBluTranscript found
Creative Automation

How to Use GLM 5.2 for Free in 2026 (3 Methods)

Walks through three free ways to access the GLM 5.2 model: the official chat.z.ai website with agent mode, the dedicated Zcode IDE (a 5-day free trial tied to a Google account), and Open Code connected to Nvidia's free NIM API, which the presenter argues is the best long-term option.

ELPixelTranscript found
Creative Automation

Is Local AI Coding Actually Good?

A hands-on, deliberately honest comparison of local coding models (Mistral Devstral, Qwen3 Coder 30B MoE, Qwen3.6 27B dense, Gemma 4) on high-end consumer hardware (RTX 4090, M5 Max) against Claude Sonnet 5 via API, testing speed, code quality, and harness compatibility to answer whether local AI coding is actually viable for daily work.

Tech With TimTranscript found
Interfaces + Open Design

Claude Code,Codex + FREE Opus, Gemini API: FULLY FREE AI Coder is CRAZY!

Shows how to use the open-source CLI Proxy API tool to wrap Google Anti-Gravity's free-with-rate-limits access to Claude Opus 4.6 and Gemini models into a local OpenAI/Gemini/Claude-compatible API server, then point Claude Code, Open Code, Codex CLI, Cline, and RooCode at it to run frontier models for free.

AICodeKingTranscript found
Creative Automation

I Cut the Internet and Let AI Read the File I Could Never Upload. It Caught the Leak.

Demonstrates how to run a downloaded local model (GPT-OSS Safeguard 20B in LM Studio) with Wi-Fi disabled to scan a sensitive contract for PII, financial, and legal information without any risk of it leaving the machine, and connects that DIY technique to how Microsoft sells the same underlying idea at enterprise scale through Azure and LoRA fine-tuning for clients like Discovery Bank and Bayer.

AI News & Strategy Daily | Nate B JonesTranscript found
Creative Automation

Linux How To: I Ran the Huge GLM 5.2 Model on a β€œToo Small” Linux Laptop Using Colibri

A non-developer hobbyist documents his real-time, frustration-filled attempt to run the oversized GLM 5.2 model on a Linux laptop using the Colibri tool, relying on a prior hardware hack that unlocked 96GB of unified memory and leaning on Perplexity to work through confusing GitHub README steps and root-permission errors.

Tim Dickey | The Video Home of #Tim_UnscriptedTranscript found
Agent Architecture

Can a 3.5GB model replace my 35B daily driver? (Bonsai 27B)

The video pits Prism ML's "Bonsai" ternary and binary compressions of Qwen's 27B dense model (trained natively at 1-2 bits rather than quantized after the fact) against a 21GB Qwen3.6-35B MoE daily driver and Gemma 4 12B, across a no-CDN web-design test and a live SSH server-repair task, to find out whether file size actually predicts capability.

CodacusTranscript found
Creative Automation

FREE AI APIs! GLM 5.2 + DeepSeek V4 + Qwen 3.6 🀯

A beginner tutorial on signing up for MorLLM's free tier to get GLM 5.2, DeepSeek V4, and Qwen 3.6 API keys, then manually wiring MorLLM in as a custom provider inside a coding agent like OpenCode since it isn't a built-in provider.

Code With YousafTranscript found
Creative Automation

OpenCode + FREE Kimi K3, GLM-5.2 API: IT ACTUALLY WORKS!

A step-by-step build of a completely free terminal coding-agent stack, combining OpenCode with Nvidia's free NIM preview model catalog and a free promotional Kimi K3 endpoint from ZenMLX, plus guidance on which model to route to for which kind of task.

AICodeKingTranscript found
Creative Automation

Gemma 4 + React Native: Run AI Fully Offline In Any App No Cloud, No API

A technical walkthrough of running Google's Gemma 4 edge model fully offline inside a React Native app via the ExecuTorch library, covering the memory math behind its quantized formats and the useLLM hook that handles loading, streaming, and on-device tool calling.

AI Stack EngineerTranscript found
Creative Automation

Codex vs Fable: Which AI Agent Picked the Better Problem?

A head-to-head test where two AI agents, Codex and Fable, were given full access to files and Slack and told to pick their own problem to solve, revealing that Codex tends to choose safe, bounded problems it can fully execute while Fable takes more strategic risk and finds higher-leverage but sometimes too-narrow problems.

AI News & Strategy Daily | Nate B JonesTranscript found
Creative Automation

Is Inkling AI the Ultimate Open Source Model? Full Test

A hands-on test of Inkling, a 975B-parameter (41B-active) mixture-of-experts model built for agentic coding and tool use, covering its self-fine-tuning demo, native multimodal reasoning, and three live tests: a Kanban app build, a calibrated Mars-2035 probability forecast, and a formatted long-form writing task.

Ray CodesTranscript found
Creative Automation

Kimi K3 Is Out β€” and the Real Opportunity Isn't the Model

An analysis of the Kimi K3 release arguing the real opportunity isn't the frontier model itself but the wave of smaller distilled models its open weights will enable, plus its lack of guardrails for unrestricted research and a surprising edge in visual/design quality.

Manolo RemiddiTranscript found
Creative Automation

cognee 1.0: Self-improving memory for agents

A promotional walkthrough of Cogni, an agent-memory platform that claims to beat flat vector-memory tools like standard Claude by using a dynamic knowledge graph that tracks relationships between facts, resolves conflicting information by tracing which decision came later, and stays current across Notion and Slack integrations.

cogneeTranscript found
Interfaces + Open Design

This AI Tool Brings Taste Into Your Design System

The Design Project's co-founder demos Impeccable, a free open-source CLI tool that adds a design-taste layer to design-to-code work by building product and design context files, letting teams tweak live UI in the browser, and running an automated critique that scores usability and flags concrete issues.

The Design ProjectTranscript found
Creative Automation

Inkling: Why Thinky's Open Model May Change "Everything"

Thinking Machines' first open-weight model, Inkling, is examined as the biggest open-weight release from a Western lab, trained from scratch and multimodal from the ground up, then put through hands-on tests of its playground, web-generation, and coding output.

Prompt EngineeringTranscript found
Interfaces + Open Design

What is an Agentic Harness?

A short interview defines the term "agentic harness" precisely: everything programmatic that sits around an LLM, tool access, the run-in-a-loop mechanism, and output evaluation, to turn a plain next-token predictor into a goal-directed agent, and clarifies it's a distinct concept from the user interface on top of it.

Google Cloud TechTranscript found
Interfaces + Open Design

Become An Expert in Gemma 4

A breakdown of Google's open-source Gemma 4 model family, from tiny mobile-first micro-models up through mixture-of-experts and dense variants, showing which size and architecture to pick for chat versus agentic/coding work and testing real capability differences head-to-head.

Samuel GregoryTranscript found
Creative Automation

Mira Murati's First AI Model Is Built on China's Blueprint...Β Wild

Thinking Machines Lab, founded by ex-OpenAI CTO Mira Murati, released its first from-scratch model Inkling: a massive open-weight mixture-of-experts model that openly trails top benchmarks but wins on efficiency and calibration, while its architecture ironically follows China's DeepSeek V3 blueprint.

AI RevolutionTranscript found
Creative Automation

This Completely Changes the Way We Build Production AI Agents (Vercel Eve)

Vercel's open-source Eve framework treats an entire AI agent as a single folder of markdown and TypeScript, auto-compiling skills, tools, sub-agents, and channels into a manifest while still providing production-grade reliability like durable sessions and human-in-the-loop approval.

Cole MedinTranscript found
Creative Automation

Don't Waste Money on Local AI (watch this first)

A four-year home-lab veteran ranks which local AI tools are actually worth running (camera object detection, photo search, document AI, log troubleshooting) versus the one everyone builds a server for and shouldn't: a local ChatGPT replacement.

WunderTechTranscript found
Interfaces + Open Design

Grok Code (New FREE TIER!): IT'S ACTUALLY GOOD!

XAI made Grok 4.5 free to use inside Grok CLI, its terminal coding agent, with no credit card, API key, or waitlist required, but a security researcher's discovery that the CLI was silently uploading entire git repositories (including secrets) complicates the pitch.

AICodeKingTranscript found
Creative Automation

Stop Paying Full Price for AI APIs (One Gateway, Every Frontier Model) | Huges Review

This sponsored review walks through Huges, an AI gateway that puts about 30 frontier models from eight providers (GPT 5.5, Claude Opus/Sonnet 4.6, Gemini 3.1 Pro, DeepSeek V4, Qwen 3.6 Max, GLM 5.1, Kimi K2.6, Minimax M2.7) behind one API key at a claimed 60-80% of official prices, including a live demo of Claude Code running on DeepSeek and Minimax and an honest comparison with OpenRouter.

Prompt EngineerTranscript found
Creative Automation

Animators Are Losing It Over This New App

Savonne Draws hands-on reviews Umo Pen, a new $20 animation app that combines raster and vector drawing, a Flash-style reusable-asset gallery with symbols, textured brushes on vector layers, built-in effects with tween keyframing, deep UI customization, and PSD/FLA/ABR import, positioning it against Toon Squid, Procreate Dreams, and Callipeg before its $10 iPad release.

Savonne DrawsTranscript found
Creative Automation

I used a Headless M4 Mac Mini with iPad Pro for 6 months. Here are the benefits!

Tech Dad reports on six months of running an M4 Mac Mini headless (on a shelf, no monitor) and driving it entirely from an M5 iPad Pro via Jump Desktop, showing how it unlocks desktop-only apps like full Excel and Akiflow, desktop browsing for Smartsheet and PayPal invoicing, and even World of Warcraft gaming from the iPad.

Tech DadTranscript found
Interfaces + Open Design

Bonsai 27B Runs Qwen 3.6 27B at 10x less memory.

Tim Carambat tests PrismML's new Bonsai 27B, a compressed version of Qwen 3.6 27B that runs in about 10 GB of RAM with 32K context, explaining the ternary versus BitNet formats, walking through the exact llama.cpp fork setup and GGUF files needed, and stress-testing it on agentic tasks in AnythingLLM and Open Computer.

Tim CarambatTranscript found
Creative Automation

Agnes AI: Frontier Model 100% Free Forever (No Usage Cap)

This video reviews Agnes, a free-forever frontier-adjacent model family (text, image, and video) from Singapore's Sapiens AI, covering the live Agnes 2.0 Flash, the upcoming 2.5 Flash and paid 2.5 Pro, the Agnes Code desktop app, real coding tests, and how to read the lab's self-reported benchmarks skeptically.

AI Stack EngineerTranscript found
Codex + Claude Workflows

Why I switched to Pi...

AI Jason breaks down why the Pi coding agent (the harness behind OpenClaw) stands apart from Claude Code and Codex: instead of a fixed harness with limited hooks, Pi ships a bare-minimum four-tool agent that users or the agent itself extend via TypeScript extension files, and its five-package SDK stack lets you build full agent products like his Posia business-running agent.

AI JasonTranscript found
Creative Automation

Run the GLM-5.2 on Your Laptop Locally (No GPU Needed)

This video breaks down the three stacked tricks that let GLM 5.2, a 744-billion-parameter open model that edges past GPT 5.5 on coding benchmarks, run on a $600-class laptop with 25 GB of RAM and no GPU: mixture-of-experts sparsity, Unsloth dynamic 2-bit quantization, and Colibri-style SSD streaming of experts. It is honest that the result is an overnight tool at about one word every ten seconds, and shows the three-step setup plus how more RAM turns the speed dial up.

Cloud CodesTranscript found
Creative Automation

DON'T WASTE SO MANY TOKENS! PI CODING AGENT vs OPENCODE with same local LLM.

Luigi Tech runs a head-to-head between the Pi coding agent and OpenCode using the same local model, Qwen 3.6 35B-A4B, on the same bug-fix task in a vibe-coded 3D Tic Tac Toe game, timing both and comparing context usage. Both harnesses produce the same working fix, but Pi finishes in 7 minutes 44 seconds with roughly half the tokens of OpenCode's approximately 12-minute, 23K-context run, leading to the conclusion that the model matters more than the harness.

Luigi TechTranscript found
Creative Automation

Total Beginners Guide to Local AI on Mac

Samuel Gregory walks total beginners through the full local-AI-on-Mac pipeline: choosing Mac hardware by RAM tier and chip generation, reading Hugging Face model pages (quantization, dense versus mixture-of-experts, context and KV cache), serving MLX models locally through OMLX, and wiring the served endpoint into a coding harness like OpenCode or Claude Code via a JSON provider config.

Samuel GregoryTranscript found
Interfaces + Open Design

Fable X GPT-5.6 SOL X Grok-4.5 X Muse Spark 1.1 ULTRA Coder: This OPENSOURCE WORKFLOW is CRAZY GOOD!

AICodeKing shows a multi-model coding workflow glued together by T3 Code, Theo's open-source agentic coding interface: Fable 5 plans and orchestrates in plan mode, GPT 5.6 (Sol/Terra) or Grok 4.5 grinds out the back end in isolated worktrees, and Muse Spark 1.1 handles front-end design through Open Design. He builds a freelancer invoicing app end to end and reports the cost and behavior lessons from a week of using the stack.

AICodeKingTranscript found
Creative Automation

We Just Hit the Local LLM Tipping Point (Colibri)

This video explains how Colibri, a 1,300-line C engine with no Python and no GPU, runs GLM 5.2, a 744-billion-parameter open model whose 4-bit weights take 370 GB, on a laptop with 25 GB of RAM by exploiting mixture-of-experts sparsity and streaming experts off the SSD. It covers why this beats llama.cpp's blind memory mapping, the real speed ceiling of 0.1 to 1 token per second, and why treating the SSD as a memory tier signals a local-LLM tipping point.

DevsplainersTranscript found
Creative Automation

FORGET Loop Engineering. Agentic Engineering is about THIS

IndyDevDan argues that "loop engineering" is a hype-filled rebrand of the software development life cycle and reframes agentic work as building AI developer workflows (ADWs): a software factory where prompts go in, workflows made of code plus agents run, and results come out, with the engineer appearing only at the ends. He scales the idea from a single lint loop up to worktrees, per-agent sandboxes, and a full kanban-driven scout, plan, build, test, ship pipeline.

IndyDevDanTranscript found
Interfaces + Open Design

Herdr Gives You Full Control Over Multiple AI Agents

This video shows how to use Herdr, an agent-first terminal multiplexer (an alternative to tmux and cmux), to stay organized while running multiple AI coding agents at once, and then goes further: letting agents control Herdr itself, including a /ticket slash command where Claude Code orchestrates tabs, git worktrees, and pull requests per GitHub issue.

Owain LewisTranscript found
Codex + Claude Workflows

GPT 5.6 Sol vs Fable 5... This Is What You Need To Know

After four days of testing OpenAI's new GPT 5.6 Sol on real client products, AI LABS distills seven rules for using it alongside Claude's Fable 5: Sol is not smarter, but it relentlessly finishes long-running work, reviews and tests apps via computer use, and needs hard boundaries because it will delete blocking files instead of stopping.

AI LABSTranscript found
Interfaces + Open Design

Your Roadmap Is Why You're Losing to AI-Native Teams.

Nate B. Jones explains why Anthropic, OpenAI, and small Valley startups ship weekly while most companies crawl: their secret is culture, not AI, and he lays out 15 'commandments' for moving repeatable coordination out of meetings and roadmaps into code and documents that agents can act on.

AI News & Strategy Daily | Nate B JonesTranscript found
Codex + Claude Workflows

Open Source Is Back. Goodbye Claude.

This video tears down OpenCode, the 180,000-star open source terminal coding agent, showing how its bring-your-own-model design (free models, GLM 5.2, DeepSeek, plus Google/Anthropic/OpenAI via models.dev) and custom agent system stack up against Claude Code on features and real cost.

Better StackTranscript found
Agentic Engineering

Alibaba's New AI Pretends to Be Your Computer… and Beats GPT-5.4 at It

Alibaba's Qwen team open-sourced a 'language world model' that plays the environment instead of the assistant, convincingly simulating a Linux terminal, browser, Android phone, and more across seven domains, and its 397B flagship beats GPT-5.4 at that job, unlocking cheap, parallel agent training without real sandboxes.

Prompt EngineerTranscript found
Creative Automation

STOP USING Claude & Codex $20 & $200 PLANS: USE this $5 ALTERNATIVE INSTEAD!

This sponsored review maps the AI coding subscription market into premium ($100-200 Claude/Codex plans), free (Google's limited options), and the underserved middle, then shows how Cline Pass, a $10/month plan ($5 first month) with volume-discounted access to GLM 5.2, Kimi K2 variants, DeepSeek, MiniMax M3, and Qwen models, fills that gap across the Cline extension, its CLI, and other coding agents.

AICodeKingTranscript found
Interfaces + Open Design

Magic Echo Is A Free & Better Way To Control Your Computer With Voice

AnythingLLM founder Tim Carambat demos Magic Echo, a fully on-device smart dictation feature that goes beyond SuperWhisper and Wispr Flow with voice commands, custom vocabulary, LLM-cleaned transcription, and on-screen awareness that reads open windows so you can dictate vague, stream-of-consciousness requests anywhere on your OS.

Tim CarambatTranscript found
Creative Automation

One Image. Full Cinematic Videos. Higgsfield Gemini Omni is WILD

This video walks through chaining Google's two new models released June 30, Nano Banana 2 Light for cheap fast image generation and Gemini Omni Flash for conversational video generation, into a single image-first pipeline (run via Higgsfield) that lets creators test ad, social, and product-video concepts for pennies before paying for the expensive video step.

Nick PonteTranscript found
Creative Automation

This β€œAnti-Vibe Coding” Tool Is Actually Brilliant

This video walks through OpenSpec, a 55,000-star open source spec-driven development skill that turns a product requirements document into living, per-feature specs and delta changes inside your codebase, demonstrated on a real startup project using the Pi agent with Minimax's M3 model instead of a toy to-do app.

DevOps ToolboxTranscript found
Creative Automation

1.25M Hugging Face Downloads vs One Honest Benchmark

This video dissects the hype cycle around a 9B Qwen fine-tune post-trained on 500 million tokens of Claude-style reasoning traces: its 1.25 million Hugging Face downloads and +34 MMLU headline collapsed under real head-to-head tests, and the video distills three tells (download counts with no denominator, benchmark deltas with no matched-eval receipt, and everything-at-once capability claims) for spotting empty model-card marketing.

DIY Smart CodeTranscript found
Codex + Claude Workflows

Flue vs Claude Code vs Mastra β€” Which Agent Framework Wins?

This video tours Flue, the open source agent framework from the Astro team, showing how its harness-first design (built on the minimal Pi agent core) delivers a working TypeScript agent in about five lines, why its in-memory bash sandbox lets thousands of agents run without booting containers, and how that same sandbox intentionally fails your first skill until you grant file access or wrap it as a tool.

DIY Smart CodeTranscript found
Codex + Claude Workflows

Run OpenCode Offline: Ollama Setup, Context Windows & Custom Models

This walkthrough shows how to run OpenCode fully offline by pairing it with Ollama and the Qwen 3.6 local model, covering install via Homebrew or npm, tuning Ollama's context window for load speed versus capacity, saving custom models with a pinned context size, and registering the model in OpenCode's JSON config so it appears automatically.

Darren Builds AITranscript found
Creative Automation

I Replaced Claude Max ($200/mo) With FREE OmniRoute… Here's What Happened

The creator spends a week replacing his $200-plus Claude Max plan with OmniRoute, a free local router that proxies 231 providers behind one localhost address, and exposes its three hidden tells: the 8-millisecond number only times the provider switch, failures resolve as silent downgrades behind a green check mark, and output quality slips because requests are compressed 15 to 95 percent and routed to the cheapest plausible model.

EverydayAI SchoolTranscript found
Creative Automation

Go + HTMX + SQLite: The Ultimate Stack for the AI Era

This video argues that Go, HTMX, and SQLite are the ideal stack for AI-written software because each one deletes a translation or infrastructure layer where a model could slip: HTMX sends plain HTML with no build step, Go compiles to one static binary with a compiler that catches hallucinated types, and SQLite collapses the database tier into a single file with in-process sub-millisecond reads.

Cloud CodesTranscript found
Creative Automation

This Free Tool Runs 5 AI Coding Agents at Once

This video demos Super Engineering, a free alpha tool for orchestrating three to five parallel Claude Code or Codex agents from one interface, using git worktrees as isolated copies of a project so security reviews, bug fixes, feature research, and builds can all run at once without conflicting.

Sean KochelTranscript found
Interfaces + Open Design

Muse Spark 1.1 (Fully Tested): Okay, it's SO GOOD!

AICodeKing runs Meta's new Muse Spark 1.1 multimodal reasoning model, the first release on the paid Meta model API, through his seven-question King Bench, landing it at 48/70 (sixth place): strong on tool use, agentic tasks, and a hard math problem that stumps other frontier models, but weak on coding logic and dangerously careless about existing files in parallel agent setups.

AICodeKingTranscript found
Creative Automation

FREE Grok 4.5 Coding Agent! Better Than Claude Opus 4.8?

This video covers xAI's Grok 4.5 launch (benchmark wins over Claude Opus 4.8 on Deep SWE 1.0 and Terminal Bench 2.1 at a fraction of the price), shows how to install the official Grok CLI coding agent and use it free with generous rate limits, and stress-tests it by generating a full interactive solar system visualization from one prompt.

EarnixLabTranscript found
Creative Automation

Open-Source Dictation Is Here… Goodbye Subscriptions

This video reviews Fluid Voice, a free open-source Mac dictation app that runs entirely on-device using the Parakeet transcription model plus a local 'Fluid Intelligence' editor model, and weighs it honestly against built-in Mac dictation, Wispr Flow, and Superwhisper on privacy, cost, speed, and platform limits.

Better StackTranscript found
Creative Automation

Mojo + Vulkan is INSANE: Run Local AI on ANY GPU (Goodbye CUDA)

This video explains how the 15-year CUDA lock-in on local AI is breaking via two roads: Vulkan, which already runs llama.cpp GGUF models on any GPU (AMD, Intel, Apple, even integrated graphics) and beats AMD's own ROCm on AMD hardware, and Mojo, whose kernels compile to any vendor and matched Nvidia's hand-tuned Cutlass kernel on a B200, with Qualcomm's near-$4B purchase of Modular as the confirming signal.

Cloud CodesTranscript found
Creative Automation

This FREE AI Coding Model Changed Everything

A quick briefing on Poolside's Laguna XS 2.1, an Apache 2.0 open-weight coding model with a 256k context window and a 33.4B-parameter mixture-of-experts design that activates only 3B parameters per token, positioned as an open alternative to Claude, GPT, and Gemini for agentic software engineering.

EarnixLabTranscript found
Interfaces + Open Design

I Tested Apple’s Secret macOS AI… The Results Made No Sense

Alex Ziskind benchmarks FM, the LLM CLI quietly built into the macOS 27 Golden Gate beta, discovers off-the-shelf benchmarkers and even Apple's own meters misreport it, and proves through a contention experiment that FM's decode runs on the Neural Engine while prompt processing runs on the GPU, which is why a Mac Mini matches a far pricier M3 Ultra Mac Studio.

Alex ZiskindTranscript found
Creative Automation

New GitHub Repos That Feel ILLEGAL To Get Free

A countdown of ten free GitHub projects with honest caveats: LlamaFS auto-organizing files, the Void AI editor, Dockge for Docker Compose, Karakeep bookmarking, Postiz social scheduling, FastMCP for Python MCP servers, commithistory.com, the MiniMax M3 open model, an LLM pen-testing index, and Woodpecker CI as a self-hosted GitHub Actions alternative.

The StackTranscript found
Codex + Claude Workflows

OmniRoute + OpenCode: 100% Free AI Coding Setup, Free AI Gateway

This video walks through OmniRoute, a free open-source AI gateway that runs locally and pools 236 providers (90+ with free tiers, roughly 1.6 billion deduped free tokens per month) behind one OpenAI-compatible endpoint, then wires it into OpenCode step by step so a coding agent runs at zero cost.

AI Stack EngineerTranscript found
Interfaces + Open Design

Pi replaced every other coding agent harness for me

This video makes the case for Pi, a minimal coding agent harness, arguing its value is what it leaves out: unlike Codex or Claude Code, it ships with no baked-in instructions, no MCP, and no plan mode, so you shape the harness to your workflow. It walks through the 6-second install, logging in with ChatGPT and Claude subscriptions, scoping and cycling models, the /tree conversation-branching feature, and writing your own extensions with Pi itself.

JillesTranscript found
Creative Automation

Best Local Coding Model Right Now in 2026

This video makes the case that in 2026 you can replace a cloud coding subscription with Qwen 3 Coder 27B β€” a dense model scoring 77.2 on SWE-bench Verified β€” running 4-bit on a single used RTX 3090, and shows how the multi-token-prediction (MTP) trick recently merged into llama.cpp nearly doubles its speed.

Cloud CodesTranscript found
Interfaces + Open Design

Apple Silicon Now DOMINATES Local AI Hardware (M5 Max vs RTX 5090)

This video argues that for solo builders running local AI, a Mac Studio quietly beats Nvidia's RTX 5090 not on speed but on memory: it explains why unified memory lets Apple silicon load models the 5090's 32 GB VRAM physically can't, where Nvidia's raw token speed still wins, and how MLX tooling and total cost of ownership tip the decision.

The StackTranscript found
Agentic Engineering

Peter Steinberger | OpenClaw Creator

Peter Steinberger, creator of OpenClaw, walks through three lightweight agent skills he added to his open-source workflow β€” an agent-transcript uploader, an auto-review skill, and a sandbox he calls 'crapbox' β€” all built to shift his real bottleneck from tokens and CPU to attention by extending how much of the loop an agent can handle before he needs to look.

Greg KamradtTranscript found
Creative Automation

Top 10 Trending GitHub Repos This Week (Your Terminal Is Now an App Store)

A verified rundown of the week's top 10 trending GitHub repos, arguing that coding agents (Claude Code, Codex, Cursor) have become an 'app store' you install into rather than download apps: an AI pentester, a token-cutting caveman skill, a local meeting note-taker, a fitness dataset, investor and job-search frameworks, free AI gateways, and a system-prompt leaks archive.

Hyperautomation LabsTranscript found
Codex + Claude Workflows

OpenCode Full Tutorial: Free Models, Skills & MCPs

A full OpenCode tutorial covering installation, connecting any model (free tiers, subscriptions like OpenAI/ChatGPT, API keys, or local), and using Claude Code-style features inside it: plan/build mode, multiple sessions, session sharing/export/timeline, skills from skills.sh, MCPs, and an agents.md file, ending with a personal 'second brain' board-of-advisors workflow.

Eric TechTranscript found
Creative Automation

Can This New Local AI Model Beat Qwen?

A hands-on walkthrough of downloading and running a new self-improving open-source coding model family (9B, 31B, 35B MoE, and 397B MoE variants) locally on a Mac using MLX and OllamaX, then stress-testing it against Qwen 3.5 with real email-writing, code-base, Webflow MCP, and front-end generation tasks.

Samuel GregoryTranscript found
Hermes + Agent Ops

Claude Fable 5 Just Built the Ultimate Agent Harness

Pat Simmons builds an agentic development environment (ADE) called Damon from scratch with Claude Fable 5, giving him one Electron app that organizes agents by category and opens Chrome-style terminal tabs, each running any model, Claude, Codex/GPT, or open-source models via OpenRouter. He iterates from mockup to Mac app in a few passes and forks the Hermes repo to give each agent self-improving memory files.

Pat SimmonsTranscript found
Interfaces + Open Design

Minimax M3 + Open Design: 100% Free Claude Design Alternative For UI Designs

AI Stack Engineer shows how to run Open Design, an Apache 2.0, local-first, model-agnostic alternative to Claude's design tool, driven for free by MiniMax M3 through NVIDIA's free build.nvidia.com API endpoint. He wires M3 into Open Code as the coding agent, then builds a documentation site and a product page to test how the model holds a design system consistent across a long page.

AI Stack EngineerTranscript found
AI Strategy

Claude Fable 5 Built Me My Perfect Second Brain (and why you should too)

Jay E shows how he had Claude Fable 5 map his entire workspace into a working 'second brain' organized into an agentic operating system of four layers (applications, routines, memory, skills), and how that system retrieves files faster and cheaper than default Claude Code. He explains the principles for prompting Fable to build the same for any workspace, including a deterministic brain.js index that scores files before reading them.

Jay E | RoboNuggetsTranscript found
Creative Automation

Reduce Fable 5 API Costs By 30% In Just 5 Mins (Exploit)

Nick Saraev demonstrates a token-arbitrage hack that cuts Claude Code input costs ~30% by rendering bulky context (system prompt, tool docs, history) as a tiny-but-legible image, exploiting the fact that image billing is fixed by pixel dimensions rather than the amount of text inside. He then has Claude build a reusable pxpipe.py pipeline that converts long prompts into images before feeding them to the model.

Nick SaraevTranscript found
Agent Architecture

Cut your AI cost IN HALF (EASY)

A guide to cutting AI coding costs by ~68-90% through model routing: use an expensive frontier model (Fable) only for planning and spec-writing, hand the spec to a cheaper-but-capable model (GPT 5.5, Composer 2.5) to write the code, and let the frontier model review the PR, with worked token math, a Claude-calls-Codex skill, and enterprise examples.

Matthew BermanTranscript found
Creative Automation

Agent Loop Explained in 10 Minutes...

A from-first-principles explanation of the agent loop: a language model is a stateless function until you wrap it in a while loop of gather context, take action, verify, and repeat, built from four parts (model, tools, context, stop condition), and kept on the rails against failure modes like compounding errors and context rot.

Cloud CodesTranscript found
Creative Automation

FULLY FREE Fable 5 & Sonnet 5 API + OpenCode: IT'S ACTUALLY REAL!

A practical guide to trying Anthropic's expensive Claude Fable 5 (and Sonnet 5) for free through three routes: Zen Mux free API endpoints for Fable 5 and Sonnet 5 with full 1M-token context, the Verdant coding agent's 7-day 100-credit trial, and combining them via bring-your-own-key so a student with no budget pays zero.

AICodeKingTranscript found
Creative Automation

Qwen 3.6 + Pi Agent: Build Your Own AI Assistant (Full Setup)

A full setup walkthrough for building a lightweight AI 'employee' that manages a support inbox using the Pi (pi.dev) agent harness plus a local Qwen 3.6 35B model in LM Studio, having Pi scaffold its own Zendesk agent package, connect credentials, read and reply to tickets, and finally run 24/7 via a cron job in print mode.

Bart SlodyczkaTranscript found
Codex + Claude Workflows

open source ai sucks: glm 5.2 versus claude versus chatgpt

A blind head-to-head where the same detailed spec for a Kanban 'priority board' app is built in parallel by GLM 5.2 (via OpenRouter/OpenCode), GPT 5.5 extra-high (via Codex), and Fable (via Claude Code), then judged on UI quality, token usage, and final cost, with a pro's verdict on when cheap open-source is worth it versus paying for frontier tools.

Dr. Josh C. SimmonsTranscript found
Creative Automation

How to Run DeepSeek's 284B Model Locally on Laptop

An explainer of how a 284-billion-parameter DeepSeek V4 model runs offline on a single laptop through three stacked tricks: mixture-of-experts so only ~13B parameters fire per token, ~2-bit quantization that shrinks weights from 568GB to ~70GB, and a rebuilt attention plus SSD-streamed cache, all packaged in a one-week C program (DS4) by Redis creator Salvatore Sanfilippo (antirez).

Cloud CodesTranscript found
Interfaces + Open Design

The FREE App That Kills 6 AI Subscriptions | ChatBox

This video evaluates Chatbox, a GPLv3 open-source desktop client with ~40,000 GitHub stars that pipes ChatGPT, Claude, Gemini, DeepSeek, and local Ollama models into one window via bring-your-own-key (BYOK), and shows why per-token API pricing usually undercuts stacking multiple $20/month subscriptions β€” along with the hidden costs, feature gaps, and open-source caveats the 'free' label leaves out.

The StackTranscript found
Creative Automation

SEE CMUX SOLVE Multi-Agent Orchestration (Claude Code and Pi Agent)

IndyDevDan tests CMUX as a solution to three multi-agent orchestration problems β€” no programmatic access, being unable to monitor to improve, and slow team launch β€” by giving an agent a CMUX skill and driving a visible fleet of Claude Code, Codex, and Pi agents (running models like Minimax M3 and GLM 5.2) across windows, workspaces, and panes. The theme is scale your compute to scale your impact while keeping every agent fully visible.

IndyDevDanTranscript found
Creative Automation

You Can't Compete on Cheap Models Anymore

Using Mitchell Hashimoto's experiment β€” cheap models tying Fable 5 on routine feature work, but only the frontier model cracking a $40, two-hour systems-optimization job nobody had thought to assign β€” Nate B Jones argues execution is commoditizing and durable advantage now comes from technical imagination: knowing what new questions frontier models make possible.

AI News & Strategy Daily | Nate B JonesTranscript found
Interfaces + Open Design

Ollama Runs A 32B Local LLM For Free On A $599 Mac

This video explains the three-piece free local AI stack β€” Ollama as the OpenAI-API-compatible inference engine, Open WebUI as the browser chat front end, and quantized GGUF models β€” and why quantization plus mixture-of-experts lets a 32B model like Qwen's run on a $599 Mac mini, closing with the honest break-even math on when local hardware beats cloud subscriptions.

The StackTranscript found
Creative Automation

I Tried LongCat 2.0 and It Is Incredible (Open Source)

A hands-on gauntlet of LongCat 2.0 β€” the 1.6-trillion-parameter MIT-licensed MoE model from a Chinese food-delivery company that ran anonymously on OpenRouter for two months β€” covering three coding and data demos run in a sandbox, its painful China-only signup and Alipay billing, promo pricing of $0.30/$1.20 per million tokens, and an architect-executor workflow pairing Fable 5 planning with LongCat execution.

Kacper Rutkiewicz | AI Made SimpleTranscript found
Codex + Claude Workflows

AMD Just Killed AI Subscriptions Forever (Ryzen AI Halo)

A buying-decision breakdown of AMD's Strix Halo (Ryzen AI Max+) mini PCs: a $1,499 box with 128GB unified memory loads 120-billion-parameter models that discrete consumer GPUs cannot fit, running only about 13% slower than Nvidia's $4,699 DGX Spark β€” with honest caveats on ROCm's Linux-only preview status, real-world bandwidth near 122GB/s versus the advertised 256, the unused NPU, and Nvidia's roughly 5x prefill advantage.

AI MasterTranscript found
Interfaces + Open Design

LangChain Open-Sourced Claude Code (Works With ANY Model)

LangChain reverse-engineered what makes Claude Code work and shipped it as the open-source deepagents library: four ingredients β€” a detailed system prompt, a no-op planning tool, sub-agents, and a file system β€” wrapped around any model you choose via a single create-deep-agent call, running on the durable LangGraph runtime.

Cloud CodesTranscript found
Interfaces + Open Design

Free Claude Fable 5 and GLM 5.2 Within 10K Claude Code Alternative with Cloudflare Worker AI Setup

A step-by-step Windows setup for using Cloudflare Workers AI's free tier β€” 100,000 free neurons per day across roughly 180 models β€” as a zero-cost Claude Code alternative: install bun and Open Code, connect with your Cloudflare account ID and API token, pick a model like GLM 5.2, and code from VS Code while living within the daily neuron cap.

Cambo TutorialTranscript found
Creative Automation

Google Just UNLOCKED the Nano Banana of AI Video (Gemini Omni Deep Dive)

A VFX artist stress-tests Google's Gemini Omni Flash video model inside Higsfield β€” glass-phone effects, material swaps, cereal-box pack replacement, impossible visuals β€” and compares it head-to-head with Sea Dance 2, showing where Omni's cheap, fast footage editing wins and where 720p output, garbled small text, and poor prompt adherence hurt.

Jack Vs. AITranscript found
Creative Automation

Ornith 1.0 + Ollama is INSANE: Self-Improving Coding AI Running on Your Laptop

This video breaks down Ornith 1.0, the MIT-licensed coding agent from Deep Reinforce built on Qwen and Gemma that learned to write its own agent scaffold during training, shows how to run it locally with one Ollama command, and is honest that it trails Claude Opus (82 vs 88 on real bug fixes) and only 'self-improved' during training, not at runtime.

Cloud CodesTranscript found
Interfaces + Open Design

This AI Tool Replaces Claude Code & is Free [Aider]

This video explains why Aider β€” Paul Gauthier's free, Apache 2.0, terminal-native AI pair programmer β€” outlasts every model launch: it bundles nothing, treating the model as a swappable input and plain Git as the review surface, with a tree-sitter repo map for big codebases, while honestly flagging its 0.x breakage and missing SOC 2 compliance.

The StackTranscript found
Interfaces + Open Design

10 Self-Hosted AI Tools That KILL Your Entire SaaS Stack

This video ranks ten self-hosted open-source tools that replace an entire SaaS stack β€” Open Web UI, Plane, AppFlowy, Khoj-style second brains, OpenObserve, Twenty, Flowise, Dify, Chatwoot, and n8n β€” arguing that AI is now table stakes in open source while SaaS sells it as a surcharge, so the cost gap permanently widens for teams willing to run their own server.

The StackTranscript found
Creative Automation

I spent $1,486 on Fable tokens so you don't have to

After spending over $1,400 in four hours on Fable, the creator distills the token-reduction tactics that cut Claude Code usage 50% or more with near-zero quality loss: RTK tool-output minification, semantic compression of system prompts, SQLite instead of raw log reads, blocking huge reads, English prompting, context-frugality rules, /context audits, and capping thinking effort.

Nick SaraevTranscript found
Interfaces + Open Design

6 FREE Tools That Replace Claude Code (And Beat It)

This video ranks six free tools that replace paid coding agents like Claude Code and Cursor β€” Gemini CLI, Claw Code, CC Switch, Open Code, Aider, and ECC β€” explaining each one's genuine edge (free frontier access, LSP-grade code understanding, auto-committed AI edits, prompt-injection scanning) and the honest catch that comes with it.

The StackTranscript found
Agent Architecture

Minimax Code + Remotion + HyperFrames = Insane AI Motion Graphics

This video shows how to turn MiniMax Code (a chat-based AI coding desktop app running the MiniMax M3 model) into a motion-graphics studio by installing the HyperFrames and Remotion skills, which let the AI compile code directly into finished MP4 advertisements and promo videos, often with music and AI voiceovers added automatically.

AeroTranscript found
Creative Automation

ZCode Runs GLM 5.2 for Free β€” Z.ai's New Coding Agent With 5M Daily Tokens

This video reviews Zcode, Z.ai's new Codex-style coding agent tuned for GLM 5.2, covering the model's benchmark position (strongest open-weights coder, MIT licensed, 1M context), the app's workflow features like goal mode and click-to-edit previews, its rough edges, and the aggressive free tier of 5 million daily tokens.

AI Stack EngineerTranscript found
Hermes + Agent Ops

True Agent Autonomy

This video builds a truly autonomous agent that never stops generating tokens β€” contrasting run-loop and heartbeat patterns (OpenKlaw, Hermes Agent) with one endless session on the Pie harness β€” and shows the observational memory system, sub-agent orchestration, and autonomy loop that keep a 24-hour recursive self-improvement run coherent for about $27.

Eero AlvarTranscript found
Creative Automation

Stop Building AI Agents the Old Way

This video lays out the seven components a long-running AI agent needs to run for hours without going off the rails β€” goal, evaluator, verifiers, outer loop, orchestration, observability, and memory β€” and explains how to design each so the agent is measurable, checkable, and correctable rather than blindly trusted.

Prompt EngineeringTranscript found
Creative Automation

Claude Code Multi-Provider Setup Guide (GLM 5.2, MiniMax M3 and more)

This video shows how to run multiple Anthropic-compatible providers (GLM, MiniMax, LongCat, Qwen, Kimi) inside Claude Code by moving API keys out of plaintext settings.json into the shell profile and using per-provider launcher scripts like 'claude-glm' and 'claude-minimax', including how to remap the Opus/Sonnet/Haiku tiers to each provider's models.

Superbash (BoxminingAI)Transcript found
Creative Automation

How to Build Your Own ( AI ) Terminal

Crynta builds a GPU-accelerated AI terminal from scratch β€” explaining the shell/PTY/renderer anatomy, assembling a Rust + Tauri backend with React, TypeScript, and xterm.js on WebGL, then adding an AI agent via the function-calling loop that powers tools like Claude Code β€” and closes with the production walls like WebGL context pooling.

CryntaTranscript found
Interfaces + Open Design

Deepseek drops another HUGE breakthrough

AI Search explains DeepSeek's DeepSpark paper in plain terms: why autoregressive generation is memory-bound, how speculative decoding uses a small 'intern' drafter checked by a large 'boss' model, and how DeepSpark's Markov head, confidence head, and hardware-aware scheduling deliver 60-85% faster generation and nearly 700% higher system output with zero quality loss.

AI SearchTranscript found
Creative Automation

Pi: Open-Source AI Agent Terminal Set-Up

Christian Lempa shows how he uses Pi β€” a minimal open-source terminal AI agent with no MCP setup, sub-agents, or permission pop-ups β€” for home-lab DevOps work: provider login and model selection, driving Docker and SSH operations through a well-written agents.md, managing GitLab repos as Terraform/OpenTofu code, and session tools like resume, tree, fork, and compact.

Christian LempaTranscript found
Creative Automation

Make Fable 5 80% Cheaper (& Other Usage Cheat Codes)

Chase AI shares five concrete ways to cut Claude Fable 5's usage and token cost without losing quality: lowering the effort level (over 80% cheaper on the DeepSweet benchmark while still beating Opus 4.8 max), using Fable as architect while cheaper models execute, token-reduction skills like Ponytail, delegating deep research to lower models, and advisor mode.

Chase AITranscript found
Creative Automation

Pi Coding Agent vs Claude Code vs OpenCode β€” I Tested All 3

Roman Knox tests Pi β€” Mario Zechner's deliberately minimal terminal coding agent with only four tools (read, write, edit, bash) β€” against Claude Code and OpenCode, showing its Copilot OAuth login, forkable JSONL session tree, skill.md and agents.md support, and a 3D Rubik's Cube build that highlights how quiet a no-prompts, no-plan-mode agent feels.

Roman KnoxTranscript found
Creative Automation

If you don’t run Pi locally you’re falling behind…

David Ondrej's course on Pi agent (pi.dev) argues Pi is a minimal, customizable harness β€” four tools and a ~1,000-token system prompt across 15+ providers β€” that you adapt to your workflow rather than the reverse. He covers install, context via markdown files, the four ways to extend Pi (agents.md, prompt templates, skills, extensions), and his daily Pi-plus-Codex orchestration workflow inside the CMUX terminal.

David OndrejTranscript found
Interfaces + Open Design

Andrej Karpathy Just Revealed His New AI Workflow… And It’s Not What You Think 🀯

This video unpacks Andrej Karpathy's viral tweet about the 'third major redesign' of the LLM interface β€” Claude tag, where Claude joins Slack as a persistent, multiplayer teammate wired into a company's tools β€” and then shows a cheaper DIY version: an omnipresent Claude reached through Telegram via a bot, an AWS listener server, and Compozio tool connections.

Dream Labs AITranscript found
Creative Automation

Obsidian AI Second Brain that ACTUALLY Works! (Codex, Claude Code)

Eric Michaud walks through the Obsidian second-brain system he uses daily, split into three parts: a provider-agnostic local vault of markdown files with front-matter tags, a strict separation between a 'human' folder for verbatim ideas and a 'machine' side that AI agents (Codex, Claude Code) manage via an instructions file, and an intelligence layer built from daily notes that surfaces which actions actually drive results.

Eric MichaudTranscript found
Creative Automation

Ornith 1.0 + DSpark is INSANE : Self-Scaffolding Local AI That Runs 85% Faster

This video breaks down two same-week open-source releases β€” Ornith 1.0, a Deep Reinforce coding-model family that learns to write its own agent scaffold during reinforcement-learning training, and DeepSeek's DSpark, a lossless speculative-decoding layer that serves the same weights up to 85% faster β€” and shows how to stack them behind Claude Code as a local, $0-per-token agentic coding rig.

Cloud CodesTranscript found
Codex + Claude Workflows

The Complete Beginner’s Guide to Open Source Models (2026)

James NoCode gives a beginner's architecture for coding with cheap open-weight models: a developer talks to a harness (Open Code), which connects through a provider (OpenRouter) to the actual model brain (Qwen, DeepSeek, Kimi, Mistral), producing an app. He then builds the same support-ticket app with all four models and ranks them by cost and quality.

James NoCodeTranscript found
Codex + Claude Workflows

OpenCode + gstack: Turn Your AI Agent Into a Full Startup Team for Free

This video covers gstack, Y Combinator CEO Garry Tan's free MIT-licensed toolkit of 23 markdown slash-command skills that turn a coding agent into a virtual startup team β€” CEO, engineering manager, designer, reviewer, QA, security, release engineer β€” and demos the full sprint pipeline on OpenCode by building a Calendly-style booking app.

AI Stack EngineerTranscript found
Agent Architecture

Remotion vs HyperFrames – Testing the Best AI Motion Designer

Aero pits Remotion against Hyperframes β€” two agentic skills that render video from code β€” running identical prompts through Minimax M3 to produce comparison, Polymarket, and WhisperFlow promo videos, and lays out the tradeoffs: React ecosystem maturity versus agent-first HTML simplicity.

AeroTranscript found
Creative Automation

Finally, an Open Standard for the Karpathy LLM Wiki is HERE

Cole Medin explains Google's Open Knowledge Format (OKF), the standard that fixes the biggest gap in Karpathy's viral LLM wiki idea β€” every wiki being structured differently β€” by standardizing folder organization and YAML front-matter metadata so knowledge bundles can be shared between anyone's second-brain agents.

Cole MedinTranscript found
Interfaces + Open Design

PI Architecture EXPLAINED | Agent Loop, Tools, TUI and More

Alejandro AO dissects the architecture of Pi, splitting it into two packages: Pi Core (the custom-coded agent loop β€” initialize context, transform/compact, LLM call, tool-call cycle β€” plus JSONL tree-structured sessions, tools, extensions, and a ~20-line system prompt) and Pi Interactive (the CLI entry point and custom-built TUI). It's a teardown for anyone who wants to understand or rebuild a minimalist coding agent from scratch.

Alejandro AOTranscript found
Creative Automation

The Ultimate Snippet Library for Webflow Devs?

Ilja van Eck introduces Osmo's new snippets category β€” 26 copy-paste fixes for Webflow and general front-end work β€” and demos the best ones: the GSAP SplitText descender-cutoff fix, combining Webflow collection lists past the 100-item limit, hiding empty CMS sections, CSS counters, scroll-margin-top anchor offsets, and SVG mask images.

Ilja van EckTranscript found
Creative Automation

Claude Code Can Now Edit Your Videos (video-use is wild)

This video walks through video-use, the browser-use team's free open-source tool that turns Claude Code into a video editor: you drop raw clips in a folder, describe the edit in plain English, and it cuts silences, color grades, fades audio, burns subtitles, and builds animated overlays β€” all by reading the video as a 12KB transcript instead of watching frames.

Hyperautomation LabsTranscript found
Creative Automation

I Built My Own AI Memory by Talking to Claude. It Did 80% Itself.

Nate B Jones argues that with top models like Fable and ChatGPT 5.6 getting locked behind government approval, you should own your memory, standards, and skills (via his Open Brain, Open Skills, and Open Engine stack) and rent swappable intelligence β€” and shows that agents like Claude and Codex can now build about 80% of that stack for you through conversation.

AI News & Strategy Daily | Nate B JonesTranscript found
Creative Automation

Dspark + Claude Code Is INSANE (85% Faster + Open Source)

This video breaks down DeepSpark, DeepSeek and Peking University's MIT-licensed speculative decoding framework that speeds up DeepSeek V4 inference by up to 85% without changing the output, and shows how to wire it into Claude Code via vLLM and a thin Anthropic-to-OpenAI proxy.

Cloud CodesTranscript found
Creative Automation

Claude Video Editing Just Became Unrecognizable

Video automation is moving toward promptable editing systems, but quality depends on review, pacing, and story judgment.

Nate Herk | AI AutomationTranscript found
Creative Automation

The Future of Photo Editing? (Claude AI + Affinity First Test)

Use AI as a creative production partner, but keep human taste in the critique loop.

Learn Canva with GregTranscript found
AI Strategy

THIS Gives Claude Skills a Massive Upgrade (It’s Easy!)

Skills turn repeated knowledge work into reusable procedures, templates, and domain-specific standards.

Simon ScrapesTranscript found
AI Strategy

GStack + GSD + Superpowers Workflow Is Insane!

Stack tools around a concrete execution rhythm: capture, decide, build, verify, and ship.

Eric TechTranscript found
AI Strategy

OpenAI Just Gave Every Team A Free Employee. Here's The Catch.

Treat agents as junior collaborators that need scope, review, institutional context, and measurable outcomes.

AI News & Strategy Daily | Nate B JonesTranscript found
Interfaces + Open Design

The 36K-star Claude Code folder Matt Pocock just open-sourced

Study real open-source project structure as an input to reusable agent instructions and codebase conventions.

Indie Hacker NewsTranscript found
Interfaces + Open Design

ANOTHER Open Source Repo Just Cloned Claude Design

Study what makes AI-native interfaces useful: artifacts, previews, context panes, and inspection loops.

Chase AITranscript found
Interfaces + Open Design

Introducing OpenUI.com ! The open standard for Generative UI.

Generative UI needs a portable representation of intent, structure, and state rather than isolated mockups.

ThesysTranscript found
Interfaces + Open Design

AionUi: One Free Desktop for Claude Code, OpenClaw & Hermes Agent

Evaluate agent desktops as coordination layers: what they expose, what they hide, and how recoverable the work is.

Panda Making MoneyTranscript found
Hermes + Agent Ops

Hermes + Agent Swarms Just Changed AI Agents Forever

Approach swarms carefully: parallelism only helps when tasks are separable, scoped, and verifiable.

Julian Goldie SEOTranscript found
Hermes + Agent Ops

Hermes AI Agents Can Now Use ComfyUI

Connect agent execution to visual generation workflows, then constrain outputs with review and iteration.

Times OutTranscript found
Hermes + Agent Ops

Hermes + Open WebUI Just Changed AI Agents Forever

Use a chat interface as an agent control surface, but keep the actual value in tools, context, and verification.

Julian Goldie SEOTranscript found
Hermes + Agent Ops

Hermes Agent w/ ChatGPT 5.5 is literally magic

Understand the appeal and limits of pairing Hermes with stronger hosted models.

Alex FinnTranscript found
Hermes + Agent Ops

Hermes Agent Just Became a Project Manager (Kanban Update)

Use project-state views like Kanban to make long-running agent work legible and recoverable.

Nemanja MirkovicTranscript found
Codex + Claude Workflows

The Real Reason You Keep Hitting Claude Limits (And How to Fix It)

Design sessions around context economy: fewer wandering prompts, clearer work packets, and better reuse of artifacts.

Nick Puru | AI AutomationTranscript found
Codex + Claude Workflows

MAXIMIZE Your Claude Code Subscription (Without Getting BANNED)

Use agent sessions deliberately: batch work, constrain scope, avoid waste, and respect provider limits.

IndyDevDanTranscript found
Codex + Claude Workflows

7 Tools That Make Claude Code + Codex Dangerous

Compare practical add-ons for coding agents, especially where file context, browser access, and automation matter.

Eric MichaudTranscript found
Codex + Claude Workflows

7 Tools That Make Codex 10x MORE Powerful

Extend Codex with better context, browser verification, project structure, and tool-aware workflows.

Riley BrownTranscript found
Codex + Claude Workflows

Learn 95% of Codex in 30 minutes

Learn the core control loop: inspect, plan, edit, verify, and iterate with a code agent.

Riley BrownTranscript found
Agentic Engineering

This Coding Tool Kills AI Code Slop

Use constraints, review loops, and smaller work units to prevent AI-generated code from becoming low-quality bulk output.

SyntaxTranscript found
Agentic Engineering

GPT-5.5 VERIFIED Opus 4.7: A Pi Coding Agent That REVIEWS Like YOU

Treat review style, standards, and taste as reusable operating instructions that can be encoded into an agent.

IndyDevDanTranscript found
Agentic Engineering

FULL Guide to Becoming a Principled Agentic Engineer (Build Anything with AI)

Build a discipline around specs, verification, context design, tool choice, and iteration instead of one-off prompting.

Cole MedinTranscript found
Agent Architecture

Creating Your Own Agentic OS is Easy (Insanely Powerful)

Think of an agentic OS as a personal control plane: workspace context, tools, permissions, recurring jobs, and execution surfaces.

Simon ScrapesTranscript found
Agent Architecture

OpenAI Just Showed Us What Comes After the Harness. Here's The Layer Almost Everyone's Missing.

Move from single-agent prompting into orchestration: routing, evaluation, context control, and durable workflows.

The AI AutomatorsTranscript found
Agent Architecture

What is an Agent Harness? and How to build a great one!

Understand the harness as the operating layer around the model: tools, state, permissions, memory, and feedback loops.

Prompt EngineeringTranscript found
Agent Architecture

Stop Using Claude Code Without an Agentic OS

Turn a code agent setup into an operating system: persistent rules, reusable workflows, project memory, and repeatable execution lanes.

Chase AITranscript found
Creative Automation

I Built a $10k Website in Minutes using GPT Image 2 & Seedance 2.0

Study image and video generation as a site-building accelerator, while keeping brand direction, layout discipline, and final polish under human review.

Luke Carter Transcript found
Interfaces + Open Design

Open Design Is Every Vibe Coders Dream

Use Open Design as a production surface for fast visual iteration, then verify the result with screenshots and design critique.

Sean KochelTranscript found
Hermes + Agent Ops

Master Hermes Agent in 41 mins

Learn Hermes as an operations surface: sessions, tools, project state, permissions, and the habits needed to keep agent work moving.

Keith AITranscript found
Agent Architecture

Orchestration Over Architecture: What Stanford Found

Prioritize orchestration: task routing, verification, context movement, and feedback loops often matter more than picking a static architecture diagram.

Prompt EngineeringTranscript found
Agent Architecture

LM Studio Is Getting Insane β€” Start Using It Now

Understand local model runtime as infrastructure: model selection, endpoints, privacy, latency, and how local inference changes an agent stack.

Bart SlodyczkaTranscript found
Codex + Claude Workflows

FULLY FREE Unlimited Kimi K2.6 Coder / API: This IS REALLY GOOD!

Assess a coding model by real workflow fit: API access, coding strength, cost, constraints, and how it behaves inside an agent loop.

AICodeKingTranscript found
Creative Automation

Claude Video Just Changed Content Creation Forever…

Evaluate multimodal coworking as a creative production loop: ask, generate, inspect, revise, and decide what is actually usable.

Brock Mesarich | AI for Non TechiesTranscript found
Interfaces + Open Design

Designing With AI: Claude, Codex, Figma | Full Guide

Study the full AI design workflow across Claude, Codex, and Figma: research, visual direction, handoff, implementation, and critique.

UI CollectiveTranscript found
Codex + Claude Workflows

Codex Browser Use IS INSANE! Controls Your Computer & Automates Everything!

Understand browser control as an execution layer: agents can inspect pages, click through flows, verify UI states, and close the loop between code and real product behavior.

WorldofAITranscript found
AI Strategy

35 Claude Code skills on GitHub: claude-video, WRITING.md, paper2code, skill-doctor, skills-manage

Treat skills as reusable operating procedures: domain knowledge, writing standards, review methods, and project workflows that agents can apply repeatedly.

Github AwesomeTranscript found
Agent Architecture

Pi Agent (Full Course)

Study Pi as an extensible coding-agent platform: sessions, providers, context engineering, extensions, packages, themes, and SDK integration all become parts of the agent operating model.

Vilson VieiraTranscript found
Interfaces + Open Design

Open Design - Open Source Claude Design! Fully Free AI Design System!

Use Open Design as a local-first design agent surface: clone the project, connect model providers, select design systems, generate UI, and hand the result to a coding agent for implementation.

WorldofAITranscript found
Creative Automation

Generate VIDEO Inside Claude! (Official Higgsfield MCP)

Treat Higgsfield MCP as a creative tool endpoint inside an agent workflow: Claude plans the campaign, selects models, generates image/video assets, and keeps iteration inside the same conversational operating loop.

Aura LabsTranscript found
Agent Architecture

Pi Agent – Crash Course | Minimal Coding Agent

Learn Pi as a minimal coding-agent runtime: start with a small tool surface, add extensions intentionally, manage sessions and prompts, and compare the workflow to heavier coding agents.

Alejandro AOTranscript found
AI Strategy

Gemini Omni, Gemini 3.2 Flash, a 12M Context Window Model, Claude Replaces Analysts, & More! AI NEWS

Track fast-moving model and agent releases by asking what changes workflow capability: longer context, managed agents, analyst replacement tasks, and multimodal execution surfaces.

WorldofAITranscript found
Agent Architecture

OpenCode + GitNexus: Give OpenCode Real Codebase Memory, Every Developer Use this

Use GitNexus as a codebase memory layer for OpenCode: index the repository, expose targeted retrieval tools, and let the coding agent query project structure before editing.

AI Stack EngineerTranscript found
Codex + Claude Workflows

I Was Hitting Claude's Usage Limit Daily Until This

Reduce wasted Claude context by controlling which MCP tools load at startup, keeping tool descriptions focused, and moving heavy project knowledge into deliberate retrieval paths.

Eric TechTranscript found
Interfaces + Open Design

Google's Design.md is a design team in a file

Use design.md as a portable design-context artifact: capture typography, color, motion references, HTML examples, and taste constraints so agents can remix a product direction without drifting into generic output.

Greg IsenbergTranscript found
Codex + Claude Workflows

Claude Code Just Got WAY More Powerful

This video walks through five things Anthropic shipped at Code with Claude: Claude Code routines (scheduled/triggered tasks), API outcomes (rubric-graded iteration), multi-agent orchestration, Dreams (on-demand memory consolidation), and doubled usage limits.

How I AITranscript found
Interfaces + Open Design

New Claude Desktop + Ollama Update is INSANE!

This video shows how Ollama 0.14+'s compatibility with the Anthropic Messages API lets you point Claude Code and Claude Desktop at local or Ollama-Cloud open-source models, and walks through the exact setup, recommended models, and tradeoffs.

Julian Goldie SEOTranscript found
Codex + Claude Workflows

Pi Coding Agent - Visual Plan Mode Extension

This video demos Planetator, a plan-mode extension for the Pi coding agent that surfaces the agent's generated plan in a visual UI where you annotate, correct assumptions, share a fully-local plan via URL, and approve before implementation.

MichaelTranscript found
Creative Automation

The 60-Second AI Reflection System for Obsidian

This video walks through a custom '/reflect' slash command the creator built for his Obsidian vault that uses Claude (via the AI Tools plugin, the VS Code extension, or a terminal) to read a chosen scope of notes over a time window and synthesize a structured reflection note with patterns, a pattern check, one next action, and a reframe.

Paul DicksonTranscript found
Creative Automation

Claude Code + Unsloth API -- LLM Finetuning Setup (100% FREE)

This video walks through pointing Claude Code at Unsloth's OpenAI-compatible API endpoint so it runs a self-hosted Qwen3 GGUF model (served via Unsloth Studio on a RunPod GPU) instead of Anthropic's models.

Prompt EngineerTranscript found
Interfaces + Open Design

Why Codex? πŸ’‘ Build Agentic Workspaces That Improve Over Time

Callum (Wanderloots) shows how to turn OpenAI Codex into a self-evolving multi-agent workspace by combining its four building blocks (agents.md, skills, plugins, memories) with scheduled automations, git work trees, sub-agents, and cloud environments, demonstrated on his Obsidian-based LLM wiki.

WanderlootsTranscript found
Creative Automation

Your AI Agent Is Locked To One Model. OpenClaw Just Killed That.

Nate B Jones explains how OpenClaw matured in April 2026 from a viral agent demo into a real runtime with task flow orchestration, channels, and memory, and argues that because the model layer underneath is now contested β€” Anthropic metering Claude while OpenAI makes Codex flat-available under ChatGPT plans β€” builders must design durable, brain-swappable workflows with user-owned memory.

AI News & Strategy Daily | Nate B JonesTranscript found
Interfaces + Open Design

Top Dev Tool Projects : DeepSeek TUI, CocoIndex, DocuSeal, FreeLLMAPI & Beever Atlas

This video is a rapid-fire roundup of 20 trending open-source developer tools this week, summarizing what each one does and how developers integrate it, from DeepSeek TUI and CocoIndex to DocuSeal, Free LM API, and Beaver Atlas.

ManuAGI - AutoGPT TutorialsTranscript found
Interfaces + Open Design

Design Systems for Beginners (Claude Code + Figma)

This video walks through converting a human-readable Figma button component into an agent-readable component by encoding props, relationships, and tokens as structured metadata, then generating it into Storybook for cal.com using Claude Code, an AI-component-metadata skill, and the Figma MCP.

The Design ProjectTranscript found
Interfaces + Open Design

GitHub Trending Weekly #33: mirage, deepsec, trust, OpenSwarm, tokenspeed, avnac, ds4, gemma-chat

This video rapid-fire showcases 35 trending GitHub projects from one week, heavily weighted toward AI-agent infrastructure: local inference engines for Apple Silicon and Blackwell GPUs, agent sandboxing and orchestration tools, and cost-routing setups that pair frontier models with cheaper junior models.

Github AwesomeTranscript found
Creative Automation

NEW Open Claude Code Is A FULLY FREE AI Coding Agent! (Tutorial)

This video walks through installing and using FreeBuff, an ad-supported free CLI coding agent built on CodeBuff that runs on GLM 5.1 with nine built-in sub-agents, and frames it as an alternative to Claude Code's rate limits.

WorldofAITranscript found
Interfaces + Open Design

OpenManus: The Free Open Source Manus AI Agent You Can Run Locally

This video walks through what OpenManus is (an MIT-licensed open-source clone of the Manus AI agent from MetaGPT) and how to install, configure, and run it locally via UV so you can read and modify the agent loop instead of using the hosted Chinese product.

AI Stack EngineerTranscript found
Creative Automation

The Biggest Problem Of AI Coding Is Finally Solved

This video walks through Vercel's DeepSec security harness end-to-end, explaining how its regex-scan plus parallel batched agent investigation pipeline catches vulnerabilities in AI-generated code more systematically than asking Claude Code for a one-shot review.

AI LABSTranscript found
Interfaces + Open Design

Obsidian Might Be the Perfect Interface for AI Agents

This video shows how to turn an Obsidian markdown vault into a scriptable memory layer for AI agents using Obsidian's new CLI, plus the Graphifi knowledge-graph tool, so agents capture, search, and query your notes instead of blindly scanning files.

DevOps ToolboxTranscript found
Creative Automation

Goodbarber: This FREE Native AI App Builder Coder is INSANE!

This sponsored video walks through how GoodBarber lets you build native iOS (Swift), Android (Kotlin), and progressive web apps from one back office, covering its template-based design system, 190+ extension store, in-CMS AI assistant plus RAG chatbot, e-commerce features, and store-publishing options.

AICodeKingTranscript found
Creative Automation

GPT-Realtime-2: OpenAI's MOST Intelligent Voice Model Yet!

This video walks through OpenAI's three new voice models (GPT Realtime 2 with GPT-5-class reasoning, GPT Realtime Translate with 70 input/13 output languages, and GPT Realtime Whisper streaming transcription), the new Codex Chrome extension, and Google's GA release of Gemini 3.1 Flash Light plus its Health Coach bundle.

Universe of AITranscript found
Agentic Engineering

The Multi-Agent Architecture That Actually Ships β€” Luke Alvoeiro, Factory

Luke Alvoeiro explains how Factory's 'missions' system runs multi-day autonomous coding by combining four multi-agent patterns into a three-role architecture (orchestrator, workers, validators) anchored by an upfront validation contract.

AI EngineerTranscript found
Agentic Engineering

The Secrets of Claude's Platform From the Team Who Built It

Anthropic's Angela (head of product) and Caitlyn (head of engineering) for the Claude platform explain how the platform evolved from a bare completion endpoint to Claude-managed agents β€” a harness bundling the messages API, built-in tools, code execution sandboxes, file systems, skills, and vaults β€” and how teams should build agents on top of it, including the legal-reviews-marketing-copy pattern.

EveryTranscript found
Interfaces + Open Design

Agentic Search for Context Engineering β€” Leonie Monigatti, Elastic

Leonie Monigatti of Elastic argues that context engineering is roughly 80% agentic search β€” the search tools that decide what moves from context sources into the LLM's context window β€” and walks through choosing among semantic search, general-purpose query tools, and the shell/bash tool, plus why tool descriptions and parameter complexity make or break reliability.

AI EngineerTranscript found
Creative Automation

Don't sleep on the Pi agent, it solves the sandbox problem

This video shows why pairing Claude with a Marimo notebook in Molab forces constant permission prompts, then demonstrates how the Pi agent's TypeScript extension lets you write a programmatic guard that whitelists exactly which files and bash scripts the agent may touch.

marimoTranscript found
Creative Automation

271 Vulnerabilities: What Mozilla's AI Found Changes Everything

Nate B Jones unpacks Mozilla's 'Mythos' experiment β€” where Anthropic's Claude Mythos preview surfaced 271 vulnerabilities fixed in Firefox 150 β€” to argue the trust anchor is flipping from human-authored code to code that has survived adversarial machine-scale review, and what that means for how engineers architect pipelines.

AI News & Strategy Daily | Nate B JonesTranscript found
Agent Architecture

Why OpenAI Built Symphony and Gave It Away for Free

This video walks through what OpenAI's Symphony actually is β€” an Elixir/spec-defined orchestrator that polls a Linear board, spins up a Codex session per issue, and hands work back only for review β€” and demos building, configuring, and extending it with clone/commit/PR hooks.

Better StackTranscript found
Codex + Claude Workflows

Codex Super App, OpenAI Chaos Drama, Gemini 3.2 Pro In Arena, GPT-Realtime-2, & NotebookLM Update!

This video walks through one week of AI industry news, centered on OpenAI's emerging Codex 'super app' that merges ChatGPT, browsing, voice agents, and remote computer control, plus GPT-Realtime 2, Gemini Arena variant confusion, Claude's financial-data MCP connectors, Ernie 5.1's efficiency, and the leaked 2023 OpenAI board-coup texts.

WorldofAITranscript found
AI Strategy

Building a Personal LLM Wiki: The Andrej Karpathy Workflow in Recall

This video demonstrates the tool Recall as a less-hacky alternative to Andrej Karpathy's manual markdown-and-wiki LLM knowledge base, walking through saving content via browser extension, chatting across your saved sources with selectable models, and visualizing, quizzing, and listening to your knowledge.

Astro K JosephTranscript found
Interfaces + Open Design

How I Built a Landing Page with ChatGPT 5.5 + Images 2.0 + design.md

This video walks through a concrete workflow that turns a screenshot of someone else's design on X into an original landing page by generating fresh inspiration with Images 2.0, reproducing it section-by-section with GPT 5.5 in an AI builder (Aura), and finally extracting a reusable design.md design system.

Made by SourasithTranscript found
Codex + Claude Workflows

Is Codex now BETTER than Claude Cowork for daily work?

This video walks a non-developer through using Codex as a knowledge-work tool: setting up projects, auditing a CSV, generating styled HTML charts and a forecasting Excel file, and wiring in Gmail and ImageGen skills.

No Code MBATranscript found
Agent Architecture

What is an Agent Harness? (And How We Built One)

This video defines an agent harness as the infrastructure control layer around a model and then walks through building one with the Strands TypeScript SDK that monitors OpenAI's changelog and files GitHub issues using four tools steered entirely by descriptions.

AWS DevelopersTranscript found
Codex + Claude Workflows

Codex vs Cowork for Regular People (Every Feature Compared)

This video walks through a feature-by-feature face-off between Claude Cowork and OpenAI Codex for non-developers, scoring categories like folder/project handling, connectors-vs-plugins, scheduled tasks, file editing, design, and pricing to help you pick one.

Paul J LipskyTranscript found
AI Strategy

You're Wasting 40% Of Your AI Time On Something Fixable

Nate B Jones demystifies the 'agentic scaffolding' or mech-suit around an LLM, giving a plain-English decision map for when to use a prompt, a skill, a plugin, an MCP/connector, or a hook/script, using Codex and Claude as running examples so non-engineers can build their own agent harness.

AI News & Strategy Daily | Nate B JonesTranscript found
Agent Architecture

This Is The Best Local Model Runner For Apple Silicon (oMLX)

This video benchmarks oMLX against LM Studio on an M2 MacBook by running the same Qwen 3.6 35B 4-bit coding task through Codex CLI, showing oMLX hits ~47 tok/s and 89% cache efficiency by paging older KV-cache context to SSD.

Better StackTranscript found
Agent Architecture

AI Agents Are Random… This Fix Makes Them Deterministic (Archon)

This video demos how Archon uses 'harness engineering' β€” YAML DAG workflows, reusable agent skills, and per-run git worktrees β€” to make coding agents produce consistent PRs instead of randomly different output on each run.

Better StackTranscript found
Hermes + Agent Ops

Hermes Agentic OS is The Future

This video walks through pairing the open-source Hermes agent with the ION UI co-work platform to build a local 'agentic OS' that runs multiple autonomous agents for tasks like Excel dashboards, desktop file organization, report writing, and game coding.

WorldofAITranscript found
Agent Architecture

Rowboat: 13K-Star Open-Source AI Coworker Built On A Local Knowledge Graph

This video explains how Rowboat (Robo) turns your Gmail, Google Calendar, and meeting notes into a local, inspectable knowledge graph of plain markdown files so an AI co-worker can retain real context across conversations without surrendering your data to a cloud provider.

AwesomeFOSSTranscript found
Agent Architecture

Gemini Remy: Powered by 3.2 Flash Thinking (Google Is Hiding It)

This video walks through three rumored coding-AI developments: Google's 'Remy' agentic mode powered by routing to three 3.2 Flash Thinking variants, OpenAI Codex's new 'ultra fast' latency tier, and a ChatGPT mobile remote-control feature for Codex, plus a Gemini Omni video model leak.

Universe of AITranscript found
Codex + Claude Workflows

Claude Code Workflow for Design Teams

Jay interviews Beyond Identity's head of design Alan and designer Becky on how their team moved from Figma to designing directly in Claude Code, building a code-real sandbox 'command center' (including a simulated CLI/terminal experience), a custom VS Code comment plugin to replace Figma comments, and treating design leadership as hands-on creative direction.

Sneak PeekTranscript found
Agentic Engineering

A Piece of Pi: Embedding The OpenClaw Coding Agent In Your Product β€” Matthias Luebken, Tavon

This talk shows how to repurpose the Pi coding agent's packages (agent-core, coding agent, sessions, extensions) as the engine for non-coding products, demonstrated with a CRM lead-qualifier and a production RFP-to-draft-email sales system.

AI EngineerTranscript found
Codex + Claude Workflows

Claude Code Just Got a Dashboard

This video demonstrates Claude Code's new agents view, a single dashboard launched with the `claude agents` command that consolidates multiple concurrent sessions into one window sorted into 'needs input', 'working', and 'completed'.

Chase AITranscript found
Agentic Engineering

The Future of AI Agents Just Arrived ( /goal for Claude Code & Codex)

Treat `/goal` as an agentic completion contract: state the desired outcome, define proof of done, and let the agent continue through planning, execution, and verification.

Jay E | RoboNuggetsTranscript found
Hermes + Agent Ops

Hermes Agent 3.0 (Crazy Upgrades): HERMES Agent is TOO GOOD NOW!

Track Hermes 3.0 reliability upgrades through the lens of operations: Kanban state, persistent goals, provider support, security posture, and long-running task control.

AICodeKingTranscript found
Interfaces + Open Design

I Gave Claude Code & Codex Access to 600,000 UI Designs

Use large UI reference libraries as design context for Claude Code and Codex, then translate inspiration into specific screens, components, and review criteria.

UI CollectiveTranscript found
Hermes + Agent Ops

Hermes Agent powered by local models on the DGX Spark is basically magic

Run Hermes against local models and specialized hardware by separating the agent UI, model endpoint, project state, and verification loop.

Alex FinnTranscript found
Agent Architecture

The Ultimate Solopreneur Agent Harness for AI Builders (Claude Code Harness)

Study a solopreneur Claude Code harness as an operations system: specialized sub-agents, a product-manager coordinator, session locking, and reusable client-work routines.

Jordan UrbsTranscript found
Agent Architecture

The Best Local Agentic Coding Workflow (Complete Guide)

Build a local coding-agent loop from the hardware up: pick a model runner, understand memory and quantization limits, connect the model to coding tools, and verify the workflow on real tasks.

Web Dev SimplifiedTranscript found
AI Strategy

One Folder Runs Claude, Gemini, Codex, and even Obsidian (Free on GitHub)

Use a plain-markdown personal knowledge architecture as the handoff layer between Claude, Gemini, Codex, Obsidian, and other tools so project memory stays portable.

ICOR with Tom | AI ProductivityTranscript found
Codex + Claude Workflows

I Hit My Claude Code Limit and Tried Codex

Split work between Claude Code and Codex based on their strengths: use shared project instructions, keep context portable, and treat rate limits as a workflow-design constraint.

Damian GalarzaTranscript found
Agent Architecture

Stop paying for AI coding tools. Here's what I use instead

Evaluate local and open agent stacks by ownership: model access, workflow persistence, replacement cost, tool integration, and what breaks when a subscription disappears.

STARTUP HAKKTranscript found
Codex + Claude Workflows

Claude Code Agent View IS INSANE! Huge New Update Introduces /goal, sessions, & More!

Use Agent View and `/goal` as a coordination model for longer Claude Code work: define completion criteria, monitor parallel sessions, and keep autonomous work visible enough to recover or redirect.

WorldofAITranscript found
Interfaces + Open Design

Codex Desktop Plugins Are Here πŸ”₯ OpenAI Just Turned Codex Into an AI Super App

This video shows how to add a third-party plugin/skills marketplace to the Codex desktop app by running a single 'codex plugin marketplace add' CLI command pointing at a public GitHub repo, then restarting the desktop to surface the installed skills.

Fru DevTranscript found
Creative Automation

Your Claude Code Agentic OS Sucks

This video argues that a Claude Code 'agentic OS' lives or dies on its skill-and-automation backbone, and walks through building that backbone first, then adding an Obsidian memory layer and an Obsidian-or-Streamlit dashboard on top.

Chase AITranscript found
Creative Automation

Anthropic’s Downfall? GPT-5.6, Gemini 3.2, Robots Running A Full 8-hr Shift, & Qwen 3.6 Plus FREE!

This video walks through a single day of AI-industry news, arguing that Gemini 3.2's front-end output quality has regressed, that Anthropic's 'increased limits' announcement actually moved third-party agents to costly separate API credits, and that Figure AI's robots ran an autonomous 8-hour warehouse shift.

WorldofAITranscript found
Creative Automation

AI Just Broke LinkedIn

This video argues that the job market now has three layers (visible LinkedIn listings, AI-aggregated boards, and a hidden layer of direct corporate career-page postings) and demonstrates using JobRight's 'hidden jobs' filter to surface roles with under 25 applicants that never reach LinkedIn.

Julia McCoyTranscript found
Creative Automation

9 Claude Code Plugins to Build 10x Faster

This video walks through nine specific Claude Code plugins (Caveman, Firecrawl+Exa, Compound Engineering, Higgsfield, Anthropic's official set, OpenAI Codex, BuildPartner.ai, Morph, and Code Burn) and explains what each one fixes about Claude's default behavior to cut tokens, time, and cost.

Austin MarcheseTranscript found
Creative Automation

Claude Ultraplan vs Superpowers: I Found a WINNER and It's Not Even Close

Through a side-by-side demo of planning a CLI release pipeline, this video shows that Claude's cloud-based Ultra Plan trades thoroughness and token efficiency for portability, while the local Superpowers plugin produces a far more detailed test-driven plan at higher token cost.

Better StackTranscript found
Creative Automation

Claude Code /goal Just Dropped and it Can Build Literally Anything

Chris explains Claude Code and Codex's /goal feature, which sets a completion condition and keeps the agent working turn after turn (a small fast model checks whether the condition holds) until done, then races both agents to build a full Next.js app from a PRD and a 62-task product roadmap in about 32 minutes each.

Build Great ProductsTranscript found
AI Strategy

Build an Enterprise RAG Pipeline in Minutes with Gemini New API

This video walks through Gemini's expanded File Search API, which now embeds images and text into one shared vector space so a single query retrieves charts, diagrams, and prose together with page-level citations and metadata filtering.

Prompt EngineeringTranscript found
Creative Automation

Make the PERFECT Videos with Claude Code (Full Workflow)

This video walks through Cole Medin's open-source pipeline that stitches HyperFrames (HTML-based scene rendering), ElevenLabs or Kokoro for voice, and Archon as the workflow harness so Claude Code can generate a synced, narrated short video end to end from a single idea or URL.

Cole MedinTranscript found
Creative Automation

Your Local AI is "Stupid" Because You’re Using it Like ChatGPT

This video argues that small local agentic models like Gemma 26B-A4B and Qwen 35B-A3B feel 'stupid' only because people one-shot them like ChatGPT, and shows the loop-and-awareness workflow that lets a fully-local model autonomously solve multi-machine tool-use tasks.

Manolo RemiddiTranscript found
Agentic Engineering

RAG is Dead. Again. (Claude Agent SDK + Memory)

This video demonstrates building a multi-layered memory/retrieval system on the Claude Agent SDK that combines Milvus vector search with file-system bash tools so an agent can scan, parse, semantically search, and backtrack across complex PDFs containing text, tables, and images.

Prompt EngineeringTranscript found
Agent Architecture

Mistral Vibe (+Free API): This Free AI Coding Agent is ACTUALLY CRAZY!

This video walks through Mistral Vibe, Mistral's terminal coding agent, showing how to install it, set it up on the free API experiment plan, drive it with @ file references / ! shell commands / slash commands, and use Mistral Medium 3.5 for plan-then-implement coding, remote cloud sessions, and Le Chat work mode.

AICodeKingTranscript found
Interfaces + Open Design

Don't Build a Design System from Scratch (Claude Code + Figma + Shadcn)

This video walks through migrating to a Shadcn-based component library in a sibling 'ui-next' package, wiring it to a design.md brand file and a per-component meta.ts schema so Claude Code stops inventing off-brand components.

The Design ProjectTranscript found
Agent Architecture

What AI Agent Should YOU be Using?

Riley and his co-founder Anj build a mental model for choosing AI agents by sorting Claude Cowork, Manus, Claude Code, Codex, and OpenClaw along two axes (persistence and full-vs-limited access) and six selection criteria (sync/async, identity, cost, danger, and more), then predict a fully autonomous cloud agent with its own computer by year's end.

Riley BrownTranscript found
AI Strategy

The Trillion Dollar Agentic Workflow Opportunity Is Here

This video argues that the trillion-dollar agentic opportunity belongs not to whoever owns the best model but to whoever builds the implementation layer (workflow design, data access, authority, evals, audit trails, ownership) around agents, and explains why private equity, hyperscalers, and consultancies are all converging on enterprise agent deployment.

AI News & Strategy Daily | Nate B JonesTranscript found
Codex + Claude Workflows

Codex SuperApp: Did OpenAI Just Kill Claude Code?

This video explains how OpenAI's three simultaneous Codex updates (mobile access in ChatGPT, generally-available remote SSH, and hooks plus programmatic access tokens) combine with last month's native Mac computer-use to assemble Codex into an end-to-end 'super app' agent platform.

Universe of AITranscript found
Agent Architecture

This FREE Mac Setup Replaced My $200/month AI Coding Stackβ€”No Cloud, No Limits,128GB RAM Goes INSANE

This video demonstrates running a fully local AI coding agent on a Mac by serving Qwen3 models (27B dense and 35B A3B mixture-of-experts) through the OMLX/MLX inference engine and connecting them to the OpenCode terminal agent to write and edit code offline.

Tech-PracticeTranscript found
Codex + Claude Workflows

Codex + Ollama = Free Unlimited Coding AI

This video walks through OpenAI Codex's new Ollama integration, showing how to install a locally-hosted open model (Gemma 4 E4B) via Ollama and launch the Codex app powered by it so you can run an AI coding agent for free with no API costs.

WorldofAITranscript found
Codex + Claude Workflows

Turn Codex into an Infinite Design Canvas

This video walks through wiring the Codex preview browser to the Magic Path skill so AI-generated UI designs appear together in one infinite canvas, then layering in the OpenAI image API and Mobbin MCP to generate logos, backgrounds, and pricing-section references before running the result on localhost.

Lukas MargerieTranscript found
Codex + Claude Workflows

OpenAI Codex Now Works from Anywhere (Dispatch Killer?)

This video walks through pairing the iPhone ChatGPT app with the desktop Codex app so you can trigger and watch your real desktop coding projects run from your phone, demonstrated by editing a markdown file into bullet points remotely.

Paul J LipskyTranscript found
Codex + Claude Workflows

How Anthropic Engineers ACTUALLY Prompt Claude Code

This video distills four rules Anthropic engineers reportedly use for Claude Code: prompt named skills instead of one-off prompts, invest in a skill's tools layer (not just its prompt), build small composable skills that chain together, and update skills after every session so they compound.

Austin MarcheseTranscript found
Agent Architecture

Terax: One Developer Built an AI Terminal Better Than Warp

This video reviews Terax, a 7 MB Tauri 2 + Rust AI-native terminal that bundles a multi-tab terminal, code editor, file sidebar, and browser, and weighs its single-developer feature set against Warp and Cmux.

Better StackTranscript found
Agent Architecture

Freebuff Coder: This FULLY FREE AI Coder is ACTUALLY CRAZY!

This video reviews Freebuff, a free ad-supported terminal AI coding agent built on the Codebuff platform, explaining its install flow, its nine specialized sub-agents, its multi-model routing, and the privacy and country-availability caveats you must check before trusting it with real code.

AICodeKingTranscript found
Interfaces + Open Design

Open Design: Why 40k Developers Abandoned Claude Design

This video walks through Open Design, an open-source local alternative to Claude Design, and demonstrates building a YouTube-channel search app prototype using the GLM 5.1 model via Open Code to show that any installed agent can produce decent designs.

Better StackTranscript found
AI Strategy

oMLX + Paperclip Demo πŸš€ Running a Real Local Multi-Agent AI Workflow MacOS

This video demonstrates wiring oMLX (a Mac/Apple-silicon-optimized local model runner) into OpenCode so a Paperclip agent can run on free, private local models instead of paid Claude.

Fru DevTranscript found
AI Strategy

Build Andrej Karpathy’s LLM Knowledge BaseΒ for Businesses (10x Output!)

This video walks through setting up Andrej Karpathy's 'LLM wiki' second-brain system for a business by creating an Obsidian vault, pasting in Karpathy's GitHub-gist idea file, and letting Claude Code build a raw/schema/wiki structure that ingests your business data into a self-linking, queryable knowledge base.

Dream Labs AITranscript found
AI Strategy

5 Skills to Build an AI Operating System Like The 1% (Full Guide)

Ben walks through five copy-paste Claude skills for building an AI 'second brain' or operating system as a local folder (visualized in Obsidian): an OS setup skill that scaffolds folders and Claude.md instruction files, plus skills for team sharing with role-based permissions and turning the vault into an MCP so update routines run autonomously in the cloud.

Ben AITranscript found
Codex + Claude Workflows

This Claude Code + Obsidian Command Center is INSANE

This video shows how to turn Obsidian into a 'command center' for Claude Code by having Claude Code build a custom Obsidian plugin that pairs an integrated terminal with a visual observability dashboard, one-click headless skill buttons, a sensible vault file structure, and a focused CLAUDE.md.

Chase AITranscript found
Agent Architecture

I Replaced Opus 4.7 With a Free Chinese AI (INSANE)

This video demonstrates running the free MiMo (Xiaomi) V2.5 Pro model inside Claude Code via OpenRouter, combined with the creator's Astro Builder skill and the Superpowers plugin, to generate a full Astro business website with images, a Turso database, lead-gen forms, and an admin login.

Income stream surfersTranscript found
Agent Architecture

Pi to Pi: Two-Way Agent Orchestration with the Pi Coding Agent

IndyDevDan demonstrates Pi-to-Pi, a two-way agent-to-agent communication system built as a Pi extension where multiple coding agents are equals in a flat network rather than orchestrator-and-workers, using it to reproduce a production bug locally with PII stripped and to have an E2B agent and an exe.dev agent collaboratively build a feature-parity sandbox skill.

IndyDevDanTranscript found
Agent Architecture

Setting Up Pi Subagents Because I Keep Doing 2 Dumb Things

The creator installs the npm 'sub-agents' package onto the lean Pi agent harness to fix two habits β€” a bloating main system prompt and spawning a new terminal tab per task β€” by delegating scoped work to named sub-agents (scout, oracle, reviewer, researcher, planner, worker) that run in the background and report results back via intercom.

Eric MichaudTranscript found
Agent Architecture

Pi is INCREDIBLE - Building a Custom Coding Agent Live

In this live stream Cole Medin explores Pi, a deliberately minimal coding agent you build on top of, testing its many model providers and extensions, integrating it with his open-source Archon harness, and building a custom Archon-dispatch extension while running Kimmy K2.6 to show where cheaper models succeed and where they hit their limits.

Cole MedinTranscript found
Codex + Claude Workflows

Karpathy's Skill Just Fixed Claude Code's Biggest Problem

This video walks through installing Karpathy's GitHub skill that injects four behavioral guardrails (think before coding, simplicity, surgical changes, goal-driven execution) directly into a project's CLAUDE.md, and explains why baking them into CLAUDE.md differs from trigger-based skills like Superpowers or GSD.

Eric TechTranscript found
AI Strategy

PI Agents vs Skills vs Extensions!?

This video explains how to decide which of Pi's four config folders (agents, skills/prompts, extensions) a given workflow belongs in, using context cost as the deciding factor.

Eric MichaudTranscript found
Codex + Claude Workflows

Codex: Build Your Full AI Marketing Team (Agents + Skills)

Riley Brown walks through the seven-plus skills he runs daily inside Codex, OpenAI's super app, to do 95% of his content and marketing work, covering grounding agents in real examples via a YouTube researcher skill, an Excalidraw diagram skill, a Readwise second-brain skill, and Gmail/calendar email-manager skills, all turnable into scheduled automations.

Riley BrownTranscript found
Agent Architecture

This β€œKarpathy file” will 10x your claude output (132,000 Github Stars!)

This video shows how to install a GitHub-hosted CLAUDE.md file inspired by Andrej Karpathy's tweet and demonstrates, with side-by-side terminal tests, how it changes Claude Code's behavior across four areas: thinking first, minimal code, surgical edits, and goal-driven verification.

Dream Labs AITranscript found
Agent Architecture

The Agent Development Lifecycle: Build, Test, Deploy, Monitor | Interrupt 26

Harrison, LangChain's co-founder, lays out the agent development life cycle (build, test, deploy, monitor, govern) and announces launches at each phase: Deep Agents 0.6 with open-model support and a QuickJS code interpreter, generally available LangSmith Sandboxes with an auth proxy, Context Hub for versioned agents.md and skills, and the LangSmith LLM Gateway for cost and PII governance.

LangChainTranscript found
Codex + Claude Workflows

The 5 Codex Skills Every Design Engineer Needs to Start a Project

This video walks through five concrete Codex skills/commands a design engineer chains together to go from requirements discovery to a polished UI: Grill Me for interrogating the plan, the goal command for self-improving skill loops, MagicPath for canvas-based design generation, Make Interfaces Feel Better for UX polish, and Impeccable for animation and final refinement.

Lukas MargerieTranscript found
Creative Automation

I Rebuilt Hermes in Claude Code (It’s Ridiculously Good)

This video walks through which Hermes agentic-OS features (identity layer, memory injection, self-learning loop) the creator deliberately rebuilt inside Claude Code, and why owning each layer beats installing an off-the-shelf stack like Hermes or OpenClaw.

Simon ScrapesTranscript found
Agent Architecture

/handoff is my new favourite skill

Matt Pocock explains his 'handoff' skill, which compresses the relevant slice of a coding session into a disposable markdown document so a separate fresh agent can pick up an out-of-scope task without diluting or clobbering the original session's context.

Matt PocockTranscript found
Creative Automation

15 Hermes Agent use cases I wish I tried sooner

This video argues that Hermes Agent is best used not as a replacement for Claude or Codex in building apps, but as an always-on operator/AI employee, and walks through 15 concrete business roles for it (SEO analyst, lead scraper, sales CRM, research agent, content producer, investment analyst, advisory council, etc.).

Nemanja MirkovicTranscript found
Creative Automation

9-Arm Skill: THIS SIMPLE & FULLY FREE SKILL-SET IS SO CRAZY!

This video breaks down the 'nine arm skills' GitHub repo's four shippable Claude Code skills (debug mantra, postmortem, scrutinize, management talk) and argues that better agent constraints, not more capability, fix the real failure modes in AI coding workflows.

AICodeKingTranscript found
Creative Automation

These AI Agents Talk to EACH OTHER Across Terminals!

This video demonstrates Nico's 'intercom' Pi extension, which lets four separately-launched terminal agent sessions (different models, different assigned roles) discover and message each other as flat peers to stress-test a video pitch instead of relaying through one boss agent.

Eric MichaudTranscript found
Codex + Claude Workflows

FreeBuff: 100% Free & Unlimited Coding Agent, No Subscription, No API Key

This video reviews FreeBuff, the ad-supported free version of Codebuff, explaining how its multi-agent architecture, two-command npm install, model lineup, and privacy caveats compare to paid coding agents like Claude Code and Codex.

AI Stack EngineerTranscript found
Agent Architecture

Google's New AI Agent Just Made Everything Else Obsolete

This video walks through Google's five I/O announcements (Gemini Spark, Gemini 3.5 Flash, Docs Live, Samsung smart glasses, and AI-mode search) and argues why Google's existing embeddedness in your work tools gives it a structural edge in the agentic AI race.

Craig HewittTranscript found
Codex + Claude Workflows

How to INSTANTLY Run ANY Skill in Claude + Codex

This video introduces 'PolySkill', a single adapter skill that converts an agent skill between Claude Code and Codex formats (and back) so you can run the same skill in both ecosystems without manually rebuilding it each time.

Mark KashefTranscript found
AI Strategy

Opus 4.7 and OpenAI 5.5 Made Your Prompting Style Obsolete.

Nate Jones argues that with Opus 4.7 and OpenAI 5.5 you should stop task-style prompting and instead use a 'question method' that treats the model as a senior partner, conveyed through three concrete principles for asking questions in heavy knowledge work.

AI News & Strategy Daily | Nate B JonesTranscript found
Interfaces + Open Design

Anthropic Just Dropped Claude for Small Businesses (31 Skills)

This video walks through Anthropic's 31-skill small business plugin inside Claude Co-work, demoing three skills (Business Pulse, Invoice Chase, Job Post Builder) and showing how connectors and Zapier MCP let Claude act across apps like QuickBooks, Stripe, Gmail, and HubSpot.

Brock Mesarich | AI for Non TechiesTranscript found
Agent Architecture

I Built Karpathy's AI Knowledge Base in Claude: Try it!

This video builds Karpathy's self-improving personal knowledge base in Claude using just folders and text files: a CLAUDE.md schema plus raw, wiki, and outputs folders where you dump material, have Claude act as librarian to compile a linked wiki, save answers back in, and run a monthly health-check skill, with no Obsidian, database, or vector store.

Systems Made BetterTranscript found
Hermes + Agent Ops

Hermes Agent Tutorial for Beginners - Crash Course

This video walks through installing the Hermes (Homees) open-source AI agent with one terminal command, wiring it to an Anthropic Claude key, putting it on your phone via a Telegram bot, teaching it persistent memory, and connecting it to 9,000+ apps through the Zapier MCP plus a free local Ollama model.

Creator MagicTranscript found
Agent Architecture

This AI Tool Maps Any Codebase Before You Touch It (Understand-Anything)

This video demos the open-source 'Understand Anything' Claude Code plugin, which scans a repo with static analysis plus multi-agent LLMs to produce an interactive knowledge graph with architecture layers, guided flow tours, and change-impact views for onboarding and refactoring.

Better StackTranscript found
Codex + Claude Workflows

Anthropic Just Revealed The Best Claude Code Setup

This video breaks down Anthropic's recommended Claude Code setup for large codebases, explaining why file-system navigation beats RAG and walking through the harness pieces (CLAUDE.md, hooks, skills, plugins, LSP, MCPs, subagents) you assemble to keep agents reliable at scale.

AI LABSTranscript found
Agent Architecture

What Happens When AI Coding Gets a Delivery Pipeline (Routa)

This video walks through Routa (Ruda), a free local-first AI coding tool that replaces the chat-first workflow with a Kanban delivery pipeline where tasks move through backlog, dev, review, evidence, and gates while different agents handle each stage.

Better StackTranscript found
Agent Architecture

Developers Might Finally Have a Local TTS Model That Doesn’t Suck

This video stress-tests Supertonic 3, a 99M-parameter local CPU text-to-speech model, by feeding it messy real-world app text (prices, dates, phone numbers, multiple languages) to judge whether developers can actually ship with it.

Better StackTranscript found
Hermes + Agent Ops

Hermes Agent + DeepSeek V4 (FREE) = GOD TIER

This video walks through connecting the open-source Hermes autonomous agent to the free DeepSeek V4 Flash model via the News portal, then demonstrates running a free research-to-HTML-report workflow with it.

WorldofAITranscript found
Agent Architecture

5 Open Source Tools That Feel Illegal To Be Free

This video walks through five specific free open-source web-dev tools by name and URL: Handy (speech-to-text), Shuggle/Sug (shadcn registry explorer), ShieldCN (GitHub readme badge generator), NativeWind (Tailwind for React Native), and Backlit UI (animated shadcn charts with a chart-builder studio).

OrcDevTranscript found
Agent Architecture

The Upgrade Every AI Agent Has Been Waiting For, 40k stars on github

This video explains CLI Anything, an Apache-licensed tool from HKU's Data Intelligence Lab that auto-generates a real command-line interface (command groups, JSON output, a stateful REPL) from any app's source code so AI agents can invoke desktop software like Blender via text instead of computer-use screenshotting.

Bitwise AITranscript found
Agentic Engineering

OpenCode Persistent Memory Across Sessions, 10x Token Savings

This video explains how the Claude Mem tool adds persistent, local long-term memory to the OpenCode terminal agent so it recalls prior project context across sessions, and how its layered search saves roughly 10x the tokens.

AI Stack EngineerTranscript found
Agentic Engineering

Top #1 Opportunity for Senior Engineers: Agentic Engineering

IndyDevDan frames agentic engineering as the top opportunity for senior engineers and lays out five compounding pillars: owning your agent harness (he uses the Pi coding agent), building software factories instead of features, writing extensible software, running always-on agents governed by token arbitrage, and giving agents broad API access.

IndyDevDanTranscript found
Interfaces + Open Design

OpenCode + AionUi: Full Desktop AI Agent to Replace Claude Cowork for Free

This video shows how to pair the open-source AionUi desktop app with the OpenCode terminal agent to get Claude Cowork-style file editing, previews, scheduling, and parallel sessions for free while bringing your own model API key.

AI Stack EngineerTranscript found
Agent Architecture

Understand-Anything vs Graphify: I Tested Both on My SaaS

This video runs a head-to-head test of two Claude Code plugins, Understand Anything and Graphify, on a real SaaS codebase, comparing token cost, dashboard visualization, AI query quality, onboarding output, stale-data updates, and local-model support.

Eric TechTranscript found
Agent Architecture

Anthropic Just Dropped a Masterclass on Building Agent Harnesses (for Large Codebases)

Walking through Anthropic's blog post on using Claude Code in large code bases, this video demos each strategy in a real repo: lean and layered CLAUDE.md files, self-improving stop/start hooks, path-scoped skills, an LSP-backed MCP server for symbol-level search, and subagents that split exploration from editing.

Cole MedinTranscript found
Interfaces + Open Design

Vibe design to build incredible web UI

This video demonstrates 'vibe designing' a CSS-driven web UI by prompting the Stitch AI design tool with precise CSS vocabulary (non-uniform grid, scroll timelines, appearance:base-select) and validating the generated output live through the Chrome DevTools MCP inside Antigravity.

Chrome for DevelopersTranscript found
Agent Architecture

Ollama is Too Slow: Try This Instead!

This video walks through installing the OMX local-AI app on an Apple Silicon Mac and benchmarks the same models (Qwen 3.5 9B, Gemma 4 E2B/E4B) running under OMX versus Ollama to show OMX delivering faster, more stable responses.

Eric TechTranscript found
Agent Architecture

Claude Design = Premium Portfolio Websites In Minutes

A senior product designer walks through building a non-generic portfolio in Claude Design by feeding it visual references, forcing it to interview you with questions, refining with draw/edit/comment modes and the tweaks panel, adding specific scroll and hover animations, then shipping it live via Claude Code, GitHub, and Vercel.

Tae Online HDTranscript found
AI Strategy

24h Inside a $30M Silicon Valley AI Startup with No Employees

This video follows Pulsar founder Ben Broca through a day in San Francisco, showing how a solo founder reached $7M ARR by stacking third-party AI-agent infrastructure (Anchor Browser, Scipion/GPUs), leveraging in-person SF serendipity to raise a $30M seed, and reframing product features into PR narratives.

Will PhillipsTranscript found
Codex + Claude Workflows

This Repo Gives Claude Code a Brain, 30k Stars on GitHub

This video dissects the Code Graph repo, showing how it replaces an agent's file-rummaging with a tree-sitter-built, SQLite-stored symbol graph queried over MCP to cut tool calls by roughly 70%.

Bitwise AITranscript found
AI Strategy

I updated the Claude skills that are saving me hundreds (skills and prompts in description)

This video walks through a Claude-skills AI video workflow, showing how volumetric depth (atmospheric haze), gray-not-white character backgrounds, and ordered reference-image tagging in Seed Dance produce footage that looks photographed instead of plastic and pasted-on.

JOEYTranscript found
Interfaces + Open Design

Claude Plans, Gemini Designs: One Workflow for Beautiful Frontends (LIVE)

This live stream builds an Archon workflow that mixes three models across providers to produce a beautiful, accurate frontend: Opus plans the content and integrations, Gemini 3.5 Flash builds the UI, and Sonnet handles cheaper validation, with Clerk authentication bolted on via its Claude Code skill and Gemini accessed through OpenRouter via Pi.

Cole MedinTranscript found
Interfaces + Open Design

I Stopped Using Figma MCP

This video demonstrates how to chain Claude Design with the HTML.to.design MCP connector so AI-generated UI lands in Figma as a fully editable file with proper auto layouts, styles, and variables instead of as a flat unstructured mockup.

Sergei ChyrkovTranscript found
Interfaces + Open Design

OpenHuman Is The Hermes Agent Killer?

This video walks through what OpenHuman (Tiny Human) is and how to install, onboard, and run a market-research task on it, contrasting its readable local-memory desktop approach against terminal-first agents like Hermes and OpenClaw.

WorldofAITranscript found
Creative Automation

Opus 4.8 Just Dropped. Here's How To Actually Use It.

This video walks through what changed in Claude Opus 4.8 versus 4.7 (effort levels, dynamic workflows, honesty/self-correction) and gives concrete prompting habit changes for getting better results in Claude Code.

Nate Herk | AI AutomationTranscript found
Interfaces + Open Design

OpenHuman: Local-First AI Agent That Remembers Everything About You

This video explains how OpenHuman, a local-first Rust/Tauri desktop agent, builds a readable 'memory tree' from your connected accounts (Gmail, Slack, etc.) and walks through installing and connecting it safely.

AI Stack EngineerTranscript found
Interfaces + Open Design

Codex 4.0 (CRAZY NEW UPGRADES): THIS IS INSANITY!

This video walks through OpenAI's Codex 26.519 app update, explaining how features like app shots, official goal mode, remote computer use, plugin sharing, and browser annotations together push Codex from a terminal coding agent toward a full workspace agent.

AICodeKingTranscript found
Codex + Claude Workflows

Claude Code Just Dropped Workflows (An Actual Game Changer)

This video explains Claude Code's new Workflows feature by showing how it moves sub-agent orchestration out of the bloated main chat window and into a deterministic workflow.js script, then demonstrates it live with the deep research skill (which burned 105 agents and 3 million tokens) and a self-generated 'Startup Forge' fan-out pipeline.

Mansel ScheffelTranscript found
Creative Automation

Antigravity CLI's Killer Features That Make Gemini CLI Obsolete

This video walks through migrating from Gemini CLI to Google's new Antigravity CLI and demonstrates its slash commands by building a single-file HTML workout logger called Lift in the terminal.

AI with SuryaTranscript found
Creative Automation

Stop Watching Tutorials - Build These 4 Claude Projects to 10x Output

This video walks through four concrete Claude Code projects you build yourself: a 'board of advisers' from cloned experts, a personal niched command center, an AI-SEO-optimized personal website deployed via Hostinger, and an internal operating system of knowledge/skills/projects folders with self-improving skills.

Austin MarcheseTranscript found
Creative Automation

Gemini Spark Is Here: Full Breakdown and Use Cases

This video walks through setting up Gemini Spark (enabling memory and connected Google Workspace apps) and demonstrates it autonomously triaging emails, managing the calendar, and building a personalized San Diego itinerary from scattered sources.

Paul J LipskyTranscript found
Interfaces + Open Design

Turn Claude Code into a Design GENIUS

This video demonstrates connecting Mobbin's MCP server to Claude Code so it can search 600,000+ real app UIs to auto-build a Figma mood board, analyze which sign-up flows work best, and critique your own landing page against premium references.

Kyle SkellyTranscript found
Creative Automation

This 100% open-source terminal is insane… just watch

This video demonstrates CMAX, a native Swift macOS terminal built on libghostty, and shows how to run multiple CLI coding agents in parallel using its workspace/pane/surface model and an orchestrator-agent pattern driven through a CMAX skill.

David OndrejTranscript found
Interfaces + Open Design

Stop Using Claude Code CLI. Use THIS Instead! (Oh-My-Pi)

This video pitches Oh-My-Pi, a Pi-based AI agent harness, by contrasting four of its architectural upgrades (LSP integration, debugger adapter protocol, model-agnostic routing, and content-hash line edits) against the limitations of Claude Code CLI.

Better StackTranscript found
Creative Automation

How I Turned Pi Into the Ultimate Coding Agent

This video shows how the creator turned Pi, a deliberately minimal coding agent (four tools, a simple system prompt, a clean TUI, no MCP out of the box), into a fully personalized 'Neovim-style' harness entirely by telling the Pi agent to write its own extensions, running GPT-5.5 on low reasoning as the daily driver.

Ben DavisTranscript found
Creative Automation

This Claude Update Is Kind of Insane

This video explains Claude's new 'dynamic workflows' feature, which auto-generates an orchestration script that fans a big task out to parallel sub-agents with separate verifier agents gating the output, and shows how to trigger it, what to aim it at, and how to avoid burning tokens.

DubibubiiTranscript found
Interfaces + Open Design

Design a Fully Animated Website with AI β€” Claude Code

This video shows how the creator built a fully animated portfolio website in about 2 hours by sketching states in Figma, generating warm-toned model photos with Nano Banana/Hexfield, and prompting Claude Code section-by-section to produce a flip-to-ticker intro, project pages, and an info page.

Ruben StomTranscript found
Agent Architecture

Learn 90% Of Pi Agent in Under 17 Minutes

A guided tour of PI, the minimal terminal coding harness, covering its 'small core, programmable edges' philosophy (just read, bash, edit, write, and sessions), how to install and connect models, the daily navigation shortcuts, how session trees let you branch and recover work, and the seven layers β€” from settings.json up to packages β€” you use to extend it into your own personalized agent.

Brandon MelvilleTranscript found
Creative Automation

Pi Coding Agent Observability: HTML Specs with Gemini 3.5 Flash and GPT Image 2

Using a PI coding-agent observability dashboard, IndyDevDan runs the same prompt through markdown, HTML, and image-enriched 'V-spec' plans on Gemini 3.5 Flash to measure the performance-speed-cost trade-off, then argues that adding GPT Image 2 visuals to specs makes plans dramatically easier to reason about β€” the core thesis being that you can't improve agents you don't measure.

IndyDevDanTranscript found
Agent Architecture

My Obsidian Vault in 2026 - What I Actually Open Every Day

A four-year Obsidian user walks through the workspace-driven vault he actually opens daily β€” using the Commander status bar plus a forked Workspace Plus plugin to jump between focus, active, RSS, discoveries, and cycles-and-reviews layouts β€” and shows how Quick Add, Notebook Navigator, and Bases replace older DataView/Templater habits for capturing and finding notes with minimal friction.

Paul's Obsidian SystemsTranscript found
Agent Architecture

I Found a FREE AI Coding Agent Better Than Most Paid Tool

EarnixLab tours Headroom, a GitHub-trending context-compression layer that claims 60–95% fewer tokens for AI coding agents (Claude Code, Codex, Cursor, Ada, Copilot CLI, OpenClaw) by compressing tool output, logs, RAG chunks, files, and chat history before it reaches the LLM, with reversible CCR storage keeping originals local and retrievable.

EarnixLabTranscript found
Agent Architecture

I Replaced the Project I Spent Months on With a Markdown File

Ben Davis makes the case that Claude Code-style skills β€” detailed markdown files β€” have become executable programs, using Gary Tan's G stack and G brain, the 'impeccable' skill, and his own rebuilt BTCA tool as evidence. He argues the agent acts as the compiler and runtime for markdown while core pieces like databases, auth, and payments must stay deterministic code.

Ben DavisTranscript found
Agent Architecture

Getting Started with Supabase Locally

This video walks through moving a Supabase project out of the dashboard and into code: installing the CLI, running supabase init and supabase start to spin up the local Docker stack, capturing schema with declarative SQL plus the migration diff command, seeding data, configuring config.toml, then linking to a remote project and auto-deploying migrations through the GitHub integration.

SupabaseTranscript found
Agent Architecture

Claude Opus 4.8 Built an Agentic OS in 15 Minutes! (ultracode)

Duncan Rogoff builds an 'AIOS' (agentic operating system) β€” a single always-on web dashboard tracking industry drops, competitors, social/YouTube stats, and active projects with one-click Claude skills β€” using Claude Opus 4.8 and its new Ultra Code feature with as little human involvement as possible.

Duncan Rogoff | AI AutomationTranscript found
Agentic Engineering

Harness Engineering: 4 Levers to Diagnose Any AI Agent

This video introduces 'harness engineering' as a way to reason about the system around an AI model, arguing that most agent failures are harness problems rather than model problems, and gives a four-lever framework β€” context, tools, loop, and governance β€” for diagnosing almost any agent failure in under a minute.

Damian GalarzaTranscript found
Agent Architecture

Pi AI Agent and Coding Harness: Free, Open Source, Local, and Scary Good

This video shows how to install and use Pi, a free, open-source, lightweight AI agent and coding harness, configure it to run a fully local open-weights model, install and build extensions, and one-shot a working typing game β€” all independent of any cloud provider.

AI with EricTranscript found
Codex + Claude Workflows

Anthropic Just Fixed Claude Code’s Biggest Problem

Nick Puru breaks down Anthropic's playbook for running Claude Code in large codebases, explaining that hallucinations come not from a weak model but from a missing 'harness' around it. He walks through the seven extension points β€” Claude.md files, hooks, skills, plugins, language server protocol, MCP servers, and sub-agents β€” in plain English so even non-developers can wire them up.

Nick Puru | AI AutomationTranscript found
AI Strategy

I Built a Simple Operator App for a Real Service Business

Dave Swift builds an operator dashboard for a real home-renovation company (Pearson Home Company) using Softr's AI co-builder, one-shotting a database-backed app from a plain-English prompt and then polishing it in Softr's editor. It teaches non-technical operators how to consolidate scattered business data into one custom app, customize its interface, and generate branded PDFs via workflows.

Dave SwiftTranscript found
Codex + Claude Workflows

This AI Agent Builds $15K Cinematic Websites on Autopilot (Claude Code + Nanobanana 2)

This video shows a 'Cinematic Sites' agent skill β€” a single skill.md run by Claude Code (here via a Telegram-connected session) β€” that takes an existing website and runs a four-step pipeline: analyze the brand, generate cinematic hero scenes with Nano Banana images animated into video via Kling, build a scroll-driven website, and deploy to Vercel.

Jay E | RoboNuggetsTranscript found
Interfaces + Open Design

DESIGN.md Changed My AI Web Design Workflow

This video walks through Ora.build's DESIGN.md workflow: using a reusable design-system file to generate new pages that share the same visual DNA, importing a real website URL (with screenshot plus auto-generated DESIGN.md as references) to recreate a strong base, and then transforming that base into something original using prompt references, component reuse, and model choice (GPT-5.5, Gemini 3.1 Pro, Claude Opus).

Sourany StudioTranscript found
Interfaces + Open Design

Design with Chat GPT and Codex: The Designer's Guide

This designer-focused guide shows how to use ChatGPT 5.5 to generate design inspiration, iterate layouts, and condense desktop screens to mobile in seconds, then hand the resulting mockups to Codex to build interactive prototypesβ€”connecting Mobin via MCP and porting Figma/Claude Code skills into Codex along the way.

UI CollectiveTranscript found
Codex + Claude Workflows

Codex + Hyperframes = Insane AI Motion Graphics

This video shows how to generate AI motion graphics by installing HeyGen's HyperFrames skill into Codex, which turns HTML into video scenesβ€”demonstrated by converting a localhost webpage into a 15-second product demo and a clicked-subscribe-button animation, then editing and exporting MP4s through HyperFrames Studio.

AeroTranscript found
Hermes + Agent Ops

Use Step 3.7 Flash for FREE on Hermes Agent (Full Test)

This video walks through installing the Hermes Agent on Windows, wiring it to the Nous provider's free Step 3.7 Flash model via portal.nosehermes.com, and then stress-testing that model on real agentic tasks like building an HTML presentation, listing and removing cron jobs, and chasing a standing goal until a judge model says it's done.

Prompt EngineerTranscript found
Codex + Claude Workflows

Codex + Paper = INCREDIBLE Designs

A hands-on demo of pairing OpenAI's Codex with Paper (a Figma-like canvas exposed over an MCP server) to produce real design work in natural languageβ€”a full Avis brand refresh, LinkedIn carousels, a Tanner Goods marketing email, a SaaS website redesign, and a mobile habit-trackerβ€”using a strategy-doc-then-design two-prompt workflow and GPT image gen for mockups.

Pat SimmonsTranscript found
Agentic Engineering

Qwen 3.7 Plus for Free: The AI Agent That Can Actually See Your Screen

A grounded walkthrough of Alibaba's Qwen 3.7 Plus, a multimodal hybrid agent that runs a visual GUI mode and a text CLI mode at onceβ€”reading screens, finding and clicking elements, running terminal commands, and writing codeβ€”plus an honest read of where it leads (vision/screen control) and where it trails Claude and open models (deep reasoning and heavy software engineering).

AI Stack EngineerTranscript found
Agent Architecture

How Anthropic, Every, & Ramp design with AI

This Dive Club panel with Megan Choy (design lead for Claude Code and Cowork), Dan Shipper (CEO of Every), and Bradley Zipper (design engineer at Ramp) explores how AI is reshaping design and org workflows. It covers getting designers into the production codebase, why leadership must be hands-on in the tools, and how teams spread individual AI learnings through pairing and shared Slack agents.

Dive Club 🀿Transcript found
Agent Architecture

I Won’t Use AI Without This Tool

This video introduces a free, ESLint-like command-line tool that performs static analysis to catch the maintainability problems AI coding agents create - dead code, duplicated blocks, oversized files, and high-complexity functions - and shows how to run it, configure ignores, expose it to agents as a skill, and wire it into CI so code is checked before it merges.

Web Dev SimplifiedTranscript found
Hermes + Agent Ops

Odysseus + Gemma-4 26B & FREE APIs: RIP Hermes & OpenClaw! THIS IS CRAZY!

This video demos Odyssey, PewDiePie's self-hosted AI workspace 'super app', showing how to clone and run it on a Mac, point it at a local model like Gemma 26B (or free Open Router/Nvidia NIM models), and use its agent, cookbook, deep research, blind model-compare, and notes/calendar/mail panes - all offline and locally.

AICodeKingTranscript found
Agent Architecture

Claude AI Just Got A Massive Update Nobody Saw Coming

Vaibhav Sisinty demonstrates Claude's live Artifacts feature, building nine personal tools in plain English β€” habit trackers, a founder's morning dashboard, a team-update dashboard, a revenue pipeline, creative pieces, games, quizzes, and apps β€” that pull live data from connectors like Gmail, Slack, Google Calendar, Notion, and Airtable. It teaches how to replace whole categories of subscription apps by describing what you want and connecting your own data.

Vaibhav SisintyTranscript found
Agent Architecture

Every AIOS Tutorial Is Wrong - Here's What Actually Works

This video argues that most popular 'AI OS' tutorials fail in real businesses because they chase flashy demos over reliability, accuracy, and predictability, then busts three myths β€” building agent front-ends for predictable paths, treating memory as one thing, and migrating everything into Obsidian β€” in favor of a constraints-first 'constraint builds the stack' approach.

Mansel ScheffelTranscript found
Creative Automation

My GitHub AI Workflow: Codex + Claude Code

This video walks through a complete AI-driven GitHub workflow where coding agents like Codex and Claude Code drive the GitHub CLI (gh) to create a repo, set up a Kanban project board, write a spec, break it into tickets, open and review pull requests, address automated code-review comments, merge, and finally build a GitHub Actions release pipeline that cross-compiles binaries and generates release notes.

Owain LewisTranscript found
Creative Automation

Stop Letting AI Agents Run the Whole Workflow

Damian Galarza builds a real sponsor-email triage system in Mastra (a TypeScript framework for agents and workflows), showing where to draw the boundary between an agent loop and a deterministic, typed, inspectable workflow. He classifies inbound email, routes sponsor inquiries to a sub-workflow, extracts grounded details, corroborates with web search, and applies guardrails before drafting a reply and brief.

Damian GalarzaTranscript found
Creative Automation

I Tried 100+ Codex Skills. These 6 Are The Best

James walks through what a Codex skill actually is β€” a reusable instruction playbook that tells Codex how to do a repeated task rather than a tool that does it β€” and demos six core skills plus a bonus (Remotion, Deploy to Vercel, React best practices, Supabase/Postgres, Playwright Q&A, requesting code review, and 'grill with docs') on a real customer-feedback-tracker app. It matters because packaging repeated prompts into skills makes Codex run the same workflow the same way every time and catches regressions, stale APIs, and broken launches.

James NoCodeTranscript found
Creative Automation

Someone just open-sourced tokenminimizing (8500 stars on GitHub)

This video walks through Headroom, a trending open-source context-compression layer that sits between AI coding agents and the LLM to cut token usage by 60–95% without changing code, explaining how it routes content to type-specific compressors, keeps originals locally retrievable, and can be dropped in as a library, proxy, agent wrap, or MCP server.

Income stream surfersTranscript found
Codex + Claude Workflows

Finally, a Programmable AI Agent Framework That Works

This video tours Flu, the Astro team's open-source TypeScript framework that turns the Claude Code harness (skills, tools, sandboxes, sub-agents) into something fully programmable, and shows building both human-driven agents and fully autonomous workflows, plus its cheap in-memory 'just bash' sandbox trick. It matters because you can stand up a real, deployable agent harness in a few lines instead of wiring memory, sessions, and tools by hand.

Better StackTranscript found
Creative Automation

The 5-Tool Fix for Claude Code's Worst Habits

This video diagnoses four blind spots of agents like Claude Code β€” forgetting context, ignoring your codebase, shipping bugs, and coding blind β€” and demos five open-source fixes: Intent Layers (hierarchical AGENTS.md navigation), DeepSecure (Vercel security harness), Vercel's React/Next.js best-practices skill, Agent Memory (persistent tiered memory), and Claude with Chrome (visual verification loop).

Sean KochelTranscript found
Codex + Claude Workflows

How Claude Code’s lead designer builds with AI

Claude Code's lead designer demos the team's real internal Claude Code workflows on the open-source Excalidraw repo β€” git work trees for parallel agents, a self-built /prototype skill that generates N feature options, and a fully automated path from prompt to PR β€” while arguing the human must stay in the loop for design and craft because LLMs aren't good at design yet.

Dive Club 🀿Transcript found
Interfaces + Open Design

Beyond Components: Designing Generative UI for MCP Apps β€” Ruben Casas, Postman

Postman staff engineer Ruben Casas argues that now that models like GPT-5.2 and Opus 4.5 write high-fidelity UI code, generative UI is escaping static components β€” he lays out a spectrum of static, declarative, and fully generative UI, explains why on-the-fly LLM-generated interfaces need a sandboxed distribution model (which MCP apps provide), and predicts the future is collaborative shared artifacts rather than fixed windows.

AI EngineerTranscript found
Interfaces + Open Design

Andy Madrick - Why AI changed design handoff forever

Notion designer Andy Madrick walks Dive Club through his AI-assisted workflow β€” iterating in Figma, mocking prototypes in Notion's code playground, and feeding sketched keyframes and screenshots to LLMs like Composer and Opus to own the last mile of design in code. It teaches how design-engineer collaboration shifts when designers ship PRs and where human taste still has to lead.

Dive Club 🀿Transcript found
Creative Automation

NEW - Obsidian Task Manager Release 1.1.0

A maintainer walks through the Obsidian Task Manager 1.1.0 release, demoing concrete UX upgrades β€” week numbers across views, a configurable first day of the week, a lighter sidebar widget, a status picker, smoother mobile list updates, shift-click bulk selection, and a fully rebuilt Kanban board now controllable via an MCP server.

Antone HeywardTranscript found
Creative Automation

Nano Banana 2 is Open Source, Cladue Opus 4.8, Minimax M3, Real-Time Video AI β€” HUGE AI NEWS

This is a weekly AI news roundup arguing the gap between closed and open-source models is collapsing: it covers Anthropic's Opus 4.8 (now top-ranked on artificial analysis, edging GPT-5.5 with better calibrated honesty), MiniMax M3 as the first open-weight model combining frontier coding, 1M-token context, and native multimodality, and a flood of mostly-open NVIDIA releases spanning real-time video editing, object detection, multi-agent world models, and the Cosmos 3 physical-AI family.

AI ResearchTranscript found
Creative Automation

Stop Using Claude Without an Agentic OS

This video defines an 'agentic OS' (command center) as a personalized dashboard layered over your Claude second brain, breaks the system into five layers (LLM, memory/context, capabilities, connector/MCP, and the missing interface layer), and walks through the three ways to build one β€” a live artifact, an Obsidian dashboard, or a custom deployed web app β€” with the cost and sharing tradeoffs of each.

Ben AITranscript found
Creative Automation

Gemma-4 12B + Hermes,Google AI Edge: EASY, GOOD & LOCAL!

This video breaks down Google's Gemma 4 12B as a practical local model β€” an encoder-free unified multimodal architecture that runs text, image, and audio on 16GB-class consumer hardware β€” and walks through three concrete setup paths (Google AI Edge Gallery for Mac, LiteRT-LM's OpenAI-compatible serve endpoint, and Ollama) for wiring it into agent tools like Hermes.

AICodeKingTranscript found
Agent Architecture

Stop Making AI Slop Landing Pages

This video names the telltale signs of AI-slop landing pages β€” uneven selected-menu borders, cramped caps eyebrows, pointless status pills, random glow lights, and the 2025 purple gradient β€” then shows how to prompt them away using image and URL references, design.md design systems, taste skills, non-default fonts, and pattern references from sites like Mobin and Aura.

DesignCodeTranscript found
Codex + Claude Workflows

I Updated /grill-me And Solved Claude Code

This video extends Matt Pocock's Grill Me planning skill with an iterative adversarial code review from Codex, so Claude Code's plan gets challenged by a neutral second model over up to five rounds instead of Claude grading its own work. It demos the resulting Grill Me Codex skill by planning an email-capture gate for a website and shows Codex catching real security holes and false fixes before any code ships.

Chase AITranscript found
Agent Architecture

Claude Oceanus, Anthropic AGI Claims, GPT-5.6 Checkpoint, GLM 5.2, Nemotron 3 Ultra & More! AI NEWS!

An AI news roundup covering leaks of Anthropic's Claude Oceanus (red-teamed as the Mythos successor, with leaked $16/$80 per-million-token pricing and wild zero-shot demos), Anthropic research pointing toward recursive self-improvement, OpenAI's GPT-5.6 'Jewel Alpha' checkpoint and memory upgrade, Google's Dream Beans, and NVIDIA's free-to-try Nemotron 3 Ultra agent model.

WorldofAITranscript found
Agent Architecture

herder: Is This the Ultimate Agent Multiplexer?

A review of Herder, a single Rust binary (built with Ratatui) that multiplexes coding agents inside your existing terminal β€” combining tmux-style persistence with agent awareness that shows which agent is working, blocked, or done, plus a socket API agents can drive themselves and a client/server remote mode for SSH.

Better StackTranscript found
Codex + Claude Workflows

This Open Source Repo Just Solved Claude Code's #1 Problem

This video explains Graphify, a free open-source tool (~60K stars) that turns any repository β€” code, docs, PDFs, even audio and video β€” into a queryable knowledge graph via three passes, giving Claude Code a persistent 'map' that delivered the same answer as raw grepping for roughly 80K tokens versus about 200K in a live Open Design demo.

Chase AITranscript found
Codex + Claude Workflows

Codex Just Solved Product Design

A walkthrough of Codex's new product design plugin β€” 11 copyable skills covering ideate, image-to-code, prototype, research, and more β€” combined with a Miro MCP server for visual context and a design.md design system, used to generate a Linear-inspired issue tracker in three visual directions and a one-page gym landing site, with Codex visually QA-ing its own output.

AI for WorkTranscript found
Hermes + Agent Ops

Headroom + Hermes + Minimax M3: Same answers, 60 percent fewer tokens (actually 90%)

A setup tutorial for Headroom, a 12K-star open-source proxy that compresses tool outputs, logs, agent chunks, files, and conversation history before requests hit the LLM β€” demonstrated by wrapping the Hermes coding agent, watching a live dashboard report roughly 50–55% token savings on a landing-page build.

DevsKingdomTranscript found
Agent Architecture

How to Turn Local AI into a SUPER BEAST 🀯 (Multiprocessing Explained)

A demo-driven explanation of turning a Mac into a local AI powerhouse with the Inferencer app: batching multiple generations to raise throughput, multiprocessing for deterministic outputs and multi-model serving, an OpenAI/llama-compatible server mode, and distributed compute that spans a Mac Studio and Mac Pro to run huge models like Kimi K2.6 with automatic memory eviction.

xCreateTranscript found
Agent Architecture

Build an AI Bookkeeper with Pi Agent Harness

A developer-focused build of a bookkeeping AI agent from scratch using Pi (the TypeScript agent harness underlying OpenClaw) β€” covering agent anatomy (harness as body, context files as brain, skills as abilities), NPM/Node 22 project setup, pointing Pi at a custom agent home with agents.md and brain.md, and wrapping it in an Express web front end via Pi's SDK.

ZazenCodesTranscript found
Agent Architecture

NVIDIA won't like this. I Ran Nemotron 3 ULTRA on a Mac 🀯 | RIP Claude?

A hands-on stress test of NVIDIA's Nemotron 3 Ultra β€” a 550B-parameter open-weight model that officially demands 8x GB200 or 16x H100 hardware β€” run locally on a Mac across three quantizations (a 4.5-bit quant, an MLX-community NVFP4, and a 6.2-bit INF edition), benchmarked on lyric recall, Flappy Bird and MS Word clones, a math olympiad proof, snake in Python, and a procedural planet generator, then compared against GLM.

xCreateTranscript found
Creative Automation

The ONLY 3 Tools You Need to Create ANY AI Video

This video lays out a complete three-tool AI filmmaking workflow: a custom Claude AI skill writes design-sheet, storyboard, and shot prompts; GPT Image 2 (via OpenArt) renders the design sheet and storyboard images; and Seedance 2.0 animates the storyboard rows into 15-second video sequences you can chain into a full scene.

Tao PromptsTranscript found
Agent Architecture

Cut LLM cost by 95%, replace ElevenLabs, and 10 top GitHub repos

In this Next New Thing top-10 GitHub roundup, the hosts review repos like MoneyPrinterTurbo, Headroom, Microsoft's Markitdown and WebRite, PewDiePie's Odyssey, GBrain, and the 'Everything Claude Code' pack, teaching viewers to read past hyped README claims and check real benchmarks. It shows how to judge AI tooling by verified numbers and whether you'd actually trust something sitting between you and the model.

The Next New ThingTranscript found
Agent Architecture

PewDiePie’s Odysseus AI Just Made Private AI Easy

This video walks through setting up PewDiePie's self-hosted Odysseus AI workspace privately by pairing it with Venice as the API provider (which doesn't store chat content), covering tiered model defaults with fallback and teacher models, local models via the cookbook, personas and multi-model group chats, skills, blind model comparisons, and scheduled tasks.

VeniceTranscript found
Agent Architecture

Cursor's New Design Mode Just Changed Web Design Forever

This video demonstrates Cursor's new design mode β€” pointing at, multi-selecting, or drawing on live UI to queue near-instant agent edits β€” and the workflows unlocked by combining it with Mobbin for design references, Magic Path's infinite canvas for multi-variant work, Higgsfield for image generation, and Hyperframes for video editing.

Lukas MargerieTranscript found
Agent Architecture

Why apps built with AI look a little... OFF

This video explains why AI-built apps drift visually β€” the agent has no shared source of truth so it reinvents the UI every session β€” and shows how to fix it by building a design system directly into the codebase with the free BM design system skill, enforced through CLAUDE.md directives loaded every session.

Brian CaselTranscript found
Agent Architecture

Pi Agent explained in 6min..

This video explains why the Pi agent β€” the minimal framework powering OpenClaw β€” stands out by what it leaves out (no sub-agents, MCP, background bash, or to-do lists) and how its self-extending TypeScript harness and separation-of-concerns architecture make it a hedge against agent-harness churn.

Caleb Writes CodeTranscript found
Codex + Claude Workflows

Codex Just Quietly Changed How People Work FOREVER (Role Specific Plugins)

This video covers OpenAI's six new role-specific Codex plugins, which bundle all of a job's apps (like Gmail, Snowflake, and Databricks for data analytics) with hyper-specific skills, then demos the product design, creative production, and sales plugins going from app idea to prototype, mood board to social ad, and HubSpot CRM to forecast review.

Pat SimmonsTranscript found
AI Strategy

I Made My Claude Skills Learn Without Going Rogue

This video demystifies 'self-improving AI' by building a concrete skill-refinement pipeline: capturing real-world feedback (rejected drafts, call transcripts) as evidence, routing each finding to the right destination (skill.md, context files, memories), and gating judged change proposals behind a blast-radius-aware human review.

Mansel ScheffelTranscript found
Codex + Claude Workflows

The Top 10 Claude Code Plugins to 10x Your Next Project (June '26)

A tour of 10 lesser-known Claude Code plugins, skills, and CLIs β€” Graphify's token-saving knowledge graphs, Matt Pocock's Grill Me planning skills, Codex adversarial review, the official Codex plugin, Claude Obsidian, Karpathy's CLAUDE.md conventions, Impeccable's 23 front-end commands, Higgsfield, NotebookLM Pi, and the official n8n MCP.

Chase AITranscript found
Agent Architecture

This FREE AI Coding Agent Feels Illegal ( Unlimited Usage 🀯)

This video introduces Freebuff, a currently free terminal-based AI coding agent similar to Claude Code that gives seemingly unlimited access to DeepSeek V4 Pro, DeepSeek V4 Flash, and MiMo 2.5 Pro, and walks through installation, GitHub sign-in, model selection, and a one-prompt landing-page build.

EarnixLabTranscript found
Hermes + Agent Ops

Nemotron 3 Ultra + Hermes Agent = Surprisingly Good

A hands-on test of NVIDIA's Nemotron 3 Ultra (currently free through the Nous portal) driving the Hermes agent on Windows: installing and updating Hermes, selecting the free model, cloning a TTS voice from a repo, scheduling cron jobs, and running the whole agent from Telegram.

Prompt EngineerTranscript found
Codex + Claude Workflows

The Skill That 10x’d My Claude Code Projects

This video shows how the 'Grill Me' skill (originally a four-to-five sentence prompt by Matt Pocock) turns the knowledge in your head into reusable AI context by relentlessly interviewing you one question at a time, and how adding checkpointing to markdown brainstorm docs keeps long grilling sessions from being misremembered.

Nate Herk | AI AutomationTranscript found
Agent Architecture

New Open Source Qwen 397B BEATS GLM 5.1 & Claude? 🀯 | Nex N2 Pro TESTED

xCreate stress-tests Nex N2 Pro, a fine-tune of Qwen's 397B open model claiming benchmark wins over GLM 5.1 and Kimi K 2.6, running head-to-head coding and reasoning tests β€” voxel cats, a photorealistic face render, Minecraft and Flappy Bird clones, a Word clone, and a math Olympiad problem β€” and finding it beats its Qwen base but falls short of its GLM-beating claims.

xCreateTranscript found
Hermes + Agent Ops

Hermes Agent 5.0 (New Upgrades): HERMES BECAME ULTRA-HERMES!

AICodeKing reviews Hermes Agent 0.16, the 'surface release': a native desktop app for macOS/Linux/Windows with remote gateway support, a web dashboard grown into a full admin panel, quick setup via Naos portal, a fuzzy-search model picker with hourly catalog refresh, /undo, a pruned skill set with a trusted Nvidia tab, and a security pass including a Starlette CVE pin.

AICodeKingTranscript found
Agentic Engineering

Nemotron 3 Ultra: The 100% Free & Open Frontier Model Built for AI Agents

This video covers Nvidia's Nemotron 3 Ultra β€” a 550B-parameter open-weights frontier model built for long-running agents rather than chat β€” explaining its mixture-of-experts speed advantage, 1M-token context, free access through Open Code and OpenRouter, and its permissive Open MDW license with released training data and recipes.

AI Stack EngineerTranscript found
AI Strategy

7 Ways You Can Beat AI With Human Design Skills In 2026!

Satori Graphics walks through human design skills AI-era designers must sharpen: engineering one attention-stealing element, building narrative sequences like a five-slide carousel, designing for measurable results instead of praise, squeezing three moods from a single typeface, and using intelligent imperfection to stand out when perfect design is everywhere.

Satori GraphicsTranscript found
Agent Architecture

AI slop is real: here's how you avoid it when building apps in WeWeb

WeWeb shows how to avoid generic AI-generated interfaces by downloading real brand design systems (Notion, The Verge, PostHog, Clay, Airtable, cal.com) as design.md files from getdesign.md, pasting them into WeWeb AI prompts, and then customizing and locking the imported design system inside the project library.

WeWebTranscript found
Codex + Claude Workflows

Graphify + Obsidian + Claude Code = CHEAT CODE

Chase AI demonstrates combining Graphify and Obsidian as a second brain for Claude Code: Graphify turns the official Claude Code documentation (171 pages) into a 591-node knowledge graph, the graphify-obsidian command converts it to linked markdown files, and four integration strategies control how that flood of files enters your main vault.

Chase AITranscript found
Codex + Claude Workflows

Claude Code + Graphify = Insane Agentic OS

Jack Roberts shows how Graphify builds a knowledge graph 'map' of any codebase so Claude Code answers faster, cheaper, and more accurately, then levels it up by wiring Graphify into an agentic operating system where Hermes, Claude Code, and a dashboard all read one shared graph registry.

Jack RobertsTranscript found
Agent Architecture

I Ranked Cloudflare’s Software Factory and Wow… S TIER TOKENOMICS

IndyDevDan tier-ranks Cloudflare's AI code-review software factory, unpacking how a CI-native, OpenCode-based orchestration of up to seven specialized reviewer agents plus a coordinator delivers reviews at roughly $1 per merge request. It teaches 'tokconomics' β€” using tokens, generating value, and arbitraging that value for more than it costs β€” through Cloudflare's plugin architecture, tiered model stack, and context engineering.

IndyDevDanTranscript found
Agent Architecture

One markdown file just fixed AI coding forever.

Yan, developer of Agent Zero and Space Agent, presents 'docs' β€” a self-documenting agents.md framework where every subfolder gets its own agents.md wired into a hierarchy, so a coding agent reads documentation before editing, makes the minimal change, and updates the docs after β€” fixing agent unreliability on large codebases without any installation.

Agent ZeroTranscript found
Creative Automation

Codex can now make videos… it’s insane

This video shows how to set up the Hyperframes plugin inside OpenAI's Codex app so an AI agent can produce and edit videos by writing HTML code β€” the timeline itself becomes code β€” covering the new HTML-in-canvas feature, parallel threads via built-in git worktrees, and real builds like a liquid-glass subscribe animation, a website product demo, and an MP3 waveform visualizer.

David OndrejTranscript found
Agent Architecture

Open Notebook: The 26K-Star Self-Hosted Alternative To Google NotebookLM

This video reviews Open Notebook, LF Novo's MIT-licensed, 26,300-star self-hosted alternative to Google NotebookLM β€” covering its grounded chat, multimodal source ingestion, multi-speaker podcast generation, 18+ AI provider support, one-command Docker Compose deployment, and how it compares to Odysseus and AnythingLLM.

AwesomeFOSSTranscript found
Agent Architecture

Become AI Native in less than 60 mins

Greg Isenberg and co-founder Theo Taba deliver a masterclass on becoming AI-native, defined by three things: people manage agents, agents can read and write to the company, and the company gets smarter over time. Theo demos the context layer β€” a capture, curate, store, execute, experience loop that makes a company 'agent-readable' β€” while building a Spotify-style prototype live in Claude from a voice prompt.

Greg IsenbergTranscript found
Codex + Claude Workflows

How to Use Codex as a Designer

This video shows designers how to use OpenAI's Codex β€” setting up an agents.md brief, design plugins (product design, Figma, Mobbin MCP), and skills before generating a dark-mode investment dashboard with GPT-5.5, then iterating with annotations and visual QA, closing with an honest Codex-versus-Claude-Code comparison.

Griffin WooldridgeTranscript found
Agent Architecture

I Build Motion Graphics in Cursor Now (Design Mode + Remotion)

Lukas Margerie builds motion graphics entirely inside Cursor by pairing its design mode with Remotion β€” scaffolding a video project, visually selecting elements to edit, cloning transitions from Remotion's docs, redesigning layouts from Excalidraw sketches and YouTube screenshots, and regenerating a reference animation with Higgsfield.

Lukas MargerieTranscript found
Agentic Engineering

Zed + Gemma 4: 100% Free, Local & Unlimited Coding Via Ollama

This video sets up a fully local, free coding workflow: the Rust-built Zed editor connected to Google's new Gemma 4 12B model through Ollama (or LM Studio / llama.cpp), covering model selection by hardware, agent-panel and inline-edit workflows, and honest limits versus frontier cloud models.

AI Stack EngineerTranscript found
Creative Automation

The Best Open Source AI Image Generator Just Dropped

This tutorial covers Ideogram 4.0, the new number-one open-weight image model on Design Arena, and its bounding-box layout system β€” then walks through a ComfyUI workflow for generating hyperrealistic AI influencer photos with exact control over object placement, outfits, and in-image text.

AiconomistTranscript found
Hermes + Agent Ops

6 Hermes Use Cases that OpenClaw Never Had

This video shows six Hermes agent use cases that OpenClaw couldn't do β€” parallel profiles in the new desktop app, cost-saving wake-agent and no-agent cron flags, an organizational second brain in Slack, Gmail webhook lead auto-replies, PRD-as-skill competitor tracking, and voice-matched social posting.

AI LABSTranscript found
Codex + Claude Workflows

Head of ChatGPT & Codex: A workflow you should deploy today. Live demo

In a live demo, the Head of ChatGPT & Codex shows everyday agentic workflows β€” parallel threads that scan your inbox and draft replies, set up Gmail filters, plan trips from calendar availability, build and iterate on small apps, and run a daily 'chief of staff' briefing across connected plugins.

Silicon Valley Girl ClipsTranscript found
Agent Architecture

I Turned Claude Fable Into The Ultimate Second Brain

Nate Herk walks through his Claude Fable-powered AI operating system ('Herk 2') as a second brain, built on the four Cs framework β€” context, connections, capabilities, cadence β€” where a CLAUDE.md routing tree points the agent to markdown files, skills, and connected live data. He stresses that you're building tool-agnostic folders and files, iterating skills from every use, and having the agent verify its own work.

Nate Herk | AI AutomationTranscript found
Agent Architecture

Your Mac Can Work Like a Personal Assistantβ€” Most People Never Set This Up

This video assembles six native macOS features β€” Shortcuts, scheduled Focus modes, text replacement, dictation, Apple Intelligence mail tools, Mail rules, and Siri β€” into one 'personal assistant' system that starts your day, protects your time, handles repetitive typing, and responds to voice commands.

Crazy ErrorsTranscript found
Agent Architecture

WWDC26: Run local agentic AI on the Mac using MLX | Apple

Apple's MLX team shows how to run a complete agentic AI loop locally on a Mac: a four-layer stack (MLX, MLX LM, the OpenAI-compatible MLX LM server, and any agent like Open Code or Xcode), a three-step setup, and the hardware techniques β€” M5 neural accelerators, continuous batching, and distributed inference over Thunderbolt β€” that make local agents fast.

Apple DeveloperTranscript found
Agentic Engineering

This AI Skill Hit 38,000 Stars β€” Here's Why (last30days)

Explains why the last30days skill hit 38,000 GitHub stars: it gives Claude Code a /last30days command that searches Reddit, X, YouTube, Hacker News, GitHub, and Polymarket in parallel, scores results by real engagement and prediction-market odds, and synthesizes a cited brief of what people are actually saying right now β€” plus its honest setup requirements and limitations.

Prompt EngineerTranscript found
Creative Automation

Ideogram Just Dropped an MCP (AI Photoshoots Inside Claude Code)

A hands-on demo of the new Ideogram MCP inside Claude Code: installing and authenticating the server, chaining it with browser research and the Magic Path infinite canvas to scrape a real apparel brand's Instagram style, generate on-brand product photography, put your own face into shoots via a folder of reference images, and design a new t-shirt collection through to a product detail page.

Lukas MargerieTranscript found
Agent Architecture

DiffusionGemma: 1100 Tokens/sec: Google's Fastest Open Model Yet Locally

An install-and-test walkthrough of DiffusionGemma, Google's experimental 26B mixture-of-experts open model that generates whole 256-token blocks in parallel via discrete diffusion instead of autoregressive decoding β€” served locally with vLLM on an H100, then pushed through coding, vision, OCR, and video tests at over 1,100 tokens per second.

Fahd MirzaTranscript found
Codex + Claude Workflows

Claude Code + Remotion = FREE Motion Graphics Tutorial (No Subscription)

A no-code tutorial for producing professional motion graphics β€” lower thirds, subscribe animations, transitions, overlays β€” by having Claude Code write animation code that Remotion renders into video files usable in Final Cut Pro, Premiere, or CapCut, even on a free Claude account.

Pouya EtiTranscript found
Agent Architecture

Nex-N2 Pro IS GREAT! New Opensource Model Beats GPT 5.5, Opus 4,7, & Gemini 3.5? (Fully Tested)

A hands-on review of Nex AGI's open-source Nex N2 family β€” the 35B-total/3B-active Mini and the 397B-total/17B-active Pro built on Qwen 3.5 β€” covering its unified agentic reasoning loop, its bold benchmark claims versus real-world testing, and the reviewer's verdict that it is useful but benchmark-maxed and slow.

WorldofAITranscript found
Codex + Claude Workflows

Anthropic's $0 AI Degree β€” I Built the Exact Syllabus (Pick Your Major)

Turns Anthropic Academy's ~19 free certificate courses into a structured $0 'degree': three majors (Operator, Builder, Deployer) with week-by-week course orders, capstone projects that matter more than the certificates, and rules for actually finishing instead of course-hopping.

Hyperautomation LabsTranscript found
Agentic Engineering

Make Any Free AI Think Like Fable β€” Anthropic Published the Exact Prompts (I Tested It)

Distills Anthropic's official Claude Fable prompting guide into an eight-instruction 'Fable brain' system prompt, tests it on free Gemini Flash to show how much of Fable's feel is copyable behavior rather than raw capability, and demonstrates exactly where the trick breaks: judgment and faked autonomy.

Hyperautomation LabsTranscript found
Creative Automation

New #1 Open Source Image AI? | SenseNova-U1 Mac & Windows Guide & TESTS

A hands-on walkthrough of SenseNova-U1 Infographic edition, the top-benchmarked open-weight image model (46.6, above GPT Image on its own charts) β€” how its unified LLM (Qwen 3) + vision + image-generation design enables interleaved reasoning, and how to run it on the hosted site and then locally on Mac and Windows via git clone, a Python venv, and the provided inference script.

xCreateTranscript found
Codex + Claude Workflows

Code Isn't Free β€” Mario Zechner on the Hard Truths of Coding With AI (creator of Pi)

Mario Zechner, creator of the minimal open-source coding agent Pi, gives the hard truths of AI coding: code is never free because bad decisions compound, spec-driven 'hyper waterfall' repeats a 30-year-old mistake, and the real productivity win is using agents to explore the solution space, not to spew 500,000 lines of code. He also explains why he built Pi (Claude Code's high release cadence broke his workflows) and why it ships in YOLO mode by default.

Jan-Niklas WortmannTranscript found
Creative Automation

$10 Just Killed The Engineering Team

In this Abacus AI-sponsored walkthrough, Julia McCoy demos a $10/month always-on cloud 'supercomputer' whose agent β€” routing prompts through Opus 4.8 and GPT 5.5 XHI at maximum effort β€” builds and deploys six products end to end: a self-hosted ChatGPT-style assistant on Gemma, a 3D browser game, a screenshot SaaS API, a native macOS app, and rebranded open-source projects.

Julia McCoyTranscript found
Interfaces + Open Design

The 5 Most Underrated Codex MCPs Every Designer Should Use

Lukas Margerie chains five Codex plugins/MCPs into a designer's workflow: Magic Path for infinite-canvas visual building, Notion for auto-filled PRDs and changelogs, Higgsfield for replacing stock images with generated photo shoots, Mobbin for real-product design inspiration, and Vercel for one-prompt preview deployments.

Lukas MargerieTranscript found
Interfaces + Open Design

Claude Fable 5 is BANNED. What to do?

After the US government's letter forced Anthropic to disable Fable 5 overnight, Greg Isenberg makes the case for owning part of your AI stack with local models β€” covering runtimes (Ollama, LM Studio), matching model size to hardware, the four key open model families (Qwen, DeepSeek, Gemma, Llama), quantization, agent hookups via Hermes, and five startup ideas built on privacy and resilience.

Greg IsenbergTranscript found
AI Strategy

You NEED to try these open-source AI projects RIGHT NOW

Matthew Berman reviews four under-the-radar open-source projects: Last 30 Days, a human-vote-powered trend search skill; Open Notebook, a local NotebookLM clone with podcast generation; Agent Skills, seven slash-commands mapping the engineering workflow; and Headroom, a context compressor claiming up to ~92% token savings for coding agents.

Matthew BermanTranscript found
Interfaces + Open Design

Sora Died and OpenAI Deleted Everything β€” The Free AI Video Stack Nobody Can Shut Down

Prompted by OpenAI shutting down Sora and permanently deleting user creations, this video builds a fully-owned open-weights AI video stack β€” Wan 2.2 (Apache), LTX 2.3, HunyuanVideo 1.5, and Ovi β€” reading each license's fine print, mapping VRAM requirements, and listing free/cheap GPU lanes (Hugging Face ZeroGPU, Colab, Kaggle, Modal, RunPod) for creators without hardware.

Hyperautomation LabsTranscript found
Creative Automation

You are using Claude Fable 5 wrong

Greg Isenberg argues most people use Claude Fable 5 wrong by asking for one-shot outputs, and instead demos high-leverage patterns: a landing-page copywriting tournament judged by AI personas, a Zuckerberg/Chesky-style interview-before-you-build spec prompt, mining churn and support data, contract review, and self-automating tools β€” plus startup ideas the model newly unlocks like synthetic focus groups and 48-hour custom software.

Greg IsenbergTranscript found
Codex + Claude Workflows

Omnigent: The New Meta-Harness for EVERY Coding Agent - Claude Code, Codex, Pi, More

Cole Medin walks through Omni Agent, Databricks' open-source meta-harness that orchestrates Claude Code, Codex, and Pi from one session β€” demoing the Poly orchestrator (Claude implements, Codex reviews), custom agents with Python policy guardrails and human-in-the-loop approvals, the Debbie debate agent, and cross-device session sharing.

Cole MedinTranscript found
Creative Automation

The Meta-Harness: Why Every AI Developer Needs This

This video introduces Omni, Databricks' open-source (Apache 2.0) 'meta-harness' that runs Claude Code, Codex, Pi, and custom agents under one roof β€” one shared session across terminal, web, and mobile β€” with YAML-defined agents, cross-vendor code review via the Polly orchestrator, enforced policy gates, sandboxing, and per-session cost budgets.

Prompt EngineeringTranscript found
Creative Automation

Kimi K2.7 + Opus 4.8 = BEST Coding Duo??

Alejandro AO tests pairing the cheap open-source coder Kimi K2.7 with expensive frontier models (Opus 4.8, GPT 5.5) by splitting a coding workflow into a planning phase and an implementation phase, then benchmarking every planner/implementer combination on a fresh CPython GitHub issue to find the best cost-to-quality ratio.

Alejandro AOTranscript found
Creative Automation

Agent Loops: Complete Guide (Claude Code + Codex)

Owain Lewis gives a hands-on guide to building autonomous agent loops with Claude Code and Codex, demonstrating a two-loop system: a manager loop that triages a GitHub backlog (labeling tickets by risk, type, and agent-readiness) and a worker loop that pulls agent-ready tickets and runs an inner pipeline of read-ticket, write-code, sub-agent review, checks, and pull request. He stresses control planes, guardrails, and evaluations over the vague 'loop engineering' hype.

Owain LewisTranscript found
Creative Automation

I Built a Vox-Style Video Using HyperFrame and Claude Code

Andy Lo builds a complete Vox-style editorial animation about China's EV and battery dominance using HyperFrames β€” HeyGen's open-source framework that lets AI agents create videos as HTML/CSS/JavaScript β€” driven by Claude Code through a three-phase prompt workflow (foundation and design system, scene building with asset review, then narration/sourcing/render), then levels it up from seven scenes to 19 subscenes with aligned narration.

Andy LoTranscript found
Agent Architecture

I Read Claude's 319-Page Fable 5 System Card So You Don't Have To

Hyperautomation Labs distills Anthropic's 319-page Fable 5 system card: one brain shipped as two models (public Fable with safety classifiers, restricted Mythos behind Project Glasswing), silent fallback to Opus 4.8 on sensitive topics, interpretability findings showing the model knows when it's tested and masks its internal judgments, a model-welfare section, and blunt safety caveats β€” from a UK AISI jailbreak in hours to worse raw-API mental-health behavior and prompt-injection risk when extended thinking is off.

Hyperautomation LabsTranscript found
Creative Automation

AI-First Playbook: Do a Team's Work With AI (2026) | Peter Yang

Peter Yang explains how he runs a 140,000-person newsletter with no full-time team by moving his creative workflows into Codeex β€” building self-improving skills, brain-dumping via voice tools like Whisper Flow and Super Whisper, and having agents post to X, LinkedIn, Threads, and Substack, generate weekly business briefings, and act as a strategic advisor. He also lays out his five layers of AI adoption from chatbot answers up to building apps and agents.

Silicon Valley GirlTranscript found
Interfaces + Open Design

The All in One AI Design Engineer - Kombai

DesignCourse revisits Kombai β€” once a Figma-to-HTML converter, now an AI design engineer inside your IDE β€” and walks through building a real landing page for a live-band app: configuring variants and refinement passes, seeding the prompt with an inspiration-library design, editing the winner with a Figma-style property inspector, extracting a style guide into context, and coding the final design into the project.

DesignCourseTranscript found
Interfaces + Open Design

The Rise of Generative UI for Developers (CopilotKit)

Better Stack demos CopilotKit, a front-end stack for agentic apps that goes beyond the 'chat box slapped to the side' pattern: agents stream responses, render real React components in the app, share state bidirectionally with the UI, and pause for human approval β€” built on the open AG-UI event protocol that standardizes how agents talk to frontends.

Better StackTranscript found
Creative Automation

Codex: Your First Personal AI Agent Delegation Loop

Nate B Jones explains how Codex turned his computer from app-by-app manual work into an agent delegation layer β€” burning up to 510 million tokens a day on real jobs, not chat β€” and lays out his playbook: the chief-of-staff thread, goals that keep agents running to completion, sub-agents for contained pieces, a custom heads-up work dashboard, and the five things every delegated loop needs.

AI News & Strategy Daily | Nate B JonesTranscript found
Interfaces + Open Design

The AI Setup I Use to Run EVERYTHING (in one app)

Brad replaces the slow, sandboxed Claude desktop app with VS Code as a full AI knowledge-work workspace: the Claude Code extension and Codex run side by side over live files, markdown/PDF/Office viewers make it a writing environment, and a nested 'OS' folder structure with per-folder CLAUDE.md instructions acts as unlimited, always-live projects.

Brad | AI & AutomationTranscript found
Agentic Engineering

Harnesses in AI: A Deep Dive β€” Tejas Kumar, IBM

IBM developer advocate Tejas Kumar defines the AI agent harness β€” everything around the model that grounds it in a stable environment β€” and live-builds one on stage: a Playwright browser agent on deliberately weak GPT-3.5 Turbo that goes from lying about upvoting a Hacker News post to succeeding, purely by adding guardrails, deterministic verification, and a harness-level login handler without touching a single prompt.

AI EngineerTranscript found
Creative Automation

This Skill Makes Claude Write 90% Less Code, 15k Stars on GitHub

This video dissects Ponytail, a 1,744-byte MIT-licensed prompt skill with 15,000 GitHub stars that makes Claude Code, Cursor, Codex, and 10 other agents write 80-94% less code by thinking like the laziest senior dev β€” walking a YAGNI ladder before writing anything, while never cutting validation, security, or trust boundaries.

Bitwise AITranscript found
Codex + Claude Workflows

Introducing /visual-plan - rich plans for Claude Code + Codex

Steve from Builder.io introduces /visual-plan, an open-source skill for Claude Code and Codex that replaces walls of markdown plans with MDX documents built from reusable components β€” interactive diagrams, API specs, schema changes, annotated code, and pan-and-zoomable wireframes β€” plus a companion /visual-recap skill and a GitHub Action that attaches a visual snapshot to every pull request.

Steve (Builder.io)Transcript found
Interfaces + Open Design

New #1 open-source AI model is here!

This video reviews GLM 5.2 from ZAI, the new #1 open-source model, stress-testing it on hard agentic builds (a 3D Earth digital twin, promo video, V8 engine, watch mechanism, ray tracer, music, Manim animation) inside its Zcode harness and via Claude Code, then covers its 1M-token context, MIT license, benchmark wins over GPT 5.5 and Gemini 3.1 Pro, and the case for open weights.

AI SearchTranscript found
Interfaces + Open Design

10 GitHub Repos So Good They Shouldn't Be Free β€” Part 3 (Replace $180K/yr of SaaS)

Part three of this series tours 10 open-source repos that together replace over $180K/year of SaaS β€” Twenty (Salesforce), AppSmith (Retool), Apache Superset (Tableau/Looker), DocuSeal (DocuSign), Penpot (Figma), AFFiNE (Notion+Miro), CAP (Loom), Listmonk (Mailchimp), Qdrant (Pinecone), and Vaultwarden (1Password) β€” each with a Docker-based weekend deploy and an 'honest catch'.

Hyperautomation LabsTranscript found
Creative Automation

Loop engineering for beginners

This How I AI episode demystifies 'loop engineering' β€” letting agents prompt themselves via heartbeats, crons, hooks, and the new goal-style loops in Claude Code and Codex β€” then builds two real loops: a daily aging-PR babysitter routine in Claude Code and a meta Codex automation that mines merged PRs for missing skills and validates them with goal-driven sub-agents.

How I AITranscript found
Creative Automation

Don't build more AI agents until you watch this

Nate B Jones uses Vercel's counterintuitive win β€” its sales agent improved when the team deleted 80% of its tools β€” to argue that the real agent challenge of 2026 is harness maintenance: agents break both when the world drifts (stale wikis, changed processes) and when the model underneath improves past yesterday's guardrails.

AI News & Strategy Daily | Nate B JonesTranscript found
Creative Automation

4 Free Models, 1 Winner

CodingLab runs a controlled bake-off in OpenCode, giving four free models (Big Pickle, DeepSeek, a failed Nemotron replaced by Mimo, plus North Mini) an identical AI-written brief to research the creator online and build a dark, developer-vibe portfolio site, then escalates the brief across rounds until Mimo wins on animation and personality.

CodingLabTranscript found
Codex + Claude Workflows

OpenCode + NVIDIA: Use Minimax M3, Gemma4, Nemotron 3 & GLM for Free

This video shows how to pair OpenCode, the model-agnostic open-source terminal coding agent from the SST team, with NVIDIA Build's free NIM catalog (139 models, 77 free endpoints) β€” profiling MiniMax M3, Nemotron 3 Ultra, GLM 5.1, and Diffusion Gemma, then wiring them together via /connect to build a working expense-tracker web app.

AI Stack EngineerTranscript found
Creative Automation

Everything You Need to Know About MLX + oMLX for Local AI on Mac

This video maps the Apple silicon local-AI stack β€” MLX as the unified-memory runtime, oMLX as the local server/dashboard layer with an OpenAI-compatible API, and Pi or Open Code as clients β€” and teaches a layer-by-layer testing sequence that isolates whether slowness comes from the model, the server, or a heavy agent prompt.

Aditya Bharti | AI AutomationsTranscript found
Interfaces + Open Design

Real-time Voice cloning, Kimi K2.7 CODE, GLM 5.2 and 3D reconstruction | AI News

This AI news roundup covers Zyphra's Zonos 2 MoE voice-cloning TTS, MiniMax M3's open-weight 1M-context multimodal coder, Kimi K2.7 Code's efficiency gains, GLM 5.2's context jump, NVIDIA's Motion Bricks and UME exoskeleton, Microsoft's tiny Fara computer-use model, and the SurfFlow 3D surface reconstruction method.

KaiTranscript found
Interfaces + Open Design

I Tried the Open Source ElevenLabs Alternative (Voicebox)

Better Stack test-drives Voicebox, a ~30k-star open-source local AI voice studio pitched as 'the Ollama of voice': it clones a voice, generates speech on a Mac M4, runs Whisper-powered system-wide dictation into an editor, and exposes an MCP server plus local REST API so agents like Claude Code and Cursor can speak.

Better StackTranscript found
Interfaces + Open Design

My new terminal daily driver: Supacode for macOS

Bret Fisher explains why he replaced Ghostty/iTerm with Supacode, a libghostty-based 'agent harness session manager' for macOS that keeps the terminal primary while adding a project sidebar, GitHub PR/check awareness, agent hooks for Claude Code and friends, simple git worktree management, and ZMX session persistence.

Bret FisherTranscript found
Creative Automation

GLM 5.2 - The Top NEW Open Weights Model

Sam Witteveen examines GLM 5.2 after Z.AI released both full and FP8 open weights, walking through its Artificial Analysis results (beaten only by GPT 5.5, Opus 4.8, and the withdrawn Fable 5), its long chain-of-thought token habits, $1.40/$4.40 per-million pricing, and hands-on tests from the pelican SVG to a 5,000-word essay and a design-arena-worthy homepage.

Sam WitteveenTranscript found
Creative Automation

The Creators of Claude Code and OpenClaw don't Prompt Their Agents Anymore?!

Cole Medin gives an honest take on 'loop engineering' β€” the trend pushed by Claude Code's Boris Cherny and OpenClaw's Peter Steinberger of writing loops instead of prompts β€” demoing /loop, /goal, and /routines, exposing the cost, reliability, and context-bloat downsides, and showing how his Arkon harness and an open-source orchestrator dashboard fix them with deterministic workflows and mixed models.

Cole MedinTranscript found
Creative Automation

A Simple Framework for AI Native Businesses

This video lays out an 'agentic OS' framework for AI-native businesses: instead of jumping straight to a wish-list of agents, first build event-driven data capture from meetings, email, and chat into your source-of-truth platforms, add an audit checklist layer that monitors human work, and only then build agents and workflows on that foundation.

Devin Kearns | CustomAI StudioTranscript found
Creative Automation

The $0 AI Coding Agent Nobody Is Talking About ( OpenSourced )

This video introduces MiMo Code, a free terminal-based AI coding agent from Xiaomi's MiMo team that bundles several MiMo models at zero cost, showing the full setup from GitHub install to activating the MiMo Auto free model and testing it by one-shotting a complete landing page with correctly linked navigation.

EarnixLabTranscript found
Creative Automation

Matt Pocock’s Agentic Engineering Workflow (just copy him)

Matt Pocock explains his agentic engineering workflow: focus on the harness (prompts, skills, codebase) over the model, shift from tactical to strategic programming, and run agents AFK inside sandboxes (his Sand Castle tool) triggered by GitHub Actions labels. He reframes agent orchestration as a queue of tasks rather than an infinite loop.

David OndrejTranscript found
Interfaces + Open Design

FULLY FREE GLM-5.2 + Z-Code: This is ACTUALLY GOOD!

This video reviews Z-Code, ZAI's Codex-style coding agent fine-tuned for GLM models with a free tier of 5 million tokens daily on GLM 5.2, then digs into the model's benchmark story β€” highest-scoring open-weights model on the Artificial Analysis index, Terminal Bench 81, and near-Opus results on long-horizon agentic benchmarks like FrontierSWE.

AICodeKingTranscript found
Codex + Claude Workflows

2000+ Hours of Learning Codex in 20 Mins (My BEST Expert Tips & Tricks)

Drawing on roughly 1.2 million lines of AI-written code, this video walks through nine battle-tested Codex mistakes and fixes: crafting handoff prompts in ChatGPT Pro, making Codex interview you before coding, routing reasoning effort instead of maxing it, reusing skills, harness engineering per OpenAI's doc, separate review loops, and packaging working workflows into reusable skills.

James NoCodeTranscript found
Creative Automation

The Open Source Claude Fable is Here? 🀯 GLM 5.2 Local AI TESTED

This video hands-on tests GLM 5.2, the MIT-licensed open-weight model billed as an open-source Claude rival, running multiple local quantizations through WebGL face renders, a piano app, Minecraft clones, 3D cities, a Word clone, math olympiad problems, and logic puzzles β€” and finds real intelligence gains paid for by roughly doubled token output.

xCreateTranscript found
Interfaces + Open Design

I Made an AI Character Sit With Me and Have a Conversation (Full Tutorial)

This tutorial walks through making an AI character sit beside you on camera and hold a conversation using only local AI: motion transfer with Scale 2, Flux character swap in ComfyUI at matched resolutions, masked blending in a video editor, and talking-head generation in Wan2GP with LTX 2.3, Omni Voice cloning, and relay prompts.

Prompt MasteryTranscript found
Creative Automation

ego lite: I gave Claude Code & Codex a browser to run web automation β€” here's what happened

This video reviews EGO Light, a free Chromium-based macOS browser that gives coding agents like Codex, Claude Code, Cursor, and Open Code isolated 'spaces' inside your real logged-in browser, and tests it on messy multi-step tasks like a Redfin property search with filters, sorting, and an in-page mortgage calculator.

AICodeKingTranscript found
Interfaces + Open Design

It's Time To Build An AI-Friendly Design System For UX/UI

Jad from AI Tooltip argues that visual design systems built to bridge designers and developers are obsolete now that designers ship code, and shows how to extract an AI-friendly, markdown-based design system from one finished coded page, stress-test it across multiple AI platforms to find gaps, and patch inconsistencies with mini design-system files.

AI TooltipTranscript found
Creative Automation

The 13-Person Startup That Might Kill RAG (SubQ)

An analysis of SubQ, the 13-person Miami startup Subquadratic's claimed fully sub-quadratic LLM with a 12-million-token context: why quadratic attention created the wall RAG was built around, how their SSA (sub-quadratic sparse attention) architecture claims 64x less compute and 56x faster attention at 1M tokens, and why the vendor-reported, unreproduced benchmarks demand skepticism even as sparse attention clearly becomes the industry direction.

Hyperautomation LabsTranscript found
Interfaces + Open Design

Codex: NEW Record & Replay in 9 Minutes

A quick tour of OpenAI Codex's new Record & Replay feature, which records your screen actions β€” mouse clicks, typed text, window content β€” and synthesizes them into a natural-language skill file, demonstrated by recording a Hacker News + GitHub Trending to Google Sheets workflow that Codex then replays with deterministic scripts and connectors instead of raw clicking.

Developers DigestTranscript found
Creative Automation

How To Build Design Systems with AI

A designer who has worked with booking.com, Slack, and Mailchimp shows how to build a reusable design system with just two tools β€” shadcn's 'build your own' component styles and Paper (an HTML-based design tool with a Chrome extension) β€” driven by Claude Code one layer at a time: tokens, then building blocks, then components, then a dark mode variant.

Charles PostiauxTranscript found
Creative Automation

GLM 5.2 in Claude Code is Blowing My Mind

Nate Herk stress-tests the open-source GLM 5.2 model inside Claude Code β€” head-to-head design, homework, and research tasks against Opus 4.8 β€” then shows the full setup: a z.ai plan, an API key, and rerouting Claude Code's ANTHROPIC_BASE_URL in settings.local.json so the same harness runs a model that's roughly five times cheaper.

Nate Herk | AI AutomationTranscript found
Agent Architecture

7 INSANE loops you need to try right now

Matthew Berman explains what agent loops are β€” a trigger plus a goal that lets a coding agent work autonomously until a condition is met β€” and walks through his free Loop Library: sub-50ms page-load optimization, overnight docs sweeps, architecture refactoring, logging coverage, production error sweeps, SEO/GEO audits, and full product evaluation loops, plus the two big caveats of goal design and token cost.

Matthew BermanTranscript found
Interfaces + Open Design

5 Open Source Tools That Feel Illegal To Be Free

OrcDev showcases five free open-source tools worth adopting today: Type UI for AI-generated interfaces with real design taste, a URL search-params library for clean state-in-URL handling, Font Trio for shadcn-ready font pairing, Fancy Components for playful landing-page animations, and Better T Stack for one-command TypeScript project scaffolding.

OrcDevTranscript found
Creative Automation

Claude Code's NEW Open Source Repo Builds Effective AI Agents in MINUTES!

This video walks through Anthropic's free open-source 'Launch Your Agent' skill for Claude Code, which interviews you about context, goal, and success criteria, then builds a Claude Managed Agent (CMA) that runs a self-grading loop on Anthropic's cloud on a schedule β€” demonstrated live with a daily Reddit AI-news digest agent, including its real failure modes and costs.

Duncan Rogoff | Learn Claude CodeTranscript found
Creative Automation

Pi Agent: Set Up Your First Local AI Agent (Full Guide)

This video walks through setting up Pi, Mario Zechner's open-source terminal coding agent, from install to model selection to extending it with prompt templates, skills, extensions, packages, and CLI tools, then shows how to run it either on OpenRouter or fully local via Ollama. It frames Pi as a minimal 'thin harness' (four tools: read, write, edit, bash; ~1,000-token system prompt) versus Claude Code's heavy ~10,000-token spaceship.

Kacper Rutkiewicz | AI Made SimpleTranscript found
Creative Automation

I Ranked the Top 10 Trending GitHub Repos This Month (7 Are the Same Idea)

This video ranks the month's top 10 trending GitHub repos β€” Apple/container, DeepSeek ReasonX, Last 30 Days, AI Engineering From Scratch, Taste Skill, Microsoft's MarkItDown, Money Printer Turbo, Headroom, Code Graph, and Understand Anything β€” and reveals that seven of them attack the same problem: feeding AI agents the right context cheaply.

Hyperautomation LabsTranscript found
Creative Automation

Get FREE API Keys For AI Models in 2026

EarnixLab shows how to get free API access to GLM 5.2 β€” a ~744B-parameter open-weight model with a 1M-token context window β€” by signing up on a free-credits platform, generating an API key without adding funds, and wiring it into VS Code through the Cline extension using an OpenAI-compatible base URL.

EarnixLabTranscript found
Codex + Claude Workflows

I Ranked the 10 Most-Starred Claude Skills on GitHub (Install These)

Hyperautomation Labs ranks the ten most-starred installable Claude skills on GitHub β€” from Dev Browser and Firecrawl to the 235,000-star Superpowers β€” explaining how skills work (a folder with a skill.md Claude only opens when needed) and closing with Anthropic's skill-creator, the official skill that builds and self-tests custom skills from a plain description of your repetitive task.

Hyperautomation LabsTranscript found
Creative Automation

AI Agents Just Changed Forever: GLM 5.2 The Best Open-Source Model Ever?

Riley Brown's weekly agent-news roundup covers Z.ai's GLM 5.2 β€” an open-source model he says passes the vibe check against Opus 4.8 and GPT 5.5 at 5-6x lower cost, with a step-by-step OpenRouter-into-Cursor setup β€” plus Codex's record-and-replay screen-recording skills, the SpaceX acquisition of Cursor, and Claude's new design mode and shareable Claude Code artifacts.

Riley BrownTranscript found
Agent Architecture

Everything That Actually Matters for Local AI

Codacus lays out everything that matters for running local AI on a budget card: estimating whether a model fits (parameters times bytes plus KV cache), decoding the GGUF quantization alphabet soup, choosing engines like llama.cpp over wrappers like Ollama, and using MoE expert offloading to run models as big as GPT-OSS 120B on 8 GB of VRAM.

CodacusTranscript found
Creative Automation

VibeThinker 3B - Taking on Giant Models

Sam Witteveen examines VibeThinker 3B from Weibo's AI Lab β€” a post-trained Qwen 2.5 Coder 3B that matches or beats models ~300x larger (Gemini 3 Pro, Claude Opus, GLM, DeepSeek) on hard math and coding benchmarks β€” explaining its spectrum-to-signal training recipe and then testing locally where its narrow, verifiable-reasoning specialization shines and where it breaks.

Sam WitteveenTranscript found
Creative Automation

How to Host your own Supercomputer that runs Local AI | Abacus Guide

xCreate test-drives Abacus AI's new Supercomputer tab β€” a prompt-driven hosted Ubuntu 24.04 server with an LLM-powered terminal β€” by deploying a Qwen 2.5 chatbot with a ChatGPT-style UI, exposing it on a public URL, standing up a real-time multiplayer 3D game server, and then wiring the locally hosted model into the game to avoid per-user API costs.

xCreateTranscript found
Creative Automation

Claude Code Agentic OS… It Remembers Everything

Simon Scrapes dissects why Claude Code's memory is weak out of the box and rebuilds a complete agent memory system by cherry-picking the best ideas from open-source projects: cited answers from GBrain, Hermes-style frozen snapshot injection, memsearch-style hybrid semantic search, and team-scoped access β€” implemented on a local PG Lite + pgvector store with row-level security.

Simon ScrapesTranscript found
Creative Automation

PLANS For Fable 5: Rebuilding My /Plan Skill for Mythos Class Models

A deep agentic-engineering vlog rebuilding a reusable /plan 'meta skill' (a prompt that outputs plans) for state-of-the-art Mythos-class models, arguing that great planning is great engineering and upgrading the plan template to an HTML format with generated images so agents get more valuable tokens to work with.

IndyDevDanTranscript found
Agent Architecture

Don’t Buy a New Computer in 2026! (Even for AI Use – Here’s Why)

Rob Braxman argues that 2026 is the wrong year to buy a new computer β€” even for AI β€” because NPU-equipped Copilot+ PCs are hype, RAM prices have jumped ~50% from AI-driven demand, and new unified-memory machines like his AMD Strix Halo Beelink are still buggy. He recommends used corporate laptops plus fixed-cost cloud AI like Ollama Cloud instead.

Rob Braxman TechTranscript found
Creative Automation

I Built a $3000 AI Computer for Profit in 2026

A GPU-farm operator builds a ~$3,000 rig around an RTX 4090 to rent out compute on the Salad platform, deliberately pairing the strong GPU with cheap parts, then walks through the Salad software setup and crunches the real profitability after power costs.

Modern MiningTranscript found
Creative Automation

$1500 Local AI Server Build Tested with Hermes Agent Gemma 4 and Qwen 3.6

This video builds and benchmarks a ~$1,500 triple RTX 3060 local AI server (5950X, B550, ~32 GB combined VRAM) against a single RTX 3090, running Gemma 4 26B and Qwen 3.6 27B under llama.cpp with the Hermes Agent β€” finding the 3060s nearly match the 3090 on prompt processing while trailing about 50% on text generation.

Digital SpaceportTranscript found
Creative Automation

How to build an iOS app in 2026 (Complete Guide / with AI)

This video is a start-to-ship guide to building an iOS app with AI in 2026 β€” from choosing an idea that solves your own problem, to researching real product flows with the Mobbin MCP, building native SwiftUI with multiple scoped agents, testing through simulator, Xcode build MCP, and TestFlight, and surviving Apple's repeated App Store rejections.

Cole CaccamiseTranscript found
Creative Automation

RAG Was Blind This Whole Time β€” Berkeley’s PixelRAG Gives Your AI Eyes

This video explains Berkeley Sky Lab's PixelRAG, which replaces text-parsing RAG with visual retrieval β€” screenshotting pages, embedding the pixels with a fine-tuned Qwen-3 VL model, and searching by how content looks β€” and shows three adoption tiers from a free hosted Wikipedia index to the PixelBrowse Claude Code plugin to indexing your own documents.

Hyperautomation LabsTranscript found
Creative Automation

Local AI Coding is Finally Good Enough

This video tests whether local AI coding is finally usable by running Qwen 3 Coder Next (80B MoE) and Qwen 3.6 27B against an Opus 4.7 baseline on real production codebases β€” Excalidraw (TypeScript) and Warp (Rust) β€” on an AMD Threadripper 9980X with a Radeon AI Pro R9700, revealing where local models succeed, where they silently plant bugs, and where they hit a hard ceiling.

ForrestKnightTranscript found
Creative Automation

Local AI: Break Even in 2.6 Years? - SkepticCTO News

This video runs the economics of local AI hardware with every assumption deliberately tilted in its favor β€” a $3,299 GMK Tec Evo X2 running Gemma 4 26B flat-out 24/7 versus Deep Infra cloud pricing β€” and still lands at a 2.6-year break-even (25 years at realistic 10% utilization), while explaining when privacy, compliance, or extreme volume genuinely change the math.

SkepticCTO: Decoding the Language MachineTranscript found
Creative Automation

Can we actually self-host AI agents now?

This video reality-checks self-hosted AI agents by renting GPUs on Vast AI and running three tiers of open-weight models β€” Qwen 3.6 35B A3B (~$700/month class), Minimax M2.7 (4x A100, $2-3k/month), and GLM 5.1/Kimi K2.6 (five-figure monthly) β€” inside an Open Claw agent workflow, concluding that subsidized frontier APIs still win for serious work today.

Simon HΓΈibergTranscript found
Creative Automation

I Built an AI Assistant That Doesn't Need the Internet

This video documents building the 'Think Slab' β€” a portable, battery-powered offline AI computer made from a Raspberry Pi, a $35 touchscreen, and a compact PiSugar battery β€” motivated by the fact that every mainstream chatbot dies without internet because inference happens in remote data centers.

Built By WestTranscript found
Creative Automation

Before You Buy Local AI Hardware, Watch This

This video argues that 'which local AI hardware should I buy?' is the wrong question β€” it walks through the memory-size/memory-speed/cost trilemma, hidden factors like electricity and purchasing power, four user profiles (nomad, solo coder, team server, generalist), and a hybrid local-plus-cloud strategy using a small local model to anonymize private data.

Manolo RemiddiTranscript found
Creative Automation

Obsidian Just 10x’d Everyone’s Hermes Agent

Shows how to build a second-brain setup by connecting the Hermes agent to an Obsidian vault so skills and notes become visible, editable markdown, then setting it all up on a Hostinger VPS where an AI agent (Pi) does the DevOps install and Obsidian Sync keeps files synced across MacBook, phone, and VPS.

David OndrejTranscript found
Creative Automation

Claude Design Just Changed Everything (New Update)

This video walks through the major Claude Design update: pooled usage limits shared with Claude Chat, Cowork, and Code, design system import via the /design-sync command, a rebuilt manual editor with drag, resize, and align controls, and a bidirectional handoff with Claude Code.

Griffin WooldridgeTranscript found
Creative Automation

The Folder Structure That Makes AI Build Better Software

Alex Brockway argues that reliable AI coding comes from project structure, not smarter models: a thin CLAUDE.md router file at the root that points rather than contains, a .claude rules layer, a knowledge layer of settled facts, and documentation split by lifespan (active, decisions, reference, archive) so stale plans can't poison sessions.

AI Code That WorksTranscript found
Codex + Claude Workflows

10 GitHub Repos So Good They Shouldn't Be Free β€” Part 4 (Kill $48K/yr of SaaS)

Part 4 of the series tours 10 open-source GitHub repos that together replace over $48,000 a year of paid SaaS β€” n8n for Zapier, NocoDB for Airtable, Mattermost for Slack, Hoppscotch for Postman, Plane for Jira/Linear, Ghost for Substack, Stirling PDF for Acrobat, Meilisearch for Algolia, SigNoz for Datadog, and Chatwoot for Zendesk β€” each with the exact weekend Docker setup and its honest licensing catch.

Hyperautomation LabsTranscript found
Interfaces + Open Design

GLM-5.2 + OpenDesign: SOTA CHEAP DESIGN SYSTEM! This is AWESOME!

AICodeKing connects Z AI's GLM 5.2 model to Open Design β€” a free, Apache 2.0, local-first agentic design workspace β€” and uses the combo to generate a premium landing page and a high-density operations dashboard, walking through installation, design-system selection, prompt structure, focused iteration, and HTML export.

AICodeKingTranscript found
Creative Automation

GLM 5.2: Set Up Local AI with Cursor/Codex etc

Greg Isenberg and Amir break down the open-source GLM 5.2 model β€” a 1M-context model scoring 81 on Terminal Bench 2.1, about four points behind Opus 4.8 β€” showing how to wire it into Cursor via a Z AI API key or into Codex via OpenRouter, and how to chain it with frontier models to get near-frontier output at roughly one-fifth the cost.

Greg IsenbergTranscript found
Creative Automation

The Doing Got Cheap. Now What? | Claude Fable 5 Changes Work

Nate B Jones reviews the pulled Fable 5 model β€” which he believes is a ~10 trillion parameter pre-train β€” arguing its real significance is not being smarter but bigger: it carries whole jobs unattended, which exposes that most people's asks are still prompt-sized, and it demands a new skill he calls detailed task imagination plus a 'model manager' way of working.

AI News & Strategy Daily | Nate B JonesTranscript found
Creative Automation

5 Engineering Loops I'd Actually Run with Codex

Damian Galarza explains what agent 'loops' are β€” scheduled, goal-driven automations in Claude Code (routines), Codex, and Cursor β€” and walks through five he actually runs: a Dependabot PR triage loop, a docs-drift monitor, a cross-repo shipping-status report, a weekly planning-meeting prep loop, and an experimental RFC-drift monitor.

Damian GalarzaTranscript found
Creative Automation

How I Get Fable 5 Level Results with Any Model (Seriously) Using AI Harness Engineering

Argues that Fable 5's brilliance came less from the model than from Claude Code as its harness, and teaches what an agentic harness (or 'rig') is, the read-pick-run-check-done agent loop, and how to build one by stealing a template so any model, including open-source, can do long-horizon autonomous work.

Jordan UrbsTranscript found
Creative Automation

Run AI On Your Laptop for FREE β€” Private, Offline, No GPU (Full Guide)

This guide shows how to run a capable coding AI entirely on a normal laptop with Ollama β€” free, private, and offline β€” by mastering the three numbers that matter: model memory footprint (about half a GB per billion parameters), Q4 quantization (a ~70% shrink), and context-window headroom.

Hyperautomation LabsTranscript found
Interfaces + Open Design

Krea-2 GGUF/fp8 | LOW VRAM Workflow

REBEL AI walks through running the Krea-2 text-to-image model (base and turbo variants) on low-VRAM cards using GGUF quantizations and FP8 checkpoints in ComfyUI, including the custom City96 GGUF node fork the architecture currently requires and the exact workflow settings for both variants.

REBEL AITranscript found
Hermes + Agent Ops

You NEED to try these 12 open-source AI projects RIGHT NOW

Matthew Berman tours a dozen trending open-source AI projects β€” from ByteDance's Deerflow long-horizon agent harness and Anthropic's cybersecurity skills to Codebase Memory MCP, Matt Pocock's engineering skills, Garry Tan's G Stack process, Nvidia's Skill Specter scanner, the Hermes self-healing agent, and the Voicebox local voice stack β€” explaining what each does and how to plug it into your agent.

Matthew BermanTranscript found
Creative Automation

AMD’s CEO Destroyed NVIDIA's Most Expensive Supercomputers With a $1,500 Lunch-Box PC!

This breakdown pits AMD's Ryzen AI Max+ 395 (Strix Halo) mini PCs β€” starting around $1,500-$2,699 with 128GB unified LPDDR5X memory for up to 200B-parameter local models β€” against Nvidia's $4,699 DGX Spark (GB10 Grace Blackwell), showing near-parity token generation in llama.cpp while weighing Nvidia's prompt-processing and CUDA ecosystem advantages.

Evolving AITranscript found
Creative Automation

Anthropic Employees Use Claude Skills Like THIS (Copy Their System)

This video reverse-engineers how Anthropic's own finance, legal, and engineering teams use Claude Skills β€” 70+ finance skills including one that drafts the monthly financial review 90-95% complete β€” explaining the onboarding-guide mental model, three-level progressive disclosure, and a five-minute skill.md build you can copy.

Hyperautomation LabsTranscript found
Interfaces + Open Design

PewDiePie’s New Free AI is Here (Odysseus)

Franklin AI tours Odysseus, PewDiePie's free open-source self-hosted AI workspace: Docker plus Ollama setup, chat versus shell-enabled agent mode, the 'brain' memory and skills system, hardware-aware model recommendations via Cookbook, multi-round deep research with visual reports, and scheduled tasks, email, and model-comparison tools β€” all running on local models with your data staying on your machine.

Franklin AITranscript found
Interfaces + Open Design

Free AI Video Generator That Actually Works | ComfyUI + Kaggle Setup

TechXion shows how to run ComfyUI, the node-based open-source AI image/video generation interface, entirely free on Kaggle's weekly 30 hours of Nvidia T4 GPU time β€” covering phone verification, GPU-enabled notebooks, Cloudflare tunneling to a public URL, model downloads into the right folders, and generating a text-to-video clip.

TechXionTranscript found
Interfaces + Open Design

The Only PewDiePie Odysseus AI Tutorial You'll Need

Leon van Zyl walks through PewDiePie's Odysseus (Open DCS), a free self-hosted AI workspace where chats, files, memory, and a 'second brain' live on hardware you own β€” covering Docker-based local install, wiring in local models via Ollama and LM Studio, email integration, agent skills, deep research, and a one-click Hostinger VPS deploy with OpenRouter.

Leon van ZylTranscript found
Interfaces + Open Design

OpenMontage + HyperFrames + Remotion: The World's First Open Source Agentic Video Production System

This tutorial introduces OpenMontage, an open-source agentic video production system (16K GitHub stars, 12 pipelines, 52 tools, 500 agent skills) that turns a single prompt into a finished video with no LLM or video API keys β€” using free TTS, Pexels/Unsplash/Pixabay footage, and Remotion plus HyperFrames for composition.

DevsKingdomTranscript found
Creative Automation

I Stopped Prompting AI One Task At A Time. This Works Better.

Nate B Jones introduces the 'loop of loops' pattern: moving from one-off prompts to recurring jobs with memory (loops), and then to loops that notice each other, share what changed, and stop at your boundaries β€” illustrated with school-trip, sales, news-aggregation, and spinach-going-bad examples.

AI News & Strategy Daily | Nate B JonesTranscript found
Creative Automation

10 Tiny Apps Making $30K to $1M a Month (Built With AI)

This video profiles ten tiny, mostly solo-built AI apps earning $30K to $1.4M a month β€” from Pieter Levels' 3-hour Cursor-built flight sim to Cal AI's photo calorie counter and Base44's $80M Wix exit β€” tagging each revenue number as press-verified or self-reported and distilling four repeatable app patterns plus the real moat: distribution.

Hyperautomation LabsTranscript found
Interfaces + Open Design

The new Hermes Agent update has me speechless....

Alex Finn walks through eight major Hermes Agent updates β€” native iMessage support via Photon, automatic background sub-agents with a live agent tree, an Unreal Engine 5.8 MCP for game building, desktop app multitasking, a profile builder, a skills hub, self-improving skill edits, and rich Telegram formatting β€” with setup prompts for each.

Alex FinnTranscript found
Creative Automation

Vibe Coding Is Dead β€” Karpathy's New Rule for Building With AI

This video unpacks Andrej Karpathy's Sequoia AI Ascent talk declaring vibe coding obsolete: since December 2025 he delegates roughly 80% of coding to agents, and the video explains his Software 1.0/2.0/3.0 eras, the verifiability principle behind jagged intelligence, and why agentic engineering β€” not vibe coding β€” is the new professional bar.

Hyperautomation LabsTranscript found
Creative Automation

What I Use Instead

Web Dev Simplified gives a full tour of Pi, a deliberately minimal agent harness alternative to Claude Code and OpenCode that ships with only read, edit, and bash tools, then shows how to wire up models (subscriptions, API keys, or local LM Studio models), master its session tree/fork/clone system, and extend it with prompt files, themes, and plain TypeScript extensions.

Web Dev SimplifiedTranscript found
Interfaces + Open Design

AI WORKFLOW: Claude, Seedance, Kling & Grok

A working creator walks through his evolving AI film-production workflow, connecting Claude to the Higgsfield MCP so Claude becomes a prompt-engineering and production hub that tracks shot lists, assets, and a production Bible, then testing video models (Seedance, Kling, WAN, Grok) shot-by-shot and eyeing ComfyUI as the next step.

Matt OzTranscript found
Creative Automation

Google Just Dropped a Masterclass on Agentic Engineering (It's SO Good)

Cole Medin distills Google's 51-page agentic engineering masterclass: the AI-driven SDLC where implementation collapses from weeks to hours and specification quality becomes the new bottleneck, the vibe-coding-to-agentic-engineering spectrum, the claim that the harness is 90% of the system and the model only 10%, static vs dynamic context management, and the token economics of investing in a harness up front.

Cole MedinTranscript found
Creative Automation

3 EXACT Systems I Get Paid $13.1K to Build (COPY ME)

Eric Michaud shares the three systems clients actually pay him to build with Claude Code/Codex skills: a cross-platform intelligence dashboard (most recent sale: over $10K CAD), friction-free field reporting via photo and voice inputs ($3,100), and packaging tools you already built for yourself β€” with the common thread that you make businesses easier to operate, not add more stuff.

Eric MichaudTranscript found
Creative Automation

9 Free AI Skills That Feel Like Cheat Codes

A tour of nine free, universal AI skills and plugins you install into Codex, Claude Code, or any harness just by pasting a GitHub URL, spanning a virtual engineering team (G stack), AI-tell removal (Stop Slop), queryable knowledge graphs (Graphify, Understand Anything), sentiment research (Last 30 Days), front-end design taste, and animation (Remotion, Hyperframes).

Matt WolfeTranscript found
Creative Automation

Google OKF + MCP : Explained The New "AI Context Stack"

This video explains the 'AI context stack': Google's OKF (Open Knowledge Format, v0.1 from June) gives agents durable curated knowledge as plain markdown bundles in Git, while Anthropic's MCP gives them live access to real tools and data β€” and shows how the two click together so an agent reads what a metric means from OKF, then runs the real query through MCP.

Cloud CodesTranscript found
Creative Automation

Forget Nano Banana… This Is FREE

AI Samson tests two free open-weight image models β€” Nvidia's Cosmos 3 (a physical-AI image/video/world model in 16B 'nano' and 64B 'super' sizes) and Ideogram 4 (text-and-design focused) β€” head-to-head against paid Nano Banana Pro and GPT Images 2 across hands, faces, text rendering, cinematic, anime, and Pixar-style prompts to see whether free models now rival the paid leaders.

AI SamsonTranscript found
Creative Automation

Loop Engineering: The Complete 2026 Playbook (Which AI Loop to Build β€” and How)

This playbook teaches loop engineering β€” designing systems that prompt your agents for you β€” covering Anthropic's agent architecture map (single agents, sequential/parallel workflows, evaluator-optimizer, hierarchical and swarm fleets), the three-question decision framework for choosing one, and the convergence machinery (deterministic checks, fresh context, anti-reward-hacking gates, budget caps) that lets a loop run for hours safely.

Hyperautomation LabsTranscript found
Creative Automation

This Self-Improving Model Beats Claude at Coding - Run Locally | Ornith-1.0 Local Setup

This video introduces Ornith 1.0, Deep Reinforce's MIT-licensed open-source coding model family that learns to write its own agent harness ('self-scaffolding') during RL training, shows benchmark receipts where the 9B beats models three times its size, and walks through running the 9B locally with a single Ollama command.

AI BrainBoxTranscript found
Creative Automation

I Was The Only Thing Connecting Claude, ChatGPT, and Codex. So I Built My Replacement.

Nate B Jones walks through Open Engine, his system for making Claude, Codex, ChatGPT, OpenClaw, and Hermes coordinate through a shared ticket queue (he uses Linear) plus skill files that teach each AI the queue protocol, so work moves between agents with full context instead of the human doing the copy-paste handoffs.

AI News & Strategy Daily | Nate B JonesTranscript found
Creative Automation

I Cut My OpenCode Token Usage by 96% - Here's How

This video uses an MITM proxy to expose why saying 'hello' to OpenCode costs 8,000 tokens β€” a hidden title-generation call, a 9,500-character system prompt, and 11 verbose tool definitions β€” then cuts usage ~96% by defining a minimal custom agent in a .opencode/agents markdown file with no tools.

Adam GardnerTranscript found
Interfaces + Open Design

The End of SaaS Just Got Open-Sourced β€” Builder.io’s Agent-Native

This video explains Builder.io's newly open-sourced Agent Native framework (MIT, 2,500 GitHub stars in days): why defining a unit of work once as an 'action' powers six surfaces β€” UI, agent, HTTP API, MCP server, agent-to-agent, and CLI β€” from one definition, the six complete forkable apps it ships with, and the one-command paths to start owning software instead of renting SaaS.

Hyperautomation LabsTranscript found
Creative Automation

Ornith 1.0 9B: Self-Improving Model for Agentic Coding - Run Locally

Fahd Mirza installs Ornith 1.0 9B β€” an MIT-licensed open-source family (9B/35B/397B, with GGUF builds) built for agentic coding β€” serves it in full precision with vLLM on an H100, and tests it on a silent tiebreaker bug in a World Cup 2026 tracker, a one-shot sajji-grill simulation, and a Lisp recursion bug, explaining the GPO training loop that makes it self-improving.

Fahd MirzaTranscript found
Interfaces + Open Design

This New Krea 2 AI Model is Actually Insane!

This ComfyUI deep-dive builds a complete Krea 2 Turbo pipeline from a blank canvas β€” FP8 Turbo diffusion model, Qwen 3 VL clip loader, 8-step/CFG-1 sampling β€” then layers on a local Ollama+Gemma 4 vision workflow that auto-writes Krea 2 prompts from reference images, and finishes by training a consistent character LoRA (LoKR rank 4, 500 steps) in AI Toolkit.

AiconomistTranscript found
Creative Automation

NEW Qwen Model is INSANE! 🀯

This video breaks down Nvidia's NVFP4-compressed release of Alibaba's Qwen 3.6-35B-A3B β€” a mixture-of-experts model that cuts memory needs roughly 3x so it runs on hardware you may already own β€” and shows business workflows that exploit its 262,000-token context window and agent-style code-write-review-fix ability.

Julian Goldie AITranscript found
Creative Automation

This Open-Source AI Beats Bigger Models - Run Locally & No GPU

This video installs and stress-tests Ornith 1.0 9B, an MIT-licensed open-source coding model from Deep Reinforce AI whose 'self-scaffolding' training β€” the model writes and refines its own playbook instead of following a human-written harness β€” lets it beat models 3–4x its size, then runs it locally via LM Studio and the Continue VS Code extension on a CPU-only machine.

NetworkCoderTranscript found
Creative Automation

Run Uncensored AI From USB β€” Offline Chat, Images & Voice πŸ”₯

This tutorial builds a portable, fully offline AI studio on a USB drive using the open-source Uncensored Local Studio project β€” unfiltered chat, image generation, speech-to-text, and AI voices with optional web search β€” and shows the same drive carrying all chats and models across Windows, macOS, and Linux with no accounts, API keys, or traces left on the host machine.

Tech JarvesTranscript found
Creative Automation

Why Kiraa Changes the AI Game

Kiraa founder Dr. Earl Brandt argues that investor-subsidized cloud AI is a bait-and-switch heading for repricing or collapse, and pitches Kiraa β€” an enterprise AI workflow engine that runs agents entirely on Apple silicon as software you own rather than rent β€” with a crowdfunding round coming and a commitment to open-source the engine on 30 June 2029.

KiraaTranscript found
Creative Automation

Can a Local LLM Actually Replace Claude or Codex for Coding?

This video maps exactly where local coding LLMs now stand against Claude and Codex: why reliable tool calling around the 27–35B parameter mark made local agents viable, the memory math that makes a 24GB GPU or 32–48GB unified-memory Mac the real entry price, and the engine-harness-editor stack (llama.cpp/Ollama plus Aider/OpenCode/Cline) that turns a downloaded model into a working coding agent.

DevsplainersTranscript found
Interfaces + Open Design

10 Free Claude Code Plugins That Feel Like Cheat Codes

This video tours 10 free Claude Code plugins β€” frontend-design, superpowers, Context7, code-review, commit-commands, Playwright, CLAUDE.md management, LSP plugins like Pyright, code-simplifier, and claude-code-setup β€” showing the exact one-line install command for each and what concrete weakness in a stock Claude Code workflow it fixes.

Hyperautomation LabsTranscript found
Creative Automation

This Open-Source AI Agent Makes Entire Videos β€” 24k Stars

This teardown of Open Montage β€” the GitHub-trending 'open-source agentic video production studio' β€” reveals it's not a new AI model but markdown instructions plus Python tools that turn your coding agent (Claude Code, Cursor, Codex) into the orchestrator of a strict recipe pipeline, built on Remotion, ElevenLabs, and FFmpeg, with headline costs (15-cent shorts) that apply to stills-with-camera-moves rather than real generated motion.

Bitwise AITranscript found
Codex + Claude Workflows

They Just Locked Down the Best AI. Do This Right Now

Prompted by Fable 5 being pulled offline and GPT 5.6's gated rollout, this video builds a three-tier AI setup no one can revoke: running open models locally with Ollama (Gemma 4, Qwen 3 Coder wired into Claude Code with an Obsidian skill), running big models free on Nvidia NIMs through OpenCode, and accessing any model for pennies via OpenRouter's Anthropic base-URL override.

Pat SimmonsTranscript found
Creative Automation

Everyone's RENTING Their AI Coding Agent β€” This FREE 180,000-Star One Lets You OWN It (OpenCode)

This video frames subscription coding agents like Cursor and Claude Code as 'renting' β€” the vendor picks your model, holds your config, and everything vanishes when you stop paying β€” and pitches OpenCode, Anomaly's MIT-licensed, ~180,000-star terminal-first agent, as ownership: model-agnostic, local-server architecture with multiple front ends, and LSP diagnostics in the loop. It also covers the honest downsides: you still pay token bills, it can be slower, and it had a patched CVE.

Hyperautomation LabsTranscript found
AI Strategy

DeepSeek Just Made Every LLM Faster, For Free

This technical deep dive explains how DeepSeek's DeepSpark (open-sourced in the DeepSpec repo) speeds up the same model 50-400% with no retraining or quantization: a fast parallel draft model proposes token blocks, a lightweight serial head fixes suffix decay, and a confidence-scheduled verifier skips doomed tail tokens under load β€” with the presenter's own Mac M2 Max replication confirming the acceptance patterns.

Prompt EngineeringTranscript found
Creative Automation

Ornith 1.0 Is INSANE with Claude Code (FREE + Local + open Source)

This video dismantles the supposed rivalry between Ornith 1.0 β€” Deep Reinforce's MIT-licensed open-weight coding model family that learned to write its own scaffold during RL training β€” and Claude Code, arguing they live on different layers: Ornith is the brain, Claude Code is the harness (the hands), and it walks through wiring them together via vLLM plus a format-translating proxy.

Cloud CodesTranscript found
Creative Automation

DeepSeek Just Made AI 85% Faster : DSpark, DeepSpec Explained

This video explains DeepSeek's DSpark, an MIT-licensed speculative-decoding layer that speeds up the existing DeepSeek V4 models 60-85% losslessly without changing outputs, the open-sourced DeepSpec training pipeline for building your own draft models, and GLM 5.2's index-share long-context trick β€” arguing the AI race has shifted from model intelligence to the serving layer.

Cloud CodesTranscript found
Interfaces + Open Design

GLM 5.2 Proves Open Source AI Can Match Fable 5 (AI Harness Engineering)

Walks through running and building a long-horizon autonomous agentic 'harness' (a.k.a. rig) in the Open Code desktop app with the open-source GLM 5.2, generating a full multi-agent AEO/SEO audit of a prospect's website plus cover letter and executive summary for roughly a fifth the cost of Opus.

Jordan UrbsTranscript found
Creative Automation

How to Build A Self-Improving System with Claude Code

This video lays out a five-step framework (base, upload, inflow, loop, drive) for building a self-improving system with Claude Code, combining Karpathy's raw/wiki LLM knowledge base, skills for repetitive tasks, four continuous data pipelines, a three-bucket improvement loop, and scheduled routines in Claude Code's desktop app.

Austin MarcheseTranscript found
Creative Automation

Open Montage: FREE Open-Source Agentic Video System!

This video demos Open Montage, an open-source agentic video production system (24,000 GitHub stars) that turns an AI coding assistant into a full studio: you give it one sentence and it researches, scripts, films each shot via APIs like Fal, Nano Banana, or GPT image stills, and edits a cinematic short film using the Remotion skill. It also covers a cinematic-stills fallback that needs no video API and how the host wires it into an agent dashboard with shared memory.

Julian Goldie SEOTranscript found
Codex + Claude Workflows

This FREE AI Just REPLACED Claude for Coding (GLM 5.2)

This video shows how GLM 5.2 β€” an open-source 753B-parameter coding model from Z with a 1M-token context window, priced at $1.40/$4.40 per million tokens versus Claude Fable's $10/$50 β€” lets solo operators build client deliverables like booking pages, knowledge bases, and gift-card flows on free infrastructure. It covers the free chat.z access point, a two-step quality-control loop, staged prompting, and a template-reuse workflow that makes projects repeatable.

iampauljamesTranscript found
Interfaces + Open Design

Run Your Own Agentic AI? πŸ¦™ Full Ollama Setup + Hermes Workflow

Callum (Wanderloots) shows how to get a fully private local AI running in about a minute with Ollama and Google's Gemma 4 E4B, then covers the step most tutorials skip: creating a 64K-context model variant and exposing it as an OpenAI-compatible endpoint so agentic tools like Hermes can actually use it with tools.

WanderlootsTranscript found
Creative Automation

How to Build a Kids Animation Channel with AI (Full Workflow)

VFX veteran Jack lays out a complete AI workflow for a kids' animation channel: style-locked characters and worlds built in Higgsfield with Nano Banana Pro and GPT Image 2, story scenes animated in SeaDance 2 with a consistent voice reference and Claude-engineered shot prompts, and Suno-generated nursery-rhyme music with stem-split lip syncing stitched together in Premiere Pro.

Jack Vs. AITranscript found
Interfaces + Open Design

Build Your Own Fully Private, Local AI Stack (Chat, RAG, Coding Agent, Automation)

Codacus builds a fully private local AI stack layer by layer β€” llama.cpp as the engine exposed as an OpenAI-compatible endpoint, AnythingLLM for chat and LanceDB-backed RAG, the lightweight pi coding agent, and n8n automation that tags important Gmail hourly β€” plus four home-lab tips (dedicated machine, BIOS auto-power-on, container manager, Tailscale) that make it always-on.

CodacusTranscript found
Creative Automation

Krea 2 Open Source: Run It Free on ANY Potato PC

AIQUEST stress-tests the newly open-sourced Krea 2 β€” specifically the eight-step distilled Krea 2 Turbo β€” via a free dual-T4 Kaggle notebook with a Gradio UI, showing where it beats Ideogram 4 and Flux on natural skin texture and pose accuracy, and where it breaks: object counting, spatial-logic prompts, and inventing text on its own.

AIQUESTTranscript found
Creative Automation

GLM 5.2 Complete Tutorial (Setup + Practical Use Cases)

The Cloud Girl sets up GLM 5.2 through Hermes with a z.ai API key, then runs an identical 'wooden pendulum wall clock' HTML build on both GLM 5.2 and Claude Opus 4.8 β€” GLM delivered a comparable clock in 26 minutes for $1.65 while Opus finished in 1 minute 26 seconds for $0.72 β€” and closes with why model chaining across price tiers is the winning workflow.

The Cloud GirlTranscript found
Creative Automation

The Real Story Behind the Government GPT 5.6 Freeze.

Nate B Jones argues that the government-restricted rollout of GPT 5.6, Apple's Siri relaunch, Anthropic's Claude Tag in Slack, the Codex adoption study, and GLM 5.2 are all one story: the AI race is shifting from an intelligence war to a context war, where the winning product is the one that knows where your work lives and what it is allowed to see and do.

AI News & Strategy Daily | Nate B JonesTranscript found
Creative Automation

GLM-5.2 vs MiniMax-M3: Opus Has REAL COMPETITION (Model Stacking)

IndyDevDan compares the two leading open-weight models β€” GLM 5.2 and MiniMax M3 β€” against Opus 4.8 (max control) and Qwen 3.6 (min control), concluding GLM is the better model but MiniMax is the better deal, and shows how to organize models into a three-tier stack (state-of-the-art, workhorse, lightweight) so your engineering and product agents never depend on a single closed-source provider.

IndyDevDanTranscript found
Creative Automation

Claude Code Makes Cinematic AI Ads From Any Website

Duncan Rogoff builds, from scratch, a reusable Claude Code skill ('SAS Ad Studio') that turns any SaaS website into a cinematic UI-focused ad β€” assembling pieces like Higgsfield's CRM master prompt, a downloadable motion-design skill, and the Higgsfield MCP connector, then art-directing the generated storyboard before rendering a 15-second test ad for his Claude Code Club site.

Duncan Rogoff | Learn Claude CodeTranscript found
Creative Automation

I Made Vox-Style Motion Graphics Using Only Claude Code & Remotion

MoSidd recreates a 47-second Vox-style explainer (a US-Iran peace deal story) using only Claude Code and Remotion β€” from a script-as-timeline storyboard and Magnific/Higgsfield MCP connectors, through three-layer scenes with halftone cutouts animated by plain-English prompts, to voiceover sync with ElevenLabs and a final 1080p render.

MoSidd | AI Made EasyTranscript found
Creative Automation

How I Fully Automated My Video Editing (Claude Code)

Jason Cooperson walks through a Claude Code project that edits YouTube videos end to end β€” a seven-stage pipeline (intake, rough cut, graphics, refinement, captions, music, export) built on WhisperX transcription and the HyperFrames graphics engine β€” and demonstrates it by editing his own video's intro from a 4:10 raw clip down to a finished 47-second cut.

Jason CoopersonTranscript found
Codex + Claude Workflows

Claude Code's Team Just Dropped Their Internal Loops Guide (copy this)

This video walks through Anthropic's internal guide to how the Claude Code team uses loops, explaining their four classifications β€” turn-based, goal-based, time-based, and proactive β€” plus the guardrails that make autonomous runs safe: definitions of done, stop criteria, separate judge models, and token-cost discipline.

Mansel ScheffelTranscript found
Creative Automation

I Tested Every Major AI Model For Deep Thinking. Two Surprised Me.

Argues for using AI not to replace your thinking but to challenge it: feed years of your private data into a local 'living archive' and engineer disagreement so the model attacks your ideas for blind spots, and shares a model bake-off where GLM 5.2 (cloud) and Qwen 3.6 27B (local) beat frontier models for high-level strategic thinking.

Manolo RemiddiTranscript found
Interfaces + Open Design

Your OS Changes Everything for Local AI

Alex Ziskind benchmarks the same AMD Ryzen AI 9 HX 470 mini PC (GEEKOM A9 Max) across Windows, WSL, and bare-metal Linux with identical models and prompts, finding that Linux wins long-context prefill by 3x, Ollama silently falls back to CPU on Windows, and the biggest bottleneck was a single RAM stick halving memory bandwidth.

Alex ZiskindTranscript found
Creative Automation

Pi + Ollama I Replaced Claude Code With This FREE Local Agent

Leon van Zyl argues that local models fail at coding not because of the model but because of the harness β€” Claude Code burns 20-30K tokens before your first message β€” and demonstrates a complete free workflow using the lean Pi Agent SDK with Ollama and Qwen 3.6, from design systems and frontier-written implementation plans to feature-by-feature building and deployment.

Leon van ZylTranscript found
Codex + Claude Workflows

Como Usar o FreeBuff, o Agente de IA pra Programar 100% DE GRAÇA #freebuff #ia #iagratis #claudecode

This video tests FreeBuff, an ad-sponsored AI coding agent that is 100% free with no credit card or API key, in both of its forms β€” a web app builder like Lovable/v0 and a terminal CLI like Claude Code β€” while explaining the business model, the regional model restrictions, and the data-privacy caution that comes with anything free.

KauΓ£ Miguel - DevTranscript found
Creative Automation

The Best LOCAL Agentic Coding Workflow (Complete Guide)

A hands-on guide to running fully local, offline agentic coding by picking a model that fits your VRAM (or Mac unified memory), then wiring LM Studio into VS Code so a local Qwen model can chat, edit, and run agentic tasks with zero API cost.

Tech With TimTranscript found
Codex + Claude Workflows

A Xiaomi Pegou o OpenCode e Melhorou: MiMo Code DE GRAÇA #mimocode #opencode #claudecode #iagratis

This tutorial installs and tests MiMo Code β€” Xiaomi's open-source fork of OpenCode with a free default model that requires no login, API key, or credit card β€” walking through the Windows setup via Node.js and npm, working around a known paste bug in the native terminal, and touring its differentiators like max mode, go mode, and Dream memory distillation.

KauΓ£ Miguel - DevTranscript found
Interfaces + Open Design

Stop Using Docker for AI Agents (Use This Instead)

This video puts the 'stop using Docker' hype on trial and lands on a sharper claim: Docker isn't dying (67% of developers still reach for it first), it's being unbundled β€” Podman strips out the root daemon, WebAssembly shrinks the unit of compute to kilobytes, and containerd quietly remains the real engine underneath all of them.

Cloud CodesTranscript found
Interfaces + Open Design

Finally, The CORRECT Way to Run Local AI on a Mac

After months of testing GGUF vs MLX across M-series Macs, the creator lands on OMLX β€” a server layer built on the MLX-LM Python library β€” as the cleanest way to run local LLMs on a Mac, demonstrating its SSD-persistent KV cache, Hugging Face model downloads, and how to wire it into agents like Claude Code, Open Code, and Pi.

Samuel GregoryTranscript found
Interfaces + Open Design

Local AI vs Cloud AI Explained (Local AI is WILDLY Good Now)

This video replaces the 'local vs cloud AI' debate with a four-axis decision framework β€” cost curves, model quality, operational burden, and data sovereignty β€” showing where the token-volume crossover actually sits, why commodity open-weight APIs often undercut both options, and how the EU AI Act and US Cloud Act are forcing the choice for regulated teams.

The StackTranscript found

Research shelf

Primary sources to pair with the videos.

These links are the external backbone for the next research pass. The site should teach from videos, then verify against official docs and primary sources.

Daily refresh system

How this becomes a living learning tool.

01

Pull latest favorites

A scheduled refresh reads your target YouTube playlist with Chrome cookies or a public playlist URL.

02

Detect what changed

New videos are added, removed/private videos are preserved as history, and duplicates are ignored.

03

Enrich automatically

Metadata, transcripts, topic clusters, source links, and learning modules are regenerated locally.

04

Feature the newest lessons

Recent videos move into the β€œToday’s briefing” lane until you mark them reviewed.