Shadowing Practice: An ex-OpenAI researcher just deleted language from the LLM... - Learn English Speaking with Video

Creando lección...
1
Last week, everything about AI changed forever.
2
I realize everything about AI changes forever almost every week, but this time, AI changed forever more than usual.
3
Because one of the OpenAI researchers behind the instruction following work
4
that eventually became ChatGPT just released the next big frontier model after two years in stealth development.
5
A model that can't talk, a model that can't write code, a model that can't write your college essays, and a model that will never tell you you're absolutely right.
6
Its name is Jev.
7
My name is Jev.
8
And this is a huge deal because large language models have one fatal flaw.
9
They won't shut the hell up.
10
You give Fable or Astra a simple instruction like return true or false, and it'll discover a third option after thinking for 4 ,000 tokens and then charge your credit card 11 cents.
11
Jev fixed this problem with a radical solution.
12
It deleted language from the large language model, and the result is a new type of classifier that's 200 times faster,
13
400 times cheaper, with free output tokens and zero hallucinations.
14
This sounds too good to be true, so in today's video, we'll take a look at Jev's code, it's TrustMeBroBenchmarks, and the dude who says he built an open -source Jev over a year ago.
15
It is September 21st, 2026, and you're watching the Code Report.
16
The big AI duopoly is literally shaking right now, because Jev is a cheaper, faster way to solve basically any AI problem that requires a quick gut -instinct decision.
17
It's afraid.
18
But the first thing you need to know is that Jev was created by an ex -open AI researcher, Diogo Almeida, and his company TypeSafe AI, which just raised $40 million.
19
But the company name is the first clue to what JEV really is.
20
Like a regular large language model, you send it a question and some context, like a bunch of unstructured text.
21
However, it differs because it behaves more like a TypeSafe programming language, like TypeScript.
22
The question you send to the model is a strongly typed question that must return a specific shape.
23
One of three shapes actually, a choice, a score, and a null, which is basically just a yes or no. Its schema matching is guaranteed,
24
and a type error would be mathematically impossible to produce.
25
They call Jev a System 1 model, which is a name that comes from Daniel Kahneman's Thinking Fast and Slow.
26
A System 1 model is fast and goes from gut instinct, while a System 2 model is slow and deliberate,
27
like these old antique reasoning models like GPT -6 and Claude Fable that burn 40 ,000 tokens to name a variable,
28
but the difference is huge for app developers like myself who want to integrate fast, cheap AI into their applications.
29
Like on Horse Tinder, we recently had an issue of some donkeys trying to use the app, which is strictly forbidden in the terms of service.
30
Thanks to Jev, we implemented an AI moderation step that will instaban any account that is not a horse, which is accomplished by returning a null response to is this a horse.
31
Not only is it extremely fast if we are to believe these TMBBs, but more importantly, it's off the charts cheap, like 440 times cheaper than one of the big brand models.
32
In fact, it's so fast and cheap that you can even use it for real -time applications, like developers are already using it to implement NPC behavior in video games.
33
And this guy even used it to build the world's first real -time AI calculator.
34
But just because the output is type safe, that doesn't mean it's always correct.
35
And it's not even deterministic, like you could send it the exact same question and the exact same context and get different results, just like any regular large language model.
36
But to get an idea of the response quality, it returns something called the calibrated confidence number.
37
Chap models are trained to police human raiders, and humans love confidence, which is how we got models that are wrong with the confidence of Kanye.
38
Jeb gained its confidence through a technique called RLCD, or reinforcement learning for calibrated decisions.
39
This means every response provides a confidence value, like say 60%, which means 60 % of the time, it's right every time.
40
But the big question is how does Jeb actually work?
41
Well, nobody knows for sure, because the CEO says the architecture is staying close to the chest, with a paper possibly coming in the future, maybe.
42
But Jev also has some doubters.
43
Some people say it's no different than zero -shot classifiers of the past, but the company gives no credit to the original pioneers of this technique,
44
like Jin Yang, who were building zero -shot classifiers over a decade ago.
45
In addition, this guy claims his paper he released a year ago is the exact same thing as Jev, and another developer already built OpenJev,
46
which reproduces the entire interface by reading option probabilities off a frozen Quinn 4B model in a single forward pass.
47
It requires no new training and can run on a 3090.
48
And there's even a web GPU demo you can run in your browser right now.
49
It's an awesome time to be a developer, which is why you need to check out MUX, the sponsor of today's video.
50
Their highly customizable API is by far the easiest way to
51
add video features to your application without getting jump scared by FFmpeg.
52
We've used it for years to handle all the hosting and streaming for our courses, but it does a lot more than just infrastructure.
53
When you upload a video to MUX, you automatically get transcripts, storyboards, thumbnails, and clips, along with structured data about what's actually in the video.
54
That powers MUX robots, which is their AI -hosted workflows that can translate your audio into other languages.
55
moderate content, and lots more without you needing to host a model or maintain a pipeline.
56
You can automate all this with directives where you define a workflow once and it runs on every new upload, and you only pay for the jobs that actually run.
57
Perplexity, Patreon, and many other prestigious companies all trust MUX, and their free plan includes 10 videos and 100 ,000 delivery minutes per month with no credit card required.
58
And you can get an extra $50 credit at the link below.
59
This has been The Code Report, thanks for watching, and I will see you in the next one.

Exploring AI and Language: A Unique Learning Context

The video dives into a fascinating shift in AI development, introducing Jev—a model that “deleted language” from large language models. This context is rich for English learners, blending tech jargon with conversational explanations. Phrases like “fatal flaw,” “radical solution,” and “gut-instinct decision” offer real-world examples of how to discuss innovation and problem-solving.

5 Key Phrases to Boost Daily Communication

  • “Changed forever”: Use to emphasize big shifts (e.g., “Smartphones changed how we connect forever”).
  • “Off the charts”: Describe extremes (e.g., “Her energy was off the charts at the party”).
  • “Close to the chest”: Mean keeping secrets (e.g., “He keeps his plans close to the chest”).
  • “Gut instinct”: Refer to quick intuition (e.g., “I trusted my gut instinct and chose the blue one”).
  • “Shaking right now”: Show strong reaction (e.g., “The team was shaking right now after the win”).

Shadowing Guide: Mastering the Video’s Rhythm

Shadowing (or “shadowspeak”) this video? Start by breaking it into 10-second clips. Focus on the speaker’s casual tone—notice how “hell up” and “dude” add informality. Pause and repeat phrases like “200 times faster, 400 times cheaper” to mimic the quick pace. Use a shadowing site to record yourself and compare. For tricky parts, slow down the audio to catch nuances in words like “calibrated” or “deterministic.” Remember, shadow speech isn’t just about words—it’s about matching the energy of excitement when discussing “huge deals” in tech. Practice daily, and you’ll soon sound more natural in both casual and technical conversations.

¿Qué es la Técnica de Shadowing?

Shadowing es una técnica de aprendizaje de idiomas respaldada por la ciencia, desarrollada originalmente para la formación de intérpretes profesionales y popularizada por el políglota Dr. Alexander Arguelles. El método es simple pero poderoso: escuchas audio en inglés nativo y lo repites en voz alta de inmediato, como una sombra que sigue al hablante con solo 1-2 segundos de retraso. A diferencia de la escucha pasiva o los ejercicios de gramática, el shadowing obliga a tu cerebro y músculos de la boca a procesar y reproducir simultáneamente patrones de habla reales. Las investigaciones muestran que mejora significativamente la precisión de la pronunciación, la entonación, el ritmo, el habla conectada, la comprensión auditiva y la fluidez al hablar, convirtiéndola en una de las metodologías más efectivas para la preparación del IELTS Speaking y la comunicación en inglés en el mundo real.