Meet Athena — our new AI model that predicts what online shoppers will do next. On the toughest public test of real shopping behavior, this small, self-hostable model beats every big-name AI we put against it.
Athena is not a larger generalist. It is a specialist trained on what real shoppers actually do next — fine-tuned for the task, compared against frontier models prompted zero-shot. That is the intended comparison, and on this benchmark, the specialist wins.
Real shopping behavior is mostly deliberation. Reviews, search, product options, and product links account for 60.4% of clicks. Purchase-intention clicks are only 6.4%.
✦OPeRA is a public dataset of real people shopping online, recorded over four weeks. The challenge: given the page, what the shopper has done so far, and what they came to buy — predict their exact next move. Close doesn't count.
Athena is a LoRA fine-tune of an open 4B base. The result comes from turning a live interface into a compact, typed observation, preserving the full journey at 32K context, and supervising directly on the action a real shopper took.
Rendered page state, interaction history, current goal, and the named elements a shopper can act on.
Discard styling and irrelevant markup. Keep actionable elements, hierarchy, function, and stable semantic IDs.
Long-context behavioral specialization over a 32,768-token training window.
{ action_type, click_type, semantic_id, input_text } with deterministic decoding.
The broader mvrko program applies the same pattern everywhere: observe a state, estimate what comes next, choose an intervention with a measurable outcome. Product concepts use illustrative data, not additional Athena benchmark results.
Athena is a research release and product foundation, not a public chat model — available first through design partnerships. These constraints belong next to the headline, not hidden behind it.
Athena is the first release in the mvrko simulation track: a compact behavioral foundation for next-action prediction, journey simulation, and agentic decision systems.