OpenAI 2026 hackathon

ExpertFlow

An optimA placement compiler that runs high-quality quantized MoE models faster on memory-constrained GPUs.al placement compiler for MoE models.

Solo project by Annan Khan · 1 likes · 0 comments

Archive position — measured, not model output

1 like on Devpost

506 of the 7,856 archived projects have more likes, and 1,758 share exactly 1 — so this project's #1,037 place in the like-ranked listing is a tie-break inside that group, not a ranking.

Projects (log scale)

1
10
100
1k
10k
05,592
11,758
2285
3–4132
5–975
10+14

Likes on Devpost. ▲ marks this project's group.

Show the figures
LikesProjectsShare of archive
05,59271.2%
11,75822.4%
22853.6%
3–41321.7%
5–9751.0%
10+140.2%
Devpost like counts for all 7,856 archived projects, captured when this archive was built.

Executive Summary

What the company appears to be: ExpertFlow is a self-reported placement compiler for quantized Mixture-of-Experts (MoE) models, designed to optimize execution on memory-constrained GPUs by deciding which expert banks should reside on GPU memory before runtime begins.

What changed: The author states that the original idea was predictive expert caching but evolved into a focus on placement after experimentation revealed that the core issue was not caching but where routed-expert operations actually executed. This led to a compile-time solution for selecting complete expert banks for GPU residency.

The single most important open question: Is ExpertFlow's performance improvement (22.48% TPS) reproducible in real-world usage beyond the specific benchmark conditions described, and does it scale across different hardware or model configurations?

Note: This analysis is based entirely on the self-reported project description provided by the author. No external verification, traction data, revenue figures, customer names, or third-party sources are available.

Back to contents

What The Product Actually Is

The description states that ExpertFlow is a "placement compiler for quantized MoE models." It profiles the model and hardware, identifies where routed-expert work actually executes, measures CPU relief provided by each expert bank, accounts for VRAM usage and safe reserves, and emits a hardware-specific deployment plan.

It combines:

  • A pinned llama.cpp C++/CUDA runtime
  • A Python CLI
  • Benchmark harnesses
  • Deployment manifests
  • Evidence validation tools
  • An offline judge replay

The system is described as running the Q6 version of Gemma 4 26B A4B on a 16 GB GPU, placing complete 128-expert banks from twelve selected layers on CUDA with no eviction or repacking.

Inference: The product appears to be a developer tool focused on optimizing inference performance for MoE models on specific hardware configurations. It is not described as a commercial SaaS offering or an end-user application.

Back to contents

Positioning & Claim Evolution

The author initially conceived ExpertFlow as a "predictive expert caching" solution. However, testing revealed that the real problem was placement rather than caching — specifically, where routed-expert operations actually execute.

This led to a shift in focus from dynamic prediction and caching strategies to compile-time placement of complete expert banks.

Claim: The author claims this approach resulted in a 22.48% improvement in decode TPS compared to the strongest stock configuration on an RTX 5060 Ti 16 GB GPU.

Inference: The evolution from caching to placement reflects an iterative process driven by empirical measurement, suggesting that the product was shaped more by experimentation than pre-defined strategy.

Back to contents

Target Customer & ICP

The description does not explicitly name target customers or define an Ideal Customer Profile (ICP). However, it implies a technical audience:

  • Developers working with MoE models
  • Users running inference on low-memory GPUs
  • Engineers seeking performance optimization for quantized models

Inference: The tool is likely aimed at developers and researchers who need to deploy large language models efficiently on constrained hardware.

Back to contents

Business Model & Pricing Evidence

There is no evidence of a business model or pricing structure in the description. The project is presented as an open-source or personal development effort submitted for a hackathon.

Not evidenced: No mention of monetization, licensing, subscriptions, or any commercial framework.

Back to contents

Technical & Delivery Signals

The system uses:

  • C++ and CUDA for runtime
  • Python for CLI and benchmarking
  • llama.cpp as the base runtime
  • GPT-5.6 and Codex for ideation, experimentation, and implementation guidance
  • Git worktrees for isolated development
  • Hash-verified judge replay for validation

It includes:

  • A CLI for evidence replay, hardware inspection, placement optimization, local inference, benchmarking, and OpenAI-compatible serving
  • Deterministic correctness checks
  • Build scripts and release archives
  • Reproducible testing workflows

Inference: The tool is built with reproducibility and validation in mind, suggesting a strong engineering foundation for technical users.

Back to contents

Traction & Maturity Signals

The description provides no evidence of traction or adoption beyond the author’s own experiments. It was submitted to a hackathon and lacks any indication of:

  • Customers
  • Revenue
  • User base
  • Product-market fit
  • Market validation

Not evidenced: No data on usage, retention, or commercial success.

Back to contents

Competitive Context

The description does not mention competitors or provide context about existing tools in the MoE optimization space. It is unclear whether similar tools exist or how ExpertFlow compares to them.

Not evidenced: No competitive landscape information provided.

Back to contents

Key Risks & Red Flags

  • Limited scope: The solution is demonstrated only for one model (Gemma 4 26B A4B Q6_K) and one GPU (RTX 5060 Ti 16 GB), with no generalization claimed yet.
  • Self-reported performance gains: The 22.48% improvement is based on a single benchmark run, not broad validation.
  • No commercial viability: No indication of monetization or market strategy beyond the hackathon submission.
  • Highly technical and niche: The tool targets a narrow set of developers working with specific MoE models and hardware.

Inference: The project may be a proof-of-concept or prototype rather than a scalable product, limiting its near-term commercial appeal.

Back to contents

Diligence Questions To Ask The Founders

  1. How does ExpertFlow handle different GPU architectures beyond the RTX 5060 Ti?
  2. What is the performance impact of switching from one MoE model to another?
  3. Are there plans to support other quantization schemes or frameworks beyond llama.cpp and Q6?
  4. Can the placement compiler be integrated into existing inference pipelines without significant overhead?
  5. How does ExpertFlow validate correctness across different hardware configurations?
  6. What is the roadmap for generalizing beyond the current verified Gemma deployment?

Back to contents

Investment/Partnership Verdict

The description presents ExpertFlow as a highly technical, experimental tool developed by a single individual (Annan Khan) in the context of a hackathon. While it shows promising performance gains under controlled conditions and demonstrates strong engineering rigor, there is no evidence of:

  • Commercial traction
  • Product-market fit
  • Scalability beyond one model/hardware combination
  • A clear business model or monetization strategy

Confidence level: Low — the project is described as a personal development effort with limited external validation.

Verdict: Not suitable for investment or partnership at this stage. It may be an interesting prototype or early-stage idea, but lacks the evidence of traction, scalability, or commercial viability required for due-diligence readiness.

Back to contents

Source

Submitted to the OpenAI 2026 hackathon on Devpost. Project home on DevPost.

The analysis above was generated by a language model from the project's own one-line description. It is not independent research and contains no verified traction, revenue or customer data.