
JavaScript Jabber The Truth About AI in Everyday JavaScript Development - JSJ 696
38 snips
Nov 14, 2025 The hosts dive into the practical use of AI in JavaScript development workflows. They discuss various AI tools like Cursor and Copilot, highlighting how these can streamline coding tasks. The difference between AI-assisted coding and vibe coding is explored, along with the importance of manual code review. Concerns about AI-written tests and their reliability are raised, particularly for junior developers. They also consider how AI can both create opportunities and challenges in the job market, particularly for those just starting out.
AI Snips
Chapters
Transcript
Episode notes
AI Moves From Optional To Mandated Tooling
- Company mandates to use AI shift developer workflows from optional to required tools.
- Integrated AI in the IDE and review layers creates a two-layer assistance model.
AI Isn't Always Faster For Every Task
- AI can take longer than a human for some tasks and create idle time while you wait for generations.
- Developers should weigh trade-offs between waiting for AI versus coding directly.
Ask Agents To Plan Before Changing Code
- Use agent 'planning' modes to get a stepwise plan before code changes so you understand intended edits.
- Flesh out requirements with the agent before executing large automated modifications.
