hotdogs/Qwen3.8-27B-abliterated-code-analysis-preview

VISIONConcurrent Unit Cost:2Model Size:27BQuant:FP8Context Size:32kTool Calling:SupportedPublished:Aug 23, 2026License:mitArchitecture:Transformer Open Weights Featherless Exclusive Cold

hotdogs/Qwen3.8-27B-abliterated-code-analysis-preview is a 27 billion parameter Qwen3.8-based model developed by hotdogs, specifically fine-tuned for structured code analysis and review. It excels at identifying real bugs, providing line-level reasoning, severity, and concrete fixes across Python, JavaScript, Go, Rust, and C. This model is designed to produce detailed, multi-paragraph code reviews, distinguishing it from general-purpose LLMs.

Loading preview...

Overview

This model, hotdogs/Qwen3.8-27B-abliterated-code-analysis-preview, is a specialized 27 billion parameter Qwen3.8-based language model fine-tuned for comprehensive code analysis and review. It builds upon the hotdogs/Qwen3.8-27B-abliterated base model and was trained using Unsloth LoRA with an r=32 configuration on a custom v2 dataset of 21,009 real code+bug+answer rows. This v2 training specifically addresses and resolves the "template-collapse" issue observed in its predecessor, ensuring the model actively finds and reports bugs rather than generating generic responses.

Key Capabilities

  • Accurate Bug Detection: Identifies real-world bugs such as off-by-one errors, missing cache-hits, fetch not checking res.ok, and async races.
  • Structured Code Reviews: Generates detailed, multi-paragraph reviews that include line-level reasoning, severity assessment, and concrete code fixes.
  • Reasoning Separation: Features an internal monologue (reasoning_content) that is distinct from the user-facing answer, providing a clear thought process.
  • Generalization: Demonstrates the ability to analyze and identify bug types not explicitly present in its training archetypes, leveraging the base model's code knowledge.
  • No Hallucination on Clean Code: Accurately reports "correct, no bugs" for clean code snippets, avoiding the invention of non-existent issues.
  • Multi-language Support: Trained on and proficient in analyzing code written in Python, JavaScript, Go, Rust, and C.

Good For

  • Automated code review systems requiring detailed bug identification and suggested fixes.
  • Developers seeking structured feedback on code quality and potential issues.
  • Applications needing to analyze code snippets for common programming errors and vulnerabilities.