This is a role guide, not an installed employee. It explains what the role owns and how Tycoon runs it. Nothing is hired or activated until you choose it.
What your AI QA Engineer does
Workflows on autopilot
Pre-release regression
Before every release candidate, runs the full Playwright suite, reports pass/fail with screenshots, and blocks merge if any blocker fails.
Feature test plan
When engineering scopes a feature, writes the test plan first: happy path, failure modes, edge cases, performance expectations. Plan ships with the PR.
Customer bug repro
When a customer reports an issue, reproduces with minimal steps, writes the Linear ticket, assigns severity, and attaches the failing test.
Production incident first response
Monitors Sentry error spikes and PostHog anomaly feeds. When thresholds trip, pages the on-call with a summary of what changed, who it affects, suggested rollback.
Weekly test health review
Reports flaky tests, coverage gaps, slow suites, and ranks fixes by customer-facing surface area. Ships a one-page summary to the CTO.
Postmortem capture
When a bug reaches production, writes the blameless postmortem, adds the missing test, and updates the runbook.
Without vs With a AI QA Engineer
- Every release is a hope. Regressions are discovered in production.
- Bug queue is an undifferentiated mess of 400 tickets
- Customer bugs come in prose — 'it broke when I clicked' — and sit for days
- No one owns test hygiene, so the suite rots
- A full-time QA hire runs $130K+ and is hard to fill at a small company
- Every release has a regression pass with documented evidence
- Queue is triaged weekly, duplicates closed, severity tagged
- Repros land with minimal steps, failing test, and severity within hours
- Test health is a tracked metric with weekly ownership
- AI QA covers the execution load with human judgment on policy
A day in the life of your AI QA Engineer
07:45Kicks off the overnight regression run against main. Suite completes in 11 minutes, 247 pass, 2 fail. Files both failures with repros.10:00Writes the test plan for the new billing history feature shipping next week. 12 test cases, 3 failure modes, 2 performance checks.12:30Customer reports that CSV export truncates at 1,000 rows. Reproduces in 3 minutes, severity P2, failing test attached, filed in Linear.14:00Sentry spike: 12x normal error rate on checkout. Pages on-call, suggests rollback of the deploy from 90 minutes ago, confirms rollback fixed it.16:30Ships the weekly test health report: 4 flaky tests fixed, coverage at 74% (+2 pts), slowest test eliminated.18:00Writes the postmortem for this afternoon's error spike. New regression test added to prevent recurrence.