> But I think the insight lies between these positions. Even if a new application starts as a wrapper, it can endure if it lives where work is done, writes to proprietary systems of record, builds proprietary data and learns from usage, and/or captures distribution before incumbents bundle the feature.
Basically the same as MS & Social Media did: build a proprietary silo around data, amass enough data, so it will become too big an inconvenience to move away from the first provider.
It's good that the EU has laws now to ensure data interoperability, export & ownership.
jrvarela56 14 hours ago [-]
I agree with you in spirit but this harms the potential for these new products to emerge. You’re saying you don’t want them to be able to accrue a data moat. It sounds good for user privacy and optionality later on but it makes it harder for these services to get started as they dont see that model as possible.
keiferski 10 hours ago [-]
Marketing, UI, and brand matter a lot. Especially when all of the products are functionally "the same" to the average consumer, who doesn't care about technical details and benchmarks, etc. It reminds me of this great scene from Mad Men:
This is the greatest advertising opportunity since the invention of cereal. We have six identical companies making six identical products. We can say anything we want.
right, if you look at the largest food companies, they're all just wrappers around proteins and simple/complex carbs, yet some products can do so well, and others so poorly
dworks 3 hours ago [-]
Software is 10x more valuable than inference tokens because tokens do nothing for the user, just like a database request by itself does nothing.
Software is what makes inference valuable because it builds a workflow that transforms tokens and data into practical benefits.
Look at the payment plans for Lovable, Figma Make, Claude Code. None of them charge by token. They charge by obfuscated 'credits'. We don't know the current credit economics, but it is certain that the credit markup will increase and probably eventually reach 10x of the token cost. Users will gladly pay for it because again, tokens do nothing for them. It is the Claude Code, Figma Make products that make them productive.
pempem 2 hours ago [-]
The claim is too absolute. Software amplifies value, but inference cost and capability still shape what’s possible. Users aren’t demanding obfuscation; they just want predictable pricing and clear ROI. Does anyone want hidden math in their pricing?
In many markets, transparency wins. Think of Carfax or banking fees or airbnb pricing for example, when regulators or competitors force clarity, buyers benefit and trust grows.In a functioning government that serves the people (regardless of party) we would see this
People believe they “need” these AI products partly because they’re saturated in both earned and paid media. In '23 there were nearly 400k articles covering AI. I think we can all safely assume its more now, and when we include financial reporting, quite inescapable.
btown 11 hours ago [-]
OpenAI is just a wrapper around NVIDIA, which is just a wrapper around TSMC, which is just a wrapper around ASML, which is just a wrapper around Zeiss optics, which is just a wrapper around EUV photons, which are just wrappers around quarks, which are just wrappers around quantum fields...
A Large Language Model is just a Large Hadron Model with better marketing.
esafak 10 hours ago [-]
I would argue that a "wrapper" denotes a product that could be replicated with little effort, not that one relies on the other. None of your examples fit this definition.
M4R5H4LL 10 hours ago [-]
I believe the controversy arises from the notion of “little effort” and critics who have never independently pushed anything to market. It comes across as dismissive and arrogant simply because someone exudes excessive confidence in a limited set of skills. I can personally attest to the immense demands of building a successful business, and it’s evident that very few individuals possess the capability to achieve that. Therefore, while it may provide comfort to avoid challenging oneself and dismiss others’ total work, it ultimately doesn’t benefit anyone and feels more like a self-serving “I could, but I never will” attitude.
chris_pie 7 hours ago [-]
The potential customer rarely cares whether a service provider is running their business well. What matters is the product's value added and risks added, as compared to just using the underlying tech directly.
random3 10 hours ago [-]
The processor is built of transistors, built of silicone. The paper that wraps the box that wraps the processor is simply a mindless container. Yes, there’s nuance when it comes to “wrapper” companies but it in the end they may just be wrappers. Back in the “web 2.0” things were called mash-ups and everybody didn’t try to make them look like companies.
darepublic 7 hours ago [-]
as others have mentioned -- I think wrapper is a fair term. It is not trivial and took untold man hours of research and labour to go from nvidia gpus to modern llms. some of the ai products really do feel like minimal engineering around calls to openai (or claude or what have you)
_fat_santa 13 hours ago [-]
Currently working on a SaaS app that could be called an "AI Wrapper". One thing I picked up on is once you start using AI tools programmatically, you can start doing far more complex things than what you can with ChatGPT or Claude.
One thing we've leaned heavily into was using Langgraph for agentic workflows and it's really opened the door to cool ways you can use AI. These days the way I tell apart an AI "Wrappers" vs "Tools" is what is the underlying paradigm. Most "wrappers" just copy the paradigm of ChatGPT/Claude where you have a conversation with an agent, the "tools" are where you take the ability to generate content and then plug that into a broader workflow.
embedding-shape 13 hours ago [-]
> One thing we've leaned heavily into was using Langgraph for agentic workflows
Probably my single biggest mistake so far with developing LLM tooling so far has been to try to use Langgraph even after inspecting the codebase, because people I thought were smarter than me hyped it up.
Do yourself a favor and just write the plumbing yourself, it's a lot easier than one might think before digging into it, and tool calling is literally a loop passing tool requests and responses back and forth until the model responds, and having your own abstractions will make it a lot easier to build proper workflows. Plus you get to use whatever language you want and don't have to deal with Python.
CjHuber 12 hours ago [-]
I can recommend looking into DSpy, I haven’t felt the need to use any other LLM based frameworks though I‘m open to suggestions
embedding-shape 12 hours ago [-]
There really isn't need, all they add is additional code to be responsible for, building the same abstractions yourself but focused on your use case will be something like 50-100 lines of code, hard to beat the simplicity, and the understanding you'll get.
lubujackson 12 hours ago [-]
Almost every startup is a wrapper of some sort, and has been for a while. The reason a startup can startup is because it has some baked in competency by using new and underutilized tools. In the dot com boom, that was the internet itself.
Now it's AI. Only after doing this for 20+ years do I really appreciate that the arduous process and product winnowing that happens over time is the bulk of the value (and the moat, when none other exists).
max002 10 hours ago [-]
Cant help myself and compare to frameworks, libraries and oop... cant we built so fast because of them?
I think of wrapper more as a very thin layer around. Thin layer is easy to reproduce. I do not question that a smart collection of wrappers can do great product. Its all about idea :)
However its if ones idea is based purely on wrappers there's really no moat, nothing stopping somebody else to copy it within a moment
amelius 11 hours ago [-]
> Almost every startup is a wrapper of some sort, and has been for a while.
The difference is that with AI they will send your data to a third party.
TrackerFF 12 hours ago [-]
What do we call companies that spin up open-source ML models, and basically just sell access to said models?
One example is audio / stem separation, object segmentation.
They're not wrappers, but whatever that is one step deeper down in complexity.
jabroni_salad 11 hours ago [-]
I think those are just inference providers unless they are adding something on top of it.
swyx 13 hours ago [-]
i recently framed this as "agent labs" vs "model labs" - https://latent.space/p/agent-labs - definitely far from proven or given that they are a lasting business model, but i think the dynamic is at least more evident now than it was a year ago and even that is notable as we are slowly figuring out what the new ai economy looks like
jgalt212 15 hours ago [-]
> But Cursor and other such tools depend almost entirely on accessing Anthropic, OpenAI and Gemini models, until open-source open-weight and in-house models match or exceed frontier models in quality.
I'm not sure I agree with this because even though Cursor is pay north of 100% of revenues to Athropic, Anthropic is selling inference at a loss. So if Cursor builds and hosts its own models it still has the marginal costs > marginal revenues problem.
The way out for Cursor could be a self-hosted much smaller model that focuses on code, and not the world. This could have inference costs lower than marginal revenues.
xnx 14 hours ago [-]
Can you have a useful code model that doesn't understand the world? It seems like such a model would be limited to little more than auto complete.
esafak 13 hours ago [-]
I imagine so, through distillation. Start with an all-knowing model, then extract the coding part.
rhetocj23 11 hours ago [-]
[dead]
simianwords 11 hours ago [-]
what makes you so sure of this?
> Anthropic is selling inference at a loss.
cost of models have gone down dramatically over time.
jgalt212 7 hours ago [-]
True, but they keep using more tokens (Agentic FTW!) and the currently most expensive models.
Basically the same as MS & Social Media did: build a proprietary silo around data, amass enough data, so it will become too big an inconvenience to move away from the first provider.
It's good that the EU has laws now to ensure data interoperability, export & ownership.
This is the greatest advertising opportunity since the invention of cereal. We have six identical companies making six identical products. We can say anything we want.
https://youtu.be/8SsnkXH2mQY?si=SWPOsGBel1yh3kMd&t=198
Software is what makes inference valuable because it builds a workflow that transforms tokens and data into practical benefits.
Look at the payment plans for Lovable, Figma Make, Claude Code. None of them charge by token. They charge by obfuscated 'credits'. We don't know the current credit economics, but it is certain that the credit markup will increase and probably eventually reach 10x of the token cost. Users will gladly pay for it because again, tokens do nothing for them. It is the Claude Code, Figma Make products that make them productive.
In many markets, transparency wins. Think of Carfax or banking fees or airbnb pricing for example, when regulators or competitors force clarity, buyers benefit and trust grows.In a functioning government that serves the people (regardless of party) we would see this
People believe they “need” these AI products partly because they’re saturated in both earned and paid media. In '23 there were nearly 400k articles covering AI. I think we can all safely assume its more now, and when we include financial reporting, quite inescapable.
A Large Language Model is just a Large Hadron Model with better marketing.
One thing we've leaned heavily into was using Langgraph for agentic workflows and it's really opened the door to cool ways you can use AI. These days the way I tell apart an AI "Wrappers" vs "Tools" is what is the underlying paradigm. Most "wrappers" just copy the paradigm of ChatGPT/Claude where you have a conversation with an agent, the "tools" are where you take the ability to generate content and then plug that into a broader workflow.
Probably my single biggest mistake so far with developing LLM tooling so far has been to try to use Langgraph even after inspecting the codebase, because people I thought were smarter than me hyped it up.
Do yourself a favor and just write the plumbing yourself, it's a lot easier than one might think before digging into it, and tool calling is literally a loop passing tool requests and responses back and forth until the model responds, and having your own abstractions will make it a lot easier to build proper workflows. Plus you get to use whatever language you want and don't have to deal with Python.
Now it's AI. Only after doing this for 20+ years do I really appreciate that the arduous process and product winnowing that happens over time is the bulk of the value (and the moat, when none other exists).
I think of wrapper more as a very thin layer around. Thin layer is easy to reproduce. I do not question that a smart collection of wrappers can do great product. Its all about idea :)
However its if ones idea is based purely on wrappers there's really no moat, nothing stopping somebody else to copy it within a moment
The difference is that with AI they will send your data to a third party.
One example is audio / stem separation, object segmentation.
They're not wrappers, but whatever that is one step deeper down in complexity.
I'm not sure I agree with this because even though Cursor is pay north of 100% of revenues to Athropic, Anthropic is selling inference at a loss. So if Cursor builds and hosts its own models it still has the marginal costs > marginal revenues problem.
The way out for Cursor could be a self-hosted much smaller model that focuses on code, and not the world. This could have inference costs lower than marginal revenues.
> Anthropic is selling inference at a loss.
cost of models have gone down dramatically over time.
source: https://www.wheresyoured.at/