Skip to content
Merged

998 #2195

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions shows/998 - How to Fix Vibe Coding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
number: 998
title: "How to Fix Vibe Coding"
date: 1776855600000
url: https://traffic.megaphone.fm/FSI3956472750.mp3
youtube_url: https://www.youtube.com/watch?v=LSq485DvILM
---

Wes and Scott talk about making AI coding more reliable using deterministic tools like fallow, knip, ESLint, StyleLint, and Sentry. They cover code quality analysis, linting strategies, headless browsers, task workflows, and how to enforce better patterns so AI stops guessing and starts producing maintainable, predictable code.

### Show Notes

* **[00:00](#t=00:00)** Welcome to Syntax!
* [Losing two clients in one week](https://x.com/wesbos/status/2044060210503778319)
* **[04:49](#t=04:49)** Code quality tools
* [jscpd.dev](https://jscpd.dev/)
* [knip.dev](https://knip.dev/)
* [fallow.tools](https://fallow.tools/)
* [wallace](https://github.com/projectwallace/wallace-cli)
* **[14:11](#t=14:11)** Finding and using components
* [Storybook AI](https://storybook.js.org/ai)
* **[17:28](#t=17:28)** Brought to you by [Sentry.io](https://sentry.io/syntax/)
* **[17:42](#t=17:42)** Finding bugs
* [Sentry CLI](https://cli.sentry.dev/)
* [Spotlight](https://spotlightjs.com/)
* **[19:55](#t=19:55)** Formatting and linting
* [Vite+](https://viteplus.dev/)
* [ESLint](https://eslint.org/)
* [StyleLint](https://stylelint.io/)
* [clint](https://github.com/stolinski/clint)
* **[25:41](#t=25:41)** Headless browsers
* [agent-browser](https://github.com/vercel-labs/agent-browser)
* [chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp)
* [Lightpanda](https://lightpanda.io/)
* **[32:11](#t=32:11)** Tasks and todos
* [dex](https://dex.rip/)
* [beads](https://github.com/gastownhall/beads)
* **[33:32](#t=33:32)** Docs
* [Context7](https://context7.com/)
* **[34:22](#t=34:22)** [TanStack Code Mode](https://tanstack.com/blog/tanstack-ai-code-mode)
* **[36:01](#t=36:01)** Getting AI to use these tools
* **[38:18](#t=38:18)** Sick Picks + Shameless Plugs

### Sick Picks

- Scott: [Leaf Two Razor](https://leafshave.com/products/leaf-two-razor)
- Wes: [Puzzles](https://www.amazon.com/s?k=puzzles)

### Shameless Plugs

- [Phases.fm Podcast](http://phases.fm/)

### Hit us up on Socials!

Syntax: [X](https://twitter.com/syntaxfm) [Instagram](https://www.instagram.com/syntax_fm/) [Tiktok](https://www.tiktok.com/@syntaxfm) [LinkedIn](https://www.linkedin.com/company/96077407/admin/feed/posts/) [Threads](https://www.threads.net/@syntax_fm)

Wes: [X](https://twitter.com/wesbos) [Instagram](https://www.instagram.com/wesbos/) [Tiktok](https://www.tiktok.com/@wesbos) [LinkedIn](https://www.linkedin.com/in/wesbos/) [Threads](https://www.threads.net/@wesbos)

Scott: [X](https://twitter.com/stolinski) [Instagram](https://www.instagram.com/stolinski/) [Tiktok](https://www.tiktok.com/@stolinski) [LinkedIn](https://www.linkedin.com/in/stolinski/) [Threads](https://www.threads.net/@stolinski)

Randy: [X](https://twitter.com/randyrektor) [Instagram](https://www.instagram.com/randyrektor/) [YouTube](https://www.youtube.com/@randyrektor) [Threads](https://www.threads.net/@randyrektor)
Loading