AI Engineer World's Fair 2025
The New Lean Startup
Read the talk
The New Lean Startup
Oleve’s four-person consumer software portfolio shows how profit discipline, reusable infrastructure, and carefully staged automation can support growth without matching it with headcount.
From a talk by Sid Bendre
How small can a growing software company stay?
Can a company grow its revenue and product portfolio without continually expanding its team? AI tooling makes that question increasingly practical: smaller companies can defer fundraising and pursue profitability earlier. Oleve, which builds consumer software intended to help people live more productive and fulfilling lives, provides Sid Bendre’s concrete case.
Bendre reports that Oleve reached $6 million in annual recurring revenue, operated profitably, and generated more than half a billion social media views with four people. These are the founder’s historical results for a particular portfolio, rather than a benchmark for what any small team should achieve. The company is based in New York City; its path began with a student app and an unexpectedly successful launch video.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
A viral launch with an unusual inference setup
Quizard AI launched on January 26, 2023, with a TikTok video that went viral overnight. Bendre reports that one million views became 10,000 users in less than 30 hours. Distribution created demand almost immediately, before the company had built the operating systems it would later reuse across products.
The initial inference setup was unusual. Oleve used the original Codex model API during its free beta period, and Bendre describes cycling through ten friends’ accounts to generate outputs without initial LLM charges. Although Codex was designed for coding, the team could prompt it into open-domain conversation. This is a historical account of the original model API, not guidance for accessing today’s Codex products. Bendre attributes its retirement to abuse; OpenAI’s deprecation record documents the legacy models’ March 2023 shutdown without giving that explanation.
Usage became substantial enough that, according to Bendre, OpenAI contacted several of the accounts as top Codex users. The anecdote captures how quickly a consumer launch could produce inference demand, even when the product was still relying on a temporary beta arrangement.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Turn one launch’s learning into the next product
After graduating, the founders moved to New York in fall 2023 and ran a back-to-school campaign built around street interviews at prominent US colleges. Bendre reports that Oleve reached its first $1 million ARR and profitability within nine months of operating. A further campaign in spring 2024 took Quizard to number six in the education charts, alongside Duolingo, Photomath, and Gauth. The chart positions here are Bendre’s reports; the recording does not specify the store, country, or chart type.
The team then applied its accumulated learning to Unstuck AI, a study companion for students. Bendre reports that Unstuck reached one million users in under nine weeks and generated more than 250 million social views in one month. By a few weeks before the talk, both products had reached the education top ten, with Unstuck at number three below Gauth and Duolingo.
The next launch moved beyond education. Bendre reports that Oleve’s third, still-stealth product took three weeks to build, had more than 1,000 users, and was already profitable. He credits blueprints prepared in advance for the short build time. That progression—from a successful launch to reusable methods to another product—underpins three parts of the operating model: operating principles, organizational structure, and AI and tool augmentation.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Give capable generalists a clear decision rule
Leanness starts with whom the company hires. Oleve prefers leaving a position unfilled to lowering its standard, and looks for generalists with several complementary strengths. A product engineer might combine full-stack development, product judgment, and strong networking fundamentals. A marketer might code; a designer might build. Bendre’s 10X terminology describes this hiring ideal, not measured individual productivity. The practical requirement is that a person can carry work across related disciplines.
Profit supplies the shared decision criterion. Rather than treating it only as a financial result to inspect later, Oleve uses it to focus choices throughout the company. That priority becomes actionable through individual KPI ownership: everyone owns a metric, works to move it week over week, and validates decisions against it. Clear outcome ownership is intended to reduce the need for micromanagement.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Make recurring work improve with repetition
For a recurring process, finishing the work also creates an opportunity to improve how it runs. Oleve asks what went wrong in the previous run and what could work better next time. Treating operational and technical problems as system failures creates a feedback loop: an issue should change the process that produced it.
Two further principles make those improvements reusable. First, consolidate workflows into existing platforms where possible, extending their use instead of introducing a separate tool for every task. Bendre calls these platforms super tools. Second, retain learning in technical playbooks and operational blueprints so the next product does not need to rediscover it. He connects Unstuck’s rapid growth to roughly a year and a half of learning from Quizard. The asset that compounds is the method, not just the product it first served.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Use feature management to control live operations
LaunchDarkly illustrates what extending an existing tool means. Its baseline role is feature management: controlling which features are released and to whom. Oleve uses it for additional operational decisions inside its applications.
LLM traffic routing. Oleve places LaunchDarkly controls between LLM calls so operators can change where requests go. They can route or split traffic across providers in response to rate limits or strategic needs. This was especially useful when early Azure OpenAI endpoint quotas were tight and difficult to increase. The mechanism is manual, on-the-fly routing control; it is not a claim of automatic provider failover.
Ingestion-service ordering. Unstuck accepts many files, and some formats pass through a waterfall of third-party ingestion services. If one service becomes unavailable, operators can change the priority order through LaunchDarkly so another service can take precedence. The application already has multiple ingestion paths; changing their order helps keep file processing available when a dependency fails.
UI and paywall experiments. Oleve also built its own experimentation layer around LaunchDarkly. That layer lets the team start experiments without a code push. The distinction matters: configuration selects behavior supported by the application and its experimentation layer; it does not deploy arbitrary new code. Together, these uses put several common operational adjustments behind a platform the team already uses.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Separate product ownership from shared automation
The engineering organization gives different people responsibility for product outcomes and shared capabilities. Bendre draws an analogy to Palantir’s Dev and Delta roles, calling Oleve’s corresponding roles harvesters and cultivators.
Harvesters are product engineers, analogous to forward-deployed engineers or Palantir Deltas. They live in product metrics, run A/B experiments, build features end to end, and work with marketing. Their responsibility extends to the product’s commercial existence: build something people want and will pay for.
Cultivators are AI software engineers building shared automation and infrastructure—the foundation Bendre calls the company’s agentic operating system. Their work spans marketing, design, and product, with the intention that a capability built once helps the company in multiple markets.
| Role | Primary ownership | Typical work |
|---|---|---|
| Harvester | A product’s outcomes | Metrics, experiments, features, marketing collaboration |
| Cultivator | Capabilities shared across products | Automation, common infrastructure, agent systems |
The division preserves direct product accountability while giving someone explicit responsibility for systems that make every subsequent product easier to ship and scale.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Amplify the team, then encode its learning
Tool spending follows the same hiring philosophy. Bendre describes the ambition as taking a 10Xer to a 100Xer: an aspirational multiplier, not a measured result. Tools should amplify a capable person’s strengths rather than compensate for hiring below the company’s standard.
In daily work, paid services support scriptwriting, campaign analysis, operations, code generation, and communications. The intended effect is to give each person support resembling a chief of staff: help carrying out the surrounding work that would otherwise consume their attention.
Reusable technical blueprints make that support cumulative:
- Code-complete templates encode lessons from two and a half years of building products for viral growth.
- Internal libraries and modules package core services, including access to LLM providers.
- Shared infrastructure supplies capabilities such as notifications and experimentation across applications.
Experimentation is an initial layer in every new product because testing consumer behavior is central to how Oleve develops it. A new launch starts with those capabilities already available.
These blueprints provide deterministic reuse: known components and processes can be applied again. The next question is whether systems that learn, adapt, and coordinate can execute the blueprints on demand. That is the transition from reusable infrastructure to the company’s broader automation ambition.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Move from tools to workflows to coordinated agents
Oleve describes three stages for that transition, beginning with tooling embedded in work people already perform.
- Human-led tooling. Build dashboards, scraping tools, and prompt-chained agents inside marketing, product, and design workflows. People continue to run the work, with better assistance for individual tasks.
- Workflow automation. Consolidate those individual tools so the system takes over an entire process. The intended gain is bandwidth: people can move from carrying out the process to pursuing more valuable opportunities.
- Autonomous coordination. Bring the automated workflows under a decision-making system in which several agents work together in an employee-like role. This is the larger goal: hire people for strategic insight, talent, and taste while agents carry out the company’s operations. It goes beyond simply giving each employee more tools.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Apply automation to market selection and growth
The first applications target decisions about where to build and what to acquire. Bendre says Oleve has started building market-research platforms to identify promising markets for new products and support acquisitions. Agents scan daily for opportunities, successful categories, and market trends, while acquisition targets are scored for strategic fit. These are efforts already underway, rather than evidence that the entire autonomous-company model has been completed.
Growth is another target. Oleve is working to automate its virality engine through content monitoring, feedback loops triggered by particular events, and work involving creator and influencer relationships. The accompanying examples show outreach and social content—the business activity being supported, rather than a demonstration of an autonomous system running it.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
From one strategist to an entire portfolio
The envisioned next step is one strategic person directing specialized agents: the person sets objectives, the agents execute, and the system improves over time. From there, the scope expands to a product organization, with clusters of agents serving different business units. Eventually, shared systems could let one person operate an entire portfolio of apps. This progression remains a future ambition, not a demonstrated staffing outcome.
Bendre describes the destination as a portfolio of one-person billion-dollar companies, an ambition rather than an achieved valuation. He closes by introducing TRELLIS: Targeted Refinement of Emergent LLM Intelligence Through Structured Segmentation. Bendre describes TRELLIS as a framework for scaling reliable AI user experiences to five million users, designed for products whose primary go-to-market strategy is virality. That figure describes audience scale, not a measured reliability score. The recording previews its purpose without explaining its internals, leaving reliability under sudden consumer demand as the next technical problem behind the portfolio ambition.
Suggest correction
This note stays in this page until you copy or download it. Nothing is submitted; reloading clears the draft.
Resources
From the talk
The original coding-model announcement documents private-beta access and initially free usage.
A study tool with lecture recording, file chat, flashcards and quizzes.
Further reading
- Bendre's TRELLIS frameworkArticle
Bendre explains how to cluster user intents, prioritize failures and recursively refine consumer AI workflows.
Configure boolean, string, number and JSON variations to control application behavior.
Palantir explains how platform engineers and forward-deployed engineers divide responsibility.
Read the complete timestamped transcript
- 0:00
[upbeat music] I'm Sid. I'm one of the co-founders of Oleve, and this is the new lean startup.
- 0:21
We've been seeing a fundamental shift in how successful companies are being built. More and more companies are getting smaller, rounds are getting delayed, and profitability is being attained earlier than ever in their lifetime.
- 0:32
A lot of this is being driven mainly by the advent of AI tooling. These companies are generating millions of ARR with teams smaller than most startups' engineering departments. The age of bloated teams and endless hiring rounds is over.
- 0:46
Welcome to the era of tiny teams. First, a bit of background on Oleve. We're building a family of iconic consumer software products that we hope will enable people to live better, more fulfilling and productive lives.
- 1:00
We are a tiny team that scaled to-- scaled a portfolio of virally successful products to six million dollars in ARR profitably and have generated over half a billion views across social media, achieving this with a tiny team of just four.
- 1:12
We're based out of New York City, and here's a brief history on us.
- 1:17
On the 26th of January in twenty twenty-three, we launched a Quizard AI mobile app. We launched it with a TikTok video that went viral overnight and generated a million views that turned into ten thousand users in less than thirty hours.
- 1:29
We actually started scaling with no LLM costs. This is because back then we had the initial Codex model launch, which was in beta preview. Funny enough, we were cycling, uh, between ten different accounts from our friends, um, just so that we could, uh, prompt engineer, uh, or generate these AI outputs.
- 1:45
Interestingly enough, Codex, even though it was meant for-- as a coding model, could be prompt engineered for any open domain conversation. As you all may know, it ended up being sunset for abuse.
- 1:56
We ended up getting a lot of-- We ended up getting reached out directly by OpenAI on a few of our different accounts that we were cycling through as being one of the top model users, um, for the Codex model at the time.
- 2:07
My co-founders and I then graduated, and then we moved to New York City, um, the fall of twenty twenty-three, where we started our back-to-school campaign. Which was a series of, um, man-on-the-street videos across different, uh, prestigious colleges in the US.
- 2:21
This is when we hit our first million dollars in ARR and also achieved profitability within the first nine months of operating.
- 2:28
We then even had another successful campaign in the spring of twenty twenty-four that got us all the way to number six in the charts of education alongside giants like Duolingo, Photomath, and, uh, Golf.
- 2:41
We then took all our learnings in the spring of twenty-four and doubled down on a new product, Unstuck AI, a study companion tool for students. We were able to get to a million users in under nine weeks and generated over a quarter billion views across socials in a month.
- 2:56
A, a few weeks ago, we were able to get both products in the top ten in the education charts. Unstuck went all the way up to number three in the education charts, right under Golf and Duolingo.
- 3:06
We've now also launched in stealth our third product, which is our first product outside the education domain. It took three weeks to build thanks to all the blueprints that we've built in advance, we'll speak more on this later, and have already reached a thousand plus users.
- 3:20
By the way, it's already profitable. Our lean playbook boils down to three key pillars: operating principles that lay the foundation of leanness, org-organizational structure that set up the systems for this leanness, and AI tooling augmentation, which optimizes scaling.
- 3:38
Let me start with operating principles, which I believe is the main bedrock for why we're so lean.
- 3:44
It starts with hiring. We either hire right or not at all. We only hire 10Xer generals that have multiple complementary spikes in, uh, similar fields. So for example, our product engineers are full stack developers, great product thinkers, and really good at fundamentals of computer network, for example.
- 4:01
We also have marketers who can code, we have designers who can build, and, uh, the likes. We try to aim for people whose complementary spikes can shape and drive 10X outputs within the team.
- 4:12
The second key principle is profit first mentality. We are relentless about prioritizing profits because profit is power and profit is focus. Profit gives us a clear mechanism to make all our decisions and guide a North Star for the company.
- 4:26
This leads to our third principle. Does this move your KPI? Everyone in the company owns a KPI. KPI alignment removes micromanagement bullshit because everyone is focused on moving their metric week over week.
- 4:40
This also means decisions must be validated against this KPI.
- 4:45
Our fourth principle is continuous process refinement. For any repeating process, we always ask, "How would we do this better? Is there any way we can improve? What was wrong about this run that we-- th-this previous run?"
- 4:57
We view failures in the company and issues in the company as systems failures, which lets us set up a feedback loop for improving ourselves and improving the processes that we use, both on an operational standpoint, but also a technical standpoint.
- 5:10
The fifth pillar is super tools. We're pretty lazy, so we like to consolidate a lot of our workflows onto one platform if we can, and that ends up being-- meaning that we have to reinvent the ways we use old tools.
- 5:22
More on this in a bit. And the last principle I'd emphasize is don't learn it twice. We believe in building compounding benefits by investing in technical playbooks and operational blueprints.
- 5:34
This allows us to compound our benefits or compound our learning so that the benefits can be used across new products. This is exactly how we were able to hit a million users on Unstuck within nine weeks, taking everything we learned over a year and a half on Quizard.
- 5:48
More on the super tools concept. For example, one of our super tools is LaunchDarkly. The intended use case of LaunchDarkly is a feature management platform that helps software teams control and release features safely and quickly.
- 6:00
Here are some of our extended use cases.
- 6:03
We use LaunchDarkly as a manual traffic load balancer. Specifically, we, we put LaunchDarkly in between all our LLM calls so that we can reroute traffic to different LLM providers based on, uh, hitting rate limits, different strategic, uh, initiatives or whatever.
- 6:16
It just gives us an on-the-fly mechanism for choosing where our traffic goes and allows us to split things within rate limits. This was especially important in the early days when rate limits were really tight and also, um, it was hard to...
- 6:28
Yeah, rate limits were really tight and it was hard to get, um, quotas increased on individual endpoints. Specifically, I'm talking about Azure OpenAI.
- 6:36
The second extended use case is on-the-fly infrastructure changes. For us, this looks like how on Unstuck, which takes in a lot of files to ingest. For specific file formats, we have a lot of waterfall ingestion processes.
- 6:49
What I mean by that is we depend on a lot of third-party services that can be reliable. By using LaunchDarkly, we're able to change the prioritization of these processes on-the-fly, so that if one of these third-party re- third-party services goes down, we're able to reor- organize the service on-the-fly to make sure it's up and running and available
- 7:05
to our users worldwide. The third extended use case is UI modifications and paywall, paywall experiments without having code pushes. We have built an experimentation layer around LaunchDarkly, which allows us to run and spin up experiments without needing to make a code push.
- 7:25
The third-- Uh, sorry. The second pillar that guides our leanness is our organizational structure, especially in our organ... Uh, especially in our engineering org, in the way we hire and that we organize our engineers.
- 7:35
For this, we look to Palantir, who successfully scaled across multiple market segments. We believe that we're building the consumer version of Palantir with our harvester and cultivator model. Let me explain this.
- 7:46
For harvesters, these are product engineers similar to the Palantir Deltas or the forward deploy software engineers that own and live and die by their products. They're living in the metrics, working on AB experiments, building features end-to-end, and working with the marketing team and effectively owning the entire product's existence.
- 8:03
Harvesters are people who build products that people actually want and pay for.
- 8:08
Then we have the cultivators. Cultivators are AI software engineers whose main goal is building the company's agentic operating system. They're pioneering automation across different business units, including marketing, design, product, with the idea of expanding infrastructure that affects all the users everywhere and helps us win in every market.
- 8:26
Cultivators are creating the foundation that let us ship and scale faster in any market.
- 8:32
And finally, the last pillar is AI-driven and AI and tool augmentation. One important note in thinking about this is when we think about hiring, we like to think of tool use as being something that will allow a ten Xer to become a hundred Xer, as opposed to the contrast, which is using tools to fill gaps and augment
- 8:52
the shortcomings of someone who's not at the standard that we like to hire for.
- 8:58
With that being said, we use a slew of products for our day-to-day task automation, for things like scriptwriting, campaign analysis, operations, code generation, and communications. Effectively, by paying for a bunch of services, we have augmented and enabled everyone to have their own chief of staff within the company.
- 9:16
Now back to the blueprints. One more thing is we believe heavily in compounding benefits and reinvesting in blueprints. This includes things like code-complete templates, which build in all the learnings that we've learned over two and a half years of scaling products with virality in mind, reusable internal libraries and modules that govern our core, um, services that we
- 9:35
use, like our LLM providers, and shared infrastructure that we use across applications, such as our notification system or the experimentation layer that I talked about earlier. Being in consumer, con- experimentation is kind of the backbone of everything we do, and that's why it is always built out as a first layer to every new product that we launch.
- 9:52
But while blueprints give us a deterministic leverage and compounding effects, what happens when these blueprints can be executed on demand by systems that can learn and adapt and coordinate faster than real teams?
- 10:04
At Oleve, we're thinking about taking this further and how AI can augment the future of our work, and this is devised into mul- three specific stages. The first stage is human-led tooling.
- 10:16
We build specialized tooling that sits and is embedded into the workflows of our different teams across marketing, product, and design. This includes things like internal dashboards, scraping tools, and prompt chained agents.
- 10:25
The whole idea is we are trying to augment the day-to-day task of anyone on our team.
- 10:31
Stage two of this automation includes workflow automation, where we actually take off entire processes from people on the team, i.e., we have now consolidated on the individual tools that we built them to augment their workflows to now take over the entire workflows.
- 10:44
This frees up bandwidth on their end to take on more interesting tasks or, or take, take on more high-leverage opportunities within the company. The third stage of all this is consolidating all the workflows that we've built under one autonomous decision-making system, i.e., an orchestration of multiple agents working together to serve the role of an ent- of one
- 11:05
new employee. Part of the goal with Oleve is to build a company where we hire people for their strategic insight, their talent, and their taste, but run the entire company on a bunch of agents.
- 11:17
We've already started this. To-- For example, we've started building platforms that drive our market research, so that we can find out lucrative markets to launch our new product into, as well as our acquisition process as we start to acquire new apps and scale the company.
- 11:30
This includes things like agents that are scanning the markets consistently and daily for lucrative opportunities, um, categories that are doing super well, and trends in the market, as well as scoring acquisition targets for strategic fit.
- 11:43
We've also started scaling our and augmenting our growth systems. The same imp- principles apply in terms of leveraging tools and AI. We are trying to automate our virality engine.
- 11:51
This includes mon-monitoring content, having on-the-fly feedback loops be kicked off when we have certain events being triggered, and also dealing with relationships as we work with creators and influencers and such.
- 12:04
But we think we can take this further. We imagine a world where we can have one strategic person sit on top of an army of specialized agents. Instead of managing people, it becomes a, it becomes a game of commanding capability.
- 12:17
They set the objective, the agents execute, and the system improves over time. But what we really want to build is a larger future, where we can have not just one person running a team, but one person running an entire product org, commanding a clu-- commanding multiple clusters of agents that serve different business units.
- 12:35
We see a world where we can have people run entire portfolios of apps themselves just by leveraging the systems that we build and automate over time. This is effectively our vision.
- 12:44
We're building a portfolio of one person billion-dollar companies. As a quick aside, before I wrap up here, I will be talking tomorrow about TRELLIS, which i-- which stands for Targeted Refinement of Emergent LLM Intelligence Through Structured Segmentation.
- 12:58
It is a framework that I came up with for scaling reliable A-AI user experiences to five million users, designed specifically around our virality engine, i.e., it is built for systems where you intend to go viral as your main go-to-market.
- 13:11
This will be part of the Testing the Untestable talk tomorrow at two twenty p.m. in the Soma room.
- 13:17
Thank you for listening. [audience clapping] [upbeat music]