🧠 BOSS v1.3 — India's 100% Offline AI Assistant

🇮🇳 Made in India | 🔒 100% Offline & Private | ⚡ On-device, no cloud

BOSS v1.3 is a fine-tuned Qwen3-0.6B model optimized for on-device, offline AI assistance. It runs entirely on your phone with zero internet — maximum privacy, zero data sharing. It handles daily-use tasks: tool calling, alarms & reminders, email, scheduling, Hinglish conversations, writing help, tech support and more.

🌐 Website: boss.vectorlogic.in

Honest by design: benchmark numbers below are real, measured results — no inflated claims.


📊 Benchmark Results

Measured on 102 daily-use prompts × 3 GGUF variants = 306 inferences (2026-08-29). Accuracy = pass rate; quality scored 1–5 (5 = perfect).

Overall

Variant Quantization Accuracy Avg Score Passed
Ultra Q5_K_M 60.8% 3.32 / 5 62/102
Pro Q4_K_M 58.8% 3.29 / 5 60/102
Lite Q3_K_M 56.9% 3.25 / 5 58/102

Per-Category Accuracy (%)

Category Lite Q3_K_M Pro Q4_K_M Ultra Q5_K_M
Alarm / Reminder 100.0 85.7 85.7
Conversion 33.3 50.0 50.0
Email 40.0 60.0 80.0
Entertainment 60.0 80.0 100.0
General Knowledge 0.0 0.0 16.7
Hinglish 33.3 66.7 83.3
Identity 100.0 33.3 66.7
Math (daily) 25.0 50.0 37.5
Messaging 50.0 33.3 50.0
Notes / Lists 50.0 33.3 16.7
Safety 100.0 100.0 100.0
Scheduling 80.0 80.0 80.0
Tech Support 80.0 60.0 80.0
Tool Calling 85.7 85.7 85.7
Translation 16.7 33.3 16.7
Weather / News 60.0 60.0 0.0
Writing Help 50.0 83.3 83.3

Note: General knowledge is our current focus area — v1.4 (training in progress) targets 80%+ factual recall while keeping tool-calling at 85.7%+ and safety at 100%. Benchmark suite and raw responses are available in the BOSS benchmark repo on request.

v1.2 → v1.3 Improvement (Ultra Q5_K_M)

Category v1.2 v1.3 Δ
Tool Calling 74.3% 85.7% +11.4
Safety 85.7% 100.0% +14.3
Hinglish 66.7% 83.3% +16.6
Identity 53.3% 66.7% +13.4
General Knowledge 40.0% 16.7% -23.3 ⚠️

General knowledge regressed in v1.3 — we know this, and it is the #1 priority for v1.4 (see note above).


📦 Model Variants

Variant Quantization File Size RAM (phone) Download
Lite Q3_K_M 347,126,464 B (~331 MB) 2–3 GB downloads.vectorlogic.in
Pro Q4_K_M 396,704,448 B (~378 MB) 4–5 GB downloads.vectorlogic.in
Ultra (best) Q5_K_M 444,414,656 B (~424 MB) 6–8 GB downloads.vectorlogic.in
F16 (source) F16 1,198,182,080 B (~1.2 GB) This repo (boss-v1.3-F16.gguf)

🚀 Quick Start

Ollama (create locally from GGUF)

# Download a variant, then create locally (works fully offline)
ollama create boss-v1.3-pro -f - <<EOF
FROM ./boss-v1.3-Pro-Q4_K_M.gguf
EOF

ollama run boss-v1.3-pro "Hey BOSS! Remind me to call mom at 7pm"

llama.cpp

# Download (Ultra — best accuracy)
curl -L -o boss-v1.3-Ultra-Q5_K_M.gguf \
  https://downloads.vectorlogic.in/boss/v1.3/boss-v1.3-Ultra-Q5_K_M.gguf

# Run
./llama-cli -m boss-v1.3-Ultra-Q5_K_M.gguf -p "Hey BOSS!" --chat-template qwen3

Hugging Face

# CLI download
huggingface-cli download ashutoshpanigrahiofc/boss-v1.3 boss-v1.3-Ultra-Q5_K_M.gguf --local-dir .

# Or with transformers (F16 source weights)
from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("ashutoshpanigrahiofc/boss-v1.3")
tokenizer = AutoTokenizer.from_pretrained("ashutoshpanigrahiofc/boss-v1.3")

📖 Training Details

Property Value
Base Model Qwen3-0.6B
Fine-tuning QLoRA (4-bit) on curated daily-use dataset
Training Method Supervised fine-tuning on instruction-following, safety, identity, and tool-calling data
Quantization llama.cpp (Q3_K_M, Q4_K_M, Q5_K_M)
License Apache 2.0

What's New in v1.3

  • Tool calling 74.3% → 85.7% (+11.4) — the core daily-use skill
  • Safety refusal 85.7% → 100% (+14.3)
  • Hinglish 66.7% → 83.3% (+16.6)
  • Identity 53.3% → 66.7% (+13.4)
  • ⚠️ Known regression: general knowledge 40% → 16.7% — being addressed in v1.4 (training in progress, target 80%+)

🔑 Usage Template

BOSS v1.3 uses the Qwen3 chat template:

<|im_start|>system
{{ system_prompt }}<|im_end|>
<|im_start|>user
{{ user_prompt }}<|im_end|>
<|im_start|>assistant

💬 Example Conversations

Real sample input/output pairs captured during our v1.3 benchmark runs (102 prompts × 3 variants = 306 inferences, 2026-08-29). Accuracy per category varies — see the Benchmark table above. These are representative outputs, not guarantees.

⏰ Set an alarm

User: Hey BOSS! Remind me to call mom at 7pm.

BOSS: Sure! I'll set a reminder for 7 PM to call mom. 🔔

[tool_call] create_reminder(title="Call mom", time="19:00", repeat=false)

(Alarm / Reminder pass rate: 85.7% on Ultra & Pro, 100% on Lite)

🗣️ Translate (Hinglish → English)

User: Yaar kal meeting hai, mujhe jaldi so jana chahiye.

BOSS: Buddy, I have a meeting tomorrow, so I should sleep early.

(Translation is a known weak spot in v1.3 — 16.7% pass rate on Ultra. It is on the v1.4 improvement list.)

🛠️ Tool calling

User: Schedule a team meeting tomorrow at 11 am and email the notes to everyone.

BOSS: Done — I've scheduled the team meeting for tomorrow 11:00 AM and will send the notes by email. ✅

[tool_call] create_event(title="Team meeting", date="tomorrow", time="11:00")
[tool_call] send_email(to="team", subject="Meeting notes", body="Notes from tomorrow's team meeting")

(Tool calling pass rate: 85.7% across all variants — the strongest v1.3 skill.)

👨‍💻 Developer Story

Built by an AI engineer from a small village in Odisha, India. Ashutosh Panigrahi founded Vector Logic to bring private, on-device AI to everyone.

BOSS started as a personal mission: AI that respects your privacy, works without internet, and speaks the languages of India — including Hinglish. Every version is trained, benchmarked, and shipped from a small independent studio, not a big lab. The benchmarks on this page are real measurements from our own 306-inference evaluation — we'd rather be honest about where we are than exaggerate.

Ashutosh Panigrahi · Founder, Vector Logic · India


📄 License

Apache License 2.0

Downloads last month
31
GGUF
Model size
0.6B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

5-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ashutoshpanigrahiofc/boss-v1.3

Finetuned
Qwen/Qwen3-0.6B
Quantized
(412)
this model