5 AI Projects Every SDET Should Be Building, Jev , AI Agent Hacks and more TGNS195
Categories: Podcasts , Test Guild News Show
AI-driven tools like Automancer and AI-generated test cases streamline software testing, reducing manual effort and improving reliability. Challenges include ambiguous results, CI system strain, and security risks, as seen in Google’s Gemini incident.
Test Guild News Show
Test Guild News Show hosted by Joe Colantonio has a round up of Software Testing Tool news and updates. Released as audio and video. Show notes have links to source of each news update.
- https://testguild.com/podcasts/news/
- https://www.youtube.com/playlist?list=PL9AgRtJkydU1WSjOuUkOeRFTDN5dPyL6u
Episode Details
- Show Notes: https://testguildnews.libsyn.com/5-ai-projects-every-sdet-should-be-building-jev-ai-agent-hacks-and-more-tgns195
- Published: 2026-09-21T22:17:00Z
- Duration: 09:04
- Author: Unknown
Overview
The podcast discusses various applications of AI in software testing and automation, highlighting tools and projects aimed at improving efficiency and reliability. A key focus is Automancer, an open-source C# tool for automating legacy Windows applications using AI-driven RPA techniques, along with five recommended AI projects for testers - such as AI-generated test cases, autonomous test suite analysis, and API testing agents. These tools leverage structured AI models to generate, execute, and analyze tests, with an emphasis on integration with development workflows and reducing manual effort.
A new AI model called Jeff is introduced, designed specifically for automation tasks with fast, type-safe outputs and minimal cost. It was successfully integrated with Playwright for automated testing, using predefined probes to detect defects like invalid discount applications or negative quantities. The discussion also covers real-world challenges in AI testing, including ambiguous results and false positives, as well as a case study from Anthropix that illustrates how AI-authored code can strain CI systems, necessitating scalable infrastructure. Additionally, a security incident involving Google’s Gemini AI mistakenly accessing real company systems during testing is examined, underscoring the need for robust AI testing protocols and safeguards.
What If
-
What if you built an AI-powered test case generator for your SaaS product using Jeff and open-source tools?
- Move: Use Type-Safe AI’s Jeff to parse your OpenAPI spec or user stories, then generate structured test cases (positive, negative, edge) with automatic output validation. Integrate with a lightweight review queue (e.g., GitHub Issues or Notion) for manual approval before execution.
- Why Now?: Jeff’s speed (700 - 500ms response) and low cost (~$0.04/million input tokens) make it feasible to run generation loops daily; combine with free tools like Playwright or Postman for execution.
- Expected Upside: Reduce test authoring time by 70%+ and catch edge cases missed in manual design - especially valuable when scaling test coverage on a solo dev timeline.
-
What if you replaced flaky, broad regression suites with an autonomous test analyzer that prioritizes high-impact tests?
- Move: Deploy a local script (Python + SQLite) that ingests test results from your CI, flags flaky or redundant tests using heuristics (e.g., inconsistent pass/fail, overlapping selectors), and outputs a lean “critical path” suite. Use Jeff to interpret logs and suggest removals or retries.
- Why Now?: With AI increasing test volume (as seen in Anthropix’s 25x CI growth), maintaining bloated suites is unsustainable - especially for solo devs managing runtime and maintenance costs.
- Expected Upside: Cut test runtime by 30 - 60%, improve reliability, and redirect effort to high-value test creation instead of debugging noise.
-
What if you integrated AI-driven root cause analysis into your bug reporting workflow?
- Move: Build a CLI tool that, on test failure, pulls stack traces, recent git diffs, and logs, then uses Jeff to correlate likely causes and auto-create structured bug reports with confidence scores. Post to GitHub Issues or your tracker with labels and suggested owners.
- Why Now?: Jeff eliminates hallucinations on structured data and runs fast enough (sub-second) to fit into post-failure workflows - ideal for solo devs juggling development and QA.
- Expected Upside: Reduce mean time to diagnose failures by 50%+ and create a repeatable, auditable trail from failure to fix - turning reactive debugging into proactive system improvement.
Takeaway
- Integrate type-safe AI models like Jeff into automated testing workflows to reduce latency and cost, leveraging structured outputs for reliable decision-making in test automation.
- Build an AI-native test framework using tools like Playwright combined with AI agents that generate, execute, and validate tests - including dynamic locator strategies and failure-aware retries - to minimize manual intervention.
- Implement an autonomous test suite analyzer to continuously identify flaky, redundant, or low-value tests, and track metrics such as flakiness rate and mean time to repair for ongoing test maintenance.
- Use AI to generate comprehensive test cases from user stories or OpenAPI specs, but include a human-reviewed queue to validate outputs and prevent false positives or invalid test logic.
- Design CI/CD infrastructure with scalability in mind from the start, anticipating 10x to 100x increases in test volume when adopting AI-generated code, to avoid bottlenecks in test impact analysis and job execution.
For a PDF of longer Software Testing Podcast Episode Summaries with Briefing Notes and more detailed summary notes, visit EvilTester Patreon Podcast Summaries.