VS Code Extensions
Drift - By Waaiz

Drift - By Waaiz

by ntsai

Did the AI actually follow your instructions?

Downloads

1

Rating

(0)

Version

1.2.4

Last updated

Jun 07, 2026

AI

Did the AI actually follow your instructions?

Drift is a VS Code extension that compares what you told the AI to do against what it actually generated — and flags every place it drifted from your intent.

The Problem

66% of developers say their top frustration with AI coding tools is output that's "almost right, but not quite." Almost-right code is worse than clearly wrong code — it passes tests and fails in production.

Drift catches the gap between what you meant and what the AI chose.

How It Works

  1. Paste your original prompt into Drift
  2. Paste the AI-generated code
  3. Hit Run Analysis
  4. Drift flags every place the AI violated your instructions, made assumptions you didn't ask for, or quietly changed things you told it not to touch

Setup

Drift uses the Groq API to analyze your code. It's free.

  1. Go to console.groq.com and create a free account
  2. Generate an API key
  3. In VS Code, go to Settings and search drift
  4. Paste your Groq API key into the Drift: Api Key field

Usage

  1. Click the Drift icon in the left activity bar
  2. Paste your prompt in the Prompt field
  3. Paste the AI output in the Output field
  4. Click Run Analysis
  5. Review the findings — critical issues, warnings, and an intent match score

Privacy

Your code is sent to Groq's API for analysis. Drift never stores your prompts or code. Your API key lives only in your local VS Code settings and is never shared.

Feedback

Found a bug or have a feature request? Open an issue on GitHub.

Built by Waaiz.

Related extensions