ChatGPT + Gemini Write My Code Docs: Microsoft's AI Checker Shows 100% Human

An investigative piece on how combining multiple large language models and prompt tactics can produce high-quality, undetectable developer documentation

306 Views
02 October 2025 7:10 AM
Average Reading Time: 5 Minutes
ChatGPT + Gemini Write My Code Docs: Microsoft's AI Checker Shows 100% Human
ChatGPT + Gemini Write My Code Docs: Microsoft's AI Checker Shows 100% Human

ChatGPT, Microsoft, and Gemini: The Documentation That Fooled Everyone

ChatGPT from OpenAI and Google's Gemini fooled Microsoft's own AI detection system completely. Alex Rodriguez, senior developer at a Fortune 500, discovered that Microsoft Azure AI couldn't detect his AI-generated documentation.

Rodriguez writes zero documentation manually. ChatGPT creates structure, Gemini adds examples, sometimes Claude from Anthropic polishes. This combination passes every Microsoft audit. Even GitHub Copilot's detection, owned by Microsoft, failed completely.

The Documentation Trinity Beats Azure AI

ChatGPT from Sam Altman's OpenAI handles technical accuracy while Google DeepMind's Gemini adds variety. This Large Language Model combination exploits how Microsoft's Machine Learning detection focuses on single-model patterns. The cloud-language-model collaboration through Artificial Intelligence creates undetectable technical documentation.

This Large Language Model combination beats Perplexity AI's technical writing. The secret isn't in the cloud-language-model capabilities individually, but how they complement each other. While GPT-4 Turbo excels at code explanation and Claude at readability, Gemini's Artificial Intelligence adds the human inconsistencies that fool detectors.

Rodriguez learned the system from this underground documentation guide that Microsoft doesn't want public.

The Documentation Protocol using Prompt Engineering:

TECHNICAL_DOC_PROTOCOL: {

  chatgpt_role: "technical_accuracy",

  gemini_role: "examples_and_variety",

  claude_role: "narrative_polish",

  temperature_variance: [0.71, 0.74, 0.69],

  style_mixing: true,

  inconsistency_injection: 0.3

}

From 20 Hours to 20 Minutes Per Project

Before the System:

  • API documentation: 8 hours minimum
  • Code comments: 4 hours per module
  • README files: 2 hours each
  • Architecture docs: 12 hours
  • Total per sprint: 26 hours documentation

After ChatGPT + Gemini:

  • API documentation: 30 minutes
  • Code comments: 10 minutes per module
  • README files: 5 minutes each
  • Architecture docs: 45 minutes
  • Total per sprint: 90 minutes

Rodriguez's productivity exploded. Same salary, 10x output. Promoted twice in one year.

The Microsoft Detection Test Results

Rodriguez tested 100 documents through Microsoft's system:

ChatGPT alone: 73% detected as AI Gemini alone: 81% detected as AI Claude alone: 69% detected as AI ChatGPT + Gemini combination: 4% detected All three with protocol: 0% detected

The combination breaks detection because:

  1. ChatGPT provides technical precision
  2. Gemini adds unexpected examples
  3. Claude smooths transitions
  4. Mixed temperatures create natural variety
  5. Intentional inconsistencies mirror human writing

Real Code Documentation Example

Original ChatGPT output (detected):

"This function processes user authentication by validating credentials against the database and returning a JWT token upon successful verification."

After Gemini + Protocol (undetected):

"Handles user auth - basically checks if your credentials match what's in the DB. If they do, you get a JWT token back. Note: this assumes the database connection is already established (see db-config.js for that mess)."

The second version has:

  • Casual language ("basically", "that mess")
  • Inconsistent terminology (auth vs authentication)
  • Parenthetical aside
  • Implied frustration ("that mess")
  • All technically accurate

Bonus: The Code Documentation Prompt

Rodriguez's Microsoft-approved prompt:

Documentation for: [CODE_TYPE]

ChatGPT: Technical accuracy

Gemini: Diverse examples

Claude: Narrative flow

Style: Mix formal/casual, include "NOTE:" comments

Imperfections: Occasional typos, inconsistent formatting

 

 

Why This Matters for Every Developer

Rodriguez now leads documentation standards at his company. Nobody knows it's AI-generated. His method spread to 200+ developers across 15 companies.

The implications:

  • Documentation debt eliminated
  • Developers code instead of writing
  • Quality actually improved
  • Audit compliance 100%
  • Nobody can tell the difference

Microsoft's investment in AI detection: $50M+ Rodriguez's investment: $20 ChatGPT + $20 Gemini subscriptions Result: Complete detection failure

His prediction: "Within 6 months, every tech company will use AI for docs. The ones fighting it are already losing. Microsoft's own developers probably use this method."

Rodriguez's GitHub shows 500+ perfectly documented projects. All AI-generated. All undetected. His documentation even won Microsoft's "Best Practices Award" last quarter.

href="https://t.co/GfcRNryF7u">pic.twitter.com/GfcRNryF7u

— Mohini Goyal (@Mohiniuni) August 27, 2025

 

The irony is perfect.