← Latest papers
⚛️ quantum physics

Qlippy: A Retrieval-Augmented GenAI Assistant for Reproducible Quantum Workflows and Experiment Tracking

Qlippy is a retrieval-augmented GenAI assistant designed to simplify reproducible quantum workflows by grounding its responses in a curated knowledge corpus to explain provenance concepts and automatically integrate MLflow-based experiment tracking into Qiskit programs.

Original authors: Mahee Gamage, Vlad Stirbu

Published 2026-09-07
📖 4 min read🧠 Deep dive

Original authors: Mahee Gamage, Vlad Stirbu

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Quantum computing promises to solve problems that are currently impossible for today's supercomputers, but turning that promise into reality requires more than just brilliant algorithms. It demands a rigorous approach to how scientists build and test their software. In the classical world of standard computers, developers have long relied on careful record-keeping to ensure that an experiment can be repeated with the same result, a process known as tracking. This involves logging every detail of a test, from the specific settings used to the final outcome, so that others can verify the work. However, the quantum world is inherently unstable. The hardware used to run these programs is sensitive to noise and environmental shifts, meaning that running the same code twice can yield different results. This instability makes the need for strict record-keeping even more urgent, yet the tools required to maintain these records are often complex and difficult for researchers to integrate into their daily work.

To address this gap, researchers at the University of Jyväskylä in Finland have developed a new digital assistant called Qlippy. This tool is designed to sit directly inside the software environment where quantum programmers write their code, acting as a guide that helps them adopt these essential record-keeping habits without needing to become experts in the underlying tracking systems. The team found that while artificial intelligence can be a powerful helper, general-purpose AI models often make up facts or lack the specific knowledge needed for such a specialized field. Qlippy solves this by not relying on the AI's internal memory alone. Instead, it constantly consults a curated library of trusted documents and technical manuals before answering a question. This allows the assistant to explain complex concepts clearly and, more importantly, to automatically insert the correct tracking code into a programmer's work, ensuring that every experiment is properly documented as it happens.

The system operates by connecting a chat interface within the developer's code editor to a remote server that holds the necessary knowledge. When a researcher asks a question, such as how to track the performance of a specific quantum circuit, the assistant searches its library of documents for the correct procedure. It then provides a clear explanation of why that step matters and, if requested, rewrites the code to include the necessary tracking commands. This process transforms the abstract idea of "provenance"—which simply means keeping a detailed history of where data comes from and how it was processed—into a concrete action. The researchers demonstrated this by showing how the assistant could take a standard quantum program and automatically add the layers needed to log parameters and results to a tracking system, aligning with a specific framework designed for quantum experiments.

In testing the system, the researchers evaluated how well the assistant answered questions about these tracking methods. They found that a version of the AI running on a local computer, which is smaller and less expensive than the massive models used by large technology companies, performed nearly as well as the commercial giants when guided by the correct documents. The local model answered relevant questions with high accuracy, suggesting that organizations can build powerful, privacy-preserving tools without needing to send their proprietary code to external servers. This is a significant finding because it means that researchers and students can use advanced AI assistance to improve their work without compromising the security of their data or incurring high costs.

The work presented in this paper does not claim to have solved every challenge in quantum software development, nor does it suggest that the tool is perfect. The researchers acknowledge that their system is still a prototype and that its effectiveness depends entirely on the quality of the documents it is given to read. If the source material contains gaps or errors, the assistant's advice will reflect those limitations. Furthermore, the evaluation was conducted on a specific set of questions, and the team notes that more extensive testing with real-world development teams is needed to fully understand how the tool performs in daily practice. Despite these caveats, the study successfully demonstrates that it is possible to build an AI assistant that grounds its responses in verified facts and actively helps developers adopt better scientific practices. By making the complex task of experiment tracking feel like a natural part of writing code, Qlippy offers a practical path toward more reliable and reproducible quantum research.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →