Early-stage AI infrastructure research company Infinity Inc. said it raised $15 million in seed funding to develop software that automatically prepares new artificial intelligence chips to run inference workloads.

The round values the company at $100 million on a post-money basis. Infinity will use the capital to expand its engineering team, scale its automated research platform and accelerate partnerships with chipmakers including d-Matrix Corp. The company said it is already generating millions of dollars in annual recurring revenue from chip design partnerships.

The company’s core technology is Ignition, an AI agent that generates, tests and optimizes the low-level software needed to run models efficiently on different processors. Infinity is targeting a longstanding obstacle for would-be Nvidia Corp. competitors: Even when their hardware is competitive, they lack a mature software ecosystem comparable to Nvidia’s Cuda. The company said its technology can help loosen Nvidia’s grip on the market for AI processors by generating what is effectively a Cuda-level software stack in hours or days..

Ignition automates “the creation of debuggers, profilers, compilers, kernels, the orchestration of kernels in inference, and many other steps,” said Founder and Chief Executive Jeremy Nixon.

Computing kernels are specialized software routines that perform core mathematical operations on AI chips. Traditionally, engineers must write and tune them for each combination of processor architecture and model, making it difficult for new hardware to keep pace with rapidly changing AI technology.

Infinity said human engineers determine what tools Ignition should create, while the agent handles implementation. To work with proprietary instruction sets, the company builds decompilers, which translate executable code back into high-level source code that can be manipulated using standard programming languages.

“Humans decide what tools the AI will build, such a memory layout compiler, while Ignition does the building,” Nixon said.

The company said Ignition increased inference throughput for the Qwen3-8B model by 34% compared with the widely used vLLM framework after one day of automated optimization. Nixon said the test used a single Nvidia H100 graphics processor and has not yet been independently validated.

In a project with d-Matrix, Infinity said its software achieved as much as 92% of the theoretical peak performance of the company’s Corsair accelerator within 10 hours. It accomplished this by distributing matrix multiplication operations across all 32 computing units. Infinity said it had Qwen3, Qwen3.5 and Gemma4 running fully on the chip within 10 days.