Code Quality Podcast Summaries
Code Quality on Yedapo: 2 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.
3 Tools That Make AI Suck Less At Coding
Program With Erik
Jun 22, 2026
Rapid AI coding leads to messy, bloated repositories that are hard to maintain. By integrating static analysis tools and LLM-based evaluation frameworks, developers can automatically prune dead code and validate output quality at scale.
Key insight: You can combine deterministic static analysis (like Fallow) with LLM-as-a-judge patterns (like Kiln) to automate both code health and functional quality assurance for AI-generated features.
Can Cursor's HARDCORE Review Skill Stop The Slop?
Matt Pocock
May 28, 2026
Automated code reviews can transform code quality if prompted with the right level of ambition. Instead of simple syntax checks, demanding 'code judo' and aggressive structural refactoring catches technical debt that humans and lazy AI agents overlook.
Key insight: Large files over 1,000 lines are inherently harder for LLMs to navigate; splitting them into smaller, descriptive modules significantly improves agentic context efficiency.