🦄 One Person Unicorn
Submit Your Company →Submit

playbook · Julien de Waal · 8/9/2026 · 6 min read

The Solo Founder's Open-Model Stack: GLM-4.7, Qwen3-VL, DeepSeek-V3.2, Kimi-K2, and FLUX.2

# The Solo Founder's Open-Model Stack: GLM-4.7, Qwen3-VL, DeepSeek-V3.2, Kimi-K2, and FLUX.2

The assumption that one frontier model handles everything is expensive and wrong. Solo founders and small teams shipping AI-native products in 2025 are increasingly running task-specific model routing — matching each job to the cheapest, fastest model that can actually do it.

The stack getting attention right now: GLM-4.7, Qwen3-VL, DeepSeek-V3.2, Kimi-K2, and FLUX.2. All open-weight. All capable of running locally or via low-cost inference APIs. Together, they cover OCR, vision, code, long-context reasoning, and image generation — the five capabilities most AI products actually need.

Here's how to think about each one, and how to wire them together.

---

Why model routing beats a single-model approach

GPT-4o costs roughly $5 per million input tokens. DeepSeek-V3.2 via API costs around $0.27 per million. For a solo founder running thousands of daily agent calls, that delta is the difference between a sustainable unit economy and a bill that scales faster than revenue.

But cost isn't the only reason to route. Latency profiles differ by task. A vision-heavy document extraction job needs different hardware than a fast reasoning call that classifies an intent and picks a tool. Using one model for both means either overpaying for simple tasks or under-serving complex ones.

The smarter architecture: define your task types, assign a primary model to each, and route programmatically. This is what production AI-native companies are actually doing at scale.

---

The five models, and what they're actually for

GLM-4.7 — fast reasoning and tool use

GLM-4.7, from Zhipu AI, is optimized for agentic tasks: function calling, structured output, and multi-step reasoning chains. It runs well on consumer hardware (fits in 24GB VRAM) and has strong benchmark performance on tool-call accuracy. Use it as the orchestrating brain of an agent loop — the model that decides what tool to call, interprets the result, and decides what to do next. It's not the best at long documents or image interpretation, but for tight reasoning loops it's fast and cheap.

Qwen3-VL — vision and OCR

Qwen3-VL, Alibaba's vision-language model, is currently one of the strongest open-weight options for document understanding, OCR, and multi-image tasks. It handles complex table extraction, scanned PDFs, and mixed text-image inputs better than most closed competitors at the same price point. If your product processes invoices, screenshots, forms, or any visual data, Qwen3-VL is the dedicated worker for that queue.

DeepSeek-V3.2 — code generation and editing

DeepSeek-V3.2 continues to be the benchmark leader for code tasks among open models. It handles complex multi-file edits, refactoring, and test generation reliably. At $0.27/M input tokens via API, it's the obvious routing destination for any code-related agent task — whether that's an internal dev tool, a coding assistant product, or an agent that makes live code changes as part of its workflow. It also performs well on structured data tasks and JSON manipulation.

Kimi-K2 — long-context reasoning and research

Kimi-K2, from Moonshot AI, has a 128K context window and strong performance on tasks that require synthesizing large bodies of text: legal documents, technical specs, research corpora, long conversation threads. Where other models start to degrade past 32K tokens, Kimi-K2 holds coherence. Route your long-document summarization, multi-source analysis, and research agent tasks here.

FLUX.2 — image generation

FLUX.2, from Black Forest Labs, is the current standard for open-weight image generation. It produces sharper, more instruction-following outputs than Stable Diffusion XL and runs at reasonable speeds on A100-class hardware. For products that need marketing assets, product mockups, or user-facing image generation, FLUX.2 is the routing destination. It's also the foundation under several commercial image APIs, so you can swap between self-hosted and API depending on volume.

---

How to wire the routing layer

The routing layer doesn't need to be complex. A simple classification step — often a lightweight model call or a rules-based classifier — tags each incoming task with a type: `vision`, `code`, `reasoning`, `long_context`, or `image_gen`. From there, a dispatch function sends it to the right model endpoint.

In practice, most solo founders build this in one of three ways:

1. LangGraph or a similar agent framework with conditional edges per task type 2. A simple Python router with model clients abstracted behind a shared interface 3. A prompt-routing layer where the orchestrator model (GLM-4.7 works here) decides which specialized model to invoke as a tool

The third approach is the most flexible for agentic systems where task types aren't always known in advance. The orchestrator receives a request, reasons about what kind of work it requires, and delegates.

Key operational rule: measure everything. Track latency, token usage, tool call success rate, and failure modes per model. Vibes-based model selection is how you end up with invisible cost leaks and silent quality regressions. A simple logging layer per model endpoint — even just writing to a JSON file — is enough to catch problems early.

---

This is the architecture behind one-person-unicorn economics

The one-person unicorn thesis rests on a specific claim: AI can replace entire departments, not just assist them. That only holds if the AI layer is actually good enough to replace those departments — and good enough at a cost that doesn't eat the margin.

Task-routed open models are a direct enabler of that economics. A solo founder running this stack pays roughly 10–20x less per token than a founder defaulting to GPT-4o for every call, while often getting better task-specific performance. That delta shows up directly in revenue per employee — the metric that separates AI-native companies from AI-assisted ones.

Julien de Waal, who spent 16 years managing growth, product, and marketing teams across crypto, fintech, and SaaS, now builds the AI-native systems that replaced those departments. His Sprinkal project runs an AI marketing agent team — the kind of stack where model routing decisions directly determine whether the unit economics work.

---

The practical starting point

If you're building a one-person AI startup and currently using a single frontier model for everything, the migration path is straightforward:

1. Audit your current tasks. List every model call your product or agent makes. Categorize by type. 2. Identify your highest-volume, lowest-complexity calls. These are your first routing targets — move them to the cheapest capable model first. 3. Set up a shared model interface so you can swap models without touching application logic. 4. Log everything from day one. You can't optimize what you can't measure. 5. Revisit monthly. The open-model landscape moves fast. A model that's cost-effective today may have a better alternative in six weeks.

GLM-4.7, Qwen3-VL, DeepSeek-V3.2, Kimi-K2, and FLUX.2 represent the current best-in-class open options across the five core task types. That roster will change. The routing architecture won't.

---

Is your company eligible? Submit to the leaderboard → onepersonunicorn.co/submit

Read the full AI-native companies guide.

Is your company eligible? Submit to the leaderboard →

Submit Your Company

More on AI Agents for Founders: The Complete 2026 Guide

AI Agents Listing Is the First Directory to Index Agents, MCP Servers, and Skills TogetherAI Agents Listing Is the First Directory to Index Agents, MCP Servers, and Skills TogetherAI Agents Listing Is the First Directory to Index Agents, MCP Servers, and Agent Skills Together

Related companies on the leaderboard

Sonscape

Undisclosed ARR ·

Polsia

$1M ARR · $1M/person

Swan

$1M ARR · $333k/person