Guan Wang's Sapient Says It Trained a 1B-Parameter Model for About $1,500
Sapient Intelligence's HRM-Text claim targets the enterprise fear that custom AI means frontier-model budgets and vendor lock-in.
By Ryan Merket · Published
Why it matters
If Sapient Intelligence's $1,500 training claim proves reproducible, it would give enterprises a cheaper route to custom reasoning models without relying entirely on frontier-model APIs or costly Transformer training runs.

Guan Wang, CEO of Sapient Intelligence, is putting a number on a bet that runs against the dominant economics of AI: his researchers say they trained a 1-billion-parameter language model from scratch for about $1,500, according to a VentureBeat report published June 10.
The claim centers on HRM-Text, Sapient Intelligence's language adaptation of a Hierarchical Recurrent Model (HRM) architecture that Sapient first introduced in 2025, according to VentureBeat. Wang's argument is not that enterprises need another general-purpose chatbot. It is that many of them need a smaller reasoning core they can control, adapt and run without handing proprietary data to an external frontier-model provider.
"Enterprises today face three compounding problems: training is expensive, infrastructure is heavy, and experimentation cycles are too slow," Wang told VentureBeat, framing the bottleneck as the "economics of iteration." His critique is aimed at the industry's default answer to model failure: add parameters, add data and add GPUs.
What Sapient Intelligence says it changed
Most modern large language models use Transformer architectures trained with next-token prediction over enormous text corpora. Sapient Intelligence is arguing for a different training target and a different architecture.
HRM-Text replaces the standard Transformer stack with a recurrent design that separates computation into two layers: a slower H-module meant to preserve broader semantic context, and a faster L-module meant to perform local iterative refinement. VentureBeat describes the loop as two high-level cycles, each with three fast L-module updates followed by one slow H-module update.
That structure matters because Sapient Intelligence is trying to avoid the brute-force route. Instead of training on raw internet-scale text and optimizing across the whole prompt and response, HRM-Text trains only on instruction-response pairs and evaluates the response, VentureBeat reported. Sapient Intelligence says that better matches many enterprise workloads, where the prompt is already known at inference time and the useful work is producing the correct answer.
The researchers trained the 1-billion-parameter HRM-Text model from scratch on a curated 40-billion-token instruction-response dataset, according to VentureBeat. The reported cost, about $1,500, is the headline figure. The public report does not provide the cost breakdown that would let buyers compare it cleanly with a cloud training bill: hardware type, training duration, provider pricing, energy costs and excluded engineering labor are not disclosed in the supplied materials.
That caveat is not a footnote. Training cost claims in AI can move markets, but they are often sensitive to what gets counted. A $1,500 compute line item is different from the total cost of producing a reproducible model, maintaining the data pipeline, testing outputs and integrating the system into a regulated workflow.
The enterprise target is narrower than the LLM leaderboard
Wang's clearest customer thesis is financial and regulated work. He told VentureBeat to imagine a hedge fund, insurer or bank with internal research notes, transaction logic, compliance rules, analyst memos, risk models and portfolio constraints.
"They may not want to send that data to an external frontier model, and they may not need a giant general-purpose model that memorized the internet," Wang said. "What they need is a compact reasoning core that can learn their task structure, reason across rules and numbers, and run in a controlled environment."
That is the strategic point in Sapient Intelligence's claim. HRM-Text is not presented as a direct replacement for the largest frontier models across open-ended consumer tasks. It is a proposal for enterprises that want to pretrain or adapt a reasoning system around proprietary workflows, then pair it with external knowledge stores instead of relying on a monolithic model that tries to remember everything.
Sapient Intelligence has also had to solve a technical problem created by its own choice of architecture. Recurrent loops can be efficient, but open-ended language tasks can make them unstable through exploding or vanishing gradients. VentureBeat reports that Sapient Intelligence added two mechanisms for HRM-Text: MagicNorm, a normalization method intended to stabilize internal signals across recurrent loops, and a warm-up training method that starts with shorter, shallower reasoning loops before moving to longer and deeper sequences.
The comparison set is important. VentureBeat says Sapient Intelligence found that parameter-shared recurrent approaches, including Samsung's TRM, can work on small logic puzzles but become unstable when scaled to 1-billion-parameter language tasks. Sapient Intelligence's case is that the separation between the slow and fast modules is necessary for language, not merely an architectural preference.
The unanswered questions are the commercial ones
Sapient Intelligence's researchers say HRM-Text reached performance competitive with much larger open models on key industry benchmarks. The supplied materials do not include benchmark names, scores, evaluation setup or the models used for comparison, so the strongest version of the claim remains Sapient Intelligence's: a smaller recurrent model trained cheaply can perform competitively on selected tests.
The implementation details matter enough that the HRM-Text GitHub repository is part of the story, not an appendix. If Sapient Intelligence wants enterprises to believe this is a repeatable path rather than a one-off research result, buyers will look for reproducibility: data recipe, training scripts, hardware assumptions, evaluation harnesses and failure modes.
No funding round, valuation, customer deployment or revenue metric is disclosed in the supplied materials. That leaves Sapient Intelligence in the familiar position of an AI architecture challenger: the technical claim is provocative, but the market test is whether enterprises will rebuild part of their model strategy around a young architecture when fine-tuning open Transformer models and buying frontier-model APIs are already operationally familiar.
Wang's advantage is that he is attacking a real budget line. The cost and control problems he describes are not theoretical for banks, insurers, funds and other data-sensitive companies. The question is whether HRM-Text turns those complaints into a deployable product path, not whether the industry is tired of paying for scale.