← Reddit

I have no idea what I’m doing…

Reddit · NefariousOne · June 5, 2026
I asked Claude to use GAN-style approach to confirm the accuracy of a parity spreadsheet by cross-referencing my codebase. It found four errors after all that. [link]

Detailed Analysis

A software developer shared a brief but notable account of using Claude to audit a parity spreadsheet against their codebase by prompting the model to adopt a GAN-style (Generative Adversarial Network) verification approach — and the process surfaced four previously undetected errors. The post's self-deprecating title, "I have no idea what I'm doing…", signals that the user arrived at this methodology somewhat intuitively rather than through deep technical planning, yet achieved a concrete and apparently reliable result.

The methodological choice is worth examining. GANs in machine learning involve two competing systems — a generator and a discriminator — that improve through adversarial feedback. By invoking this framing in a prompt, the user essentially asked Claude to simulate an internal adversarial process: generating or verifying content while simultaneously stress-testing or challenging its own outputs. This is an increasingly common form of prompt engineering where users borrow vocabulary from ML architecture to shape how a large language model structures its reasoning, even when Claude is not literally running two separate processes. The fact that this approach yielded actionable discrepancies — four errors in a parity document — suggests the adversarial framing prompted more rigorous cross-referencing behavior.

The use case itself reflects a growing pattern in developer workflows: leveraging Claude not just for code generation but for code auditing, consistency checking, and documentation validation. Parity spreadsheets, which typically track feature or behavioral equivalence across systems, codebases, or versions, are notoriously difficult to maintain manually. They require sustained attention across large amounts of heterogeneous information — exactly the kind of task where LLMs can add meaningful value by holding context across both structured data and unstructured code simultaneously.

The user's admission of uncertainty about their own methodology points to a broader phenomenon in the current AI landscape: practitioners are regularly discovering effective techniques through experimentation rather than formal instruction, and sharing those discoveries in informal community settings. This diffusion of ad hoc best practices — through Reddit posts, social media, and developer forums — is shaping how Claude is actually used in production contexts, often in ways that diverge substantially from intended or documented use cases. The gap between what users think they're doing and what actually produces results has become a productive, if somewhat chaotic, frontier in applied AI.

Article image Read original article →