The growth of generative AI isnât driven solely by AI companies with proprietary models. Open-source AI is reshaping the developer ecosystem, fueled by a growing community of builders. But what does it take to go from open models to production-ready agentic AI, and what do developers need to know to get there?
This question was the focus of the DigitalOcean Deploy session, âOpen by Design: How NVIDIA and DigitalOcean Are Building the Stack for the Always-On Agentic Era.â During this 30-minute chat, Kari Briski, VP Gen AI at NVIDIA, and Salman Paracha, SVP AI at DigitalOcean, discuss why AI-native teams are demanding openness, model flexibility, and infrastructure built for agents that never sleepâand what NVIDIA and DigitalOcean are doing to build support for this next generation of AI development.
Watch the full recorded session from Deploy 2026:
Open-Source Models Need Commitment, Not Just a Launch
There are many open models in the ecosystem, but having great models doesnât guarantee they will be consistently improved or regularly updated. NVIDIA noticed a potential gap in this space for its enterprise customers, who regularly wanted access to open-source models that are launched and then left untouched.
This spurred the development of open models such as NVIDIA Nemotron. Released in March 2026, it serves as a family of multi-modal models designed for agentic AI. Having access to these open models enables developers to create agentic applications that require advanced reasoning, high compute efficiency, and open source standards. With Nemotron models and NVIDIA software libraries, developers can evolve their projects over time and receive regular updates and expanded support.
Running open-weight LLMs locally gives you more control over performance, privacy, and customization. This NVIDIA Nemotron 3 tutorial walks through deploying NVIDIAâs Nemotron 3 Nano on a DigitalOcean GPU Droplet, helping you experiment with efficient open models on dedicated GPU infrastructure without relying entirely on hosted AI APIs.
âWeâve been building these models for ourselves because we want to build great systems,â Briski says. âWeâre treating [these models] like a library and are committed just like we are with our GPUs and [CUDA] libraries and our stack that weâll improve upon.â
Beyond the models themselves, thereâs also a proliferation of harnessesâthe orchestration frameworks that wrap around models to manage agent lifecycle, memory, tool calling, and scalingâwhich are just as important for building agentic systems.
Agents Are Only as Good as Their Evaluations
Paracha highlighted that most developers building AI-native applications are still facing a high hurdle and admission rate in determining whether itâs possible to build something as durable as OpenClaw or Claude Code.
Figuring out true evaluations and observability becomes a challenge, and these developers are left wondering whether they can truly compete with AI companies that have funding for research and top-of-the-line hardware. So what does lowering that barrier to entry (and creating developer confidence) look like?
Evaluation is where it starts, according to Briski. While there are many test cases and verifications for specific use cases (such as coding), other applications lack readily available benchmarks, and academic options donât necessarily effectively evaluate real-world models or optimize performance.
Without these standards, it becomes harder for developers to gauge the viability of their idea. For broader development, more test cases need to be created and data pulled from, which requires human knowledge and labeling. For industries like electronic automation, NVIDIA is currently working with Synopsys and Cadence to develop these test cases and benchmarks to encourage development and agent creation.
Sub-Agents Only Scale When You Can Trace Them
Developers running AI-native applications have adopted sub-agent workflows that break a problem into subtasks and delegate them to a single agent. Paracha has seen developers do this, but is curious about how this subset of AI development might shape up over the next few years, and what engineering principles still apply.
If youâre curious about what a sub-agent (or multi-agent) system can do, read about the TradingAgents LLM, which is designed to function as a simulation for financial trading through specialized agents.
âThereâs a thread in engineering right now where you still have to understand how the system was built, even though the agent is writing the code. So when sub-agents are going off, you are able to test them, you are able to verify, and break it down to where something might be going wrong, so that you, as the architect, can understand the system,â Briski explains.
This philosophy also pairs well with adding traceability throughout the system, so you can have references during troubleshooting instead of just the end product to look at, leaving you with a black box. While there is a newer approach of feeding a system a whole bunch of information and having it develop an answer, having the âdivide and conquerâ approach still seems to be the standard.
Good Tokenomics Starts With Outcomes, Not Token Count
Scaling AI comes with a new problem: token usage. How can developers run AI systems that are consistently generating tokens and simultaneously build an effective business around them? What it really comes down to is the productâs value; the items delivered and the workflow efficiencies created.
âWeâre in a stage right now where tokens are going to be counted differently as model architectures change. [But] we have to evolve our way of thinking because the way we count tokens generated with diffusion models and the latent spaces of tokens could all change. So I think instead of spinning out on how many tokens are being generated, itâs more about the value,â Briski explains.
But organizations do need to consider cost, especially with the larger models. NVIDIA is taking technical measures to improve the efficiency of token use. This includes using a hybrid-state-space transformer in the latest Nemotron Model, rather than combining a dense model with mixture-of-experts (MoEs).
Model architectures are fundamental to token economics, and thereâs been a general shift: from a very model-dense view of the world (megamodels with 8 billion or a trillion parameters) to a sparser proliferation of MoEs and the use of solid-state models (SSMs) backed by NVIDIA. These SSMs, Briski says, remove some of the attention layers for pre-processing and reduce the compute you need for the data prefill.
Open Source Forces the Whole AI Ecosystem to Move Faster
Beyond using SSMs, NVIDIAâs applied research team is consistently reviewing academic papers, testing new models, exploring new architectures, and collaborating with the open-source community.
âWe actually put out a paper about the hybrid Mamba architecture in [early] 2025. What was interesting was that the Qwen model adopted it before our Nemotron product did. The point of how important open source is to share these ideas and learn from each other. Weâre not just putting [our tech] out there. Weâre also picking up ideas from other open source projects,â Briksi says.
At DigitalOcean, one of Parachaâs focuses is expanding the ecosystem around open-source projects. Thereâs Plano (DigitalOceanâs data-plane technology), along with a push for research on small action models (SAMs). These models can complete tasks using context compression (instead of requiring reasoning tokens) to perform specific tasks more efficiently without requiring long context windows. Parachaâs team is also looking into AI system harnesses and how DigitalOcean can use open source to empower developers with the freedom to choose the harness they want to run their models.
âThe open harness is a zero-instrumentation plug-in architecture where you can bring in open code or a LangChain or LangGraph type of agent, and we help you manage and scale it. There are a lot of lifecycle events of an agent that still have to be solved for. With the open harness story, the real mantra is, âhow do we enable choice and freedom and support the ecosystem versus create our own?ââ Paracha asks.
Agent Workloads Are Always Changing Shape
Going forward with these multi-agent and multi-layered systems, Paracha says, there will be a lot of work to be done on context compression and expansion.
Briksi expands on this idea, saying inference workloads are dynamically changing and that thereâs been a shift from long context input to long context output and initial reasoning and long context output; all the in-between steps are still evolving.
âEverything in the [Deploy] keynote is heading to âhow can you optimize for these dynamically changing workloads with routing, keeping the cache and context right, even with compression for really long horizon tasks?ââ Briski says.
Going forward, developers will need to become familiar with long-horizon and long-running tasks, as well as self-evolving systems, which are related but ultimately distinct. Knowing these tasks are beneficial to how developers manage their memory, compute power, and model architectures.
Every Legacy Application Is an Agent Opportunity
As the market moves from generative AI to open source AI, organizations and individual developers alike are looking at what might change over time and what wonât when it comes to how we think about and build AI-native applications.
Briski says that the need for compute wonât go away. Itâs been proven across many scaling laws in pre-training, post-training, interface training, and agents that more computing power means greater intelligence capabilities.
What sheâs most excited to see is more domains beyond coding pick up and create verifiers and reinforcement learning environments to support a wider range of AI-native and agent-based applications across different industries.
âThere are so many things in our lives where I canât wait until agents are infused into these applications. And so thatâs why when you think about when agentic AI will be integrated into all of these legacy software applications, I get really excited,â she says.
DigitalOcean and NVIDIA are building together. DigitalOceanâs serverless inference runs on NVIDIA accelerated computing including NVIDIA Blackwell GPUs, NVIDIA Nemotron models are available directly on DigitalOceanâs AI Platform, and builders can prototype on build.nvidia.com before deploying to DigitalOcean GPU Droplets without rebuilding their stack.
With NVIDIA Dynamo 1.0 integrated for production inference scaling and the joint NemoClaw project bringing secure, always-on agent deployment, the collaboration gives developers a direct path from experimentation to production.