Episode

Vibe-Coding an Attention Firewall, w/ Steve Newman, creator of The Curve

Podcast
"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis
Published
Apr 19, 2026
Duration seconds
7792
Processing state
processed
Canonical source
https://www.cognitiverevolution.ai/vibe-coding-an-attention-firewall-w-steve-newman-creator-of-the-curve/
Audio
https://pdst.fm/e/mgln.ai/e/1113/pscrb.fm/rss/p/traffic.megaphone.fm/RINTP4915455500.mp3?updated=1776618207
JSON
/v1/public/podcasts/the-cognitive-revolution/episodes/vibe-coding-an-attention-firewall-w-steve-newman-creator-of-the-curve
Markdown
/podcast/the-cognitive-revolution/vibe-coding-an-attention-firewall-w-steve-newman-creator-of-the-curve.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/the-cognitive-revolution/episodes/vibe-coding-an-attention-firewall-w-steve-newman-creator-of-the-curve/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/the-cognitive-revolution/vibe-coding-an-attention-firewall-w-steve-newman-creator-of-the-curve.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

Software veteran Steve Newman demonstrates how to build a personalized AI productivity stack using 'vibe-coding' and agentic workflows. The discussion covers practical implementations of attention firewalls, custom coding dashboards, and automated information filtering.

Topics

  • Vibe-coding
  • AI Agents
  • Claude
  • Software Engineering
  • Productivity Automation
  • LLM Workflows
  • Personal Knowledge Management
  • Agentic Computing

Highlights

  • Main idea: Transition from 'tokenmaxxing' to optimizing human mental workflow by managing agent interruptions
  • Practical takeaway: Use custom dashboards to monitor the status of multiple coding agents simultaneously
  • Practical takeaway: Implement an 'attention firewall' to filter urgent messages without manual inbox scanning
  • Failure mode: Avoid over-complicating codebases with complex worktrees when using LLM-based coding agents
  • Practical takeaway: Build a universal logging system to provide long-term context for debugging with Claude

Chapters

  1. 1:00 The Personal AI Productivity Stack: An introduction to building autonomous assistants and personal productivity tools using Claude Code.
  2. 11:35 The Cambrian Explosion of AI Tools: Reflections on the current rapid evolution of individual AI components and the lack of a standard playbook.
  3. 22:00 Security and Vulnerabilities: Discussing the real-world security risks and vulnerabilities inherent in integrated AI workflows.
  4. 32:00 Automated Summarization Workflows: A look at using Claude to automatically archive and summarize posts and long-form content.
  5. 42:20 Heuristics for Information Filtering: How to use custom rules and whitelists to manage a high-volume stream of newsletters and blog topics.
  6. 52:10 Building a Rich Context Database: Strategies for importing and structuring content to create a searchable database for LLM context.
  7. 1:02:10 Agent Monitoring and Dashboards: Using status bars and summaries to track the progress of various running coding agents.
  8. 1:12:35 Engineering Agentic Interfaces: The challenges of connecting mobile/voice interfaces to backend Docker containers and web apps.