@Replit→ original

Replit Introduces AI Development Cycle: Agent Writes Code, Squidler Tests It

Replit launched a full AI QA cycle in production mode. Replit Agent creates an application from an English-language description, Squidler tests it as a real use

AI-processed from @Replit; edited by Hamidun News
Replit Introduces AI Development Cycle: Agent Writes Code, Squidler Tests It
Source: @Replit. Collage: Hamidun News.
◐ Listen to article

Replit introduced a complete AI development cycle with built-in quality control. Instead of the traditional approach (write code → test manually), users describe their desired application in English, and the system independently goes through the entire path: from writing code to testing and fixing found errors.

How the Closed-Loop Cycle Works

The process consists of three stages that repeat automatically. First, Replit Agent takes an English-language description — for example, "create a simple registration form with email validation" — and generates working application code. Second stage: Squidler, a specialized AI tester, launches this application and interacts with it like a regular user.

It clicks buttons, fills form fields, enters test data, and checks submission results. If Squidler finds bugs — say, the form won't submit or email validation doesn't work — it generates a detailed error report. This report is sent back to Replit Agent, which analyzes the problems, fixes the code, and runs the cycle through testing again.

The cycle repeats until the application passes all checks and is ready for use. Key feature: Squidler sees the application the same way an end user does — at the graphical interface level, not just by analyzing code. This allows it to find errors that a real person might discover: misaligned text, buttons that respond with a delay, forms that lose data when you click the browser's back button.

Squidler Works Like a QA Engineer

Traditional test automation requires writing code: unit tests, integration tests, E2E scenarios. Squidler works differently. It interacts with the application like a live user, without requiring pre-written checks.

  • Sees the interface like a human — clicks elements, fills fields, submits forms
  • Finds UI bugs — incorrect alignment, missing elements, invisible text
  • Generates detailed reports — specifies the exact step where an error occurred
  • Works without preliminary setup — no need to write test cases manually
  • Repeats scenarios — checks different usage paths of the application

This is fundamentally different from static code checks. Squidler works like an integration test at the level of user interaction, so it catches errors that automatic unit tests might miss.

Integration with MCP and Production Launch

The entire QA cycle is now available through Replit's MCP (Model Context Protocol) library. MCP is an open protocol that allows Claude and other AI models to connect to external services, tools, and databases. Launching this functionality means that a developer or AI system can execute a complete workflow in a single session: describe a task in English, get a ready-made application, automatically test it, receive an error report, and get the final fixed application. All of this happens without switching between tools, without running separate services, without manually writing tests.

What This Means

AI development tools are reaching a new level of maturity. The "description → code → testing → fixing" cycle stops being an ideal on a whiteboard and becomes working reality. For developers, this is faster work and reliable applications out of the box. For companies building AI platforms, this is a signal: QA automation is becoming the standard.

ZK
Hamidun News
AI news without noise. Daily editorial selection from 400+ sources. A product by Zhemal Khamidun, Head of AI at Alpina Digital.

Want to stop reading about AI and start using it?

AI News is a curated feed of AI/tech news. Hamidun Academy teaches you to use AI systematically in your work.

What do you think?
Loading comments…