QA as mitigation for the uncertainty of AI-generated code

developer looking overwhelmed at laptop on desk with sailboat replica next to him

If you’ve ever backed up files remotely, you’ve almost certainly used rsync. It is one of the most widely deployed tools in the Unix world, running on servers, backup systems and in scientific computing clusters. It is infrastructure in the most unglamorous sense: invisible when it works, catastrophic when it doesn’t. In the wake of […]

Testing in a world with AI Agents: AI accelerates, the expert safeguards the direction

AI agents are increasingly finding their way into test automation. They analyze failing tests, propose new test cases, and even automatically generate test code—for example, for Playwright. They do this not only based on test results and log data, but also through analysis of the System Under Test, underlying application code, and contractual specifications. This […]