Pinned Tweet
Dentist did a 3D X-ray of my jaw before a root canal and said I wouldn't be able to open the raw data, it needs specialized software. It's 800 DICOM files. Asked Claude Code to make me a viewer. Two prompts later... this is nicer than what he showed me on his screen.
Absolutely blown away by Opus 5.5 making a full music video for menuphotoai.com, in one shot and about $3 in API credits! Inspired by @donaldjewkes, here's the stack:
→ Song: Claude wrote the lyrics, @ElevenLabs Music on @fal made it (3 takes)
→ Picking the take: Whisper checks the lyrics came out right, @GeminiApp "listens" and scores it
→ Sync: ElevenLabs forced alignment gives a timestamp for every word, plus beat detection
→ Visuals: no video models, just Canvas code, every frame rendered in headless Chrome
→ FX: shutter, polaroid eject and sparkle from ElevenLabs sound effects on @fal
→ Photos: real before/afters from our own app
→ Loop: it screenshots its own frames, finds what's off, fixes and re-renders
GPT-6 is flat on intelligence and 2x cheaper. That's not a coincidence. When Qwen, DeepSeek, Kimi and GLM sit a few points behind at a fraction of the cost, the frontier labs stop racing up and start racing left.
GPT-6 Sol and Luna push the cost efficiency frontier by halving cost relative to GPT-5.6 Sol and Luna. Intelligence Index and Coding Agent Index scores remain level with GPT-5.6, with progress in some evaluations and regressions in others
Pricing is approximately half that of GPT-5.6: Sol drops from $4/$20 to $2/$10 per million input/output tokens, and Luna from $0.20/$1.20 to $0.10/$0.50, with the same 90% discount for cache reads and 25% premium for cache writes.
Key takeaways:
➤ Halves Cost per Task: GPT-6 Sol (max) costs $1.06 per task to run the Artificial Analysis Intelligence Index, ~50% less than GPT-5.6 Sol (max) at $1.99. GPT-6 Luna (max) costs $0.07 per task, ~60% less than GPT-5.6 Luna (max) at $0.18. This is driven by the price cut, as both models use slightly more output tokens per task (31k vs 29k for Sol, and 51k vs 41k for Luna). These two releases allow OpenAI to capture a significant portion of the cost efficiency Pareto frontier.
➤ In the Coding Agent Index, Sol improves but Luna regresses: In OpenAI's Codex harness, GPT-6 Sol (max) scores 57 in the Artificial Analysis Coding Agent Index, up 2 points from GPT-5.6 Sol (max), with gains in Terminal-Bench 4.0 (43% vs 37%) and SWE-Atlas-QnA (58% vs 54%). At $2.99 per task it costs ~50% less than GPT-5.6 Sol (max) and sits on the Pareto frontier of Coding Agent Index vs Cost per Task. GPT-6 Luna (max) scores 41, down 2 points from GPT-5.6 Luna (max), with lower scores in SWE-Atlas-QnA (44% vs 49%) and DeepSWE v1.1 (64% vs 66%), at ~60% lower cost per task.
➤ Significant reduction in hallucination: Both models hallucinate less in AA-Omniscience, our knowledge and hallucination benchmark. GPT-6 Sol (max) cuts its hallucination rate from 92% to 60% and GPT-6 Luna (max) from 93% to 77%. Sol achieves this by declining to answer more often: it attempts 83% of questions vs 99% for GPT-5.6 Sol (max), which cuts wrong answers by about a quarter but also lowers accuracy 5 points from 59% to 54%. Luna's accuracy is broadly unchanged at 44% vs 43% while it answers fewer questions. On the AA-Omniscience Index, Sol improves from 22 to 27 and Luna from -10 to 1.
➤ Mix of improvement and regression across evals: Beyond AA-Omniscience, both models improve in AutomationBench-AA (Sol 62% vs 60%, Luna 53% vs 50%) and Terminal-Bench 4.0 (Sol 44% vs 40%, Luna 13% vs 12%). However, we observe regressions in two key knowledge work evaluations. In GDPval-AA v2.1, our benchmark adapted from OpenAI's dataset of economically valuable tasks across 44 occupations, Sol drops ~100 Elo points and Luna ~75. Luna also drops ~45 Elo points in AA-Briefcase v1.1, while Sol is level. AA-Briefcase v1.1 is a private evaluation across multi-week knowledge work projects, with thousands of input files. Our team has manually inspected hundreds of model outputs: the regressions tend to be driven by reduced presentation quality and deliverables that omit rubric elements.
Congratulations @OpenAI and @sama on the launch!
Dentist did a 3D X-ray of my jaw before a root canal and said I wouldn't be able to open the raw data, it needs specialized software. It's 800 DICOM files. Asked Claude Code with Opus 5.5 to make me a viewer. A single prompt later... this is nicer than what he showed me on his screen, and even better than what Fable did a few weeks ago!
can @typesafeai Jev count the r's in strawberry?
no.
47% says 3, 47% says 2. a coin flip, same as every LLM.
On 70% on 168 test words, it undercounts doubled letters like everyone
then I gave it the letters instead of the word: ["s","t","r","a","w","b","e","r","r","y"]
168/168. same model, same question, 260ms
@CompleteSkeptic is this expected?
Paolo Rosson retweeted
I got a rubik's cube to solve itself with @typesafeai 's Jev and it solves it like a person does, 94 moves, not the 22 move optimal solution.
Jev isn't an LLM, it just answers one question in ~250ms with a probability. so I put the beginner method in code (the one you'd learn on youtube: white cross, corners, middle layer, yellow layer) and at every step Jev just looks at the cube and picks which case it's in. code checks every pick.
~4 seconds of model time total. video is slowed down so you can read it!
After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI?
I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev
• 20-200x faster
• 40-400x cheaper (w/ output tokens free)
• Frontier composable intelligence optimized for decisions
AFAICT the shortest path to AI-based economic revolution
Cache hit rate is such an important feature for a coding harness both with local models for speed and for closed ones for savings
Paolo Rosson retweeted
got Jev to review my PRs. ~200x cheaper than Claude and it answers in half a second
6 real PRs in the video. $0.00007 each. 1,000 PRs = 7 cents vs ~$14.50 on Opus 5
paste a diff → ONE call to @typesafeai → 14 typed checks come back as probabilities:
hardcoded secret, sql injection, touches auth, deletes tests, breaks api, migration, debug leftovers, does the description actually match the diff, blast radius, reviewer effort…
code turns that into a verdict: BLOCK / security review / nits / merge. anything a critical check isn't sure about (0.35–0.65) gets escalated to a human or a big model instead of guessed
Can Jev replace Pangram to detect ai?
one question to @typesafeai Jev: "was this written by an AI model?" the split is the probability. no training, no classifier, 250ms, $0.00003 per text
benchmarked on human vs GPT-4 / Llama / Mistral: 94% accuracy, 1% of humans flagged.
in 2026, why do you still get irrelevant posts on your X feed?
built a feed optimizer with @typesafeai Jev.
it's tuned on my own bookmarks, then every post goes through ONE call to Jev → 9 typed answers as probabilities: ragebait, ad, low effort, hostile, useful… and "would i save this?"
code turns that into HIDE / SKIM / KEEP. 150 real posts from my For You in the video, $0.015 for all of them, the whole feed scored in under 10 seconds
tested on 300 bookmarks it never saw: 63% land in KEEP. no LLM, nothing trained, 16 of my saves go in as examples and the policy is a few lines of code
got Jev to review my PRs. ~200x cheaper than Claude and it answers in half a second
6 real PRs in the video. $0.00007 each. 1,000 PRs = 7 cents vs ~$14.50 on Opus 5
paste a diff → ONE call to @typesafeai → 14 typed checks come back as probabilities:
hardcoded secret, sql injection, touches auth, deletes tests, breaks api, migration, debug leftovers, does the description actually match the diff, blast radius, reviewer effort…
code turns that into a verdict: BLOCK / security review / nits / merge. anything a critical check isn't sure about (0.35–0.65) gets escalated to a human or a big model instead of guessed
I got a rubik's cube to solve itself with @typesafeai 's Jev and it solves it like a person does, 94 moves, not the 22 move optimal solution.
Jev isn't an LLM, it just answers one question in ~250ms with a probability. so I put the beginner method in code (the one you'd learn on youtube: white cross, corners, middle layer, yellow layer) and at every step Jev just looks at the cube and picks which case it's in. code checks every pick.
~4 seconds of model time total. video is slowed down so you can read it!
After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI?
I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev
• 20-200x faster
• 40-400x cheaper (w/ output tokens free)
• Frontier composable intelligence optimized for decisions
AFAICT the shortest path to AI-based economic revolution
Found this in my Airbnb in Greece.
Airbnb reviews are basically fake at this point.
5 stars = "it was ok"
4 stars = "several problems"
2 stars = "close the listing down"
Look at the inflation.
@levelsio is on to something!
Great to see my numbers shared in X news!
Managed to push Qwen3.8-Flash-Next further on the single DGX Spark! Now 57 tok/s decode across the whole 512–259k ladder, up from 43 on the published recipe. +32% at every rung, never below +24%.
This time i focused on speeding up the thinking part too, not just code generation, that's most of what a coding agent actually does. Thinking gained the most: +34%. Prose +28%.
This model pages an FP8 embedding table from disk inside the forward pass, and that blocks full CUDA graph capture. Stage that read into a fixed buffer beforehand and you can capture full decode graphs, every step gets cheaper.
Accepted tokens per pass didn't move at all (3.64 → 3.58), so it isn't better guessing. Each pass just costs less. That's why thinking gains most: it's thousands of tiny decode steps.
Four real coding tasks, end to end: 138s → 97s.