The marketing copy writes itself. "Hardware-verified AI inference." "Trusted execution." "Immutable attestation."
But ledger logic never lies. And the ledger here is not a blockchain. It is an Intel signing key.
NEAR AI Cloud has integrated Intel's attestation token to prove that AI inference runs on a trusted hardware environment. On the surface, this is a step forward for verifiable compute. Under the hood, it is a reminder that crypto's quest for trust often ends up placing faith in the same institutions we were supposed to replace.
Context: What Is Being Built
NEAR AI Cloud is a decentralized AI compute layer. The integration with Intel's attestation mechanism allows users to verify that a given inference job actually executed on a genuine Intel SGX (Software Guard Extensions) or TDX (Trusted Domain Extensions) enclave. The attestation token is a cryptographic signature from Intel's factory, confirming the hardware identity and code measurement.
This is not a new cryptographic primitive. It is an assembly of existing corporate hardware security modules. The protocol does not need to invent a zero-knowledge proof for AI; it simply borrows Intel's root of trust. The engineering is clean. The trust assumption is not.
During my 2017 ICO audit days, I learned that every security model has a single point of failure. Back then, it was the smart contract owner's private key. Today, for NEAR AI Cloud, it is Intel's signature key. If that key is compromised, every attestation token becomes a lie.

Core: The Technical Vulnerability
Let me be precise. The attestation token proves that the code ran on a specific Intel CPU with a known firmware version. It does not prove that the code is correct. It does not prove that the data was private. It does not prove that the output was not tampered with before reaching the user.
The security boundary is narrow.
Intel SGX has been broken before. The Foreshadow, Plundervolt, and CacheOut attacks demonstrated that a determined attacker with physical access or kernel privileges can extract secrets from an enclave. Intel has patched these, but the cat-and-mouse game continues. The root of trust is a corporation's bug bounty program, not a mathematical guarantee.

Compare this to a zero-knowledge based AI inference proof, such as the ones being developed by the ZK-ML community. A ZK proof provides a complete mathematical guarantee that the computation was performed correctly, without revealing any inputs. The trade-off is computational overhead. But the trust assumption is decentralized: no third party needs to be trusted.
NEAR AI Cloud chose the path of least resistance. That is fine for a production system. But call it what it is: a centralized trust anchor wrapped in a decentralized narrative.
The missing technical details are telling.
The official communication does not specify which Intel generation is used, how the attestation is verified on-chain (if at all), or whether the verification is done off-chain by a trusted relayer. If the attestation is verified off-chain, then the user must trust the relayer. If it is verified on-chain, then the smart contract must be able to parse Intel's attestation format, which adds complexity and gas costs.
Based on my experience building liquidity heatmaps for DeFi protocols, I know that off-chain verification is often the default because it is cheaper. But then the "trustless" claim dissolves. The user is trusting the verifier. The verifier is trusting Intel. The chain is just a transport layer.
Contrarian: The Decoupling That Isn't
Crypto was supposed to decouple trust from institutions. NEAR AI Cloud re-couples it to a semiconductor giant.
This is not inherently bad. Many real-world applications require a bridge between the digital and physical. A CBDC needs a central bank. A decentralized exchange needs an oracle. An AI inference network needs a hardware root of trust.
But the contrarian insight is this: Intel attestation is a short-term solution that creates long-term systemic risk. The more we build on top of Intel's key, the more catastrophic a compromise becomes. Imagine a future where every AI agent on NEAR relies on the same attestation mechanism. A single Intel signing key leak would allow an attacker to forge attestations for arbitrary code. The attacker could claim that a malicious inference was performed on a trusted enclave, and the network would have no way to detect the fraud.
This is not a hypothetical. In 2020, a vulnerability in Intel's CSME (Converged Security and Management Engine) allowed arbitrary code execution at the firmware level. The patch was complex. The exposure window was months.
CBDCs are infrastructure, not ideology. The same applies to attestation. Treat it as infrastructure with a known failure mode. Do not pretend it is a trustless solution.
Takeaway: Positioning for the Next Cycle
NEAR AI Cloud is solving a real problem: proving that AI inference is not a malicious black box. The Intel attestation integration is a pragmatic first step. But it is a step that reintroduces the very trust asymmetry that blockchain was designed to eliminate.
For the macro watcher, the key question is: how will the market price this risk? In a bull market, euphoria masks technical flaws. The crowd will see "hardware verification" and ignore the single point of failure. The smart money will hedge.
My advice: treat any protocol that relies on a centralized attestation root as a high-risk counterparty. Short-term, it is a catalyst for adoption. Long-term, it is a pre-mortem waiting to happen.
Ledger logic never lies. The ledger here is Intel's signature. And Intel's signature is only as secure as the company's key management. Are you ready to trust that?