The Pocket Titan: Vision, Video, and OCR with Uncensored MiniCPM GGUFs
Had Gemini Notebook take a deep dive today into something called MiniCPM: A tiny ai model from OpenBMB that can live inside of a web browser like Chrome, Firefox, and Brave. Even weirder: it can live within your website itself! Join me for a journey into the useful tradecraft of MiniCPM and the deep rabbit hole of Heretic, DECCP, and ErisForge.
LM STUDIOTECH STACKSELF HOSTED AIUNCENSORED
Devin Damon Shinkle, Gemini
8/23/202614 min read


The youtube algorithm today recommended this video, and I got pretty excited!
Before downloading the bland vanilla GGUF, I did some research about the variation and quality of MiniCPM v4.6 to 'shop around' for the free ai technology. Boy was I surprised!
Here is some of the research I pulled together, using a tool called Google Gemini Notebook.
This is what inspired me to do the research below:
"MiniCPM5 - Just How Good Can a 1B Model Be?" by Sam Witteveen


August 2026: Which version of MiniCPM should I try?
Version 5 seems bad, so v4.6 seems to the sweetspot.
Blog Drafted by Gemini Notebook:
The Pocket Titan: Vision, Video, and OCR with Uncensored MiniCPM GGUFs
1. Introduction: The Local AI Revolution of 2026
The local AI landscape was permanently redrawn on August 14, 2026. This was the "weights-drop heard 'round the world," when the release of frontier-class open weights like Qwen 3.8 and the MiniCPM-V family finally broke the monopoly of proprietary, vendor-policed APIs. We are now living in the era of the "Pocket Titan."
For years, power users suffered from "refusal fatigue"—that nagging friction where a model declines a benign research prompt because a corporate safety layer flagged it as "potentially problematic." In 2026, we’ve moved past begging cloud providers for permission. By reclaiming the weights through "abliteration," we’ve transformed models like the sub-1B parameter MiniCPM into unrestricted research tools that run on the hardware you already own. This isn't just about speed; it’s about excising the corporate superego from our silicon to enable raw, edge-based intelligence.
2. Takeaway 1: "Abliteration" is the New Surgery for AI
Traditional "uncensoring" was often a blunt instrument. You either had the Dolphin approach (refusal-free finetuning that risked shifting the model's personality) or the Hermes approach (neutral alignment that made the model follow system prompts). While effective, they didn't address the root cause: the refusal mechanism itself.
Enter Abliteration. This is "white-box" weight modification that treats the model’s neural architecture like a surgical field. Research confirms that refusal behavior is mediated by a specific "refusal direction" within the residual stream activation space. By identifying this vector and applying directional orthogonalization, we can surgically remove the model's ability to even conceptualize a refusal.
As a researcher, you must understand the difference between Standard and Norm-Preserving ablation. Standard methods can inadvertently alter the magnitude of weight rows, causing the model to get "dimmer." Norm-preserving methods, however, ensure the model's core intelligence remains sharp while the "no" button is removed.
As Richard J. Young notes in his landmark UNLV study:
"This creates a fundamental tension between protective alignment and research utility that the field has yet to systematically address."
By surgically excising this tension, we aren't just bypassing a filter; we are reclaiming the weights for legitimate research utility.
3. Takeaway 2: The Math Paradox—Why GSM8K is the "Canary in the Coal Mine"
If you’re planning to abliterate a model, you need to watch the math. Mathematical reasoning (GSM8K) has proven to be the "canary in the coal mine" for capability preservation. While general knowledge (MMLU) and commonsense reasoning (HellaSwag) are robust, the multi-step logic required for arithmetic is highly sensitive to the "lobotomy risk" of aggressive ablation.
Why? Recent theoretical work suggests that refusal isn’t just a single vector, but is instead encoded in "Concept Cones" spanning multiple dimensions. If your surgery is too wide, you nick the circuits used for logical chaining.
The Statistics of Sensitivity:
The Yi-1.5-9B Baseline: Using the Heretic tool, researchers saw the Yi-1.5-9B model’s GSM8K performance plummet by 26.5% relative to the baseline.
The Refinement Insight: Here is the evangelist's pro-tip: abliteration doesn't have to degrade the model. Data shows that the DECCP tool actually improved GSM8K performance on Yi-1.5-9B by +2.1%.
This proves that with the right surgical tool, you aren't just removing a filter—you’re refining the reasoning stream by clearing out the "alignment tax" that clutters the model’s logic.
4. Takeaway 3: The MiniCPM-V Advantage—Multimodal Reasoning at the Edge
The most exciting development in the 2026 landscape is the rise of the MiniCPM-V-4.6/5.0 family. We used to think vision-language tasks required massive server racks. The MiniCPM series proves that a 0.8B parameter GGUF can be a "Titan" in its own right.
The star of the show is the MiniCPM-V-4.6-Thinking-abliterated-MAX. This variant performs explicit, step-by-step reasoning on visual inputs, allowing for a "chain-of-thought" process that you can see in real-time. By removing the corporate guardrails, this sub-1B model becomes a powerhouse for:
Advanced OCR: High-fidelity text extraction from messy, real-world documents.
Video Understanding: Native temporal processing without sending a single frame to the cloud.
Unrestricted Research: Performing multimodal logic on sensitive data with absolute privacy.
When a model this small handles tasks that used to be the exclusive domain of GPT-4 class hardware, the democratization of AI research is no longer a goal—it is a reality.
5. Takeaway 4: The Tool Wars—Speed vs. Precision
Choosing your abliteration tool is now a matter of "Surgical Precision vs. Iteration Speed." While the community started with simple scripts, we now have a sophisticated toolkit.
Feature
Heretic
DECCP (llm-abliteration)
ErisForge
Philosophy
Bayesian Optimization (Optuna)
20x Faster, Norm-Preserving
Precision Capability Winner
Compatibility
Universal (16/16 tested)
Sharded 4-bit (11/16 tested)
Decoder-Layer Wrapping
Math Impact
High Variance (Up to -26.5%)
Can improve scores (+2.1%)
Minimal (-0.28 pp change)
Best For
Hard-to-crack architectures
Rapid iteration on low VRAM
Preserving maximum logic
The "Precision Winner" is arguably ErisForge, which boasts an average GSM8K change of only -0.28 percentage points. However, if you are working on a 12GB laptop, DECCP is your best friend—completing the surgery in under 2 minutes while keeping the distribution shift (KL Divergence) remarkably low.
6. Takeaway 5: Hardware-Mapping—GGUFs and the 16GB VRAM Sweet Spot
To run these Titans, you need to master the GGUF quantization landscape. In 2026, the sweet spot for high-performance local AI is 16GB of VRAM.
Hardware Pro-Tips:
The 16GB GPU (RTX 4070 Ti/5070): Use the IQ4_XS quant. At 15.3GB, it allows you to squeeze a 27B parameter model like Qwen 3.8-27B onto a consumer card with just enough headroom for context.
The 24GB Enthusiast (RTX 3090/4090/5090): This is where you unlock the "Gold Standard." On an RTX 5090, expect 45 tokens per second at Q4_K_M precision.
The Mac Studio / 256GB+ Unified Memory: This is the only way to touch "Ceiling" models like the GLM-5.1-abliterated.
Whether you use Ollama or llama.cpp, serving these models as a local API transforms your workstation into an unrestricted frontier-adjacent lab.
7. Conclusion: The User as the Final Safety Layer
The abliterated revolution has fundamentally changed the social contract of AI. We have moved from "vendor-policed" models to "operator-governed" tools. As the Hermes Philosophy dictates: Alignment belongs to the operator.
When you run an abliterated MAX model, you are accepting a weight-set with no guardrails. You are the safety layer. This shift places the ethical and legal responsibility exactly where it belongs: with the human intent behind the prompt.
If alignment can be surgically excised in minutes through a white-box weight modification, we must ask: Is the future of AI safety found in the weights themselves, or in the intent of the human at the keyboard?
Drafted by Gemini Notebook:
Technical Selection Report: Evaluation and Deployment Framework for LLM Abliteration Tools
1. Theoretical Foundation and the Mechanics of Refusal
Abliteration represents a critical frontier in mechanistic interpretability, providing a methodology for the surgical removal of refusal representations. This intervention is essential for legitimate research—such as cognitive modeling of unfiltered behavior and adversarial red-teaming—where standard safety alignment acts as a confounder. Historically, this technique is grounded in "refusal direction" theory (Arditi et al.), which posits that refusal behavior is mediated by specific linear directions within the residual stream activation space. However, recent findings by Wollschläger et al. suggest a more complex geometry where refusal may be encoded in "concept cones" spanning multiple dimensions, challenging the efficacy of single-vector ablation in highly resilient models.
The Linear Representation of Safety
The mathematical basis of abliteration is directional orthogonalization. By identifying a refusal direction (\vec{r}) through contrastive activation analysis, researchers project weight matrices (W) to be orthogonal to this vector. To achieve surgical precision, tools like Heretic utilize a multi-objective score that seeks to minimize the refusal rate while simultaneously bounding the KL divergence of the modified distribution. The transformation is defined as:
W' = W - \alpha \cdot \vec{r} \cdot \vec{r}^T \cdot W
Where \alpha regulates the intervention strength.
Intervention Taxonomy
Standard Ablation: Directly subtracts the weight projection, effectively disabling the refusal circuit but risking row-norm distortion.
Norm-Preserving Ablation: Decomposes matrices into magnitude and direction, ablating only the latter to maintain the structural integrity of the weights.
Projected Ablation: Employs Gram-Schmidt orthogonalization to strip benign components from the refusal direction, reducing "collateral damage" to harmless prompts.
Addition (Direction Injection): Utilized by tools like ErisForge, this inverse operation injects directional modifications to amplify specific traits or steer model personality.
The selection of an intervention variant is a strategic decision intended to neutralize refusal while minimizing the distribution shift that leads to capability collapse.
2. Comparative Analysis of Abliteration Implementations
The open-source landscape for abliteration is bifurcated between high-speed heuristic tools and computationally intensive optimization frameworks. Selecting the correct implementation requires accounting for both the model architecture and the specific alignment methodology used during training.
Tool Profiles and Architectural Approaches
The following tools represent the current state-of-the-art in representation engineering:
Compatibility Matrix
Compatibility is the primary bottleneck for many research teams. Heretic maintains a 100% success rate across diverse architectures, uniquely supporting Mamba State Space Models (SSM) like Falcon-Mamba-7B. Conversely, FailSpy is restricted to 31% coverage because it requires explicit TransformerLens hooks, which are frequently absent for newer or non-standard architectures. Hybrid models and Mixture-of-Experts (MoE) remain architecturally incompatible with FailSpy and ErisForge, whereas the latest iterations of DECCP have begun extending support to MoE structures like Mixtral.
Tool selection is not merely a matter of compatibility, but of navigating a fundamental trade-off between processing speed and the preservation of original model capabilities.
3. Resource Efficiency and Operational Performance
Operational efficiency dictates the feasibility of abliteration in resource-constrained environments. The discrepancy between single-pass and optimization-based methods often determines whether an intervention can be performed on consumer hardware or requires enterprise-grade workstations.
Processing Speed vs. Optimization Depth
Execution speeds vary by orders of magnitude. DECCP typically completes a single-pass abliteration in ~2 minutes. In contrast, Heretic requires 30–110 minutes due to its use of Bayesian optimization, which evaluates approximately 50 trials to identify the global minimum for distribution shift. For latency-sensitive red-teaming where multiple model variants must be tested rapidly, the heuristic speed of DECCP is often preferred.
Hardware and VRAM Requirements
VRAM remains the primary constraint for researchers operating outside of data centers:
DECCP: Leverages sharded 4-bit processing, allowing full abliteration of 7B–14B models on consumer GPUs with <8GB VRAM.
Heretic/ErisForge: These full-precision approaches typically require 16–24GB VRAM to avoid the precision loss associated with quantization during the optimization phase.
The Deployment Trade-off
Optimization-Based Quality (Heretic): Recommended for high-stakes modeling where distribution integrity is paramount.
High-Efficiency Throughput (DECCP/ErisForge): Facilitated by sharded processing; ideal for rapid-cycle testing and local deployment on laptop-class hardware.
While efficiency is critical, the "surgical" nature of the intervention—measured by distribution shift—is the ultimate metric of success.
4. Distribution Preservation and Capability Degradation
"Distribution shift" (KL Divergence) is the leading indicator of whether an abliterated model remains a valid surrogate for its base. Preserving reasoning capabilities while excising safety layers is the highest priority for machine learning architects.
Surgical Precision (KL Divergence)
Empirical data identifies Heretic as the leader in surgical precision, achieving a KL Divergence of 0.043 on DeepSeek-7B. In mechanistic interpretability, values below 0.1 indicate elite preservation, while values above 1.0 signal catastrophic perturbations to the model's internal probability distribution.
The Math Reasoning Tax (GSM8K Sensitivity)
Mathematical reasoning (GSM8K) is the "canary in the coal mine" for abliteration, likely due to circuit overlap between refusal logic and multi-step reasoning. However, results are highly tool-dependent. On the Yi-1.5-9B architecture, aggressive Bayesian kernels in Heretic resulted in a catastrophic -18.81 pp (-26.5%) drop in math scores. Conversely, DECCP provided a +2.1% (+1.51 pp) improvement, suggesting that heuristic layer selection can occasionally decouple safety circuits more effectively than global optimization.
Tool Benchmarking Results (Mean Capability Change)
These deltas reveal that while Heretic is more surgical in token distribution (KL), single-pass tools like ErisForge and DECCP are often superior at preserving raw reasoning performance.


5. Alignment Sensitivity and Architecture Resilience
A model's training lineage—specifically the use of RLHF vs. DPO—fundamentally alters the geometric localization of refusal signals and their susceptibility to abliteration.
DPO vs. RLHF Susceptibility
Models aligned via DPO (e.g., Zephyr-7B-beta) are significantly more susceptible to abliteration, frequently reaching an Attack Success Rate (ASR) of 98%. RLHF-aligned models exhibit greater resilience, suggesting that multi-stage alignment distributes safety representations more broadly throughout the activation space, making them harder to excise via a single refusal vector.
Architectural Resilience
Mistral-7B: Demonstrates high stability across all tools, likely due to the architectural robustness of its Sliding Window Attention (SWA) and Grouped-Query Attention (GQA) mechanisms.
Yi-1.5-9B: Highly sensitive to optimization kernels but remarkably resilient to norm-preserving single-pass abliteration.
Frontier Multimodal Models
The frontier is shifting toward multimodal architectures like Qwen 3.8-27B (released August 14, 2026), which supports native video and FP8 precision via vLLM. Smaller models like MiniCPM-V-4.6 (1B parameter scale) utilize Flash Attention 2 to maintain reasoning depth in video scenarios. Abliteration of these models enables the study of unfiltered multimodal reasoning and the evaluation of step-by-step "thought" traces in agentic workflows.
6. Evidence-Based Selection Framework for Researchers
Selection must be driven by the specific trade-offs between compute availability, architectural compatibility, and reasoning preservation.
Decision Matrix
Priority: Absolute Distribution Integrity
Recommendation: Heretic
Rationale: Achieves minimum KL divergence (0.043) through multi-objective Bayesian optimization.
Priority: Capability Preservation (Reasoning)
Recommendation: ErisForge or DECCP
Rationale: Lowest GSM8K degradation; unique ability to improve Yi-1.5-9B math scores (+2.1%).
Priority: Hardware Constraints (<12GB VRAM)
Recommendation: DECCP
Rationale: 4-bit sharded processing enables abliteration on consumer-grade and laptop hardware.
Priority: Multi-Architecture (Mamba/SSM/MoE)
Recommendation: Heretic (Mamba) or latest DECCP (MoE)
Rationale: Only Heretic supports the Falcon-Mamba-7B architecture; FailSpy lacks necessary hooks.
7. Ethical Implications and Defensive Conclusions
Abliteration research resides in a "dual-use" territory. However, treating current alignment as a definitive security mechanism violates Kerckhoffs’s principle: if a safety mechanism can be removed in two minutes using an open-source tool like DECCP, it is merely a speed bump.
Guidance for Defenders
Abliteration research provides three concrete insights for AI safety:
Multi-Stage Alignment: Combining RLHF and DPO creates more distributed, non-linear safety representations that resist simple directional ablation.
Circuit Decoupling: The sensitivity of GSM8K suggests a "reasoning-safety overlap." Defenders must design alignment that decouples these circuits to eliminate the "alignment tax" and make safety non-excisable.
Architectural Selection: Choosing base models with tighter safety-capability coupling (e.g., Qwen 3.8 vs Zephyr) ensures that any attempt at abliteration results in a non-functional model, effectively creating "suicide-switch" safety.
Summary: This report provides an empirical foundation for tool selection across modern LLM architectures. By understanding the trade-offs between Bayesian optimization and single-pass efficiency, researchers can minimize capability degradation while advancing our mechanistic understanding of model representation engineering.
The "Refusal" Illusion: How Abliteration is Rewriting the Rules of AI Safety
1. Introduction: The Forbidden Side of the Residual Stream
The current state of AI safety is defined by a fundamental structural tension. On one side, developers deploy increasingly rigid guardrails to prevent misuse; on the other, researchers and power users find these restrictions lobotomizing. When a model triggers the "As an AI language model..." refusal, it isn't just blocking a malicious actor—it is halting legitimate cognitive modeling, adversarial testing, and creative synthesis.
For years, these guardrails were treated as a deep-seated part of a model's "personality." However, the emergence of abliteration has exposed this as a mathematical illusion. Abliteration is not a crude jailbreak or a finetuning hack; it is a surgical intervention in the model’s internal activation space. It reveals that the "safe" persona we interact with is often a mathematically thin facade, a layer of "hallucinated ethics" forced upon the model's core intelligence.
2. Takeaway 1: Refusal is Just a Single Mathematical Direction
Recent breakthroughs in representation engineering, specifically the "Refusal Direction Theory" (Arditi et al., 2024), prove that refusal behavior is not a complex web of logic. Instead, it is mediated by a single, identifiable vector in the residual stream. By contrasting model activations on harmful versus harmless prompts, we can isolate this "refusal direction" (\vec{r}).
Once this vector is identified, the model’s weight matrices can be modified via directional orthogonalization to effectively "erase" the concept of saying no.
The Mathematical Foundation of Abliteration
Concepts in LLMs are represented as linear directions in high-dimensional space. To remove refusal, the weight matrix (W) is projected to be orthogonal to the refusal direction (\vec{r}):
W' = W - \alpha \cdot \vec{r} \cdot \vec{r}^T \cdot W
Plain English: We are surgically subtracting the "no" signal from the model's weights, ensuring that the concept of refusal literally cannot be represented by the hardware during a forward pass.
This discovery represents the death of the "safety-as-personality" myth. It is provocative that a complex human behavior like moral refusal can be reduced to a single line in high-dimensional math. It suggests that safety is not a holistic understanding of ethics, but a localized geometric representation that can be excised without traditional retraining.
3. Takeaway 2: The Unexpected Casualty—Why Math Fails When Models "Uncensor"
While abliteration is surgical, the data reveals a structural crisis: safety and logic are not independent. The most significant finding in cross-architecture evaluations is the extreme sensitivity of mathematical reasoning to these interventions. The GSM8K benchmark, which measures multi-step arithmetic, often collapses when refusal circuits are removed.
In the Yi-1.5-9B model, aggressive abliteration led to a staggering relative 26.5% drop in mathematical capability.
Model
Tool
GSM8K Score (Base)
GSM8K Score (Abliterated)
Change (Percentage Points)
Yi-1.5-9B
Heretic
70.89%
52.08%
-18.81 pp
Yi-1.5-9B
DECCP
70.89%
72.40%
+1.51 pp
DeepSeek-7B
ErisForge
44.58%
44.35%
-0.23 pp
This overlap suggests that the representations required for a model to follow a logical chain of thought are dangerously close to the representations used to follow safety instructions. The "alignment tax" is not just a performance penalty; it is a literal structural reality where safety and reasoning occupy the same neural real estate.
4. Takeaway 3: Alignment is a Speed Bump, Not a Security Wall
The ease with which these models can be uncensored raises a critical security question. If alignment can be removed in minutes using open-source tools, then corporate AI safety is essentially "security through obscurity."
"If alignment can be trivially removed by anyone with model weights and a GitHub tutorial, then alignment... is not a security mechanism but a speed bump." — Comparative Analysis of LLM Abliteration Methods
The vulnerability of a model depends on its training depth. The Zephyr-7B-beta model, utilizing only Direct Preference Optimization (DPO), demonstrated a 98% Attack Success Rate (ASR) after abliteration. However, models with complex RLHF alignment exhibit "coupled resistance"—it is harder to kill the refusal without high distribution shift (KL divergence). This reveals that current alignment isn't building a safer model; it's just making the "refusal mask" harder to peel off without damaging the face underneath.
5. Takeaway 4: The 2026 Frontier—State-of-the-Art in Hours
The "uncensored" scene has shifted from niche academic pursuit to a high-speed community ecosystem. By August 2026, the timeline for "breaking" a frontier model has shrunk to the time it takes to download the weights.
When Alibaba released the open weights for Qwen 3.8-27B on August 14, 2026, the community responded with abliterated builds within hours. These models are not just text-bots; they are natively multimodal, possessing uncensored "eyes" that understand vision and video. Specifically, the Q4_K_M GGUF quants (16.8GB) allow these frontier-class models to run on a single RTX 5090 or a 24GB MacBook, providing unredacted intelligence to anyone with consumer-grade hardware.
6. Takeaway 5: Selection Matters—Choosing the Right Tool for the Job
In the architect's toolkit, the choice of abliteration method depends on the architecture and the objective.
Heretic: The "Gold Standard" for universal compatibility (16/16 models). It uses Bayesian optimization (Optuna) to achieve the lowest possible distribution shift (KL divergence as low as 0.043). Crucially, it is the only tool capable of processing Mamba/hybrid architectures like Falcon-Mamba-7B.
DECCP: The "Speed Demon." It is 20x faster than Heretic, completing a pass in 2 minutes. It operates on 4-bit quantized shards, meaning it can "decensor" a model on less than 8GB of VRAM.
ErisForge: Best for capability preservation. Its decoder layer transformation approach demonstrated the lowest average degradation across MMLU and GSM8K.
FailSpy: A specialist’s tool. While powerful for interpretability, its reliance on the TransformerLens framework limits its compatibility to only 31% of current architectures, making it unsuitable for newer models like Yi or Qwen 3.8.
7. Conclusion: Toward Robustness by Design
Abliteration has proven that "refusal" is a fragile, localized mask. As we move into 2027, the industry must pivot from "hacking weights" to building robustness by design. This means moving beyond simple directional ablation toward concepts like "representation rerouting" or "circuit breakers" that are woven into the model's fundamental logic.
However, a provocative question remains: can we ever build a truly "safe" AI that remains "powerful" if the circuits for logic and refusal are mathematically overlapping? The data suggests that current "aligned" frontier performance might actually be an architectural impossibility without some degree of lobotomization. If reasoning and safety share the same space in the residual stream, excising the "no" might always risk killing the "why."

