34 comments

[ 5.1 ms ] story [ 47.4 ms ] thread
API prices dropped 97% in two years so the model layer is already a commodity. The question is which context layer actually sticks. The OpenClaw example in the article (400K lines to 4K) is a nice proof point for what happens when context replaces code.

I've been arguing for some time now that it's the "organizational world model," the accumulated process knowledge unique to each company that's genuinely hard to replicate. I did a full "report" about the six-layer decomposition here: https://philippdubach.com/posts/dont-go-monolithic-the-agent...

From your link: > Closing that gap, building systems that capture and encode process knowledge rather than just decision records, is the highest-value problem in enterprise AI right now.

I buy this. What exactly is the export artifact that encodes this built up context? Is it the entire LLM conversation log. My casual understanding of MCP is service/agent to agent "just in time" context which is different from "world model" context, is that right?

i'm curious is there's an entirely new format for this data that's evolving, or if it's as blunt as exporting the entire conversation log or embeddings of the log, across AIs.

The way many corporates are using the models nearly interchangeably as relative quality/value changes release to release, AND the API price drops do make me question what the model moat even is.

If LLMs are going to make intelligence a commodity in some sense, where does the value end up accruing will be the question. Picks/shovels companies and all the end user case products being delivered? Mainframes value didn't primarily accrue to DEC. PCs value didn't really accrue to IBM. Internets value didn't accrue to Netscape. Mobiles value didn't only accrue to Apple.

One reminder that new efficiency / greatly lowered costs sometimes doesn't replace work (or at least not 1-1) but simply makes things that were never economical possible. Example you hear about AI agents that will basically behave like a personal assistant. 99% of the rich world cannot afford a human personal assistant today, but I guess if it was a service as part of their Apple Intelligence / Google something / Office365 subscription they'd use it.

We seem to be continually creating new types of jobs. Only a few generations ago, 75% of people worked on farms. Farm jobs still exist you just don't need so many people.

The type of work my father and grandfather did still exist. My father's job didn't really exist in his father's time. The work I do did not exist as options during their careers. The next generation will be doing some other type of work for some other type of company that hasn't been imagined yet.

100%

Currently integrating an AI Assistant with read tools (Retrieval-Augmented Generation or RAG as they say). Many policies we are writing are providing context (what are entities and how they relate). Projecting to when we add write tools, context is everything.

It's not a commodity due to the simple observation that revenue run rates of frontier labs are growing exponentially and gross margins are still fine. It's easy to just say it is but the narrative violation keeps occurring in reality.
Hi Phil,

Your article is great! As someone who's working in this space, your points just improved our presentation and selling a lot. We have been talking with C level finance executives about building semantic layers, and i can confidently say that the way you presented the value proposition of the context layer is going to improve our conversion rates.

Thank you so much! This is one of the best analysis i have ever heard about the subject.

Great Article. And this idea is Largely behind all the new Microsoft IQ products, Work IQ, Foundry IQ, Fabric IQ. Giving the Agents Context of all relevant enterprise data to do their job.
Not sure about the conclusion regarding NVidia value capture. I imagine the context for many applications will come from a physical simulation environment running in dramatically more GPUs than the AI part.
Ah another article that implies the inevitable AI apocalypse disguised as a thought piece!
>someone raised the question of “what would be the role of humans in an AI-first society”.

Norbert Wiener, considered to be the father of Cybernetics, wrote a book back in the 1950's entitled "The Human Use of Human Beings" that brings up these questions in the early days of digital electronics and control systems. In it, he brings up things like:

- 'Robots enslaving humans for doing jobs better suited by robots due to a lack of humans in the feedback loop which leads to facist machines.'

- 'An economy without human interaction could lead to entropic decay as machines lack biological drive for anti-entropic organization.'

- 'Automation will lead to immediate devaluation of human labor that is routine. Society needs to decouple a person's "worth" from their "utility as a tool".'

The human purpose is not to compete but to safeguard the telology (purpose) of the system.

"what is the role of humans in a scenario where work is no longer necessary? This is significant because, since the industrial revolution, work has played an important role in shaping an individual’s identity. How will we occupy our time when we don’t have to spend more than half of our waking hours on a job"

Umm I have been working in AI in multiple verticals for the past 3 years and I have been far busier and more stressed with far less job security than past 15 before that in tech.

For now this is far more accurate: https://hbr.org/2026/02/ai-doesnt-reduce-work-it-intensifies...

Wake me up when the computers run the world and I can relax..but I don't think its happening in my lifetime.

> But the topic of conversation that I enjoyed the most was when someone raised the question of “what would be the role of humans in an AI-first society”. Some were skeptical about whether we are ever going to reach an AI-first society. If we understand as an AI-first society, one where the fabric of the economy and society is automated through agents interacting with each other without human interaction, I think that unless there is a catastrophic event that slows the current pace of progress, we may reach a flavor of this reality in the next decade or two.

I don't really know how you can make this prediction and be taken seriously to be honest.

Either you think it's the natural result of the current LLM products, in which case a decade looks way too long.

Or you think it requires a leap of design in which case it's kind of an unknown when we get to that point and '10 to 20 years' is probably just drawn from the same timeframe as the 'fusion as a viable source of electricity' predictions - i.e. vague guesswork.

I have my own challenge: I think LLMs can do everything that a human can do and typically way better if the context required for the problem can fit in 10,000 tokens.

For now this challenge is text only.

Can we think of anything that LLMs can’t do?

whenever i worry that AI will eventually do all the work I remind myself that the world is full of almost infinite problems and we'll continue to have a choice to be problem solvers over just consumers.
The pyramids in the article are missing "energy" and "capital": in the world where intelligence becomes a commodity only those two matter. Capital to buy the hardware and install it, and energy to run it. Models already are a commodity, and "physical is the new king".

As a side note, if you believe that because of the agents doing most of the work we will face the problem of what do we do with the all the free time (with presumably UBI in place), please contact me, I have a bridge to sell you.

I think a lot of this kind of conversations seem to be simply ignoring or missing the lessons from the past.

For example:

> [...] OpenClaw is around 400k lines of code for a while loop and the list of all the integrations and connections supported by the system. The next generation of Claws only have around 4K lines of code for the core, and the rest are just skills (i.e. markdown files) that tell the agent how to implement or run the code for the specific connections that want to be enabled (like a plugin system).

Shifting code from "the core" and moving it to "skills" is simply moving code from one place to another. It may also mean translating it from classic source code to an English-like specification language full of ambiguity but that's also code. So the overall code is not reduced, just transformed and shifted around. You don't get a free lunch "because AI".

> A user using one of these second-generation Claws only needs to node the core logic (that can be easily understood and audited) and can leverage the skills (as the plugins) to activate the functionality that they need for their case.

The "core" may be easier to audit, but that's because the messy parts have been moved to the skills/plug-ins, which are as hard as always to audit.

I'm not saying this cannot work, but it's very frustrating seeing everybody simply dumping all lessons from the past and pretending nothing that came before mattered and that AI vibe coding is fundamentally different and the rules of accidental and intrinsic complexity don't apply anymore.

Have we all collectively lost our minds?

Neither intelligence nor context are what really differentiate the most successful model for programming (Claude Opus 4.6) from slightly 'smarter' competitors (Codex 5.3, Gemini 3.1 Pro).

It's tool use and personality. If models stopped advancing today, we could still reach effective AGI with years of refining harnesses. There is still incredible untapped potential there.

I maintain a benchmark at https://gertlabs.com that competes models against each other in competitive, open-ended games. It's harder to game the benchmark because there's no correct answer (at least none that any of the models have gotten remotely close to) and it requires anticipation of other players' behavior.

One thing I've found is that Codex and Gemini models tend to perform the best at one-shotting problems, but when given a harness and tools to iterate towards a solution, Anthropic models continue improving where Codex and Gemini struggle to use tools they weren't trained on or take the initiative to follow the high level objectives.

For anyone worried about AGI coming soon. Today I asked Claude to stop using em dashes. That was his/her answer:

Noted — I'II avoid em dashes going forward and use other punctuation or restructure sentences instead.

Only scarce context is a moat and what is scarce is changing quickly. OpenClaw is a great example of the context substrate not being scarce (local files, skills are easily copied to another platform) and thus not providing a moat.

Claude's recent import of ChatGPT's memory is another example of context that was scarce becoming abundant (chat export) and potentially becoming scarce again (OpenAI cutting out chat export).

As much as I use AI in daily workflows, I do not think an AI-first society will ever be a thing.

Historically there is no evidence of that happening with tech revolutions - or rather perhaps you could say to some extent - you can not say that we are an internet-first society, or cars-first society or mobile phone - first society despite these being profound technological revolutions.

And more importantly, the only science fiction movies that talk about "AI first societies" tend to be dystopian in nature (eg Terminator). And humans eventually always do better than that.

As much as the world in Star Trek is advanced for example, with all the fancy AI there is, it is still a human-first society. Only 10% of any Star Trek is about AI and fancy technologies, 90% is still human drama.

I just don't buy this. It is not what I observe with these things. They are not at all "thoughtful".
One thing that seems to be missing in most discussions about "context" is infrastructure.

The dream system for AI agents is probably something like a curated data hub: a place where datasets are continuously ingested, cleaned, structured and documented, so agents can query it to obtain reliable context.

Right now most agents spend a lot of effort stitching context together from random APIs, web scraping, PDFs, etc. The result is brittle and inconsistent.

If models become interchangeable, the real leverage might come from shared context layers that many agents can query.

I think a lot about liability. If AI wrecks something are they liable? If not then thats very risky and unusable for many applications. But if it is liable then that's extremely risky for the AI providers!

It seems risky either way!

Money and power is the real moat. Everything else is confetti.
In a way, isn't this the same old data moat that always existed in AI/ML, but supercharged? Generalist models can now reason over proprietary data as context instead of requiring you to train narrow expert models on it. What changed is you no longer need an ML team to turn that data into value.
I know this is not the explicit meaning, but lol, intelligence isn't a commodity among humans, let alone LLMs
My observation is that nobody knows how to deploy these LLMs yet. So yes. Context is everything.

OpenAI is still selling model access not new science or new discoveries. They are pushing the context problem to the masses hoping someone might find a useful application of the technology.