Forward Deployed

Forward Deployed, Episode 2: Claude Code Skills and the Progressive Disclosure Problem

8 snips
Nov 17, 2025
Discover the game-changing Claude Code skills that are reshaping AI development. Noah reveals an efficient hook-based routing system that processes 3,000 tokens per second, bridging user messages with skills seamlessly. The debate over tiered action spaces highlights the differences between functions and skills. Explore how Andreessen's vision positions AI as a revolutionary computer architecture. Plus, innovative Git workflows eliminate merge conflicts, making collaboration smoother than ever.
Ask episode
AI Snips
Chapters
Transcript
Episode notes
INSIGHT

Skills Are Progressive Context Folders

  • Claude Code skills are simple folders of prompts that let you extend model capabilities without bloating the system prompt.
  • Progressive disclosure lets the model discover capabilities on demand instead of loading everything upfront.
ANECDOTE

Alephic CLI Uses Fast Model As Router

  • Noah built an Alephic CLI with a skills repo and an MCP that searches skills on every message.
  • He layers a fast Cerebras Llama 120B model to write search queries and inject matched skills into prompts in about a second.
ADVICE

Keep Tier-One Tools Minimal

  • Do limit tier-one functions to a small set of atomic tools and push many actions out to a skills directory.
  • Use native file/search/bash tools so the model can find and run scripts without bloating system prompts.
Get the Snipd Podcast app to discover more snips from this episode
Get the app