AppStories

Terminal Tips and Claude Code Workflows

63 snips
Jan 25, 2026
They walk through using Claude Code and Codex from the terminal and remote setups for automations. They compare file access, session memory, and token strategies when orchestrating sub-agents. Practical tooling and workflows appear throughout, from tmux and SSH to PopClip and Playwright for testing. The conversation emphasizes starting small and iterating on automation workflows.
Ask episode
AI Snips
Chapters
Transcript
Episode notes
INSIGHT

Terminal Lowers The Barrier For AI Coding

  • Claude in the terminal turns the computer into a full agentic environment, removing much of the barrier to entry for terminal use.
  • It lets non-experts run commands and get guided help rather than being intimidated by raw shell syntax.
ADVICE

Prefer Terminal For Full-System Tasks

  • Use the terminal agent because it has direct access to your file system, shell tools, and can run sub-agents for orchestration.
  • Prefer terminal Cloud Code when you need full system control like committing to Git or executing scripts.
INSIGHT

Handle Stateless Sessions With Saved Summaries

  • Cloud Code sessions lack persistent memory between runs, so you must store state externally or ask the agent to summarize progress.
  • Federico saves a markdown action plan each session to resume work the next day.
Get the Snipd Podcast app to discover more snips from this episode
Get the app