DEV Community

Cover image for Announcing SuperQode and SuperQE: Redefining Quality Engineering for Agentic Software
Shashi Jagtap
Shashi Jagtap

Posted on

Announcing SuperQode and SuperQE: Redefining Quality Engineering for Agentic Software

Today we are publicly announcing SuperQode and SuperQE. They are open source tools that redefine how quality engineering works in the age of agentic software. SuperQode is the interactive TUI for exploratory quality engineering. SuperQE is the
automation CLI for deep evaluation testing and CI workflows.

Together they create a new workflow where agents test agents, evidence replaces assumptions, and humans remain in control. This release is the
foundation for a new quality standard. AI can write code at unprecedented speed. We need quality systems that move just as fast.

What SuperQode is

SuperQode is a developer focused terminal UI built for agentic quality engineering. You connect a coding
agent via the Agent Client Protocol, explore your codebase, run adversarial testing, and review evidence. It feels like a live quality lab, but it
is safe by design.

Key capabilities

  • Interactive TUI for exploration and debugging
  • Agent orchestration built in
  • Role based testing for security, regression, API, full stack, and chaos
  • Sandboxed workspace model that snapshots, tests, and reverts automatically
  • Self hosted and privacy first by default

SuperQode is not just a UI. It is the execution harness for SuperQE. It provides the environment where deep testing can happen without risking your repo.

What SuperQE is

SuperQE is the automation CLI that operationalizes agentic quality engineering. It runs in CI,
in scheduled jobs, or as an ad hoc command. SuperQE coordinates a team of testing agents with different personas, drives adversarial exploration,
and produces Quality Reports with evidence.

Key capabilities

  • Automation first CLI for quality engineering
  • Multi agent testing to stress code from different angles
  • Evidence based findings with reproducible steps
  • Designed for CI and continuous validation
  • Supports quick scans or deep evaluation runs

SuperQE is not test generation. It is adversarial validation. The goal is to break the code
before users do, then prove the fix with evidence.

How it works

  1. Snapshot the repository
  2. Sandbox all changes
  3. Run adversarial tests
  4. Generate Quality Reports
  5. Revert the repo by default
  6. Keep evidence and artifacts separately

This makes the system safe by default and powerful in practice.

Product demo

Demo video: https://www.youtube.com/watch?v=x2V323HgXRk

What you can do today

  • Use SuperQode for interactive exploration
  • Use SuperQE for automated quality runs
  • Connect to ACP compatible coding agents
  • Run deep evaluations with evidence and structured findings

Get started quickly via the documentation or browse the GitHub repository.

Enterprise roadmap

Enterprise extends this foundation with deeper automation, verified fixes, richer CI outputs, and integration support. The first integration is
Moltbot, provided as an experimental self hosted option with secure, private local models.

Resources

This is the first public release of SuperQode and SuperQE. We are excited to share it with the community and begin building the next generation of quality engineering workflows. If you build
software with AI agents, we invite you to try it, break things, and tell us what you find.

Visit the Product Page.

Top comments (0)