Opinion
Huber: Silicon Valley treats AGI as a secular religion
“I think AGI is also a religion. It has a problem of evil. We don't have enough intelligence. It has a solution, a deus ex machina. It has the second coming of Christ that AGI, the singularity is going to come. It's going to save humanity because we will now ha…”
Insight
Huber: Frontier models repeat mistakes if failed actions remain in context
“A few of the insights is, like, everyone, frontier model is not good at search. Humans have this natural explore-exploit trade-off, where we kind of understand, like, when to stop doing something. Also, humans are pretty good at, like, forgetting, actually, li…”
Insight
Huber: LLM Performance and Reasoning Degrade as Token Counts Increase
“The performance of LLMs is not invariant to how many tokens you use. As you use more and more tokens, the model can pay attention to less, and then also can reason sort of less effectively.”
Prediction Not checkable as stated
Huber: LLMs will largely replace purpose-built re-rankers
“I think that, like, this is going to be the dominant paradigm. I actually think that, like, probably purpose-built re-rankers will go away, and the same way that, like, purpose-built, they'll still exist, right? Like, if you're at extreme scale, extreme cost, …”
Opinion
Huber: Regex handles 90% of code queries; embeddings add marginal improvement
“My guess is that, like, for code today, it's something like, 90% of queries or 85% of queries can be satisfactorily run with regex. Regex is obviously, like, the dominant pattern used by Google code search, GitHub code search, but you maybe can get, like, 15% …”
Prediction Not checkable as stated
Huber: Future retrieval systems will operate entirely within latent space
“I think, like, there's a few things that I think might be true about retrieval systems in the future. So, like, number one, they just stay in latent space, they don't go back to natural language.”
Opinion
Huber: RBAC is dead and AI vendors are ignoring authorization
“Well, I'm just saying, I think, like, RBAC does seem to be dead, right? Like, if you want to say something is dead, probably RBAC is dead. And like the auth story to me seems like incredibly unsolved and unaddressed by like the existing state of like AI vendor…”
Assertion Contradicted
Huber: Frontier AI models are not actually good at agentic search
“We've like sort of stress tested like frontier models and their ability to search. And they are not actually that good at searching.”
Insight
Huber: Graph structures emerge dynamically in AI agents rather than schemas
“I think that the actual graph structure is emergent in the mind of the agent, ah, in the same way it is in the mind of the human. And that's a more powerful graph, because it actually evolved over time.”
Insight
Huber: Gradient-descent user feedback creates lowest-common-denominator products
“My critique of that would be that if you follow that methodology, you will probably end up building a dating app for middle schoolers, because that just seems to be like the lowest base take of what humans want to some degree.”
Opinion
Huber: Successful AI Startups Fundamentally Excel at Context Engineering
“This is what, frankly, most AI startups, any AI stuff that you know of, that you think of today that's doing very well, like what are they fundamentally good at? What is the one thing that they're good at? It is context engineering.”
Opinion
Huber: Consumer focus leaves LLM labs unmotivated to help developers
“Increasingly is the market to be a good LLM provider, the main market seems to be consumer. You're just not that motivated to, like, help developers.”
Opinion
Huber: Flawless 60k-token reasoning is more valuable than 5M-token context
“I would rather have a model that has a 60,000 context, token context window, that is able to perfectly pay attention to, and perfectly reason over those 60,000 tokens, than a model that's like five million tokens. Like, just as a developer, the former is like …”
Prediction Not checkable as stated
Huber: Offline compute driving continuous AI self-improvement is a sure bet
“Like, the idea that there's going to be, like, a lot of offline compute and inference under the hood that helps make AI systems continuously self-improve is a sure bet.”
Opinion
Huber: No AI coding tools are particularly good at Rust
“So far we've still not found that really any AI coding tools are particularly good at rust though.”
Prediction Not checkable as stated
Huber: Model self-pruning of context windows will become standard
“And so, like, I think pruning is also going to be, like, really, it's already becoming a thing, right? But, like, letting models, like, self-prune their context windows.”
Insight
Huber: Most companies operate as apprenticeships with unwritten tacit knowledge
“Most companies are practically apprenticeships. Like every new employee who joins the team, like you spend one to three months, like wrapping them up. All that tested knowledge is not written down.”
Assertion Supported
Huber: Chroma is the most used project across LangChain and LlamaIndex
“For many years running, Chrome has been the number one used project broadly, but also within communities like LinkChain and Llama Index.”
Assertion Not checkable as stated
Huber: Context caching improves cost and speed but ignores context rot
“And yeah, they're using context caching and that certainly helps, but like their cost and speed, but like isn't helping the context raw problem at all.”
Insight
Huber: Pre-Baking Metadata and Chunk Rewriting at Ingestion Simplifies Retrieval
“As much structured information as you can put into your write or your ingestion pipeline, you should. So all of the metadata you can extract, do it at ingestion. All of the chunk rewriting you can do, do it at ingestion. If you really invest in, like, trying t…”
Insight
Huber: Frozen architectures and static corpora hurt early retrieval-model adoption
“A lot of those have the problem where, like, either the retriever or the language model has to be frozen, and then, like, the corpus can't change, which most developers don't want to, like, deal with the developer experience around.”
Insight
Huber: Synthetic QA pair generation is underrated for retrieval benchmarking
“So I think generating QA pairs is really important for benchmarking your retrieval system, golden dataset. Frankly, it's also the same dataset that you would use to fine tune in many cases. And so, yeah, there's definitely something like very underrated there.”
Insight
Huber: A couple hundred high-quality labeled examples offer massive ML returns
“Having worked in applied machine learning developer tools now for 10 years, like the returns to a very high quality small label data set are so high. Everybody thinks you have to have like a million examples or whatever. No, actually just like a couple hundred…”
Disclosure
Huber: Chroma is written in Rust and uses object storage
“Chrome is written in Rust. It's fully multi-tenant. We have, we use object storage as a key Assistance tier and, like, data layer for Chroma distributed in Chroma Cloud as well.”