Syntax - Tasty Web Development Treats

997: Rating and Roasting Your Projects

89 snips
Apr 20, 2026
A rapid-fire tour of community-built developer tools, from JSON viewers and file search for AI agents to view-transition libraries and motion design editors. They spotlight tiny utilities like a 1KB syntax highlighter, sandboxed UI rendering with Wasm, agent feedback tools, and code‑spec syncers. Lots of quirky, fun projects and quick hits showcasing creative web development ideas.
Ask episode
AI Snips
Chapters
Transcript
Episode notes
ANECDOTE

Making Agents Speak Like RTS Peons

  • Scott demoed Peon Ping which gives AI agents character voices from RTS games for comedic feedback.
  • He noted it uses audio like Warcraft 3 peons, Soviet Red Alert engineer, and Starcraft battle cruiser clips.
ADVICE

Store Agent Tasks In Committable JSON

  • Do keep agent task lists in your repo as deterministic JSON to maintain reviewability and versioning.
  • Scott recommended Dex which stores epics/tasks in a JSON file you can commit and use with agent skills.
ADVICE

Pause Agents Between Tasks For Code Review

  • Do insert yourself into agent workflows by pausing between tasks for human review.
  • Scott described running epics where the agent stops after each task until he reviews and approves commits to avoid sloppy code.
Get the Snipd Podcast app to discover more snips from this episode
Get the app