
QR Podcast - Angie Jones
Published 26 Aug 2026
Duration: 01:18:39
"AI productivity myths debunked: Adoption doesn't equal success; delegation, integration, and customer value matter more, while trust, workflow bottlenecks, and ROI skepticism challenge hype."
Episode Description
On this episode of the QR Podcast, I sit down with my longtime friend Angie Jones, VP at the Agentic AI Foundation and former Head of Developer Relati...
Overview
The podcast discusses the gap between AI adoption and actual productivity gains in software development, emphasizing that high usage rates do not necessarily translate into improved outcomes. Key concerns include misleading metrics like token usage or lines of code, which fail to capture real value such as customer impact or problem-solving effectiveness. As AI tools generate more code, bottlenecks have shifted to code review processes, overwhelming teams and exposing inefficiencies in existing workflows.
Trust, integration, and evolving measurement frameworks are central to realizing AI's potential. The discussion highlights the importance of moving beyond simple adoption metrics toward assessing delegation, autonomy, and system-level integration of AI agents. Challenges include ensuring independent validation of AI-generated code, addressing bias in AI self-evaluation, and maintaining human oversight in critical areas. Regulatory demands for accountability clash with the scale of AI output, prompting a need for risk-based governance and adversarial review processes to ensure quality and compliance.
The long-term impact on the engineering workforce is also examined, particularly the erosion of entry-level roles due to automation and the risk of losing foundational skills. There is concern that future engineers may lack the hands-on experience needed to make sound technical judgments or effectively supervise AI systems. Initiatives to preserve core competencies - such as requiring mastery of fundamentals before using AI tools - are highlighted as essential. The conversation also touches on the need for industry standards in agentic AI, especially in areas like commerce, to enable interoperability and responsible innovation.
What If
-
What if you implemented recursive adversarial review for your solo AI-generated code?
- Move: Set up a local AI agent workflow where each code output is reviewed by a separate, context-isolated agent that critiques logic, security, and edge cases before you accept it.
- Why Now?: As AI generates more code, the risk of self-biased validation increases - especially in solo workflows where you're both creator and reviewer. Early adoption of adversarial checks prevents compounding errors.
- Expected Upside: Higher code quality with fewer bugs, reduced debugging time, and stronger audit trails that mimic team-based reviews - critical if you later scale or open-source your project.
-
What if you shifted your AI usage from output volume to customer-value velocity?
- Move: Replace metrics like tokens used or lines of code generated with a weekly tracker of customer problems solved using AI - e.g., "PRs that unblocked user feedback" or "features shipped from stalled ideas."
- Why Now?: Rising AI costs and skepticism mean inefficient usage will become a liability. Solo developers who prove real value will retain tools and funding longer than those chasing activity metrics.
- Expected Upside: Clearer ROI on AI spend, faster alignment with user needs, and a defensible position if external scrutiny (e.g., investors, regulators) questions your automation practices.
-
What if you offloaded your code review bottleneck to an agentic pre-review pipeline?
- Move: Integrate an AI agent into your Git workflow that automatically analyzes and comments on every PR - checking for style, test coverage, and known anti-patterns - before you or others review it.
- Why Now?: AI-generated code increases PR volume, which overwhelms manual review - even for solo devs managing multiple projects. Automating first-pass review cuts cycle time and improves consistency.
- Expected Upside: 30 - 50% reduction in review time, fewer back-and-forth iterations, and higher confidence in deployment - especially when returning to old code or collaborating occasionally with others.
Takeaway
- Implement recursive adversarial review in your AI-assisted development workflow by using isolated sub-agents to critique and improve code outputs without shared context, reducing bias and improving quality.
- Shift your productivity metrics from tool usage or token consumption to outcome-based indicators, such as customer feedback, resolved pain points, or progress on stalled roadmap items.
- Integrate AI tools into core development pipelines (e.g., CI/CD, PR automation) with pre-submission validation hooks to reduce code review bottlenecks caused by increased pull request volume.
- Prioritize foundational coding and testing experience before adopting AI agents - ensure you understand system design, debugging, and quality validation to maintain control and judgment over AI-generated outputs.
- Design AI delegation carefully by reserving automation for well-defined, non-relational tasks (e.g., code generation, documentation), while retaining human ownership of communication, relationship-building, and high-risk decision-making.