Sat, September 5, 2026
12 min read
Shortening the Development Cycle by Handing QA Testing to an AI Agent — Design Notes for OpenAI GPT-6 Astra and Computer Use
#ai-agent#qa-automation#computer-use#openai#gpt-6-astra#e2e-testing#development-velocity
Design notes for handing QA testing to an AI agent by pairing OpenAI's GPT-6 Astra with the Computer Use API, as of September 2026. A deterministic E2E suite and an exploratory AI tester serve different goals and run at different times. Placing the AI tester in four specific slots (the developer's local environment, running Codex alongside the ChatGPT desktop app's Computer Use; per-PR exploration; nightly broad sweeps; and replacing the manual-QA entry point) shortens the release cycle without over-reaching. This article covers what to hand off and what to hold back, how to design records and reproducibility, and how to keep non-determinism, cost, and sensitive-data exposure in check, based on official docs and OSS implementations.
read more →