Friday, September 18, 2026

Build Once, Use Everywhere: India's Hidden Engineering Tax and the Missing Productivity Layer in Its Startup Economy

India has no shortage of engineers, entrepreneurs or ambition. But a large amount of engineering effort can disappear into the same foundational problems, solved again and again by different companies. What if India treated foundational software as shared economic infrastructure — built once, maintained properly, and reused everywhere?

The Question Nobody Seems to Ask

India has built one of the world's largest startup ecosystems.

There are fintech companies, food-delivery companies, e-commerce companies, logistics platforms, consumer brands, software-as-a-service companies and thousands of businesses solving increasingly specialised problems.

There is nothing inherently wrong with any of these businesses.

But another question deserves to be asked.

Why does it remain so difficult for a small Indian team to move from building an application to building a genuinely new technological system?

Why should a startup that wants to build a robot, a smart camera, smart glasses, an autonomous machine, an intelligent appliance or a new class of industrial device have to spend so much of its limited engineering time solving the same low-level problems that hundreds of other companies have already encountered?

The problem may not simply be a shortage of capital.

It may not simply be a shortage of talent.

It may not even be a shortage of ideas.

There is another possibility:

India may be paying a hidden engineering tax.

That tax is the enormous amount of duplicated effort spent rebuilding the foundations of technology instead of building on top of them.

The Hidden Cost of Reinventing the Plumbing

Imagine 200 companies building connected devices.

Company A needs Bluetooth.

Company B needs Bluetooth.

Company C needs Bluetooth.

Company D needs Bluetooth.

All of them need Wi-Fi.

All of them need storage.

All of them need device updates.

All of them need diagnostics.

All of them need security.

All of them need hardware abstraction.

All of them need networking.

All of them need some form of operating-system integration.

All of them need drivers.

All of them need logging.

All of them need power management.

Increasingly, all of them need access to GPUs, NPUs, cameras, sensors and specialised accelerators.

None of these things necessarily constitutes the company's actual innovation.

Yet engineers have to make them work.

And if the available software is poorly documented, proprietary, difficult to modify, tied to one vendor or simply immature, the company has little choice but to invest its own engineering resources.

This is where duplication becomes expensive.

Suppose 100 companies each spend 20 engineers for one year solving broadly similar infrastructure problems.

That represents 2,000 engineer-years.

Those engineers are not necessarily creating 2,000 engineer-years of differentiated innovation.

Much of that effort may be reproducing the same basic capabilities.

Now imagine that a well-funded open engineering organisation spends 200 engineer-years creating, documenting, testing and maintaining a common foundation.

The other companies can potentially build on it.

The calculation is not simply about salaries.

It is about what those engineers could have built instead.

Engineering Time Is a National Resource

We often discuss national resources in terms of land, energy, water, capital and raw materials.

Engineering time deserves similar treatment.

A skilled engineer can spend a year solving a problem that enables thousands of other engineers.

Or that engineer can spend a year solving a problem that another company solved two years ago.

Both activities generate software.

But they do not generate the same economic leverage.

This is the crucial distinction.

Not every piece of software needs to be differentiated.

Some software exists primarily to make other software possible.

That software is infrastructure.

And infrastructure becomes dramatically more valuable when it can be reused.

India already understands this principle in physical infrastructure.

We do not expect every automobile manufacturer to build its own roads.

We do not expect every factory to construct its own electricity grid.

We do not expect every company to manufacture its own cement before building an office.

We build common infrastructure because its value increases when many participants use it.

Software can work the same way.

Build Once, Use Everywhere

This is the basic philosophy:

Build once. Maintain properly. Document thoroughly. Test continuously. Let everyone build on top of it.

That does not mean literally writing every piece of software once and never touching it again.

Quite the opposite.

The common layer should receive continuous investment.

It should have maintainers.

It should have security reviews.

It should have automated testing.

It should have documentation.

It should have compatibility testing.

It should have hardware laboratories.

It should have developers who actually use the software on real products.

The principle is therefore better expressed as:

Concentrate engineering effort where reuse is high, then distribute the resulting capability across the economy.

The DOCX Example

One of the simplest examples is the humble Word document.

The .docx format is associated strongly with Microsoft's Office ecosystem, but Microsoft Office is not the only software capable of working with DOCX files.

LibreOffice, WPS Office, SoftMaker Office, ONLYOFFICE, Zoho and numerous other products can work with Word documents in various ways.

There are also programming libraries that allow software developers to generate and manipulate DOCX files without building an entire office suite.

One particularly useful example is python-docx, an open-source Python library designed to create and update Microsoft Word documents.

The significance of python-docx is not that it competes with Microsoft Word.

It does something more interesting.

It turns document manipulation into a programmable capability.

An engineer building an automated reporting system does not need to create a complete word processor.

An AI workflow does not need to build Microsoft Word.

An enterprise application does not need to recreate an office suite simply because it needs to produce a report.

A developer can use an existing library and concentrate on the application that actually matters.

That is the power of a common software layer.

The existence of reusable infrastructure creates room for implementations that nobody had to imagine in advance.

And this is where the analogy becomes much bigger than DOCX.

The Foundation Does Not Kill Competition. It Creates Competition.

It is easy to make a mistake when discussing shared infrastructure.

One might imagine that if everybody uses the same foundation, everybody will produce the same product.

That is not what happens.

A common foundation can actually increase differentiation.

Consider the automobile.

Cars share thousands of common technologies.

That does not mean every car is identical.

The common foundation allows manufacturers to concentrate on design, engines, batteries, safety systems, interiors, software, manufacturing processes and customer experience.

The same principle applies to software.

Linux does not prevent companies from creating different products.

LLVM does not prevent different programming languages and compilers.

Vulkan does not prevent different games.

Bluetooth does not prevent different headphones.

USB does not prevent different peripherals.

RISC-V does not prescribe a single processor.

In fact, RISC-V is specifically designed as an open instruction-set architecture that allows different implementations and customisation. The RISC-V ecosystem itself increasingly emphasises the importance of software, tooling and ecosystem support around the architecture.

The important distinction is:

Standardise the interface. Do not standardise the innovation.

The Startup Problem

This becomes particularly important when we look at startups.

A large corporation may be able to spend tens or hundreds of millions of rupees building internal infrastructure before its product reaches customers.

A startup usually cannot.

Consider a four-person startup that wants to build an agricultural robot.

Their real idea might be extraordinary.

Perhaps they have developed a computer-vision system capable of identifying crop stress.

Perhaps their innovation is a low-cost mechanism for precision spraying.

Perhaps they have created an AI model that can distinguish weeds from crops.

Perhaps their competitive advantage is an autonomous navigation system designed specifically for Indian farms.

That is the thing they should be working on.

But the engineering reality may look very different.

RISC-V/ARM SoC
      ↓
Board Support Package
      ↓
Bootloader
      ↓
Linux/RTOS
      ↓
Camera Drivers
      ↓
GPU
      ↓
NPU
      ↓
Motor Controllers
      ↓
CAN / Ethernet / Wi-Fi
      ↓
Storage
      ↓
Security
      ↓
OTA Updates
      ↓
Diagnostics
      ↓
Cloud/API integration
      ↓
Finally: the agricultural robot

Suddenly, the four-person startup is not simply building a robot.

It is becoming a low-level systems company.

That may be necessary in some cases.

But it should not be necessary every time.

Let the Startup Dream About the Product

Imagine instead that the startup receives a mature reference platform.

The platform already provides:

  • camera APIs
  • GPU acceleration
  • NPU access
  • motor-control interfaces
  • sensor interfaces
  • networking
  • storage
  • security
  • OTA infrastructure
  • diagnostics
  • logging
  • power-management interfaces
  • documentation
  • automated tests

The startup can now begin much closer to its actual innovation.

COMMON PLATFORM
      ↓
Hardware APIs
      ↓
Drivers
      ↓
Security
      ↓
Networking
      ↓
GPU/NPU
      ↓
Development Tools
      ↓
STARTUP
      ↓
Crop Intelligence
Navigation
Robotic Manipulation
AI Models
Business Model

That changes the economics of experimentation.

A four-person startup can attempt something that previously required forty people.

A university laboratory can prototype something without building an entire platform first.

An engineer leaving a large company can create a product instead of spending two years rebuilding infrastructure.

A small manufacturer can integrate intelligent electronics without becoming a software-platform company.

This is what foundational software can do for entrepreneurship.

It lowers the cost of attempting difficult things.

What About Robots, Smart Glasses and Cameras?

Consider some of the technologies that India will increasingly need to develop.

  • industrial robots
  • agricultural robots
  • warehouse robots
  • autonomous inspection systems
  • smart glasses
  • advanced cameras
  • drones
  • medical devices
  • intelligent vehicles
  • smart appliances
  • industrial IoT equipment
  • wearables
  • edge-AI devices
  • specialised machines

These products are radically different.

Yet underneath them are surprisingly similar requirements.

They need processors.

They need operating systems.

They need drivers.

They need networking.

They need storage.

They need security.

They need update mechanisms.

They need graphics and multimedia.

They need sensor interfaces.

They increasingly need AI acceleration.

They need development tools.

They need diagnostics.

They need testing.

They need documentation.

Why should every company build these things independently?

The Common Layer Could Become India's Startup Multiplier

This is where the idea of an industry-backed open technology consortium becomes economically interesting.

The consortium would not build the robot.

It would build the road on which the robot company travels.

It would not build every smart television.

It would make the underlying hardware and software easier for television companies to use.

It would not build every car.

It would help create reusable software infrastructure for automotive systems.

It would not build every pair of smart glasses.

It would make cameras, displays, sensors, graphics, AI accelerators and connectivity easier to access from software.

It would not compete with startups.

It would make more startups economically viable.

The 80 Percent Nobody Wants to Talk About

Most products have some highly differentiated component.

But a large portion of the underlying technology may be common.

Imagine a smart refrigerator.

The manufacturer's differentiation could involve refrigeration algorithms, energy optimisation, food recognition, user experience and industrial design.

It probably does not need a proprietary implementation of every networking primitive.

A washing-machine company might differentiate through washing algorithms, sensors and mechanical design.

It does not need to invent an entirely new OTA mechanism.

A robot company should differentiate through perception, navigation and manipulation.

It should not need to create its own implementation of every low-level device interface.

A smartphone manufacturer should differentiate through hardware, camera systems, industrial design, software experience and services.

It does not necessarily gain strategic advantage by independently reinventing basic drivers that thousands of engineers elsewhere have already solved.

This leads to a simple principle:

Own the parts that make your product unique. Share the parts that make the ecosystem work.

FLOSS Is More Than Free Software

This is why the conversation about FLOSS is often too narrow.

People frequently discuss open-source software in terms of licensing cost.

That is important, but it is not the deepest benefit.

The more strategic advantage is the ability to:

  • inspect the implementation
  • modify it
  • fix it
  • port it
  • integrate it
  • test it
  • document it
  • teach it
  • maintain it
  • improve it
  • contribute improvements upstream

That turns software from something a company merely consumes into something an ecosystem can develop.

And that distinction matters enormously for technological sovereignty.

India does not need to replace every foreign software project with an Indian clone.

It needs enough engineering capability that critical foundations are understandable, maintainable and replaceable.

Foreign Software Is Not Automatically the Problem

There is also a temptation to frame this as a simple contest between Indian and foreign software.

That would miss the point.

The world already has extraordinary open-source projects developed by people from many countries.

India should use them.

India should contribute to them.

Indian companies should employ their maintainers where appropriate.

Indian universities should teach them.

Indian startups should build products on them.

Indian engineers should become important contributors to them.

The strategic objective should not be:

"Replace everything foreign."

It should be:

"Reduce situations where India has no practical ability to understand, maintain or replace a critical dependency."

That is a much more useful definition of technological sovereignty.

The DOCX Lesson Again

Return to the document example.

Microsoft can continue developing Microsoft 365.

LibreOffice can continue developing LibreOffice.

WPS can continue developing WPS Office.

ONLYOFFICE can continue developing ONLYOFFICE.

SoftMaker can continue developing its products.

Zoho can continue developing its services.

And developers can build specialised applications that manipulate documents without building a complete office suite.

The existence of reusable libraries does not eliminate competition.

It multiplies the number of things that can be built.

That is the point.

The common layer should make the number of possible products larger, not smaller.

The Browser Lesson: Open Does Not Automatically Mean Decentralised

There is an important warning here.

Open source does not magically eliminate concentration.

The web browser ecosystem demonstrates this.

Browser engines require enormous investment, compatibility work, security engineering and constant maintenance. Chromium/Blink has become highly influential, while other major engines such as Firefox's Gecko and Apple's WebKit remain important.

The lesson is not that open source failed.

The lesson is that common infrastructure naturally tends to concentrate expertise.

That concentration can be useful because a small number of highly capable teams can maintain extremely complex software.

But concentration also creates a governance question:

Who controls the layer everyone else depends upon?

That is why India's open technology strategy should care about governance as much as licensing.

Open code is valuable.

Open standards are valuable.

Multiple implementations can be valuable.

Transparent technical governance is valuable.

Independent maintainers are valuable.

Reproducible builds are valuable.

Documented APIs are valuable.

Migration paths are valuable.

The objective should not be to eliminate concentration of expertise.

Centralisation of expertise is inevitable. Centralisation of control does not have to be.

The Steam Lesson: Integration Is a Technology

There is another useful example in gaming.

Linux gaming did not become substantially more practical simply because someone created a single "Linux game."

The ecosystem improved through layers of integration: compatibility work, Proton and Wine, graphics support, controller integration, SDL and cooperation across the Linux gaming stack.

The broader lesson is important.

Sometimes the most valuable technology company is not the company that invents every underlying component.

It is the company or organisation that makes many components work together.

That is precisely the role an Indian open technology consortium could play.

RISC-V provides an open ISA.

Linux provides an operating-system foundation.

LLVM and GCC provide toolchains.

Mesa and Vulkan provide important graphics infrastructure.

Zephyr and other projects serve embedded and real-time use cases.

Open-source multimedia, networking, security and AI projects provide further pieces.

The consortium's job would be to help make these pieces work together on real hardware.

Integration itself is infrastructure.

RISC-V Makes the Argument More Urgent

RISC-V is an especially useful example because the processor ISA is only one part of a usable computing platform.

A processor can exist without having a mature ecosystem around it.

A chip can boot without being pleasant to develop for.

A development board can run a demonstration without being ready for thousands of commercial products.

Software support must exist across the stack.

This is not merely theoretical.

RISC-V International's ecosystem programs explicitly recognise the importance of software development, CI testing, hardware access and upstream software work. Its RISE project exists specifically to pool engineering effort and funding around critical open-source software so that RISC-V hardware and software can evolve together.

That is almost exactly the problem this article is describing.

The hardware ecosystem cannot simply wait for the software ecosystem to appear afterward.

Hardware and software need to mature together.

India already has meaningful RISC-V activity. IIT Madras's SHAKTI program is an open-source processor initiative, while the national Digital India RISC-V programme has sought to develop indigenous processor capabilities.

The next question is therefore not simply:

"Can India design a processor?"

It is:

"Can India build the software ecosystem that makes many companies want to build products around that processor?"

Start With Existing Hardware

The answer does not need to wait for a perfect Indian chip.

This is perhaps the most important practical part of the proposal.

Start with hardware that already exists.

Take existing RISC-V development boards and SoCs.

Document them.

Test them.

Identify what works.

Identify what does not.

Write missing drivers.

Improve boot support.

Improve Linux and RTOS support.

Build HALs.

Build APIs.

Create reference implementations.

Build automated test suites.

Create compatibility matrices.

Write documentation.

Make it easy for an engineer to go from:

"I bought this board."

to:

"I have a working application."

That sounds boring.

It is not.

That is how ecosystems are built.

From Boards to Platforms

The progression could look something like this:

Existing hardware
       ↓
Board support
       ↓
Drivers
       ↓
HAL
       ↓
Common APIs
       ↓
SDKs
       ↓
Reference platforms
       ↓
Test suites
       ↓
Documentation
       ↓
Commercial platforms
       ↓
Products

The consortium does not need to own every layer.

It needs to make the transition between layers easier.

Once a common platform becomes reliable, manufacturers can compete above it.

The 80 Percent and the 20 Percent

Perhaps the easiest way to describe the model is the 80/20 principle.

The common ecosystem should try to solve the boring 80 percent.

Manufacturers should compete fiercely over the valuable 20 percent.

The exact percentages will obviously vary by product.

The point is conceptual.

Common:

  • boot
  • drivers
  • connectivity
  • security primitives
  • storage
  • graphics APIs
  • AI runtimes
  • device management
  • OTA
  • diagnostics
  • testing
  • documentation

Differentiate:

  • robotics algorithms
  • camera algorithms
  • AI models
  • industrial processes
  • mechanical systems
  • user experience
  • energy efficiency
  • navigation
  • computer vision
  • product design
  • business model

The common layer becomes the foundation.

The companies compete above it.

This Could Change What a Startup Looks Like

Imagine a future Indian startup ecosystem in which a team of six engineers can obtain an open reference platform and immediately begin experimenting with:

  • a robot
  • a drone
  • a smart camera
  • a wearable
  • a medical device
  • a smart appliance
  • an industrial controller
  • a vehicle subsystem
  • an edge-AI device

Their initial capital requirement is lower.

Their development time is shorter.

Their ability to experiment is higher.

Their dependence on a single vendor is lower.

Their ability to hire engineers is easier because the underlying tools are familiar.

Their ability to contribute improvements upstream is greater.

And most importantly, their engineers spend more time on the thing that makes the company valuable.

That is a startup multiplier.

Five Engineers Should Be Able to Build What Previously Required Fifty

This may be the most ambitious promise of the entire idea.

Not because five engineers are magically more productive.

Because five engineers should not have to recreate everything that fifty engineers have already built elsewhere.

Open infrastructure effectively allows engineering effort to be pooled across companies.

One team works on a driver.

Another improves the compiler.

Another improves the NPU runtime.

Another fixes a security problem.

Another improves documentation.

Another creates tests.

Another validates the software on new hardware.

Thousands of companies can potentially benefit from the accumulated work.

This is one of the great economic characteristics of open-source development:

the cost of producing the common layer can be shared, while the value created above it can be multiplied.

Robustness Through Many Implementations

There is another benefit.

A common open layer can become more robust precisely because many different products use it.

One company may discover a memory-management problem.

Another may uncover an unusual Bluetooth edge case.

A third may discover a security vulnerability.

A fourth may identify a power-management problem.

A fifth may expose a hardware compatibility issue.

If the improvements are upstreamed properly, the entire ecosystem benefits.

Instead of five companies independently fixing five variations of the same problem, the ecosystem can progressively improve one shared implementation.

That creates a virtuous cycle:

More users
    ↓
More real-world testing
    ↓
More bugs discovered
    ↓
More fixes
    ↓
Better documentation
    ↓
Better compatibility
    ↓
More users

This is why the common layer should not be treated as a static software package.

It should be treated as living infrastructure.

But Someone Has to Pay for It

There is an uncomfortable truth about open infrastructure.

Open source does not mean that engineering is free.

Someone has to pay the engineers.

Someone has to maintain the build systems.

Someone has to operate the test laboratories.

Someone has to perform security reviews.

Someone has to write the documentation.

Someone has to fix bugs at two in the morning when a new chip breaks the build.

Someone has to keep old hardware working.

Someone has to review patches.

This is why India needs to think beyond "open-source adoption."

It needs to think about an open-source maintainer economy.

The Indian Open Technology Consortium

This is where the proposed consortium enters the picture.

The model could be relatively simple:

Industry provides money.

The foundation provides infrastructure.

Engineers provide maintenance.

Universities provide talent and research.

Startups provide real-world use cases.

Government provides incentives, procurement opportunities and enabling infrastructure.

Open-source communities retain technical authority.

The consortium should not become a government software department.

It should not become a giant outsourcing company.

It should not build proprietary products and call them open.

It should not fork the world.

It should strengthen the world that already exists.

Do Not Build an Indian Copy of the Internet

This distinction matters.

India does not need an Indian version of every global open-source project.

It needs Indian engineers contributing significantly to global projects.

If Linux needs work, contribute to Linux.

If LLVM needs work, contribute to LLVM.

If Mesa needs work, contribute to Mesa.

If a RISC-V toolchain needs work, contribute upstream.

If an AI runtime needs optimisation, contribute upstream where appropriate.

If an open protocol needs better implementation, improve it.

If India needs a missing component that genuinely does not exist, build it.

The principle should be:

Do not fork the world. Strengthen the world.

The Consortium Should Own the Glue, Not the Product

This may be the simplest description of the whole proposal.

The consortium should own or steward the glue.

The companies should own their products.

The consortium can maintain:

  • drivers
  • HALs
  • SDKs
  • reference implementations
  • test frameworks
  • documentation
  • compatibility layers
  • common APIs
  • security infrastructure
  • development tools
  • hardware validation
  • upstream contributions

The companies can build:

  • phones
  • cars
  • robots
  • cameras
  • smart glasses
  • appliances
  • drones
  • industrial machines
  • medical devices
  • wearables

The consortium builds the plinth. Companies build the statues.

The Startup Does Not Need to Reinvent the Wheel

This sounds almost trivial.

But it is not.

A startup ecosystem becomes powerful when a new company can enter at a higher level of abstraction.

In the early years of computing, building a computer required extraordinary amounts of specialised knowledge.

Today, a programmer can write an application without designing a CPU.

That happened because layers of abstraction were created underneath.

The same process needs to happen for robotics, intelligent appliances, autonomous systems and edge AI.

A robotics entrepreneur should eventually be able to think about robotics at a high level.

A smart-camera entrepreneur should be able to think about computer vision.

A smart-glasses entrepreneur should be able to think about spatial computing.

An industrial-AI startup should be able to think about industrial intelligence.

They should not have to begin by asking:

"How do I write the driver for this sensor?"

This Is How Startups Can Dream Bigger

Perhaps this is ultimately the biggest economic argument.

When the foundation is weak, startups dream within the limits of what they can afford to build.

When the foundation is strong, startups can dream closer to the limits of what technology itself permits.

That difference matters.

The first generation of entrepreneurs may say:

"We can build an app."

The next generation might say:

"We can build a device."

The generation after that might say:

"We can build a machine."

Eventually:

"We can build a new category."

A strong foundational technology ecosystem does not guarantee that those companies will succeed.

But it makes attempting them cheaper, faster and more realistic.

India Does Not Need Fewer Startups. It Needs Cheaper Experiments.

This may be a more useful way to think about startup policy.

The objective should not simply be to increase the number of startups.

It should be to lower the cost of experimentation.

If building a prototype costs ₹10 crore, only a relatively small number of teams can try.

If common infrastructure reduces the cost dramatically, many more teams can experiment.

Most experiments will fail.

That is normal.

But a few will succeed.

And the ecosystem learns from all of them.

That is how technological capability compounds.

From Consumer Startup to Technology Ecosystem

India's consumer startup boom demonstrated that Indian entrepreneurs can build companies at enormous scale.

The next challenge is different.

Can India create an ecosystem in which thousands of engineers can attempt difficult physical technologies without first having to build every software foundation themselves?

Can a university laboratory move from an interesting prototype to a supported platform?

Can a startup take an existing RISC-V board and turn it into a product?

Can a small manufacturer integrate an NPU without hiring an entire AI-systems team?

Can an appliance company share common software infrastructure while competing aggressively on the appliance itself?

Can an Indian robotics startup spend its engineering budget on robotics rather than reinventing Linux drivers?

These are not merely software questions.

They are questions about the productivity of the entire engineering economy.

The Opportunity Around India's Semiconductor Ambition

This becomes even more important as India expands semiconductor manufacturing and design capabilities.

A semiconductor fab by itself does not create a computing ecosystem.

A chip does not automatically become a product.

A product does not automatically become a platform.

A platform does not automatically become an ecosystem.

There are layers between all of these.

Semiconductor
     ↓
SoC
     ↓
Board
     ↓
Firmware
     ↓
Drivers
     ↓
OS
     ↓
Runtime
     ↓
SDK
     ↓
Reference Platform
     ↓
Product
     ↓
Startup
     ↓
Industry
     ↓
Ecosystem

Every missing layer increases the cost of moving upward.

Every mature reusable layer lowers it.

This is why software infrastructure should be developed before the next generation of hardware becomes widespread, not afterward.

RISC-V ecosystem initiatives around upstream software, CI and physical hardware testing make the same broad point: hardware and software readiness have to progress together.

The Most Valuable Output May Not Be Software

There is an even deeper consequence.

The consortium's most valuable output might ultimately be neither code nor hardware.

It might be people who know how to build technology.

An engineer working on a common driver learns about hardware.

An engineer working on a compiler learns about architectures.

An engineer working on an NPU runtime learns about AI acceleration.

An engineer working on power management learns about systems engineering.

An engineer working on security learns about trusted computing.

An engineer working on a board-support package learns how hardware actually becomes usable software.

And then those engineers move into startups.

Some start companies.

Some join manufacturers.

Some join universities.

Some become maintainers.

Some build new standards.

The common infrastructure becomes a training ground for systems engineers.

Do Not Teach FLOSS. Put Engineers Inside FLOSS.

This is why a future Open Technology Academy should not primarily be a classroom.

Give an engineer a RISC-V board.

Give them a broken driver.

Ask them to make it work.

Ask them to write the test.

Ask them to document the solution.

Ask them to submit the patch upstream.

Ask someone else to review it.

Then let them maintain it.

That is education.

It produces engineers who have actually built things.

And those engineers become precisely the people India's deep-tech startups need.

The Long-Term Economic Flywheel

The model can eventually become self-reinforcing.

Shared open infrastructure
          ↓
Lower development cost
          ↓
More prototypes
          ↓
More startups
          ↓
More products
          ↓
More hardware adoption
          ↓
More engineering investment
          ↓
More contributions upstream
          ↓
Better infrastructure
          ↓
Lower development cost

This is an innovation flywheel.

And unlike a single product company, the foundation can benefit competitors simultaneously.

That is precisely why industry may need to fund it collectively.

Why Would Companies Pay?

A reasonable question follows:

Why would a company spend money improving software that its competitors can also use?

Because the alternative may be worse.

If every company independently employs 20 engineers to maintain similar infrastructure, the industry may spend far more collectively while getting inconsistent results.

A shared foundation allows companies to pool part of that cost.

Companies can then redirect more of their internal engineering budget toward differentiation.

The shared layer becomes a kind of pre-competitive infrastructure.

Companies compete above it.

They cooperate below it.

That is not anti-competition.

It is often what makes competition more productive.

The Government's Role Should Be Different

The government does not necessarily need to own the software.

It can create the conditions for the ecosystem to exist.

That could include:

  • tax incentives for industry contributions
  • procurement preferences for open standards
  • research grants
  • shared testing laboratories
  • university partnerships
  • hardware-access programmes
  • security-audit support
  • open-source procurement policies
  • funding for critical infrastructure projects
  • support for international collaboration

India already has experience with public-sector open collaboration. MeitY's OpenForge platform, for example, was established to promote collaborative development and reuse of government software and explicitly identifies reuse, sharing, transparency and lower total cost of ownership as objectives.

The next step would be to apply the same thinking much more broadly to the technology foundations used by Indian industry.

Paid People. Open Code. Independent Governance.

That could become the operating philosophy.

Engineers should be paid properly.

Projects should have professional maintainers.

Infrastructure should be professionally operated.

Security should be funded.

Testing should be funded.

Documentation should be funded.

But the resulting software should remain open under appropriate FLOSS licences.

Technical governance should remain independent from any single company.

And the organisation should strongly prefer upstream contribution over maintaining private forks.

The Real Competition Is Not India Versus Another Country

There is another mistake India should avoid.

The objective should not be to create an isolated Indian technology universe.

Technology develops globally.

India should collaborate with Europe, Japan, South Korea, the United States, Taiwan and other technology ecosystems where cooperation makes sense.

Indian engineers should participate in international open-source communities.

Indian companies should become serious members of global technical organisations.

And India should bring its own engineering capability back into the global commons.

The strongest model is therefore not technological isolation.

It is technological participation with the ability to remain independent when necessary.

Build the Foundation, Then Let a Thousand Companies Compete

This is perhaps the most important idea in this entire discussion.

India should not ask:

"How do we build one Indian company that does everything?"

It should ask:

"How do we create the foundations upon which a thousand Indian companies can build different things?"

One company builds a camera.

Another builds smart glasses.

Another builds a drone.

Another builds an agricultural robot.

Another builds an industrial robot.

Another builds a medical device.

Another builds an intelligent appliance.

Another builds a vehicle system.

Another builds an AI accelerator.

Another builds software for all of them.

And many of them share the same underlying infrastructure.

That is how a technology ecosystem becomes larger than the sum of its companies.

The Hidden Engineering Tax Can Become an Innovation Dividend

For decades, we have talked about reducing costs in manufacturing.

We talk about reducing logistics costs.

We talk about reducing transaction costs.

We talk about reducing the cost of capital.

Perhaps India should also think about reducing the cost of beginning technological innovation.

If a startup can reuse a mature foundation, it needs fewer engineers to reach its first prototype.

If a university can access the same platform, research can move faster.

If a manufacturer can reuse the same APIs, product development becomes easier.

If a new semiconductor can arrive with an ecosystem already waiting for it, hardware adoption accelerates.

If thousands of engineers contribute improvements to the same foundational projects, quality can rise faster than isolated teams could achieve individually.

The hidden engineering tax can therefore become an innovation dividend.

Build Once. Improve Continuously. Use Everywhere.

The phrase "build once" should not be interpreted literally.

Good infrastructure is never finished.

It evolves.

It needs maintenance.

It needs new hardware support.

It needs new security fixes.

It needs performance improvements.

It needs better APIs.

It needs better documentation.

It needs new developers.

It needs new tests.

It needs new ideas.

The real principle is:

Build the foundation once as a shared responsibility, then improve it continuously so that everyone does not have to rebuild it independently.

India's Opportunity

India has millions of engineers.

It has a huge domestic market.

It has an expanding electronics ecosystem.

It has growing semiconductor ambitions.

It has a substantial software industry.

It has universities producing technically capable graduates.

It has startups willing to experiment.

What is missing is not necessarily another product.

It may be the connective tissue between all these capabilities.

That connective tissue is the software plumbing.

Drivers.

APIs.

SDKs.

Runtimes.

Toolchains.

Testing.

Security.

Documentation.

Reference implementations.

Standards.

Integration.

Maintenance.

And people who know how to keep all of it working.

The Bigger Idea

There is a temptation to think that India's technological future will be determined by who builds the biggest chip, the fastest processor, the largest AI model or the most advanced robot.

Those things matter.

But ecosystems are rarely built from one spectacular component.

They are built from thousands of seemingly boring components that work together reliably.

The difference between a laboratory demonstration and a mass-market product is often not a single breakthrough.

It is the accumulated quality of the infrastructure underneath it.

That is why the boring work matters.

The driver matters.

The API matters.

The documentation matters.

The test suite matters.

The compiler matters.

The firmware matters.

The security update matters.

The developer tools matter.

The person answering the bug report matters.

And if those things are shared openly and maintained professionally, they can become enormously powerful economic infrastructure.

From Import to Innovation

India's technological journey has often been described in terms of importing technology, assembling products and gradually developing domestic capability.

The next stage should be more ambitious.

India should increasingly be able to:

Use → Understand → Maintain → Improve → Integrate → Build → Export.

That applies to hardware.

It applies to software.

It applies to AI.

It applies to robotics.

It applies to the entire technology ecosystem.

The objective is not to build everything ourselves.

The objective is to ensure that we can participate meaningfully in the layers that matter.

Conclusion: Build the Infrastructure That Makes Companies Possible

India does not need another organisation whose primary purpose is to build products that existing companies could already build.

It needs organisations that make it easier for existing and future companies to build those products.

That means investing in the foundations.

It means taking duplicated engineering effort seriously.

It means recognising engineering hours as a national resource.

It means funding maintainers.

It means supporting FLOSS.

It means contributing upstream instead of endlessly creating private forks.

It means building common APIs and reference implementations.

It means testing software on real hardware.

It means making documentation a first-class engineering output.

It means creating an environment in which a small startup can take a mature platform and immediately begin working on its own idea.

And it means understanding that foundational software is not the enemy of competition.

It is often what makes competition possible.

A company should not need to build an operating system to build a robot.

A startup should not need to build a driver stack to build smart glasses.

An appliance manufacturer should not need to reinvent networking.

A camera company should not need to reinvent every multimedia component.

A university should not need to create an entire platform before testing one new idea.

The foundational layer should be there, ready to use.

Open enough to inspect.

Stable enough to trust.

Well maintained enough to depend upon.

Flexible enough to modify.

And broad enough to support many different products.

Then let the startups compete.

Let the engineers experiment.

Let the manufacturers differentiate.

Let the researchers discover.

Let the entrepreneurs dream.

Let a thousand companies build a thousand different things on top of the same foundations.

Because the ultimate purpose of foundational technology is not to create one great product.

It is to make great products easier for everyone else to create.

Build once. Improve continuously. Use everywhere.

Don't make every startup rebuild the plumbing.

Build the infrastructure that makes more Indian companies possible.

Thursday, September 17, 2026

Build the Plinth, Not Every Statue: Why India Needs an Open Technology Consortium

India's next technology challenge is not simply designing more chips, writing more software or manufacturing more devices. It is making all of these pieces work together. An industry-funded, FLOSS-first technology consortium could provide the common software plumbing, APIs, standards, reference implementations and engineering infrastructure on which India's next generation of hardware and software companies can build.

The Missing Layer

India's technology conversation is increasingly moving beyond software services.

There is now serious discussion around semiconductors, RISC-V, electronics manufacturing, embedded systems, artificial intelligence, robotics, automotive electronics, IoT devices and sovereign computing.

But there is a layer between the semiconductor and the finished product that is easy to underestimate.

It is the enormous amount of software that makes hardware usable.

A processor is not a smartphone. A GPU is not a laptop. An NPU is not an AI product. A Wi-Fi chip is not a connected appliance.

Between the silicon and the application sits an enormous amount of engineering:

  • bootloaders
  • operating-system support
  • device drivers
  • hardware-abstraction layers
  • graphics frameworks
  • media frameworks
  • AI and NPU runtimes
  • networking
  • Bluetooth and Wi-Fi support
  • power management
  • security
  • secure boot
  • firmware updates
  • diagnostics
  • storage
  • developer tools
  • SDKs
  • testing infrastructure
  • documentation
  • hardware compatibility

Much of this work is not what makes a particular product special.

It is plumbing.

And India has an opportunity to build that plumbing as shared infrastructure.

The Plinth and the Statue

Imagine a giant statue.

The statue gets all the attention. It is what people see. It is what makes the structure distinctive.

But the statue needs a plinth.

The plinth does not compete with the statue. It makes the statue possible.

That is how India's open technology ecosystem should think about common software infrastructure.

The consortium should not attempt to build the next smartphone, refrigerator, automobile, robot vacuum cleaner or television.

It should build the plinth on which thousands of such products can stand.

The manufacturer builds the statue.

The startup creates the distinctive shape.

The semiconductor company builds the silicon.

The consortium makes the interfaces between them predictable, reusable and open.

This distinction is crucial.

Standardise the Plumbing, Not the Product

Consider a smart refrigerator.

Its manufacturer might have proprietary algorithms for compressor control, food preservation, energy management and temperature prediction.

Those things can remain proprietary.

But the refrigerator still needs:

  • network connectivity
  • secure boot
  • firmware updates
  • sensor interfaces
  • storage
  • power management
  • diagnostics
  • security
  • device management
  • AI acceleration, if used

There is little reason for every manufacturer to independently reinvent every one of these layers.

The same principle applies to washing machines, air conditioners, televisions, monitors, robot vacuums, industrial controllers, automobiles, smart watches, cameras and eventually smartphones.

The consortium could provide common APIs and reference implementations for the boring but essential parts.

Companies could then compete on the interesting parts.

Think of It as a Modular Stack

The architecture could look something like this:

                         PRODUCT
                           |
                 Company-specific software
                           |
                 ---------------------
                    COMMON APIs
                 ---------------------
                           |
          +----------------+----------------+
          |                |                |
       Graphics          AI/NPU          Camera
          |                |                |
       Media            Security        Sensors
          |                |                |
       Network         Storage          Power
          |                |                |
          +----------------+----------------+
                           |
                    Hardware HAL
                           |
                     Device Drivers
                           |
                Linux / RTOS / Firmware
                           |
                 RISC-V / Other CPU
                           |
                  GPU / NPU / VPU / I/O
                           |
                       SILICON

The important word is modular.

A company should be able to replace the underlying hardware without having to throw away its entire software investment.

Likewise, a semiconductor company should be able to offer a new chip without requiring every application developer to learn an entirely new software environment.

The AI Analogy Is Particularly Useful

Artificial intelligence provides an excellent analogy.

An application does not necessarily need to know every internal detail of an AI model.

It can communicate through defined interfaces.

The same principle can be applied to hardware.

An application might request an AI inference operation through a common NPU interface.

Underneath that interface could be an NPU from one semiconductor company or a completely different accelerator from another.

The application should not have to be rewritten from scratch every time the silicon changes.

The same idea can apply to:

  • GPU acceleration
  • video decoding
  • camera processing
  • audio processing
  • sensor access
  • cryptography
  • storage
  • networking
  • power management

The consortium therefore does not necessarily need to standardise the implementation.

It needs to standardise the interface.

Different companies can then compete underneath that interface.

RISC-V Needs This Layer

This becomes particularly important as India and other countries explore RISC-V.

The RISC-V instruction-set architecture provides an open foundation for processor design, but a processor ecosystem is much larger than an instruction set.

A successful hardware platform needs compilers, operating systems, drivers, debugging tools, graphics support, AI frameworks, security infrastructure, applications and developer documentation.

Without those layers, a technically impressive processor can remain a demonstration rather than becoming a mass-market platform.

India therefore should not define its RISC-V ambition merely as:

"We need an Indian RISC-V processor."

A more ambitious objective would be:

"We need an ecosystem in which RISC-V processors can become first-class computing platforms."

That requires software.

And software is where a consortium can create enormous leverage.

One Investment, Many Industries

Consider the number of industries that could potentially share portions of the same foundation.

Industry Common Infrastructure Product Differentiation
Smartphones Drivers, graphics, AI, connectivity, security, updates Camera, UI, industrial design, applications, AI features
Smart TVs Graphics, video, audio, networking, storage, OTA Display processing, UI, recommendations, brand features
Smart monitors Display, USB, networking, firmware, power management Panel features, productivity software, image processing
Automobiles Security, networking, middleware, OTA, compute abstraction ADAS, vehicle algorithms, infotainment, proprietary systems
Robot vacuums Sensors, motors, connectivity, AI runtime, device management Navigation, SLAM, cleaning algorithms and mapping
Refrigerators Connectivity, sensors, security, OTA, diagnostics Cooling, energy and food-management algorithms
Washing machines Motor interfaces, sensors, connectivity, security Wash algorithms, load detection and user experience
Air conditioners Sensors, networking, power management, OTA Thermal algorithms, energy optimisation and control
Industrial IoT Networking, security, device management, diagnostics Industrial applications and control algorithms
Robotics Motor control, sensors, compute and AI runtimes Robot intelligence, navigation and task-specific software

One common investment could therefore support many industries.

That is the economic logic behind a consortium.

It Could Lower the Barrier for Startups

This may ultimately be one of the consortium's greatest contributions.

Imagine a startup with twenty engineers wanting to build a new industrial robot.

It should not have to spend the first year writing its own basic infrastructure for networking, firmware updates, security, hardware abstraction, graphics, device management and accelerator support.

It should be able to start much higher up the stack.

Its question should be:

"What can our company do that nobody else does?"

rather than:

"How do we recreate the infrastructure that hundreds of companies have already recreated?"

This is particularly important in India because the country has an enormous base of engineers and startups but cannot afford to duplicate expensive engineering effort indefinitely.

A common open foundation allows the same engineering work to create value across many companies.

Build Once. Improve Together.

There is another advantage to the open model.

A proprietary solution maintained by one small company can become a liability if that company disappears.

An open project can potentially survive changes in individual companies because the code, documentation, issue history and technical knowledge remain available to a wider community.

That does not automatically make open-source software sustainable. Open projects still require maintainers, infrastructure, security work and funding.

That is precisely why the consortium needs to exist.

Open source without maintainers is an abandoned building.

Open source with sustained engineering investment becomes infrastructure.

The Apache and Eclipse Lessons

This idea would not need to be invented from scratch.

The Apache Software Foundation demonstrates one model in which individual projects retain substantial technical autonomy while operating within a common foundation and governance structure. Apache explicitly describes its projects as self-governing and driven by their communities, with Project Management Committees responsible for project governance.

The Eclipse Foundation provides another useful model. Its working groups allow companies and other participants to collaborate around shared industry problems while maintaining vendor-neutral governance. Eclipse currently operates industry collaborations across areas including automotive, IoT, edge computing, developer tooling and open hardware.

These examples suggest an important principle:

The foundation can provide the legal, financial, infrastructure and coordination layer without becoming the technical owner of everything.

That distinction should be fundamental to any Indian model.

The Indian Model: Fund the Commons

Imagine an Indian Open Technology Foundation.

It could be funded primarily by industry, with government acting as an enabler rather than the owner of the technology.

Potential members could include:

  • semiconductor companies
  • automobile manufacturers
  • electronics manufacturers
  • appliance companies
  • telecom companies
  • IT companies
  • cloud providers
  • startups
  • universities
  • research institutions
  • multinational companies operating significant engineering organisations in India

The government could support the ecosystem through appropriate incentives, research funding, procurement opportunities, testing infrastructure, university programmes and other mechanisms.

But the code should remain open and the technical governance should remain independent.

This leads to a simple division of responsibility:

  • Government: create favourable conditions.
  • Industry: provide funding and engineering resources.
  • Universities: provide research and talent.
  • Foundation: provide infrastructure, coordination and long-term stewardship.
  • Developers: build and maintain the technology.
  • Open-source communities: retain technical authority over projects.

Do Not Fork the World

This principle is particularly important.

India should not create an Indian copy of every major open-source project.

If the world already has an excellent project, India should contribute to it.

If an important project needs more maintainers, India can supply maintainers.

If it needs better documentation, India can provide documentation.

If it needs better hardware support, India can provide hardware support.

If it needs security work, India can fund security engineering.

If it needs testing infrastructure, India can build testing infrastructure.

The objective is not to create an Indian island.

The objective is to make India one of the major engineering centres of the global open technology commons.

That would be genuine technological participation rather than technological isolation.

The 10,000-Engineer Idea Looks Different in This Model

Earlier, the idea of a large publicly supported pool of software engineers might sound like an employment programme.

Within this model, it becomes something else.

It becomes strategic maintainership.

India could support a large engineering workforce dedicated to maintaining critical open infrastructure.

Some could work directly for the foundation.

Others could remain employees of member companies while contributing upstream.

Some could specialise in Linux and embedded systems.

Others could work on LLVM, graphics, AI runtimes, security, automotive software, networking, firmware, testing or documentation.

The important metric would not simply be how many lines of code they produce.

It would be:

  • how many important projects they maintain
  • how many hardware platforms they support
  • how many vulnerabilities they help resolve
  • how many companies can build on their work
  • how many Indian products become easier to develop
  • how much duplicated engineering effort disappears

Canonical India Could Become the Integration Layer

This is where the earlier idea of a hypothetical Canonical India becomes interesting.

It need not simply mean an Indian Linux distribution.

It could instead be conceived as a platform-engineering organisation responsible for making the pieces work together.

Its test laboratory could continuously test:

  • Linux
  • bootloaders
  • RISC-V processors
  • GPUs
  • NPUs
  • VPUs
  • Wi-Fi and Bluetooth
  • cameras
  • displays
  • audio
  • power management
  • storage
  • automotive hardware
  • embedded hardware

New hardware could enter the laboratory.

The platform could be tested against real workloads.

Problems could be reported upstream.

Drivers could be improved.

Documentation could be updated.

The next hardware generation could then be designed with real software experience in mind.

This creates a feedback loop between silicon and software.

Hardware Becomes a Testbed for Software

This is one of the strongest aspects of the model.

Suppose an Indian semiconductor company develops a new RISC-V SoC.

The consortium could put it through a common platform test suite.

It could measure:

  • boot time
  • power consumption
  • driver maturity
  • GPU performance
  • NPU performance
  • memory bandwidth
  • storage performance
  • video playback
  • browser performance
  • application compatibility
  • security
  • sleep and wake behaviour
  • thermal behaviour

The results could then feed back into both software and hardware engineering.

Hardware manufacturers learn what software actually needs.

Software developers learn what hardware actually does.

The ecosystem gradually becomes better at both.

Common Standards Could Create Hardware Competition

This is perhaps the most interesting economic consequence.

Imagine three companies producing different embedded SoCs.

If all three support the same open platform APIs, a product manufacturer can potentially evaluate them based on:

  • price
  • power
  • performance
  • AI capability
  • memory bandwidth
  • security
  • longevity

rather than being locked into a completely different software environment for every chip.

That makes the silicon market more contestable.

Competition shifts toward the things semiconductor companies should actually compete on.

The software layer becomes an ecosystem multiplier rather than a barrier to entry.

Open Does Not Mean Everything Must Be Open

This distinction should also be made clearly.

A company should be able to keep genuinely differentiating intellectual property proprietary.

A car manufacturer does not have to open-source its autonomous-driving algorithms simply because it uses an open operating system.

A refrigerator company can keep its energy-management algorithm proprietary.

A smartphone company can develop its own camera algorithms.

A robot manufacturer can maintain proprietary navigation technology.

The common platform should exist underneath them.

In simple terms:

Open the foundation. Compete on the innovation.

From RISC-V to the Mass Market

This is ultimately why the software consortium matters to the semiconductor programme.

A new processor does not become successful merely because it works in a laboratory.

It becomes successful when developers can build applications for it, manufacturers can integrate it, consumers can buy products using it and companies can support those products for years.

That requires an ecosystem.

And ecosystems are built through shared infrastructure.

The path could therefore look like:

Open ISA
   ↓
Open silicon
   ↓
Common drivers
   ↓
Common APIs
   ↓
Common SDKs
   ↓
Common testing
   ↓
Common security infrastructure
   ↓
Reference platforms
   ↓
Startups
   ↓
Products
   ↓
Consumers
   ↓
More hardware demand
   ↓
More semiconductor investment
   ↓
Better hardware
   ↓
Better software
   ↓
More products

This is a flywheel.

The Consortium Could Become India's Technology Pedestal

There is a temptation in national technology strategies to focus on visible objects.

The fab.

The processor.

The laptop.

The smartphone.

The robot.

The supercomputer.

Those are important.

But underneath all of them are thousands of invisible interfaces.

Those interfaces determine whether components can communicate, whether developers can reuse their work, whether hardware can be replaced, whether software survives a company disappearing and whether a new startup can enter the market without spending years rebuilding infrastructure.

That invisible layer may ultimately be one of the most strategically important parts of the ecosystem.

India does not need to build every statue.

It needs to build the plinth on which thousands of statues can stand.

A Different Definition of Technology Sovereignty

Technology sovereignty does not have to mean manufacturing everything domestically.

Nor does it mean rejecting technology developed elsewhere.

A more useful definition might be:

The ability to understand, integrate, maintain, modify and improve the technologies on which an economy depends.

Under that definition, contributing thousands of engineers to global open-source projects is itself a form of technological capability.

Maintaining critical drivers is capability.

Building open APIs is capability.

Creating compatibility test suites is capability.

Supporting RISC-V in Linux and development tools is capability.

Building NPU runtimes is capability.

Maintaining security infrastructure is capability.

Writing documentation is capability.

Making a new semiconductor usable by thousands of developers is capability.

The Bigger Vision

The most interesting outcome would not be an "Indian operating system."

It would not be an "Indian version" of every application.

It would not even necessarily be an exclusively Indian hardware stack.

It would be an ecosystem in which Indian engineers, companies, universities and startups become major contributors to the open technological infrastructure used by the world.

India could contribute silicon.

India could contribute software.

India could contribute standards.

India could contribute maintainers.

India could contribute testing infrastructure.

India could contribute documentation.

India could contribute reference designs.

And Indian companies could then build differentiated products on top of that commons.

That creates a virtuous cycle:

             FUND THE COMMONS
                    ↓
             MAINTAIN THE CODE
                    ↓
             DEFINE OPEN APIs
                    ↓
             SUPPORT HARDWARE
                    ↓
              ENABLE STARTUPS
                    ↓
             CREATE PRODUCTS
                    ↓
             REACH MASS MARKET
                    ↓
             GENERATE DEMAND
                    ↓
             FUND THE COMMONS

Build the Road, Not Every Car

India's technology ambition should not be measured by how many things it builds completely from scratch.

A mature technology ecosystem is one where thousands of companies can build on top of shared foundations without repeatedly solving the same problems.

That is what the proposed consortium could provide.

The foundation provides the conditions.

Industry provides the money.

Engineers provide the work.

Universities provide research and talent.

Open communities provide technical governance.

Startups build the differentiated products.

Consumers provide the ultimate test.

The objective is not to make every company identical.

It is precisely the opposite.

Make the underlying infrastructure common so that the products can become more different.

Make the plumbing reusable so that the innovation can become more ambitious.

Make the APIs open so that hardware can compete.

Make the software modular so that startups can enter.

Make the maintenance sustainable so that the ecosystem survives.

And make the whole thing FLOSS so that the investment does not stop at India's borders.

The Principle

India's next technology revolution may not require one giant company capable of doing everything.

It may require something more subtle:

A permanent institution capable of building and maintaining the common technological layer upon which thousands of companies can innovate.

Build the plinth.

Let the semiconductor companies build the silicon.

Let the software communities build the tools.

Let the startups build the products.

Let manufacturers build the machines.

Let consumers decide which products succeed.

And let the improvements flow back into the commons.

Fund the commons. Keep the governance open. Standardise the plumbing. Let industry compete on the product.

That could turn FLOSS from something India merely consumes into something India helps maintain as a global industrial resource.

And perhaps that is the real opportunity:

India does not have to build every statue. It can become one of the world's great builders of the plinth.

Wednesday, September 16, 2026

India Must Learn, Not Just Consume: A Pragmatic Doctrine for a Multipolar World

India has just hosted another BRICS summit. But perhaps the more important question is not which grouping India belongs to. The question is what India gains from every relationship it enters. A mature India should be pragmatic, not dogmatic: cooperate with everyone where useful, depend on no one where avoidable, and turn imported technology into domestic capability.

The Question Behind the BRICS Summit

India has just completed its 2026 BRICS presidency with the 18th BRICS Summit in New Delhi on September 12–13. The expanded grouping now brings together eleven countries and has become a significant platform for discussions on trade, finance, supply chains, technology, energy and the broader architecture of the global economy. The New Delhi Declaration runs to 140 points and reflects the enormous breadth of issues now sitting under the BRICS umbrella.

There is nothing inherently wrong with India being part of BRICS.

In fact, there are many reasons for India to participate.

BRICS gives India a platform in the Global South. It provides diplomatic leverage. It creates opportunities for trade, energy cooperation, investment and financial experimentation. It gives India another forum through which it can influence discussions about global governance.

But membership in a grouping should never become an ideology.

That is the larger lesson India should take from the summit.

India should be pragmatic about groupings rather than dogmatic about them.

A grouping is a tool.

It is not an identity.

It is not a marriage.

And it certainly should not determine with whom India is allowed to cooperate technologically.

India's Foreign Policy Should Have One Simple Question

Whenever India enters a major economic or technological relationship, there should be a question asked at the beginning, in the middle and at the end:

What capability will India have after this relationship that it did not have before?

This question changes everything.

Suppose India imports a finished product worth $100.

The transaction provides the Indian consumer with the product.

That is useful.

But suppose India instead imports a $100 piece of manufacturing equipment that allows an Indian factory to produce that product domestically.

Now India has acquired something more valuable than the product.

It has acquired productive capacity.

Now imagine that Indian engineers learn to maintain the machine.

Then Indian companies begin manufacturing some of its components.

Then Indian engineers modify it.

Then Indian companies design the next generation.

Eventually, India exports the machine.

The original $100 import has become the beginning of an industrial ecosystem.

This is the distinction between consumption and learning.

Import the Tool That Makes the Product

India does not need to stop importing.

It needs to become much more selective about what it imports.

There is a profound difference between importing a finished smartphone and importing the equipment, process technology and expertise required to manufacture smartphones.

There is a difference between buying an industrial robot and developing the ability to manufacture industrial robots.

There is a difference between buying an AI accelerator and learning how to design, package, program and manufacture accelerators.

There is a difference between subscribing forever to foreign software and participating in open-source ecosystems that allow Indian developers to understand, modify and eventually replace critical layers.

There is a difference between importing a semiconductor and importing semiconductor manufacturing equipment, process knowledge, PDKs, design expertise and packaging technology.

The strategic objective should therefore be:

Import the means of production before you import the means of consumption.

And when finished products must be imported, India should ask whether the same transaction can eventually lead to domestic manufacturing, design or technology development.

Trade Deficits Are Not the Real Problem

This distinction also changes how India should think about trade deficits.

A trade deficit is not automatically evidence of economic weakness.

If India imports sophisticated machinery that dramatically increases domestic productivity, the deficit may be part of a healthy industrialisation process.

The problem comes when imports remain permanently concentrated in finished goods, components and technologies that India has no pathway to manufacture or improve.

India's trade relationship with China illustrates why this distinction matters.

Official Indian data shows that India's merchandise trade deficit with China reached $63.97 billion during April–October 2025. Importantly, the government also noted that a substantial portion of these Chinese imports consisted of raw materials, intermediate goods and capital goods used in Indian production, including auto components, electronic parts and assemblies, mobile-phone parts and machinery.

That is a much more complicated picture than simply saying “Chinese imports are bad.”

Some imports feed Indian industry.

The strategic question is therefore not whether India should import these things tomorrow.

The question is whether India should still need to import them ten or twenty years from now.

That is the difference between dependence and industrial learning.

The Five-Stage Journey of an Import

India could think about strategic imports as moving through a ladder:

Stage 1 — Import
India buys the finished product.

Stage 2 — Assemble
India begins assembling the product domestically.

Stage 3 — Manufacture
Indian companies begin producing significant components.

Stage 4 — Engineer
Indian engineers modify, optimise and improve the technology.

Stage 5 — Design
India develops its own technology and eventually exports it.

This should become one of the fundamental metrics of Indian industrial policy.

Not simply:

“How many factories did we attract?”

But:

“How much technological capability did those factories leave behind?”

Be Friends With Everyone. Depend on Nobody.

This is where India's foreign policy needs to become genuinely pragmatic.

India does not need to decide that one country is permanently a friend and another is permanently an enemy.

International relations do not work that way.

A country can simultaneously cooperate with one nation on energy, another on semiconductors, another on defence, another on robotics and another on critical minerals.

There is no contradiction.

India should be willing to work with China where Chinese technology or manufacturing capability is useful.

It should work with Russia where Russian capabilities remain strategically valuable.

It should work with Europe where European industrial and technological capabilities complement India's requirements.

It should work with Japan on manufacturing and precision engineering.

It should work with South Korea on electronics and advanced manufacturing.

It should work with Taiwan on semiconductors.

It should work with the United States on advanced computing, AI, aerospace and other frontier technologies.

And it should simultaneously build Indian alternatives wherever dependence creates strategic vulnerability.

This is not inconsistency.

This is strategic diversification.

The Frenemy Principle

India should be comfortable with a concept that is uncomfortable for ideological foreign policy:

The frenemy.

A country can be a strategic competitor and still be a useful technology partner.

A country can be politically difficult and still provide valuable machinery.

A country can be an important trading partner without becoming India's technological foundation.

The objective is not to create permanent friendships.

The objective is to create permanent Indian capability.

That means India should be able to say:

“We will buy your machine today, learn how it works, build our own ecosystem around it, improve it tomorrow and perhaps compete with you the day after.”

There is nothing hostile about this.

It is how industrial civilisation works.

BRICS Should Be a Tool, Not a Destination

BRICS therefore has value.

But India should resist turning BRICS into an economic philosophy.

The expanded grouping is large and diverse. Its members have different political systems, different economic structures, different strategic interests and, in some cases, competing geopolitical objectives.

India should therefore ask of BRICS initiatives:

  • Does this increase Indian exports?
  • Does this reduce India's strategic vulnerability?
  • Does this create Indian manufacturing capability?
  • Does this bring useful technology into India?
  • Does this encourage joint research?
  • Does this create Indian intellectual property?
  • Does this create Indian companies capable of competing globally?

If the answer is yes, India should participate enthusiastically.

If the answer is no, India should participate diplomatically but avoid mistaking diplomatic participation for economic strategy.

India does not have to abandon a forum simply because it does not deliver everything India wants.

Nor should India remain emotionally attached to a forum simply because India helped build it.

Use the platform. Extract the value. Move on when necessary.

Europe May Be More Important Than the Acronym Suggests

This is where India's relationship with Europe becomes particularly interesting.

India does not need Europe because Europe is “Western.”

India needs Europe because Europe possesses many of the industrial capabilities India needs to build its next technological layer.

Europe has extraordinary strengths in precision machinery, industrial automation, semiconductor equipment, automotive technology, advanced materials, robotics, medical technology, aerospace and industrial software.

India has enormous strengths in software, engineering talent, manufacturing scale, digital infrastructure, entrepreneurship and a gigantic domestic market.

These strengths are complementary.

And this is no longer merely an abstract possibility.

In 2026, India and the European Union concluded negotiations for a Free Trade Agreement, while their Trade and Technology Council has expanded cooperation into semiconductors, high-performance computing, quantum technologies, artificial intelligence and 6G.

The EU and India have also agreed to deepen semiconductor cooperation, including chip design, heterogeneous integration, advanced-process PDK development, talent exchanges and resilient semiconductor production.

This is precisely the type of relationship India should cultivate.

Not simply:

“European company sells something to India.”

But:

“European technology and Indian engineering create something neither side could have created as efficiently alone.”

From European Machines to Indian Factories

Imagine a European company supplies advanced factory automation equipment to an Indian manufacturing cluster.

Initially, almost everything may be imported.

That is acceptable.

But the Indian engineers operating those factories learn the equipment.

Indian suppliers begin producing cables, motors, controllers, sensors and mechanical components.

Indian software companies develop factory-management software around the machinery.

Indian universities work on machine vision and industrial AI.

Indian startups develop cheaper alternatives.

Eventually, India is no longer merely the customer.

It becomes part of the technology ecosystem.

That is the model India should pursue across sectors.

Semiconductors Are the Perfect Example

India's semiconductor ambitions should be viewed in exactly this way.

A semiconductor ecosystem cannot be created simply by building a fab.

It requires:

  • process technology
  • semiconductor equipment
  • materials
  • chemicals
  • PDKs
  • design tools
  • IP
  • EDA capability
  • chip designers
  • packaging
  • testing
  • substrates
  • power electronics
  • controllers
  • software
  • customers

The first generation will inevitably contain foreign technology.

That is not failure.

The failure would be remaining dependent on the same foreign technology forever.

India's objective should be to climb the ladder.

Learn the process. Improve the process. Build the supply chain. Develop the IP. Design the chip. Manufacture the chip. Export the chip.

The Same Logic Applies to Open Source

There is another dimension to this strategy that is often overlooked.

India should not think about technological sovereignty only in terms of factories and physical products.

Software matters just as much.

Consider the difference between purchasing a proprietary software subscription indefinitely and participating in an open ecosystem that India can inspect, modify, maintain and develop.

India does not necessarily need to create an Indian replacement for every major foreign software product.

It can instead build around global open-source foundations.

Linux.

Open document formats.

Open-source office productivity.

Open databases.

Open-source cloud infrastructure.

RISC-V.

Open silicon.

Open AI models and tools.

Open standards.

Open developer ecosystems.

The objective is not isolation.

The objective is the ability to understand and control the critical layers.

If an Indian developer can inspect the system, modify it, improve it and build businesses around it, the technology creates a different kind of economic relationship.

India Should Become a Technology Student Again

There is an uncomfortable truth hidden inside all of this.

India has spent decades thinking about development primarily in terms of consumption.

More cars.

More phones.

More appliances.

More computers.

More imported technology.

Consumption is not inherently bad.

A growing middle class should consume.

But consumption cannot be the final destination of development.

At some point, the country must ask:

Who makes the thing we are consuming?

Then:

Who makes the machine that makes the thing?

Then:

Who makes the machine that makes that machine?

That is where genuine industrial power begins.

The Industrialisation Flywheel

Consider the following cycle:

Import technology

Learn technology

Manufacture locally

Develop suppliers

Improve technology

Develop Indian IP

Export technology

Use export revenue to acquire the next generation

Repeat

This is the flywheel India needs.

Foreign technology is not the enemy of self-reliance.

Permanent inability to learn from foreign technology is.

The Goal Is Not Autarky

India should also be careful with the phrase “self-sufficiency.”

Complete self-sufficiency is neither realistic nor necessarily desirable.

No modern economy efficiently manufactures everything it consumes.

India should instead aim for strategic sufficiency.

Strategic sufficiency means India possesses enough domestic capability that the denial of foreign technology does not bring the country to a standstill.

India can still import specialised components.

India can still purchase foreign products.

Indian companies can still use foreign technology.

But India should maintain domestic competence in the technologies that underpin its economic and national security.

The distinction is crucial.

Self-sufficiency says: “We must make everything.”

Strategic sufficiency says: “We must be capable of making what matters.”

A New Definition of Strategic Autonomy

This leads to a more useful definition of strategic autonomy.

Strategic autonomy does not mean refusing foreign technology.

It means refusing permanent technological helplessness.

India can buy a semiconductor manufacturing machine from Europe.

It can buy industrial robots from Japan.

It can use American AI technology.

It can purchase components from China.

It can continue defence cooperation with Russia.

It can participate in BRICS.

It can deepen relations with the European Union.

It can work with the United States.

It can cooperate with Japan and South Korea.

None of these relationships need to contradict each other.

The common denominator should be India.

Every relationship should make India more capable, not merely more comfortable.

The Indian Test for Every International Partnership

Perhaps India needs a simple strategic scorecard.

Before entering a major technology or industrial partnership, ask:

  1. What are we buying?
  2. What are we learning?
  3. What are we manufacturing?
  4. What intellectual property will India develop?
  5. What Indian companies will emerge?
  6. What components can eventually be localised?
  7. Can Indian engineers modify the technology?
  8. Can Indian universities participate?
  9. Can the technology eventually be exported?
  10. What happens if the foreign supplier disappears tomorrow?

The last question may be the most important.

If the answer is “India has no alternative,” the relationship has created dependence.

If the answer is:

“We have learned enough to build an alternative,”

then the relationship has created sovereignty.

India Should Be Pragmatic About Every Bloc

This philosophy applies to BRICS.

It applies to the European Union.

It applies to the United States.

It applies to the Indo-Pacific.

It applies to every future grouping that India joins.

India should never ask:

“Which bloc should we belong to?”

It should ask:

“Which relationship helps India become stronger?”

If BRICS provides useful markets, capital, energy relationships or diplomatic leverage, India should use it.

If Europe provides advanced industrial technology, semiconductor expertise, robotics, machinery and research partnerships, India should use it.

If America provides frontier AI, aerospace, computing and scientific capabilities, India should use it.

If Japan provides manufacturing expertise, precision engineering and robotics, India should use it.

If China provides components that India currently cannot economically manufacture, India can buy them while simultaneously building alternatives.

If Russia provides strategically useful technologies, India should use them where appropriate.

There is no ideological contradiction in any of this.

The Ultimate Objective: Learn and Grow

India's greatest opportunity over the next few decades is not to become the country that imports the most sophisticated technology.

It is to become the country that learns fastest from the technology it imports.

A foreign semiconductor fab should create Indian semiconductor engineers.

A European robot should create Indian roboticists.

A Japanese machine tool should create Indian machine-tool manufacturers.

An American AI system should create Indian AI researchers.

A Chinese component should eventually create an Indian component manufacturer.

An open-source project should create Indian developers who can improve it.

A foreign factory should eventually create an Indian industrial ecosystem.

And an imported technology should ideally create the capability to build the next generation locally.

India's Real Choice

India does not face a simple choice between East and West.

It faces a choice between two models of development.

The first is:

Consume → import → assemble → repeat.

The second is:

Import → learn → manufacture → improve → design → export.

The first model can create a large market.

The second can create a technological civilisation.

India should choose the second.

Own the Capability, Not Necessarily Every Component

Perhaps this is the most important lesson from India's current geopolitical moment.

India does not need to manufacture everything.

India does not need to leave every international grouping.

India does not need to choose permanently between China, Russia, Europe, America, Japan or anyone else.

India needs to become sufficiently capable that it can work with all of them without becoming subordinate to any of them.

That means being willing to cooperate with a friend.

It means being willing to transact with a competitor.

It means being willing to learn from a rival.

It means being willing to abandon an arrangement that no longer serves Indian interests.

And above all, it means understanding that the purpose of international economic engagement is not merely to obtain things.

It is to obtain knowledge, capability, scale, technology, markets and eventually independence of choice.

The Sovereign Principle

India's next phase of development should therefore be guided by a very simple principle:

Do not ask only what India can buy.

Ask what India can learn.

Do not ask only how many foreign companies are investing.

Ask how many Indian companies emerge around them.

Do not ask only how many products are manufactured in India.

Ask how much of the underlying technology is understood in India.

Do not ask only how large India's market becomes.

Ask how much of the technology serving that market India controls.

And do not ask whether India belongs to the East or the West.

Ask whether India is becoming stronger.

That is the real meaning of strategic autonomy.

India should trade with everyone.

Partner with everyone.

Learn from everyone.

Compete with everyone.

And depend permanently on as few as possible.

Because the ultimate objective is not isolation.

It is freedom of choice.

India does not need to build everything alone. It needs to become capable of building whatever matters.

Build Once, Use Everywhere: India's Hidden Engineering Tax and the Missing Productivity Layer in Its Startup Economy

India has no shortage of engineers, entrepreneurs or ambition. But a large amount of engineering effort can disappear into the same foundati...