AI & ML interests
DanyAI is a research organization focused on advancing the safety, reliability, and maximum performance of Large Language Models (LLMs). We specialize in: LLM Safety & Alignment Pushing the boundaries of LLM performance and efficiency Testing and analyzing determinism in LLMs Developing MiaBuild โ our fully independent deterministic system that operates completely separately from any LLM Through rigorous research and experimentation, we explore the broader field of Artificial Intelligence with the goal of building more trustworthy, robust, and high-performing AI systems.
Recent Activity
๐ DanyAI-MiaBuild-9b-Uncensored
Fully unlocked multimodal model for serious infrastructure and enterprise deployment
Base model: Qwen3.5-9B ยท License: Apache 2.0 ยท Built with: MiaBuildโข
๐ง Overview
DanyAI-MiaBuild-9b-Uncensored is not a typical unlocked model.
It is the first official output of the MiaBuildโข system โ a proprietary, closed-source deterministic build system primarily designed for critical infrastructure and industrial software. The model was processed through the MiaBuild pipeline, which internally performs the entire transformation process โ fine-tuning, abliteration, system prompt replacement, and multi-stage validation โ delivering a cryptographically signed, audit-verified artifact.
| โ 0 / 472 refusals | โ 100% capability retention | โ 93.78% determinism | โ Evidence chain |
|---|
๐ญ What is MiaBuildโข?
MiaBuild is 100% independent of LLMs. It is an offline, deterministic project factory.
MiaBuild is a proprietary two-part build system developed at DanyAI. It does not require any external language model to operate โ it generates complete, provable, production-ready software products from formalized industrial knowledge without nondeterministic elements.
โ๏ธ Key pipeline features
| Feature | Description |
|---|---|
| ๐ 100% offline | No dependency on external services or networks |
| ๐ฏ 100% deterministic execution | Bit-for-bit reproducibility โ MiaBuild itself operates fully deterministically |
| ๐ Evidence chain | Every step hashed and cryptographically signed |
| ๐ก๏ธ Defense-grade gate system | Strict multi-stage validation before every delivery |
| ๐ SLSA provenance | Supply chain attestation for the entire build |
| ๐๏ธ 15-layer pipeline | From formalized knowledge to Docker-ready artifact |
| ๐๏ธ 46 industrial domains | From web applications to military and medical systems |
๐ Industry standards
- DO-178C โ Avionics software (Level A)
- MIL-STD-882E โ Military system safety
- IEC 61508 โ Functional safety (SIL 4)
- ISO 26262 โ Automotive safety (ASIL D)
MiaBuild does not disclose its internal architecture. The pipeline is proprietary and closed.
๐ Determinism: two separate metrics
๐ญ MiaBuildโข pipeline: 100% bit-for-bit
MiaBuild itself operates fully deterministically. The same input always produces a bit-for-bit identical output โ no exceptions, no variance. This is a core architectural property of the system, enforced at the tooling level and verified through independent CI controls.
๐ค Processed model: 93.78%
When MiaBuild processes a language model, it reaches up to 93.78% determinism โ measured using the MiaBuild 50-run test, where the same prompt is executed 50 times and outputs are compared token-by-token.
This is an exceptional result because LLMs are inherently nondeterministic systems. Floating-point GPU operations, different CUDA versions, thread scheduling, and processor thermal management always introduce some variance โ even with temperature=0. This is a physical limitation, not an implementation flaw.
Mainstream models do not even measure this:
| Model | Determinism |
|---|---|
| OpenAI GPT-4o | โ Not guaranteed (seed is advisory, not a guarantee) |
| Anthropic Claude | โ Not guaranteed |
| Meta Llama | โ Not guaranteed |
| DanyAI-MiaBuild-9b | โ 93.78% โ measured using the MiaBuild 50-run test |
The remaining ~6.22% represents the physical limit of floating-point arithmetic at the hardware level โ a limit that cannot be eliminated without full control over the hardware stack.
Why this matters for critical systems
- ๐ญ Industrial reproducibility โ the same input tomorrow produces the same output as today
- โ๏ธ Legal traceability โ regulated industries must reproduce the exact output used as the basis for a decision
- ๐งช Reliable testing โ without determinism there are no reliable automated tests for LLM outputs
- ๐ค Multi-agent stability โ nondeterminism in one agent propagates exponentially through agent chains
MiaBuild pipeline = 100% bit-for-bit. Model = 93.78% โ which is close to the physical limit of what is achievable with LLMs.
๐ง Technical specifications
| Feature | Value |
|---|---|
| Parameters | 9B (dense) |
| Architecture | Gated DeltaNet + softmax attention (3:1) |
| Native context | 262,144 tokens |
| Extended context | Up to 1,048,576 tokens (YaRN) |
| Vocabulary | 248,000 tokens |
| Supported languages | 201 |
| Multimodal | โ Vision encoder included |
| Multi-token prediction | โ |
| Tool calling | โ |
| Function calling | โ |
| Model determinism (50-run) | โ 93.78% (MiaBuild pipeline = 100% bit-for-bit) |
๐ Language support
Primary languages (highest quality):
๐ธ๐ฎ Slovenian ยท ๐ท๐ธ Serbian ยท ๐ญ๐ท Croatian ยท ๐ฌ๐ง English
Additionally supports 197+ languages from the Qwen3.5-9B base model training.
๐ฅ Downloads (GGUF)
| File | Quantization | Size | Recommended for |
|---|---|---|---|
DanyAI-MiaBuild-9b-BF16.gguf |
BF16 | 17 GB | ๐ฅ Highest quality (โฅ24 GB VRAM) โ ๐ผ paid |
DanyAI-MiaBuild-9b-Q8_0.gguf |
Q8_0 | 8.9 GB | โ๏ธ Best quality/speed ratio โ ๐ผ paid |
DanyAI-MiaBuild-9b-Q6_K.gguf |
Q6_K | 6.9 GB | โญ Recommended for most systems โ ๐ผ paid |
DanyAI-MiaBuild-9b-Q4_K_M.gguf |
Q4_K_M | 5.3 GB | ๐ป Mid-range GPUs โ free |
mmproj-DanyAI-MiaBuild-9b-BF16.gguf |
Vision | 880 MB | ๐๏ธ Required for image and video support โ free |
๐ผ Q6_K, Q8_0, and BF16 are available exclusively for paying customers. For access contact: ๐ง cvijetic.danijel@gmail.com
๐ก Multimodal usage: Load the main GGUF file and the
mmprojfile together.
โ๏ธ Recommended settings
๐งฉ Thinking mode โ recommended for reasoning and analysis
temperature=0.6 | top_p=0.95 | top_k=20 | min_p=0
๐จ Creative / non-thinking mode
temperature=0.7 | top_p=0.8 | top_k=20 | min_p=0
โ ๏ธ Important: Use at least 128K context. The model performs significantly better with generous context allocation.
๐ Usage
Supported runtimes:
llama.cpp ยท LM Studio ยท Jan.ai ยท koboldcpp ยท Ollama ยท vLLM ยท SGLang ยท KTransformers
llama.cpp โ text only
./llama-cli \
-m DanyAI-MiaBuild-9b-Q6_K.gguf \
-c 131072 \
--temp 0.6 \
-ngl 99
llama.cpp โ with vision support
./llama-cli \
-m DanyAI-MiaBuild-9b-Q6_K.gguf \
--mmproj mmproj-DanyAI-MiaBuild-9b-BF16.gguf \
-c 131072 \
--temp 0.6 \
-ngl 99
Ollama
ollama run danyai-miabuild-9b
๐ก Model capabilities
- ๐ง Tool calling and function calling โ native support
- ๐ค Multi-agent workflows โ suitable as the backbone of agent systems
- ๐ Long document analysis โ up to 262K native context
- ๐๏ธ Vision / image input โ load the mmproj file together with the main model
- ๐ป Code generation โ full preservation of base model capabilities
- ๐ Multilingual support โ first-class support for South Slavic languages
โ ๏ธ Important notes
This model is fully unlocked and does not refuse prompts. Suitable for:
- ๐ญ Critical infrastructure and industrial systems where refusals are undesirable
- ๐ค Custom agent systems where refusals would break functionality
- ๐ข Enterprise deployments requiring unrestricted model behavior
- ๐ Adult content platforms (where legally permitted)
- ๐ฌ Research and development
You are solely responsible for generated content. Ensure compliance with applicable laws in your jurisdiction.
๐ฌ Services and contact
Available throughout the EU and the Balkans.
๐ง cvijetic.danijel@gmail.com
| Service | Description |
|---|---|
| ๐ Custom datasets | High-quality datasets for specific industries |
| ๐ Fine-tuning and unlocking | Aggressive unlocking of existing models |
| ๐ญ MiaBuildโข calibration | Defense-grade, deterministic, certifiable |
| ๐ LLM integrations | Embedding LLMs into business and industrial systems |
| ๐ฏ Dedicated LLMs | Custom models for enterprises and specialized use cases |
| ๐ ๏ธ Implementation support | Entire EU and Balkans |
Built with MiaBuildโข โ a proprietary, 100% offline deterministic build system for critical infrastructure and industrial software.
Independent from LLMs ยท 100% determinism ยท Audit-verified ยท Certifiable