aipat.ch· patching the gaps in AI
← Back to all projects
Harness QUA · 26

quality

Quality is a code scanner built around the kinds of mistake AI tends to make. God classes, sloppy credential handling, oversized files that are painful to work with, and a few other patterns. It runs against a project and hands the findings back to the bot that wrote the code, so the first wave of fixes happens before I sit down to review anything.

Harness Internal fastify · postgres

About this project

AI generates a lot of code, very quickly. That is mostly the point, but it creates a real problem for review: I was trained to read every line of what my team shipped, and with AI output that doesn't scale. Something has to take the hard edges off before the human review stage, and that is what Quality is for.

It scans a project for the things AIs are typically bad at. God classes. Clumsy credential handling and related security smells. Big unbroken blobs of code that not only read badly but make the AI itself less efficient next time, because it's chewing through tokens re-reading the same wall of text. The findings go back to the bot that wrote the code, and it makes a first pass at cleanup.

The result is that by the time I sit down to review, the obvious stuff has already been dealt with. I will also run it before open-sourcing any of these projects, so if you see one in a public repo, you can assume it has had a Quality pass. Not claiming it catches everything, but at least a real check has happened.

Screenshots

qual Projects dashboard with scan status per project
Web · desktop qual Projects dashboard with scan status per project

Details

RefQUA · 26
ZoneHarness
StatusInternal
Stackfastify · postgres
Source Not published