Skip to main content

We are reimagining business and growth from an  AI first lens

and building products of the future

Our Mission

Our mission is to build world class technology products that directly accelerate a business's growth and keep your customers happy.

About the Founder

Aditya Kumar

In the last 14 years, Aditya has built and scaled technology solutions that have touched millions of lives.

  • Co-founded and scaled up an EduTech company to $2 Million in ARR without any venture capital. (Fully Bootstrapped)
  • Worked on complex technology systems including media streaming, real-time communication, code compilation engines, virtual currencies and social networks.
  • Served over 20 Million unique users through various systems architected from scratch.

Having spent his entire career at the intersection of product, technology and growth, Aditya has a unique lens on how to bring the three together to build a good business.

Previously served as Head of Engineering at Arré and Principal Engineer at Leher App.

Why he started this company?

Meaning of O(Log n)

If you're a developer, you already know what O(Log n) means.
But if you are not, the following primer will help.

In computational terms, O(log n) represents logarithmic time complexity, which indicates that the time required to complete a task increases logarithmically as the size of the input (or data set) grows.

This means that as you double the size of your input, the time taken increases only slightly (because of how log graph looks like). So, even if your scale increases 10x, the impact on your system is miniscule.

Now the simpler version -

The algorithms in computer science which have O(log n) as the time complexity are considered highly efficient. And that's the tenet we bring to every solution we build. Hence the name olognlabs.com

And yes, we promise to keep the names of our product more marketable 🙂

Figure: Logarithmic Growth Visualization - O(log n) Complexity