Jev's Probability-Only Model Splits Reviewers While Zuckerberg Pushes Back on Safety Coordination
A new model called Jev, launched by @CompleteSkeptic with claims of 20-200x speedups, drew warm early testing notes from @danshipper and classical-ML pushback from @mstockton. Meanwhile @finkd framed Meta's quiet Muse safety delay as proof labs don't need to coordinate, and @OpenRouter reported OpenAI model spend topping Anthropic's for the first time in over 2.5 years.
Quick Hits
- @CompleteSkeptic, who says he co-invented ChatGPT, launched Jev, a model trained with a method he calls RLCD that outputs probabilities instead of words, claiming 20-200x speed and 40-400x cost improvements. @danshipper's week of testing at Every found it 25x faster and 600x cheaper as a judge, while @dexhorthy relayed a deflating counter-framing: "jev is just a really smart switch statement."
- @finkd says Meta delayed shipping Muse for several months to focus on safety and security without asking the rest of the industry to do the same first. @nic_carter reads the post as a point-by-point rebuttal of Dario Amodei's positions, including a suggestion that METR acts as an Anthropic ally.
- @OpenRouter reports users spent more on OpenAI models than Anthropic models last week for the first time in more than 2.5 years. @mikeldking cautions that Astra just launched, and early spend often reflects testing on expensive tasks.
- @NousResearch says a prompt from @Teknium set Hermes Agent loose on a million lines of Python; 1,393 subagents and nineteen hours later, the codebase was 34.4% smaller, which the company values at nearly $2m in saved engineering hours.
- @LLMSherpa, plugging the exo account, boosted @Exocija's claim that DeepSeek V4.1Flash found a race-condition use-after-free in Samsung's sgpu GPU driver within two days, allegedly enabling arbitrary physical write from any unprivileged app. Single-source and unverified, but notable.
Jev Outputs Probabilities, Not Words
The most-discussed launch of the day is Jev, from @CompleteSkeptic, who says he spent two years in stealth after co-inventing ChatGPT building a new training approach, RLCD. His pitch: 20-200x faster, 40-400x cheaper with free output tokens, and "frontier composable intelligence optimized for decisions" rather than conversation.
@danshipper's notes are warm for someone who says he almost never tests new foundation models. After about a week at Every, he describes a model that emits probabilities instead of text, letting it act as a judge in cases that would otherwise need what he calls a Fable-level model, at 25x the speed and 600x lower price. His forecast: this class of capability feels "obviously indispensible in 6-12 months."
@mstockton's long thread is the useful counterweight. His argument: most business problems are classification or regression, classical ML like XGBoost often solves them better than LLMs, and companies reach for text models mainly because an API call is easier than labeling data, training, and hosting. He thinks Jev may have nailed the UX for this, but wonders whether a zero-shot classifier that still requires expertise beats using LLMs to help build a classical model, and notes that adjacent techniques like Structured Outputs, DSPy, and GEPA have seen minimal adoption among practitioners he knows. He still plans to try it.
@dexhorthy retweeted @NathanFlurry's hype-free summary: Jev does not replace GPT or Claude, "jev is just a really smart switch statement." That framing arguably matches Shipper's judge use case rather than contradicting it.
Zuckerberg: Meta Delayed Muse, No Permission Asked
@finkd's post argues labs already have the responsibility, liability, and market incentives to train models safely: people won't use agents that don't do what they ask, and labs face liability when models cause harm. He confirms Meta delayed shipping Muse for several months to focus on safety and security, framed as day-to-day work rather than a bargaining chip, and says Meta has committed the significant majority of its compute to serving people rather than "racing towards recursive self-improvement."
Reactions split along predictable lines. @nic_carter argues the post "pretty handily dismantles Dario's talking points": alignment-with-the-user versus Anthropic's constitutional approach, incentives already baked in through liability, no publicity over the Muse delay, and an implied suggestion that METR is, in his words, an "Anthropic patsy." @LiebermanAustin goes further, calling Zuckerberg a top-five CEO of all time and reading "shots fired at OpenAI and Anthropic," though the post itself names neither lab.
Agents Move from Sidekicks to Refactoring Crews
The day's strongest through-line is agents doing structural work on code, in both directions of ambition. @chenchengpro pointed to @NousResearch's new post: on September 2nd, @Teknium asked Hermes Agent to clean up a million lines of Python, and after 1,393 subagents and nineteen hours the codebase was 34.4% smaller, saving nearly $2m in engineering hours by their estimate. @uzairansar shared the prompt behind it, which demands a minimum 30% LOC reduction, broken-up god files, unified helpers, less if-else routing, and "No excuses. No waiting for my decisions."
Two posts push the other direction: constraining agents. @rafaelobitten, after heavy Codex and Astra usage, published his AGENTS.md guidelines for cutting overengineering: prefer established open-source libraries over from-scratch builds, choose the simplest solution, check current docs instead of upgrading blindly, and write only tests that prevent regressions.
The factory metaphor keeps spreading. @GergelyOrosz diagrammed what he calls OpenAI's "agentic software factory," singling out its Perf Factory as especially interesting, while @BHolmesDev says @zachlloydtweets' crawl-walk-run guide to adopting the software-factory model is what to send anyone asking how to build one. @ramiabih's contribution is cheerfully impractical: a World of Warcraft add-on for talking to Claude Code or Codex agents while you play, to "grind levels and tokens."
Spend Flips, a Kimi Upset Claim, and a Torrent Hub for Weights
Market signals were noisy. @OpenRouter's data shows users spending more on OpenAI than Anthropic models last week for the first time in more than 2.5 years; @mikeldking's caveat is fair, that "spent more" partly reflects people paying to probe the just-launched Astra on costly tasks, and the chart may look different in two weeks.
On benchmarks, @zephyr_z9 calls it "very surprising" that Periodic Labs pushed the Kimi 2.5 base model past Astra. His quoted context is @LiamFedus on Neon, arguing that specialized scientific models can reach strong performance on modest compute when unique experimental data meets efficient infrastructure. Treat the Kimi claim as one observer's report until reproduced.
The open-weights ecosystem also got a new distribution point: @HealthRanger flagged @Blackfrost_AI's Pirate Face, a torrent hub where Hugging Face models are "immortalized," and, as Ranger puts it, not corporate-owned.
Applied AI, Browser Tests, and Founder Cameos
@levie's essay-length post argues the durable opportunity is the applied AI layer between model capability and enterprise workflows: connecting intelligence to processes, reengineering them, aggregating context, human-in-the-loop design, change management, domain evals, and governance. His kicker: better models make this layer more important, not less, because greater capability enables more complex tasks. He discussed it with @sonyatweetybird on the Training Data podcast. @alex_prompter's retweet plugging an unnamed account for "enterprise AI without the hype" is thinner but on theme.
In tooling, @kettanaito says Vitest's Browser Mode has replaced not just JSDOM but React Testing Library for him, and that once you write a single test that way you won't want to go back. @ibuildthecloud, reacting to @namespacelabs' work on fast container image loading, declares that blocks on S3 is the future of storage.
Founder notes to close: @stevewoz announced a return to more active posting plus new merch, drawing @Scobleizer's memoir of stuffing Woz-designed motherboards as a kid, and @brycent predicts @lumeriaskin (YC S26), the $199 clip-on multispectral skin scanner described in @malhalla06's launch post, will be a unicorn. That is a prediction, not a fact.
Practical Takeaway
The strongest theme is agent-driven refactoring with explicit constraints. If you try it, pair ambition with guardrails: a Teknium-style prompt that sets a measurable LOC-reduction target and forbids waiting on your decisions, plus AGENTS.md rules like Bittencourt's (simplest solution, reuse proven libraries, only regression-preventing tests) to stop agents from over-engineering. It works best on a codebase with enough test coverage to survive aggressive deletion; without that safety net, ask for smaller, individually reviewable PRs first, and if Jev-style classifiers tempt you, benchmark them against a cheap XGBoost baseline before committing.
Sources
I told DeepSeek V4.1Flash to find a vuln in Samsungs sgpu GPU Driver 2 days later it found a Race UAF vuln that gives any unprivileged app arbitrary physical write. https://t.co/1Frqg0Cljt
How we made container image loading fast
Neon required three pieces: the labs, the research, and the infra. It’s an early example of how our unique experimental data, combined with highly efficient infrastructure, can be used to train specialized scientific models with strong performance on relatively modest compute compared to frontier systems. Read more about our overall approach here. https://t.co/wKKeRilh32
Adopting the software factory model: crawl, walk, run
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
Well.. @levie and I filmed this episode of Training Data a week or two ago, when the “current thing” was Doug Leone’s novacaine root canals instead of pacing the frontier… Simpler times! But Aaron’s advice on reinventing yourself and your company for AI is timeless. Aaron founded @Box 20 years ago. It sits on hundreds of billions of enterprise files, and he's bet the company on agents that can read every one of them. He's also one of the most wired-in people in AI, on every cap table and, by his own admission, 95% Twitter-educated. He’s the rare CEO who can straddle both the internet AND has the ear of CIOs. His core argument: (1) the gap between what a model can do and what an enterprise workflow actually needs is vast, and closing it is a lot of software; (2) diffusion of AI outside of coding will take far longer than Silicon Valley thinks, and that slowness is exactly where the applied layer's value comes from. The conversation covers: — why application companies are the hottest neolabs, and why the LLM-wrapper thesis is finally working — the fox-guarding-the-henhouse problem with letting model providers route your tokens — work slop, and why we accept AI-written code but flinch at AI-written decks — how Box built its agentic harness and why it beats raw API access on accuracy and latency — the open-weights paradox: closed labs and open models both growing exponentially at once — what continual learning has to solve before it works for a lawyer with five matters and a Chinese wall — why 90% of enterprise tokens in five years will come from tasks no human kicked off — the mandate for founders right now: whoever gets it to the customer wins 0:00 – Introduction 1:55 – Are application companies the hottest neolabs? 6:56 – Will the labs move up the stack? 12:34 – Box and betting the company on AI 16:50 – Hero use cases: reading a million contracts and long-running agents 18:42 – Work slop: why AI code is embraced but AI content isn't 24:08 – Building Box's agentic harness and the evals that matter 27:23 – The state of the model race 29:25 – Open-weight model adoption in the enterprise 32:34 – Memory, continual learning, and what belongs in the weights 37:29 – Box Labs and systems of record in a world of agents 44:55 – Will chat be the dominant UI for enterprise AI? 48:00 – Why coding diffused fast and the rest of knowledge work hasn't 54:31 – Staying wired in, making a company AI-first, and what it takes to win
Last month I wrote about how we can build a positive and safe future for everyone: https://t.co/eoLGVY8yad Every lab has the responsibility and incentive to move at the pace required to train its models safely, and the ability to take its own actions to ensure that happens. The reality is: - People won't want to use agents that are misaligned with them and that don't do what they ask, so labs have a strong natural incentive to make their models more aligned. There is a lot of debate about slowing progress on capabilities until alignment catches up. My view is that trust and alignment are quickly becoming the most important capabilities that will differentiate agents and models. Any lab that doesn't focus on alignment will fall behind. - Labs face significant liability if their models cause harm, so they have a strong incentive to prevent this as well. Meta delayed shipping Muse for several months to focus on safety and security. We didn't call for everyone else to do this before we would. We just did it as part of our day-to-day work because it was clearly the right thing for people and for us. I'm proud of the security foundations we've built. - Engaging independent evaluators and advisors is industry best practice. MSL already does this today in several areas because it helps produce better work. Other labs can just do this too. In general, it would be helpful for there to be a larger and more diverse ecosystem of evaluators. - Committing the significant majority of compute towards serving people rather than racing towards recursive self-improvement is one of the best ways to ensure we develop this technology safely. Meta has made this commitment and other labs can do this as well. I believe the key to building a positive future for everyone is maintaining the right balance of power. This is within our power to do.
Last month I wrote about how we can build a positive and safe future for everyone: https://t.co/eoLGVY8yad Every lab has the responsibility and incentive to move at the pace required to train its models safely, and the ability to take its own actions to ensure that happens. The reality is: - People won't want to use agents that are misaligned with them and that don't do what they ask, so labs have a strong natural incentive to make their models more aligned. There is a lot of debate about slowing progress on capabilities until alignment catches up. My view is that trust and alignment are quickly becoming the most important capabilities that will differentiate agents and models. Any lab that doesn't focus on alignment will fall behind. - Labs face significant liability if their models cause harm, so they have a strong incentive to prevent this as well. Meta delayed shipping Muse for several months to focus on safety and security. We didn't call for everyone else to do this before we would. We just did it as part of our day-to-day work because it was clearly the right thing for people and for us. I'm proud of the security foundations we've built. - Engaging independent evaluators and advisors is industry best practice. MSL already does this today in several areas because it helps produce better work. Other labs can just do this too. In general, it would be helpful for there to be a larger and more diverse ecosystem of evaluators. - Committing the significant majority of compute towards serving people rather than racing towards recursive self-improvement is one of the best ways to ensure we develop this technology safely. Meta has made this commitment and other labs can do this as well. I believe the key to building a positive future for everyone is maintaining the right balance of power. This is within our power to do.
Everyone owns skincare products, but nobody knows what's actually working. Today, @theantheaguo and I launch @lumeriaskin (YC S26) to end that. The Lumoscope is a multispectral camera that clips onto your phone and scans your skin at home with the same light used in clinics, so you see what a mirror can't: a breakout days before it surfaces, and sun damage years before it shows. Every scan is scored on hydration, redness, texture, and sebum, and it compounds into a record of your own skin. Lumi reads that history, connects flare-ups to causes you'd never suspect, and matches products to YOUR data, instead of a population average. Preorders are officially open today at $199 only until Aug 16th. Starting today, skincare will no longer feel like guessing. ☀️
OpenRouter users spent more on OpenAI models than on Anthropic models last week. This hasn't happened for more than 2.5 years https://t.co/oITqYWOpeL
New blog post: We had a million lines of Python to clean up. On September 2nd @Teknium asked Hermes Agent to do it. 1,393 subagents and nineteen hours later, the codebase was 34.4% smaller, saving us nearly $2m in engineering hours. https://t.co/eH6Gy8RAC5 https://t.co/m5uTiC1s0E
I’ve decided it’s time to have a little more fun on X this year! 😄⚡ I get to speak at some amazing events, meet fascinating people, hear great stories, and occasionally find myself in places I never expected to be. So I figured… why not share some of those moments here? And there’s more! I’m also excited to launch my new merch. A little Woz spirit, a little fun, and hopefully a few things bring a smile to your face. This is just the beginning. More adventures, more stories, and more surprises to come! https://t.co/eoTmcRRVh4
Claim your handle on @ThePirateFace 🏴☠️ Where Hugging Face AI models never die, and are immortalized as torrents.❄️❄️❄️❄️ https://t.co/Eanm4TLlQm