MPC-lab

Market Prices

Coin Price 24h
BTC Bitcoin
$65,112.3 -1.26%
ETH Ethereum
$1,876.74 -2.99%
SOL Solana
$76.1 -2.57%
BNB BNB Chain
$568.1 -0.56%
XRP XRP Ledger
$1.11 -2.71%
DOGE Dogecoin
$0.0694 -4.95%
ADA Cardano
$0.1672 -4.57%
AVAX Avalanche
$6.27 -5.43%
DOT Polkadot
$0.8183 -2.11%
LINK Chainlink
$8.45 -2.12%

Fear & Greed

28

Fear

Market Sentiment

Event Calendar

{{年份}}
15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

18
03
unlock Sui Token Unlock

Team and early investor shares released

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

12
05
halving BCH Halving

Block reward halving event

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

28
03
unlock Arbitrum Token Unlock

92 million ARB released

Altseason Index

43

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
$65,112.3
1
Ethereum
ETH
$1,876.74
1
Solana
SOL
$76.1
1
BNB Chain
BNB
$568.1
1
XRP Ledger
XRP
$1.11
1
Dogecoin
DOGE
$0.0694
1
Cardano
ADA
$0.1672
1
Avalanche
AVAX
$6.27
1
Polkadot
DOT
$0.8183
1
Chainlink
LINK
$8.45

🐋 Whale Tracker

🔴
0x9d8e...ec4c
12h ago
Out
2,710,909 USDT
🔴
0x6771...455e
12h ago
Out
32,362 SOL
🟢
0xd197...3619
1d ago
In
652,117 USDT

💡 Smart Money

0x1220...b990
Institutional Custody
-$2.4M
93%
0x4c4a...323e
Institutional Custody
+$1.2M
90%
0x730c...75fd
Early Investor
+$4.4M
66%

🧮 Tools

All →
News

The Code Doesn't Lie: Why Karpathy's 'Long-Form Oral Prompting' Is a Bug, Not a Feature

CryptoNode

A 10-minute voice memo. No structure. No syntax. Just raw thought, dumped into an AI. Andrej Karpathy calls this 'long-form oral prompting.' He says it unlocks creativity, reduces friction, turns the model into a thinking partner. I call it a security incident waiting to happen.

The Code Doesn't Lie: Why Karpathy's 'Long-Form Oral Prompting' Is a Bug, Not a Feature

Let me be clear. I've spent 22 years in this industry, from ICO audits to ZK-proof pipelines. I've seen teams burn millions on 'intuitive' interfaces that bypassed every safety check. Every time someone proposes lowering the technical barrier to entry, I look at the code. Code doesn't lie. And this method—it's a vulnerability dressed in productivity.

The Gas Cost of a Verbal Dump

Estimate: 10 minutes of speech at 150 words per minute yields 1,500 tokens. That's already a sizable context. But Karpathy's trick requires the model to 'reconstruct the true goal' from fragmented thoughts. That means the model must process the entire transcript, store it in cache, and then generate follow-up questions. On-chain, that would translate to an astronomical gas bill. A single 10-minute query with two rounds of clarification could consume over 500,000 gas—more than a complex DeFi swap. And that's before we account for the voice-to-text layer, which introduces latency and errors.

The Code Doesn't Lie: Why Karpathy's 'Long-Form Oral Prompting' Is a Bug, Not a Feature

In my 2020 audit of Compound's cToken models, I learned one thing: efficiency is not a luxury; it's a collateral requirement. If you cannot predict cost, you cannot guarantee safety. This method has no predictable cost ceiling.

The Illusion of 'Active Inquiry'

Karpathy praises the model's ability to 'ask a few questions' and turn the input into a mini-interview. Sounds like an Agent. But in blockchain terms, an Agent with undefined boundaries is a reentrancy vector. I've seen 'smart' contracts where the oracle could ask for more data—only to be exploited via flash loan. The model's 'questions' are generated from a stochastic process, not a formal verification. There is no requirement for the model to ask safe, bounded questions. It can probe for sensitive information, hallucinate constraints, or simply waste resources.

During my work on the Mercurial Finance post-mortem in 2022, I mapped how improper risk parameterization led to insolvency. The root cause was not a bug in the code, but a design assumption that the system could 'handle anything.' Karpathy's method makes the same assumption: that the model will always steer the conversation toward clarity. It won't. Models are trained on text, not on adversarial scenarios. They don't know when to stop asking.

The Code Doesn't Lie: Why Karpathy's 'Long-Form Oral Prompting' Is a Bug, Not a Feature

The Code Doesn't Lie: Your Voice Does

Here's the forensic truth. A written prompt is a contract. Every word is explicit, every variable defined. A verbal dump is a liability—it contains contradictions, omissions, and ambiguity. The model's reconstruction is an interpretation, not a guarantee. Smart contracts are deterministic. If you feed them ambiguous inputs, you get unpredictable outputs. That's not a feature; that's a bug in your workflow.

My experience in 2017 auditing IDEX showed me that the smallest overflow could drain liquidity pools. Karpathy's method is an overflow of information—not of integers, but of intent. The cost of a misinterpreted verbal instruction in a smart contract environment is not a simple re-prompt. It's a locked position, a drained vault, an irreversible transaction.

The Contrarian Angle: This Method Is a Regression

The narrative is: 'Long-form oral prompting reduces friction for non-technical users.' I argue the opposite. It increases friction for the system. It shifts the burden of clarity from the user to the model, which is fundamentally unreliable. In blockchain, we don't accept probabilistic execution. We verify every step. Why would we accept probabilistic understanding?

Karpathy's background is AI, not systems engineering. His advice optimizes for the model's strengths, not for the network's safety. As someone who designed a verifiable inference oracle for AI computations, I can tell you that the only way to trust an AI output is to prove it. Not to chat with it.

Audits are opinions, not guarantees.

Liquidity exits, values linger.

The code doesn't lie.

Takeaway: You're Not Hiring a Partner; You're Hiring a Black Box

If you want to build on-chain AI, use zero-knowledge proofs. Use formal verification. Use bounded contexts. Do not use chaotic voice memos as smart contract triggers. The next time someone suggests using 'conversational AI' for governance proposals or protocol parameters, ask them: where's the proof? Where's the gas estimate? Where's the audit trail for that verbal prompt?

The code doesn't lie. But your voice, your hasty reconstruction, your reliance on a model's 'good intentions'—that's where deception starts. And in a bear market, where survival depends on precision, you cannot afford deception.

Smart contracts are dumb. Governance is risky. Entropy always wins without maintenance. Don't let a smooth-talking AI be your maintenance plan.