Getting the transcript
Reading the captions from YouTube. A video nobody has opened here before takes 10 to 30 seconds; this page fills in on its own.
Getting the transcript
Reading the captions from YouTube. A video nobody has opened here before takes 10 to 30 seconds; this page fills in on its own.

AI Engineer · @aiDotEngineer
This video has no Most replayed graph yet: YouTube shows one only once a video has enough views. These are the moments viewers replayed most in AI Engineer's most watched videos.
Most replayed moment at 18:45
4.8x that video's typical replay level
that they're they're changing they're changing things in the database not yet. You want to run them through the ontology first and make sure that works. Okay. I only got an I've got I've got another I've just a short time. I'm going to try to show you some of the things that um that you can
Said at 18:37
Most replayed moment at 16:13
3.6x that video's typical replay level
method signatures, the program layout and the call stacks. So here's some examples. I don't think you'll be able to read this one, but this is like the level of abstraction we're at. It's how we're actually going to lay this stuff out and how these systems are going to interact. Dylan Mulroy from Cloudflare talks a
Said at 16:06
Most replayed moment at 13:49
2.3x that video's typical replay level
Fable uh and it runs into an unknown, ask it to log it, right? So that um you uh you can see where the deviations happened and then you can sort of figure out why as well, you know? It will usually give you some context about what happened.
Said at 13:43
The graph counts replays. It does not show where viewers stopped watching.
Words
2,005
Runtime
15:13
Speaking pace
132wpm
Reading time
8min
132 words per minute, below the 160 25th percentile of 349 measured videos. That distribution comes from the 349-video hook study.
Opening (first 30 seconds)
Thank you for coming to my talk. My name is Adrian Bertagnoli. I'm a founding engineer at Colossyan and today I'm going to be talking about scaling the next paradigm of heterogeneous intelligence. So, I'm going to start um with explaining why we care about heterogeneity in the first place, what particular aspect make it very conducive for scaling AI, um how it is actually used
66 words, the words spoken in the first 30 seconds at 132 words per minute.
Free, no signup. See how the first 30 seconds hold attention, with rewrites.
Sentence shape
| Measure | This transcript |
|---|---|
| Sentences | 111 |
| Average words per sentence | 18.1 |
| Longest sentence | 59 words |
| Questions asked | 11 |
| Sentences containing a number | 12 |
Most used terms
Filler phrases
106 in total: um 45 · uh 32 · like 13 · actually 9 · basically 5 · I mean 1 · kind of 1.
A literal whole-word count of the same phrase list the Prepublish browser extension uses, so a phrase inside another word is not counted and a phrase used in its ordinary sense still is. It is a count and not a judgement.
What this transcript is
Every word below is the caption track YouTube publishes for this video, pulled from the video itself and reproduced unchanged. It is not Prepublish's writing, not a summary, and not a re-transcription: it is the video's own published captions. English captions, generated automatically by YouTube, in the video’s original language. Source: the video on YouTube. A channel that would rather this page did not exist can ask for its removal through the contact page, and it is removed.
Thank you for coming to my talk. My name is Adrian Bertagnoli. I'm a founding engineer at Colossyan and today I'm going to be talking about scaling the next paradigm of heterogeneous intelligence. So, I'm going to start um with explaining why we care about heterogeneity in the first place, what particular aspect make it very conducive for scaling AI, um how it is actually used in practice today, and how we can use utilize it in the future um to actually scale the next paradigm of intelligence.
So, to give you an intuition about what I mean with heterogeneous intelligence, I want to take a step back and um explain the current prevailing paradigm of homogeneous uh intelligence. So, homogeneous intelligence in in terms of AI mainly refers to scaling single models on a fleet of identical chips. So, this was largely this era was largely brought about by the discovery of neural scaling laws, which showed us that more data and more parameters leads to better models.
However, this is primarily rooted in a training domain and while we move towards an inference domain, this becomes less and less relevant. So, it's already changing um and we already see some level of heterogeneity in um going into our current systems. So, on the architecture level, we see that mixture of experts are replacing large dense models. On the workflow layer, we see that single LLM calls are being replaced by uh multi-agent systems.
And finally, on the hardware level, single chips are being replaced by pre-fill decode disaggregated systems. So, given that we are currently at the state of mild heterogeneity, how can you imagine um a greater level of heterogeneity? How will that appear? So, initially, we'll be what we currently are experiencing is mild heterogeneity. So, everything is still running primarily on on homogeneous clusters, but we have some variety in the prompts.
When we run uh multi-agent systems, we might use different LLMs for different sub-agents. Um again, we have mixture of experts. Uh when we increase the heterogeneity, we might start to use different chips um for different models. So, different LLMs might be put on different GPUs. Uh they might be interacting. We might be using different models completely. So, we have a increase of state-space models, diffusion models, all interacting with each other, all on optimal hardware that exists currently.
In the last stage, uh where we really see the the heterogeneous paradigm unfolding, is when we have a co-evolution of systems uh hardware and software. So, there will be a unification where you'll have um a complete vertical integration of intelligence and hardware. So, why heterogeneity? Why is it a good thing in the first place? So, real-world problems are complex, multi-step, and open-ended. They decompose into sub-problems, which require vastly different types of intelligences.
So, scaling a singular type of intelligence to solve these is very inefficient and and not optimal. So, how do we solve them? Solving these actually requires models of different architectures and sizes working together um uh acting together in long horizons, something we like to call multi-agent heterogeneous intelligence. Furthermore, new generations of silicon is coming towards the market, but currently, there's no interface which allows it to um this new hardware to be unified and and constructively um help the current compute stack.
And so, this is what we aim to change. So, heterogeneia heterogeneity, the benefit is not simply a belief that we have. We actually formalize it and proved it mathematically um on the right on the left, you see a figure outlining uh the principle of maximum heterogeneity. So, these are heterogeneous agents, where the color indicates um a distribution over a skill space. Um if you take if you have a communication between these, here indicated by a ring topology, you can have a what we like to call a production function.
And the production function is simply the demand uh can can be well suited for the demand of one problem, but ill suited for another problem. So, here we have a a production function that's well suited for demand A and ill suited for demand B. If you want to do this in a homogeneous fashion, you would either be able to only scale one peak or in the optimal case to match this demand function, you'd have only generalists, so as broad as possible the skill set, but then ultimately you'd have a very short cylinder that does not meet the production function readily.
So, we formalize this and we um saw that across many domains, including neuroscience, economics, and ecology, these these trends hold and under any reasonable amount of constraints, heterogeneous systems outperform homogeneous ones. So, how do we use this in practice? Like, I've been telling you about the benefits of heterogeneity, but I've not told you anything about what it actually means in terms of AI. So, we optimize um multi-agent systems at three different parts of the workflow.
So, all the way from the hardware, where agents run on, we choose different hardware depending on the computational demands on the agents, and then how agents interact and what workflow they construct. Um so, we have already demonstrated multiple uh benefits of of uh this type of orchestration and I want to go into a couple ones um main namely in the workflow, something a primitive we like to call heterogeneous recursion, and in the agent layer, I want to talk about multimodal multimodal video action language models.
So, heterogeneous recursion. This is something um who's here heard of recursive language models? Okay. So, for those of you who um know don't know recursive language model, it's kind of a seminal paper that came out of MIT uh last October. And they basically showed that even if you only occupy a small um percentage of the context window, you still can have dramatic context rot depending on the information complexity you want uh from the prompt.
So, if you're doing a needle in a haystack task, that is O of 1. The the information requirement scales is constant throughout regardless of how big the prompt is. And then you can imagine adding up the rows. You you you give uh rows and columns. Adding up the rows would be O of N, because as the prompt increases, the inform- informational requirement increases linearly. So, if the if you have a constant information requirement, it scales well.
You you can occupy the full context window and actually get a a good answer. However, when you go to linear or quadratic, uh it degrades at around 60 to 30%. So, recursive language models solve this problem by actually treating the context as a um environment, rather than putting it all into the prompt. So, in practice, this looks like you present the context in a file, and then the a coding agent interacts with it programmatically through Python REPL, um basically doing keyword searches, regex, and other tricks to extract sub-context, and this sub-context is then passed off to an identical recursive agent.
So, this agent then can answer the question or spawn another recursive agent. And and that's why it's called recursive uh language model. So, we simply extended this concept um instead of using a single model on a single chip, we map based on the sub-context generated towards different chips and different models to emulate the performance while drastically um being cheaper and faster. So, here are results. Um you can see this is on the Ulong benchmark.
This is basically um the benchmark they used in the paper um and GPT-5 GPT-5.2 was the um most recent one when we produced this work uh sits around here, where it takes around 2,000 seconds um to run through the the benchmark and it costs around uh $3.75 for one task. Our system, when we go on Cerebras, we are seven times cheaper and five times faster. So, you save incredibly much time, are a lot cheaper, so it's basically like having your cake and eating it, too.
Um with SambaNova, we even get uh further. We push the price down even further at the cost of some latency. So, we're 12 times cheaper and three times faster. So, these are like making architectural decisions that are not like simply based on the hardware. You can make huge impactful um price differences and and and while emulating the intelligence you would have from frontier models. So, the next problem we wanted to address is basically um visual web navigation.
So, we used a mixture of open and closed uh video action language models. Um and we managed to beat uh the state-of-the-art of video web arena beating GPT 5.2 and Gemini uh 2.5 by 18 and 25% respectively. And not only this, the way we did it is instead of treating the problem as a homogeneous one, we we acknowledge that the problem is heterogeneous uh it itself. It it decomposes into multiple steps of visual reasoning of of textual reasoning and each of these subcomponents requires different models to be um completed successfully.
So, here you see a fundamental shift of the Pareto frontier where you see singular models like Kimik A uh 2.5 and GPT 5.2 are outperformed by mixture, a heterogeneous set of of models. So, when we use Quant 3 VL8B-Instruct and Kimik A 2.5, we're 1.3 times faster than using Kimi Kimi alone. We're 18 times cheaper than using uh GPT 5.2 alone. Um and if we use uh Quant 3 um plus GPT, we're actually three times faster and 3.7 times cheaper.
So, this is only benefit. There's no downside uh in in constructing this in a heterogeneous manner. So, one part of of our differentiating factor, why how we were able to beat the state-of-the-art, is that we mapped certain subtasks like zooming and and creating a different visual um reasoning for the agent, we offloaded that into less intelligent models because you don't need GPT to zoom for you. So, alone on these subtasks, we're able to be 11 times faster and 43 times cheaper than using ChatGPT.
And so, this is what overall overall accumulates towards these 3.7 times cheaper and three times faster. So, looking ahead, how do we view the future of compute? The first era of scaling compute was dominated by the CPU where compute got quicker. The second era was making compute massively parallel. This is dominated by Nvidia. And the third paradigm, compute is going to become heterogeneous mapping onto multi-agentic workloads and optimally um mapping these workloads onto different chips.
We are actually um working with Aria, the UK Institute. Um we got a 3 million grant for the first for operating the first heterogeneous collocated cluster in the UK. So, we really want to make a difference and and spearhead this new era of innovation. So, the era of homogeneous scaled delivered extraordinary progress. We should be grateful for it. What comes next is heterogeneous intelligence where models, workflows, and silicon co-evolve and every new source of diversity makes the whole system smarter, faster, and cheaper.
This is the worst our infrastructure will ever be. Thank you. How do you define which task to run on the faster uh cheaper model? Like for instance, is zooming that something that's hardcoded like oh, if you have to zoom, use this model or if you have like the smarter model, use that type of model? So, it is um initially we started doing bespoke decisions on mapping uh certain simple subtasks to simple models, but since then, we have um created an automation layer that detects the task complexity and automatically predicts the best model uh the best suited model and hardware.
Any other questions? Great. Thank you so much for your attention. My name is Adrian Berczynski and if anyone is interested, uh we are hiring, so yeah. Great. Thank you very much.
The words are the caption track's own and nothing is reworded or re-transcribed. Paragraph breaks are placed between sentences so the text reads as prose.
Free tools for your own script. No signup, no login.
Paste your draft and see where viewers are likely to drop off, with a rewrite for each weak line.
Paste the first 30 seconds of your own draft for a hook score and rewrites.
Check your draft against YouTube's advertiser-friendly guidelines before you record it.
Read this channel's public videos and transcripts, and download a writing brief for it.