YouTube Videos - 2026

19 videos from 2026
Let an AI Agent Loose on Postgres, Safely: Claude Code + Ghost
August 21, 2026
Giving an AI agent database access has an obvious problem: experimenting means DDL.
AITutorial
Qwen 3.5 MoE + TurboQuant + mem0: A Local RAG Chatbot That Remembers
June 12, 2026
I upgraded my local RAG chatbot to a 35B Qwen mixture-of-experts at 32K context, running entirely on a MacBook.
AITutorial
Benchmarking TurboQuant with MLX on Apple Silicon
May 31, 2026
KV-cache quantization in MLX: I benchmarked TurboQuant on Apple Silicon to find out how much memory does it really save, and where it breaks.
AITutorial
Web app + Mobile + Stripe + Pitch Deck: one Replit project!
May 19, 2026
This is the third video I've made with @replit . The first two were single-feature demos: Design Mode for web, Expo for mobile.
AITutorial
From issue to PR in 15 minutes with Cursor & Composer
May 15, 2026
In this video, I close a real open issue in cache-commander, my open-source Rust project, in one session — using the new Cursor and Composer 2.
AITutorial
Stop Coding Alone! Build an 'Opus + M2.7' AI Expert Team
May 11, 2026
🚨 Get 12% off any Token Plan tier: https://platform.minimax.io/subscribe/coding-plan?code=9PuYDYrfpN&source=link Resources: - M2.7 model card…
AITutorial
Deep Dive: How Three MoE Reasoning Models Actually Work — Trinity, DeepSeek R1, Kimi K2 - Part 2
May 4, 2026
Three frontier open-weight MoE reasoning models — Trinity Large Thinking (~400B), DeepSeek R1 (671B), and Kimi K2 Thinking (1T) — are compared side by…
AITutorial
Canopy: A native macOS app for parallel Claude Code sessions with git worktrees
April 14, 2026
Today I'm happy to ship something I've been building for a while: Canopy, a native macOS app for running hyper-productive parallel Claude Code sessions…
AITutorial
Deep Dive: How Three MoE Reasoning Models Actually Work — Trinity, DeepSeek R1, Kimi K2
April 13, 2026
Three frontier open-weight MoE reasoning models — Trinity Large Thinking (~400B), DeepSeek R1 (671B), and Kimi K2 Thinking (1T) — are compared side by…
AITutorial
Deep Dive: LLM Quantization, part 3 - FP8, FP4
March 30, 2026
Two years after parts 1 (https://youtu.be/kw7S-3s50uk) and 2 (https://youtu.be/fXBBwCIA0Ds), the quantization landscape has changed completely.
AITutorial
No Cloud, No API Keys: Local Open-Source Coding with Trinity Mini, OpenCode, and MLX
March 15, 2026
No API keys. No cloud. No per-token cost. Just your Mac. In this video, I show you how to run Arcee AI's Trinity Mini (26B parameters, 3B active) locally…
AITutorial
Deep Dive: Teaching Arcee Trinity Mini to Read Medical Research with RLVR and GRPO
March 3, 2026
Bojan Jakimovski, an ML engineer, took Arcee AI's open-source Trinity Mini model and turned it into a biomedical specialist — extracting drug-protein…
AITutorial
Open-source Coding with Cline and Arcee Trinity Large
February 14, 2026
I built a code review app powered by @ArceeAI 's new Trinity Large model and deployed it to a @HuggingFace Space.
AITutorial
Building a Kanban Task Management Web App from Scratch with Replit
February 8, 2026
In this video, we use @replit to build a Kanban Task Board, a project management app where you can organize work across boards using drag-and-drop cards.
AITutorial
Claude Opus 4.6 and Agent Teams
February 6, 2026
In this silent demo, watch as I use Claude Code's team orchestration to spawn 5 specialized AI agents that review my personal website (julien.org) in…
AITutorial
Arcee AI Trinity Large: An Open 400B MoE Model
February 1, 2026
I built a code review app powered by Arcee AI's new Trinity Large model and deployed it to a Hugging Face Space.
Arcee AITrinity LargeMoE
Build Mobile Apps with Replit in Minutes!
January 25, 2026
In this tutorial, we build a fully functional iOS app from scratch in just a few minutes using Replit, Expo, and React Native.
ReplitMobile AppsTutorial
Verdent: AI Coding with Parallel Agents — Full Demo!
January 19, 2026
Can AI coding tools actually handle parallel tasks without breaking everything? I put Verdent to the test.
VerdentAI CodingAgents
Advanced RAG Techniques with Arcee Trinity Mini (100% Local)
January 9, 2026
In this video, we build a fully local RAG chatbot that runs entirely on a MacBook - no cloud APIs, no usage costs, complete privacy.
Arcee AITrinity MiniRAGLocal