NerdyTrust

Market Prices

Coin Price 24h
BTC Bitcoin
$63,620 +0.81%
ETH Ethereum
$1,863.04 +0.35%
SOL Solana
$73.46 +0.45%
BNB BNB Chain
$589.8 +1.10%
XRP XRP Ledger
$1.08 -0.15%
DOGE Dogecoin
$0.0704 +0.11%
ADA Cardano
$0.1915 +1.11%
AVAX Avalanche
$6.53 -0.87%
DOT Polkadot
$0.8248 +3.38%
LINK Chainlink
$8.29 +0.07%

Fear & Greed

28

Fear

Market Sentiment

Event Calendar

{{年份}}
30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

18
03
unlock Sui Token Unlock

Team and early investor shares released

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

12
05
halving BCH Halving

Block reward halving event

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

28
03
unlock Arbitrum Token Unlock

92 million ARB released

Altseason Index

44

Bitcoin Season

BTC Dominance Altseason

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

Market Cap

All →
1
Bitcoin
BTC
$63,620
1
Ethereum
ETH
$1,863.04
1
Solana
SOL
$73.46
1
BNB Chain
BNB
$589.8
1
XRP Ledger
XRP
$1.08
1
Dogecoin
DOGE
$0.0704
1
Cardano
ADA
$0.1915
1
Avalanche
AVAX
$6.53
1
Polkadot
DOT
$0.8248
1
Chainlink
LINK
$8.29

🐋 Whale Tracker

🔵
0x9242...5a0c
2m ago
Stake
2,554 ETH
🟢
0xe657...b8d9
2m ago
In
4,893 ETH
🟢
0x33d4...1593
12m ago
In
1,402,696 USDT

💡 Smart Money

0x4ac8...b925
Top DeFi Miner
+$2.3M
89%
0x2244...e8f8
Top DeFi Miner
+$5.0M
64%
0x0f82...f656
Early Investor
+$1.0M
79%

🧮 Tools

All →

Infinity's AI Kernel Generator: A Forensic Autopsy of the CUDA Killer Myth

0xZoe Finance
The exploit wasn't about code; it was about trust. And Infinity is asking the industry to trust an AI agent that writes its own kernel code. Over the past 7 days, no new benchmarks were released. In code, silence is the loudest vulnerability. In a bear market where every basis point of inference performance translates to real dollars saved or lost, a 26-person startup claims to have a software stack that can make any AI chip perform like NVIDIA's. Their name is Infinity, recently raising $15 million from Touring Capital and angels from OpenAI and Anthropic. Their target: the sacred cow of AI infrastructure, CUDA. The promise: an AI research agent called Ignition that automatically writes low-level kernel code for GPUs, SRAM, mobile chips, and even systolic arrays, and then tests, debugs, and optimizes it in a loop. No more CUDA engineers, no more hand-tuned libraries—just an AI teaching itself to be the ultimate compiler. Based on my years auditing blockchain protocols and security-critical systems, I know that the hardest vulnerabilities to find are those hidden in generated code. Infinity's entire thesis rests on a single, unverified premise: that an AI agent can consistently outperform human-written CUDA kernels across a diverse set of architectures and models. From a forensic perspective, the evidence is thin. No MLPerf submissions. No public benchmark suite. No independent third-party audit of the generated kernels. The company's only disclosed customer is D-Matrix, a small AI chip startup. The blockchain remembers, but the auditors forget—and here, there is nothing to remember yet. Let me dissect the technical claims clinically. Infinity's Ignition agent is essentially a deep reinforcement learning or evolutionary algorithm system that navigates the search space of possible kernel implementations. It claims to support multiple hardware targets by providing a unified intermediate representation (IR) above the instruction set architecture (ISA). This is not new in spirit—AutoTVM, Halide, and MLIR have explored similar ideas. What is new is the claim of full automation without human tuning. The risk? Performance generalization. Can Ignition handle FlashAttention, Grouped Query Attention, or Mixture of Experts with the same efficiency as a senior CUDA engineer? The variance between models is enormous, and each architecture family requires different memory access patterns, occupancy configurations, and fusion strategies. Standardization fails when it ignores human chaos—and human chaos here means the unpredictable complexity of neural network architectures. Furthermore, the training cost of Ignition itself is a hidden variable. To generate a high-quality kernel for a new chip, the agent must run thousands of trial compilations and benchmark runs. For a startup with $15 million and 26 people, burning GPU hours on optimization might quickly erode runway. Based on my experience with automated optimization systems in the crypto world—like those used for gas optimization in Solidity—I’ve seen that the compute required to find a 2% improvement often exceeds the value of that improvement over the product's lifetime. Infinity's business model is pay-for-performance: they take a cut of the cost savings they deliver. This sounds aligned, but it creates an incentive to inflate the baseline or obfuscate the measurement. In blockchain, we have on-chain oracles and transparent audits. Here, the customer must trust a black-box agent and a startup's word. Now, the contrarian angle: What did the bulls get right? The talent is real. Jeremy Nixon's background at Google Brain with AutoML and neural architecture search gives the team technical credibility. The vision of AI writing its own optimization layer is disruptive in the same way deep learning disrupted feature engineering. The backing from OpenAI and Anthropic researchers signals that insiders see the CUDA monopoly as a bottleneck to AI progress. And the pay-for-performance model reduces adoption friction for cash-strapped startups. If Ignition works even 80% as well as hand-tuned CUDA across a broad set of models, it could become an essential tool for second-tier chip vendors like AMD, Intel, or Google TPU. That alone could reshape the competitive dynamics of the AI hardware market. But the contrarian must also acknowledge the magnitude of the moat they’re attacking. NVIDIA's CUDA ecosystem is not just a compiler—it's cuDNN, TensorRT, CuOpt, NeMo, and a 30-year network effect of developers, documentation, and debugged code. To replace that, Infinity would need to generate code that is not only performant but also auditable, maintainable, and safe. In my forensic audits of decentralized protocols, I've seen that the most catastrophic failures come from code that runs correctly in a test environment but fails under adversarial conditions. AI-generated kernels, especially those tuned via reinforcement learning, can hide edge cases that only trigger under rare input distributions. The blockchain remembers, but the auditors forget—and an AI agent that "learns" might forget security in pursuit of speed. Takeaway: Infinity is a high-conviction bet on the future of software-defined hardware. But until I see verifiable, reproducible benchmarks across multiple architectures—and, crucially, a security audit of the generated code—I maintain skepticism. Trust, but verify. Right now, there's nothing to verify. In a bear market, survival matters more than gambles on unproven moonshots. The exploit was never about the code; it was about the suspension of disbelief. Infinity is asking the industry to suspend it. I'm not ready to.