Project — Active
Local
LLM.
Self-hosted AI inference with Ollama running on 3x NVIDIA Tesla V100 GPUs (96GB VRAM). Serving an 80B parameter model at 42 tokens/sec for development, personal assistant, and content generation — zero cloud dependency.
Ollama / AI / Self-hosted / NVIDIA V100
- $200-400
- Monthly API savings
- 42 tok/s
- Inference speed (80B)
- 100%
- Data stays local
- 4
- Parallel AI sessions
01 — Configuration
The hardware.
02 — Case study
GPU-accelerated local AI infrastructure.
The challenge
Run production AI inference for a personal assistant (Nova), 4 parallel AI coding workers, blog generation, and voice transcription — without recurring cloud API costs eating into a bootstrapped business budget.
The solution
- Deployed 3x NVIDIA Tesla V100 GPUs with Ollama serving 80B MoE model across all 3
- Custom model import pipeline (sharded GGUF download, merge, Ollama import) for models too large for standard pull
- GPU-accelerated Whisper (large-v3-turbo) for voice transcription on dedicated GPU
- Integrated with Claude Code workers — Ollama handles ~90% of queries for free
- Nova personal assistant routes queries through 3 tiers: regex (free) → Ollama (free) → Claude API (paid)
- Weekly blog posts auto-generated via llama3.3:70b pipeline
03 — Available models
What's loaded in VRAM.
qwen3-coder-next
80B MoE / ~66GB (Q6_K across 3 GPUs)
Primary model — coding, reasoning, tool calling, Nova assistant
llama3.3:70b
70B / ~57GB (Q6_K)
Long-form content generation, weekly blog posts
04 — Benefits
Why bother self-hosting.
Cost Reduction
Free inference for simple tasks that would otherwise use paid API calls. Saves money on summarization, status checks, and simple questions.
Privacy
Sensitive code and data never leaves the local network. No cloud provider sees your prompts or responses.
Speed
Local inference with no network latency. Responses start immediately without waiting for API round-trips.
Availability
Works offline and during API outages. Not dependent on external service availability.
05 — Integrations
Wired into everything.
06 — Resources