MPC-lab

Market Prices

Coin Price 24h
BTC Bitcoin
$63,124 -0.32%
ETH Ethereum
$1,883.79 +0.06%
SOL Solana
$75.5 -0.50%
BNB BNB Chain
$610.8 +0.07%
XRP XRP Ledger
$1.01 -0.29%
DOGE Dogecoin
$0.0703 +0.33%
ADA Cardano
$0.1801 -0.99%
AVAX Avalanche
$6.7 +4.23%
DOT Polkadot
$0.7712 +0.93%
LINK Chainlink
$9.47 +7.70%

Fear & Greed

34

Fear

Market Sentiment

Event Calendar

{{年份}}
28
03
unlock Arbitrum Token Unlock

92 million ARB released

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

12
05
halving BCH Halving

Block reward halving event

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

18
03
unlock Sui Token Unlock

Team and early investor shares released

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

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,124
1
Ethereum
ETH
$1,883.79
1
Solana
SOL
$75.5
1
BNB Chain
BNB
$610.8
1
XRP Ledger
XRP
$1.01
1
Dogecoin
DOGE
$0.0703
1
Cardano
ADA
$0.1801
1
Avalanche
AVAX
$6.7
1
Polkadot
DOT
$0.7712
1
Chainlink
LINK
$9.47

🐋 Whale Tracker

🔴
0x1c8e...7f03
3h ago
Out
4,814 ETH
🔵
0xd70d...ec57
1h ago
Stake
4,607 ETH
🔴
0x6b37...3660
3h ago
Out
795 ETH

💡 Smart Money

0xa9c8...fdce
Experienced On-chain Trader
+$1.7M
64%
0x4e8d...12b0
Institutional Custody
-$4.8M
81%
0x80d8...5d75
Arbitrage Bot
+$1.3M
90%

🧮 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 Code Doesn't Lie: Why Karpathy's 'Long-Form Oral Prompting' Is a Bug, Not a Feature

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: 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.