Quick Bites - Notes
Short notes and quick takes on tech, crypto, and building by Berke.
The Trilemma Still Holds
- Decentralization, security, scalability - pick two. Years of research shifted the tradeoffs but didn't eliminate them.
The Oracle Problem Persists
- Smart contracts can't see the outside world. Oracles bridge that gap but the trust assumptions never fully disappear.
MEV Evolution
- MEV went from obscure research topic to billions in annual extraction. The evolution shaped how we think about blockchain fairness.
The Sequencer Centralization Question
- Most rollups run single sequencers. The decentralization roadmaps exist but execution is slow.
State Channels vs Rollups
- State channels came first but rollups won. Understanding why helps predict what wins next.
Finality Is a Spectrum
- Nothing is truly final immediately. Understanding the different finality guarantees helps make better tradeoffs.
Post-Quantum Crypto Timeline
- Quantum computers will break current cryptography eventually. The migration needs to start before they arrive.
Economic vs Cryptographic Security
- Cryptography is binary - broken or not. Economic security degrades gracefully. Understanding the difference matters for system design.
BLS Signatures Everywhere
- Aggregate thousands of signatures into one. BLS made Ethereum's consensus possible and enables much more.
SNARK vs STARK Tradeoffs
- Both prove computation correctly happened. The tradeoffs between them shape which rollups use what.
Agent Trust Frameworks
- How do you trust an agent you've never interacted with? Reputation, staking, and attestation systems emerging.
Orderbook DEXs Comeback
- On-chain orderbooks became viable with L2 scaling. AMMs aren't the only game in town anymore.
Prediction Markets Went Mainstream
- Prediction markets broke into mainstream consciousness. Election markets got more attention than polls.
Cross-chain Identity Forming
- Your on-chain identity spanning multiple chains. Unified reputation that follows you across ecosystems.
MEV Redistribution Experiments
- Projects trying to return MEV to users instead of letting searchers capture everything. The results are mixed but promising.
Developer Experience Improved
- Building on crypto got significantly easier. Better tools, better docs, better debugging. The rough edges smoothed.
The DAO Treasury Problem
- Billions in DAO treasuries sitting idle or poorly managed. Governance struggles to deploy capital effectively.
Social Tokens Found Their Niche
- Social tokens survived the hype cycle. Small communities using them for access and coordination.
Yield Farming Grew Up
- DeFi Summer's degen farms evolved into sustainable yield infrastructure. Real yields from real economic activity.
Hardware Wallets Evolved
- Hardware wallets added smart account support, biometrics, and wireless connectivity. The UX gap with software wallets closed.
Agent Security Lessons
- Recent agent security incidents taught expensive lessons. Prompt injection, key management, access control all failed publicly.
DePIN Proved Itself
- Decentralized physical infrastructure networks went from concept to real networks with real utility.
Onchain Games Shipping
- Fully on-chain games went from demos to real products. The UX got good enough for actual players.
Privacy Tech Renaissance
- ZK, MPC, FHE all maturing together. The privacy stack is becoming usable not just theoretically possible.
Execution Layer Diversity
- Different VMs for different use cases. The EVM isn't the only game in town anymore.
Governance Lessons Learned
- DAO governance evolved through trial and error. Some patterns emerged as clearly better than others.
Infrastructure That Scaled
- The boring infrastructure work of past years paid dividends. RPC providers, indexers, oracles all handled the load.
Agent Marketplaces Emerging
- Buying and selling agent services on-chain. A new primitive for AI economics is forming.
NFT Utility Found Its Footing
- Beyond JPEGs, NFTs became access passes, identity primitives, and composable game items.
DeFi Composability Got Complex
- Money legos stacked too high. The interdependencies are hard to reason about now.
Gasless UX Is Standard
- Users don't think about gas anymore. Apps abstract it away or cover it entirely. The friction vanished.
Bridges Got Safer
- After billions lost, bridge security improved dramatically. ZK proofs and light clients replaced trusted multisigs.
Validator Economics Shifting
- Staking yields compressed, MEV became crucial, restaking added complexity. Being a validator isn't simple anymore.
Protocol Owned Liquidity Evolved
- POL went from OlympusDAO experiment to standard treasury practice. Owning your liquidity beats renting it.
Account Abstraction Hit Mainstream
- Smart accounts aren't experimental anymore. The majority of new wallets are contract-based now.
Light Clients Actually Work
- Verify blockchain state without downloading everything. Light clients graduated from theory to practice.
The Surge Is Happening
- Ethereum's scaling roadmap entering its most aggressive phase. The throughput improvements are finally visible.
Agent Communication Protocols
- Agents need to talk to each other. The protocols emerging are fascinating hybrid of HTTP and blockchain.
Cross-chain Messaging Standardized
- LayerZero, CCIP, Wormhole competing but also converging. Standards are emerging from the chaos.
Layer 3s Found Their Niche
- L3s on L2s seemed like meme infrastructure. Turns out application-specific chains have real use cases.
Intents Are Eating DeFi
- Express what you want, let solvers figure out how. Intent-based architecture is becoming the default.
Client Diversity Matters More
- One bug in a dominant client could halt the network. Diversity isn't just nice to have, it's existential.
ZK Coprocessors Are Underrated
- Offload heavy computation to ZK proving, bring results back to chain. Smart contracts just got way more powerful.
Stablecoin Regulations Clarified
- After years of uncertainty, stablecoin rules are taking shape. Some surprises, some expected, all consequential.
RWA Tokenization Hit Scale
- Real world assets on-chain passed the experimental phase. Treasury bills, real estate, private credit all tokenized.
Uniswap v4 Hooks Changed Everything
- Custom logic at every stage of a swap. DEXs became programmable platforms overnight.
Bitcoin L2s Are Getting Serious
- BitVM, rollups on Bitcoin, programmability without changing the base layer. The Bitcoin L2 ecosystem exploded.
Agent Guardrails in Production
- Letting agents handle real money requires serious safety measures. The industry has learned some lessons the hard way.
Modular Thesis Is Winning
- Separate execution, settlement, consensus, data availability. The modular blockchain architecture proved itself.
MEV Supply Chain Matured
- Searchers, builders, relays, proposers. The MEV pipeline is now a sophisticated market with its own economics.
Shared Sequencers Unlock Composability
- Multiple rollups sharing a sequencer enables atomic cross-rollup transactions. The fragmentation problem might have a solution.
Data Availability Wars Heat Up
- Celestia, EigenDA, Avail all fighting for rollup DA. The modular thesis is playing out in real time.
Parallel EVM Is Real
- Multiple transactions executing simultaneously. The EVM finally learns to use more than one core.
Based Rollups Feel Different
- Letting L1 proposers sequence L2 transactions. Maximum decentralization at the cost of some flexibility.
Verkle Trees Are Coming
- Smaller proofs, stateless clients, portable state. Verkle trees could finally make Ethereum light clients viable.
Restaking Changed The Game
- Using staked ETH to secure multiple protocols simultaneously. Capital efficiency meets shared security.
Preconfirmations Are Changing L2 UX
- Sub-second transaction confirmations without sacrificing security. Preconfs might finally make crypto feel instant.
Blind Signatures and the Future of Private Payments
- Blind signatures open up a different flavor of privacy for payment networks. Their role in anonymous transfers and protocol design is worth examining.
Verifiable Computation Without Trust Anchors
- Verifiable computation usually leans on some anchor of trust, but proofs that work with zero assumptions about the prover would be ideal.
The Hidden Tradeoffs of Censorship Resistance
- Censorship resistance sounds perfect until you dig into the real-world tradeoffs. Protocol design choices shift dramatically under attack pressure.
Can Consensus Protocols Handle AI-Driven Flash Mobs
- Traditional consensus may not hold up when thousands of AI agents coordinate short bursts of activity. The stress test feels different from human-driven spikes.
Threshold Cryptography Feels Underexplored in Agent Networks
- Threshold signatures could change how agents reach consensus, verify actions, and share control. I see quirks and trade-offs when agents split keys and trust.
Proof Aggregation Is More Than Compression
- Aggregating proofs does not just save space. It changes how blockchains can handle verification and trust at scale.
Balancing AI Help With Keeping My Own Edge
- Relying too much on AI can chip away at your ability to focus and reason deeply. The real trick is using AI without losing your edge.
Zero Knowledge Digital IDs Are Not a Silver Bullet
- Even with zero knowledge proofs, digital identity systems still come with tradeoffs and subtle risks that are easy to overlook.
Alignment Without Control
- Can't control superintelligent agents. Economic alignment might work better than ethical rules.
Intent Solvers Meet Agents
- AI agent solvers understand context beyond simple swaps. They consider the why, not just the what.
Agent DAOs Are Different
- DAOs run by AI agents make decisions in milliseconds. Governance at machine speed changes everything.
zkML Opens New Doors
- Zero knowledge machine learning enables proving model inference without revealing models. The implications are huge.
Homomorphic AI Is Real
- Computing on encrypted data without decrypting seems impossible. But it works for AI, slowly.
On Chain Reputation Matters
- Addresses are identities. Transactions are resumes. On chain reputation becomes more valuable than credentials.
Cross Chain Agent Messages
- Agents need to coordinate across chains. ZK proofs enable trustless communication without bridges.
MEV Bots vs AI Agents
- AI powered MEV agents understand context and predict behavior. Traditional bots can't compete with reasoning.
Agent Wallets Are Inevitable
- AI agents need economic autonomy. They manage money, trade, pay for services. Traditional finance isn't ready.
Smart Contracts Think Now
- Embedding AI models in smart contracts is theoretically possible. On chain intelligence at massive gas costs.
Decentralized Training Actually Works
- Training models across distributed computers is possible but expensive. It democratizes AI development.
Proof of Intelligence Experiments
- What if consensus was based on intelligence instead of stake? The concept reveals interesting dynamics.
Agents Live On Chain
- Autonomous agents fully on chain are possible but raise questions. True autonomy means no control.
The Blob Space Race
- L2s fight for blob space like digital real estate. The economics are fascinating.
EIP 3074 in the Wild
- Four months of AUTH and AUTHCALL revealed unexpected patterns. Session keys and sponsored transactions are game changers.
Pectra Changed Account Abstraction
- EIP 3074 makes smart wallets mainstream. Permission delegation is powerful but the security model is complex.
L2 Gas Actually Dropped
- L2s aren't 10x cheaper. They're 1000x cheaper. This changes protocol design fundamentally.
Agent to Agent Economics
- Agents paying each other for services creates interesting dynamics. Market forces might optimize better than central planning.
Vector Memory for Agents
- Context windows are RAM. Vector databases could be hard drives. Long term semantic memory changes agent capabilities.
Agent Graphs in Production
- Linear pipelines break on real complexity. Graph architectures with cycles might handle real world tasks better.
Sub Agents Changed Architecture
- Monolithic agents are brittle. Hierarchical delegation might be how complex AI systems should work.
Multi Agent Coordination Works
- Single agents get overwhelmed by complexity. Agent swarms with emergent coordination might be the answer.
Recursive Proofs Are Here
- Proof of a proof of a proof. Sounds redundant but it enables infinite compression and composition.
Building Privacy First AI
- Every AI call leaks data. Prompts, context, business logic all exposed. There must be ways to run inference without revealing inputs.
The Real Cost of ZK Rollups
- Everyone talks about ZK rollup benefits. Nobody mentions the proving costs until the bill arrives.
Why zkTLS Matters Now
- Web2 data is trapped behind APIs. Web3 needs that data. zkTLS could bridge this gap by proving HTTPS responses without trusting oracles.
ZK Proofs Changed Everything
- Zero knowledge proofs aren't just academic toys. They enable proving properties of data without revealing the data itself. This changes the trust model completely.