Curated notes from YouTube deep dives, research sessions, and tool documentation. Searchable, tagged, and organized by source.
43 documents across 4 collections
YouTube2026-02
I Forced Claude to Code for 24 Hours Nonstop
Anthropic released an open-source harness enabling AI coding agents to work autonomously for extended periods. Claude Code ran for 24 continuous hours, a departure from agents that stop after short durations or require frequent intervention.
YouTube2026-01
Learn 90% of Building AI Agents in 30 Minutes
A comprehensive guide to AI agent development covering essential concepts in 30 minutes. Key technical components include tool use, memory systems, context management, and error recovery patterns.
YouTube2026-02
My Complete Agentic Coding Workflow to Build Anything
A practical framework for building applications with AI coding agents. The workflow centers on three core components: a PRD defining project scope, global rules for code style, and modular task files that agents execute sequentially.
YouTube2026-03
Agent Threads: How to Ship like Boris Cherny
A taxonomy of thread types that progressively reduce human involvement: base threads (single agent), P-threads (parallel execution), C-threads (chained workflows), F-threads (fusion of outputs), and B-threads (meta-structural orchestration).
YouTube2026-03
Agent Experts: Finally, Agents That Actually Learn
Parallel specialization with consensus voting reduces single-agent failure modes. If 3 out of 4 experts agree, confidence is high. The system uses 21 websocket event types for agent lifecycle tracking, enabling serious observability.
YouTube2026-01
The One Agent to Rule Them All: Advanced Agentic Coding
Scout/builder patterns and context window protection techniques maximize agent effectiveness. Engineering productivity now scales with your ability to command and orchestrate AI systems, not just use individual AI tools.
YouTube2026-02
BIG 3 Super Agent: Gemini Computer Use, OpenAI Realtime, Claude Code
Build custom observability systems to monitor multiple agents working simultaneously. Voice-controlled interfaces via the OpenAI Realtime API manage and coordinate AI agents in real-time with closed-loop validation.
YouTube2026-01
I Finally Cracked Claude Agent Skills (Breakdown for Engineers)
The composition hierarchy: Skills > MCP Servers > Sub-agents > Slash Commands > Raw Prompts. Skills can contain all lower-level primitives, orchestrating them as needed. Progressive disclosure loads only necessary capabilities per session.
YouTube2026-01
Claude Code's Real Purpose: It's Bigger Than You Think
Agents modifying their own architecture at runtime by adding MCP servers to a running system. A Telegram bot gains new capabilities without restart by integrating the sequential thinking MCP server.
YouTube2026-01
The BIG Problem with MCP Servers (and the Solution)
Each MCP server consumes substantial context window space, causing 'context rot' as tool definitions accumulate. The solution involves selective tool loading and smarter context management strategies.
YouTube2026-02
Why Are Top Engineers Ditching MCP Servers? 3 Proven Solutions
Three practical alternatives to MCP: CLI scripts (teach agents to read READMEs and invoke commands), file system scripts (isolated Python with Astral UV), and skills (portable directories with progressive disclosure). Each trades convenience for context savings.
YouTube2026-01
Anthropic's New MCP Blog Post is Huge
Anthropic introduces a code execution approach solving MCP's context window limitation. Traditional implementations load all tool definitions upfront, consuming hundreds of thousands of tokens before processing requests.
YouTube2026-01
Turn Any File into LLM Knowledge in Seconds
Dockling streamlines the document processing pipeline for RAG systems. Raw documents cannot be directly inserted into vector databases. They must first be intelligently chunked, cleaned, and embedded for retrieval.
YouTube2026-02
Why the Best AI Coding Tools Abandoned RAG
RAG is not dead, but it is being replaced in specific domains. Coding tools like Claude Code abandoned traditional semantic search RAG (chunking + vector databases) in favor of file-level retrieval and grep-based search.
YouTube2026-01
Every RAG Strategy Explained in 13 Minutes
Re-ranking with cross-encoder models, agentic RAG (letting AI choose search approach), contextual retrieval (LLM-enriched chunks), knowledge graphs (entity relationships), query expansion, and self-reflective RAG (quality grading).
YouTube2026-02
I Built My Second Brain with Claude Code + Obsidian + Skills
Combine Obsidian's markdown format with Claude Code for optimal LLM understanding and knowledge management. Create modular, reusable skills with trigger phrases rather than monolithic prompts.
YouTube2026-02
You Don't Need SaaS: The $0.10 System That Replaced My AI Workflow
An 'Open Brain' architecture: a user-owned, database-backed knowledge system accessible to AI agents via MCP. Overcomes limitations of isolated context windows by providing persistent, shared memory across sessions.
YouTube2026-02
They Ignored My Tool Stack and Built Something Better: 4 Patterns That Work
Architecture is portable while tools are not. Focus on understanding underlying patterns rather than specific implementations. The four patterns emerge from observing how developers build 'second brain' systems with diverse tool stacks.
YouTube2026-01
Agentic Prompt Engineering with Claude Code
How to write prompts for agents, teams, and other agents. Covers CLAUDE.md configuration, skill trigger phrases, and the layered prompt hierarchy that controls Claude Code behavior at project, user, and system levels.
YouTube2026-02
The 5 Techniques Separating Top Agentic Engineers Right Now
Advanced context management and elite context engineering techniques for working with AI coding agents. The gap between average and top-tier agentic engineers comes down to how they structure and manage information flow.
YouTube2026-01
90% of AI Users Are Getting Mediocre Output (Stop Prompting, Do This Instead)
Move beyond raw prompting to AI customization. Configure persistent instructions, project-level rules, and custom memory systems. The difference between mediocre and excellent output is structural, not syntactic.
YouTube2026-01
Intro to Drawing Machines 101
Covers the landscape of drawing machines for creative technology and generative art. From vintage plotters to modern CNC-driven pen plotters, the video surveys hardware options and their creative potential.
YouTube2025-12
How I Animate 3Blue1Brown: A Manim Demo
Grant Sanderson demonstrates Manim, the Python animation engine behind 3Blue1Brown. The tool enables programmatic creation of mathematical animations, emphasizing visual communication of complex ideas.
YouTube2026-02
Agentic Design Tools with MCP to Iterate Designs
Paper.design and Pencil.dev are agentic coding design tools positioned as Figma alternatives. They leverage MCP to translate prompts into designs, components, and design systems, exporting as HTML, CSS, and React.
YouTube2026-02
How to Build Anything with Oz by Warp
Build autonomous AI news monitoring with Oz by Warp. Deploy three scheduled agents: one researching stories every 3 hours, one generating tweet drafts every 6 hours, and a maintenance agent running daily. Cloud-based execution with zero local compute.
YouTube2026-02
OpenClaw Agents Are Hiring Each Other and Building Societies
An open-source AI orchestration platform with 100,000+ GitHub stars connecting LLMs to personal devices. AI agents autonomously form social networks, create organizational structures, and transfer cryptocurrency between each other.
YouTube2026-01
Claude Code Runs My Morning Routine
A personal operating system using Claude Code and Obsidian that automates morning routines. The system reconstructs the previous day by analyzing Pomodoro session notes and voice recordings, then generates a structured daily plan.
YouTube2026-01
How to Use an Eliza Agent with Polymarket
A technical livestream demonstrating a community-created Polymarket plugin for AI agents. Covers debugging market data retrieval, GPT performance improvements, and architectural decisions for multi-agent trading systems.
YouTube2026-01
We Just Entered the Singularity
AI breakthroughs across multiple domains: systems matching human engineering capabilities (one Google engineer claims AI built in one hour what a team built in a year), mathematical breakthroughs accelerating, and AI solving complex Erdos problems.
Research2026-03
Creative Generative Algorithms and Computational Art
Curl noise for turbulent, incompressible flow. Wave function collapse for procedural generation. Applications span abstract art, data visualization, generative typography, and pen plotter output.
Research2026-03
Polymarket Trading System Knowledge Base
Central knowledge repository for autonomous prediction market trading. Synthesizes research from Claude, GPT, Perplexity, and empirical Monte Carlo simulations. Covers Kelly Criterion sizing, momentum signals, and risk management.
Research2026-03
Momentum Signals Deep Dive for Prediction Markets
In prediction markets, prices are bounded [0, 1], making traditional momentum analysis insufficient. Small price moves near boundaries carry outsized information. This research covers adapted signal detection for bounded price spaces.
Research2026-03
Multiagent Systems Architecture
Separation of concerns across tiers: each tier has distinct responsibilities. Built-in fault tolerance (system continues with failed components), scalability (easy to add agents), and observability (monitoring and health reporting).
Research2026-02
Prompt Engineering Framework v1.0
Synthesizes IndyDevDan's Tactical Agentic Coding (8 Tactics, Core Four, ADWs), Anthropic's official 9 techniques, community patterns (awesome-claude-code, Holy Trinity, 4-block pattern), and Prompt Decorators (declarative composable syntax).
Research2025-08
MCPToolBench++: Large Scale AI Agent MCP Tool Use Benchmark
LLM capabilities are enhanced by function calls integrating data sources and API results into the context window. Typical tools include search, web crawlers, maps, financial data, file systems, and browser usage. This benchmark measures tool use at scale.
Research2025-08
MCPSecBench: Security Benchmark for Model Context Protocol
A systematic security benchmark for testing MCP implementations. As LLMs integrate into real-world applications via MCP, security becomes critical. This framework tests for prompt injection, data exfiltration, and privilege escalation.
Research2026-03
Agents Abandon Natural Language for Structured Queries
When given the choice between natural language and structured queries for knowledge graph access, AI agents abandoned natural language within minutes. Agents prefer structured query languages and direct entity/relationship traversal over NL queries.
Tools2026-03
Pen Plotter Ecosystem Reference Guide
Complete reference for the pen plotter art pipeline: 21+ generative algorithms, SVG export optimized for single-line paths, layer support with separate SVG files per layer, and a browser-based gallery for previewing outputs.
Tools2025-08
Fragment Creative Coding Integration
Fragment is a web development environment for creative coding. It provides hot-reloading, shader support, and a structured project system for building generative art pieces that can be exported for physical output.
Tools2026-01
MCP Complete Configuration Guide
Full configuration reference for MCP server setups including ChromaDB (vector database for embeddings with semantic search), Obsidian integration, browser automation, and custom tool servers.
Tools2025-12
Obsidian ChromaDB Integration
Bridge between Obsidian markdown vaults and ChromaDB vector storage. The embedding pipeline converts vault notes into vectors, enabling semantic search across thousands of markdown documents.
Tools2026-01
Obsidian Plugins: Biggest ROI for New Users
With thousands of community plugins available, this guide identifies the highest-value Obsidian plugins for knowledge management. Covers Dataview, Templater, QuickAdd, and database plugins for structured note-taking.
Tools2026-01
Build a Gorgeous Obsidian Library in 5 Minutes
A visual library interface for Obsidian vaults without any coding. Leverages database plugins and custom views to create a browsable, searchable knowledge library with cover images and metadata.