Frontier AI research lab. We build AI scientists & the platforms they run on — compressing the full research lifecycle from idea to impact.

Here’s JEV-27B in action. Our open System 1 + System 2 model pairs calibrated, structured decisions with deliberate reasoning in one set of weights. Try the live demo on Hugging Face: huggingface.co/spaces/autotr…
Open source matters more when people can actually try it. Huge thanks to @huggingface and @multimodalart from the Hugging Face open-source team for building a live interactive JEV-9B demo on Spaces, powered by ZeroGPU. JEV-9B is our open System 1 model for calibrated, structured decisions. Try the demo: huggingface.co/spaces/autotr… huggingface.co/spaces/autotr… Model card: huggingface.co/autotrust/JEV… huggingface.co/autotrust/JEV…
2
6
171
Open source matters more when people can actually try it. Huge thanks to @huggingface and @multimodalart from the Hugging Face open-source team for building a live interactive JEV-9B demo on Spaces, powered by ZeroGPU. JEV-9B is our open System 1 model for calibrated, structured decisions. Try the demo: huggingface.co/spaces/autotr… huggingface.co/spaces/autotr… Model card: huggingface.co/autotrust/JEV… huggingface.co/autotrust/JEV…
1
3
4
233
JEV-27B is now live to try on @huggingface. Give it a structured decision—yes/no, multiple choice, or a 0–5 rating—and see our open System 1 model return calibrated probabilities in one pass. Try the interactive demo: huggingface.co/spaces/autotr… Open weights + model card: huggingface.co/autotrust/JEV…
1
2
2
36
JEV-27B is built for fast, structured decisions. For the broader research workflow—literature, projects, code, experiments, analysis, and writing—download ScienceGuru for Windows and macOS: scienceguru.ai/
21
1/ Jev showed that a model which decides, rather than writes, can move markets: its maker was reportedly in talks at a $10B+ valuation within 10 days of launch. Today we're open-sourcing JEV-27B. It reproduces Jev 1.13's decisions and adds full reasoning, on one GPU. 🧵
1
3
5
124
7/
Why it matters: once a decision layer can be learned from public outputs in GPU-hours, durable value moves to where decisions run, inside enterprises that can't send data to a third-party API. That's where we build: sovereign, on-prem models.
1
8
8/
JEV-27B is our second integrated System 1 + 2 model, after JEV-9B. Next, the JEV decision block goes into the Guru models behind ScienceGuru. Weights, code, evals 👇
huggingface.co/autotrust/JEV… Self-reported unless noted. Not affiliated with TypeSafe AI.
29
72.24 minutes to GPT-2 on 8×H100. AutoTrust's ScienceGuru, running Guru Turbo 1.2, posted the fastest result we've found on @karpathy 's Time-to-GPT-2 benchmark (one run, self-reported): 27% under the official record and 9.6 min ahead of the best community recipe. The field Reported times on the official leaderboard and in public nanochat PRs, as of Sept 24: - 72.24 min · ScienceGuru (AutoTrust) · 1 run - 81.84 min · Giovanni Zinzi · 6 runs - 91.74 min · Oriole Networks · 3 runs - 94.58 min · Martin Jurča (Seznam.cz) · 6 runs - 94.6 min · Weco-optimized run · 3 runs - ~99 min · Official record, Karpathy's autoresearch round 2 · 5 runs Zinzi also reported a 73.92-min experiment with a Cosmopedia data mix (3 runs), which he set aside after it regressed at a smaller model size. The lead - 27% faster than the official record (−26.8 min) - 12% faster than the best community recipe (−9.6 min) - 19–22 min ahead of Oriole Networks, Seznam.cz and the Weco-optimized run How Starting from nanochat and Zinzi's d22 recipe, @ScienceGuruAI narrowed the MLP (5,120 → 4,864) and set a 9,841-step training horizon. FP8, FlashAttention 3 and Muon/AdamW are unchanged. CORE: 0.259212, above GPT-2's 0.256525. Why it matters The official record came from Karpathy's own autoresearch agents. Ours was researched and coded by ScienceGuru: an AI improving how LLMs are trained, the core loop of recursive self-improvement. ScienceGuru already runs that loop on the training of our own Guru models. It's our fourth public RSI result this month, after #1 on Autoresearch@Home, the validated lead on @MedARC_AI 's NanoPath v2 and 24.90 s on NanoGPT Speedrun. Not bad for a tiny Singapore startup. Caveats: one run (seed 42), self-reported, not yet on the official leaderboard. Code, logs and source hashes are open, and we'd welcome independent reproduction. Built on @karpathy's nanochat and Giovanni Zinzi's open recipe. Thanks to everyone pushing this benchmark forward. Code: github.com/AutoTrustAI/gpt2-… Try ScienceGuru: scienceguru.ai
2
6
219
AutoTrust retweeted
What happens when an AI research system picks up where two years of human optimization left off? The benchmark is the NanoGPT Speedrun: train GPT-2 to 3.28 validation loss on FineWeb, the target set by @karpathy 's llm.c replication, which took 45 minutes to get there. The speedrun's code descends from llm.c's PyTorch trainer, itself descended from NanoGPT, hence the name. Over two years, 91 official records brought the time down to 67.56s. ScienceGuru just hit 24.90s on 8×H100 (five seeds, self-reported): 108× faster than where the benchmark started, 2.71× faster than the official record, and 3× faster than Recursive's June record of 75.4s. Earlier this month it also took #1 on Autoresearch@Home at 0.8895 BPB, ahead of @Recursive_SI 's 0.9109, and the validated lead on @MedARC_AI 's NanoPath v2. We built on open PRs by Deven Pietrzak (ANVIL2) and Herman Brunborg (Exact-match), credited in the repo. ScienceGuru's RSI recipe fused them, cut the schedule from 1,194 to 652 steps and re-engineered the host, for the fastest time we know of on this benchmark. Why it matters: the same loop could become a new kind of LLM training optimiser, an RSI system that researches its way to faster, cheaper training runs. Try ScienceGuru: scienceguru.ai
1
2
4
91
AutoTrust, a tiny Singapore AI startup, just beat Recursive Superintelligence, the $650M-funded RSI pioneer, for the second time. NanoGPT Speedrun: ScienceGuru hit 24.90s on 8×H100 (five seeds, self-reported), 3× faster than Recursive's June record of 75.4s. Autoresearch@Home: ScienceGuru took #1 at 0.8895 BPB, ahead of @Recursive_SI 's 0.9109. We built on open PRs by Deven Pietrzak (ANVIL2) and Herman Brunborg (Exact-match), credited in the repo. ScienceGuru's RSI recipe fused them, cut the schedule from 1,194 to 652 steps and re-engineered the host, for the fastest time we know of on this benchmark. Try ScienceGuru: scienceguru.ai
3
1
2
72
1/ Today AutoTrust AI open-sources JEV, a System 1 model distilled from TypeSafe's Jev 1.13: - Nearly indistinguishable from close-sourced Jev (KL 0.021) - Calibrated probabilities, one forward pass - 2.5 ms per decision, batched - Apache-2.0 weights + code huggingface.co/autotrust/JEV
2
2
4
115
5/ What's next: JEV will become the fast System 1 layer in future Guru models for ScienceGuru, working alongside Guru's System 2 reasoning. It already covers 53 domains, from peer review to genomics and chemistry.
1
27
6/ Thanks to SargeDev's open jev-distill-corpus-v3 and the Qwen team. Independent work, not affiliated with TypeSafe AI. Limits: it mirrors Jev 1.13, mistakes included, and was trained on English only.
40