All field notes
AI Agents

Building AI Agents: Why We Chose Qwen/QwQ-32B & Self-Hosted It

Learn why we chose Qwen’s QwQ-32B model for building AI agents and opted for self-hosting over managed inference providers.

KB
Kartik Bansal · CEO & Co-founder
April 25, 20255 min read
ShareLinkedInX
Qwen QwQ-32B self-hosting

Building agents that take real actions means picking a model you can trust, afford, and control. After working through the options we chose Qwen’s QwQ-32B and ran it on our own infrastructure. Here is the reasoning — the trade-offs, not the hype.

Why QwQ-32B

  • Strong reasoning — the model is built for step-by-step problem solving, which is what agent planning needs.
  • Open weights — we can inspect, fine-tune and deploy it without asking permission.
  • Right-sized — capable enough for the work, small enough to serve economically.

Why self-host instead of an API

  • Data control — sensitive inputs never leave our environment.
  • Predictable cost — at agent volumes, per-token API pricing adds up fast; owned infrastructure flattens it.
  • Latency — co-locating the model with the workload cuts round-trips.
  • No lock-in — our stack doesn’t depend on one vendor’s roadmap or rate limits.

The trade-off we accepted

Self-hosting isn’t free — you own the GPUs, the serving stack and the on-call. We took that on deliberately, because for production agents handling real data, control and cost predictability mattered more than the convenience of a managed endpoint.

AI without giving up control of your data. Your cloud, your models, no lock-in.

How it’s built
All field notes
ShareLinkedInX
Keep reading

More field notes

Stay in the loop

New field notes, when we ship something worth writing about.

No cadence, no filler. Just the engineering and case studies as they go live.