AO Vs. Solana: Arweave founders interpret their expansion and innovation

Author: Sam Williams, founder of Arweave; Translation: 0xjs@Bitchain Vision

Can AO achieve the same TPS as Solana?

The answer is: far more.Why?information.

I have a lot of respect for Solana’s engineering, which is often underestimated by non-developers.Let’s dive into the differences and tradeoffs between AO and Solana.

Getting started: What is messaging?

In computer science, when we want to process multiple inputs (such as transactions) of a system at the same time, we call it “parallelity”.There are two basic methods: shared memory and messaging.Let’s take a look in turn.

Shared memory

Solana is a very well-optimized shared memory machine.This means that each contract can directly read and write memory to other contracts.

This allows simultaneous update of “state” (data in the program – such as balance, etc.): they are all submitted at one time.This may be helpful, but it also means that when one user accesses certain data in the program, no other user can modify it.They wait for each other in a process called “lock contention.”

Alice “locks” the data, modifys it, “unlocks” the data before Bob can access it.They basically form a queue.

Shared memory systems can scale to a certain extent, and Solana pioneered the optimal design I’ve seen in a trustless environment, but then stopped.

To further expand, you have to take a different approach…

Message delivery

AO is a super optimization of another route: messaging.

In AO, each “contract” is its own asynchronous process.Each process runs independently at the speed of a single CPU thread, sending messages to other processes when interaction is required.You can think of each program as a single program on your computer, or an extremely fast version of the rollup/application chain.

When you exhaust the throughput of one process of your application, you can split the application into any number of other processes.

More processes—>Higher throughput—>More satisfied users.

There is no practical limit on the number of managed parallel processes in AO.The unique protocol limit inherits from Arweave: no more than 2^256 bytes.In terms of scale, this is more than the atoms in the universe.

On the other hand, you cannot “global” access to the memory of all other processes in the network – information must be requested via message.

Fortunately, the technology has been researched and deployed for more than 50 years in the field of computer science, making it easy to use.It is called Actor-oriented programming, which is also the origin of the AO name.Almost every service that users use on the internet is built using messaging – information, websites and the entire TradFi ecosystem.Even the Internet itself is a messaging machine.

What AO has innovated is to apply this approach to blockchain and smart contracts.Because in order to build Arweave, we have to solve the scalability of on-chain storage, so we built AO by using Arweave as the messaging layer, so it also inherits this scalability “free”.

On-chain data of any size—> On-chain messages of any size.

The first use of the system may be in the financial field, but I don’t think it will stop there.When each process is asynchronous, any number of calculations can run in the network simultaneously without affecting each other.

You can run computed AI agents with AO, and I use it to buy coffee in the store.Our processes are independent, so neither of us has to compete with each other for access to the system.There is no reason why it cannot scale to cover the computing load of the entire world.

To summarize:

There is no shared memory passing through message, no lock content, or capacity expansion.

What about the cost?Shared and synchronous access to global memory.

This cost is hardly noticeable if you use the right tools provided by AOS.It looks like a good deal.

This is a topic that computer scientists can discuss endlessly.There are a lot of nuances here, but if you understand this, congratulations, now you get the point.

Solana is a well-designed machine that brings the shared memory paradigm to the logical conclusions in the blockchain.AO Test Network has been online for 2 months and currently processes about 6% of Solana’s user traffic.

AO’s future is bright and has the potential to expand and grow.

  • Related Posts

    Why BTC gave back all its gains, altcoins are underwater: The truth emerges

    Source:Retrospectively Obvious;Compiled by: Bitchain Vision Everyone in the crypto community is staring at the same headline: ETF is online Real economy companies are integrating stablecoins Regulators are becoming more friendly…

    BTC may first fall to 85,000, and then the money printing frenzy begins to soar to 200,000 US dollars.

    Author:Arthur Hayes, founder of BitMEX; compiled by: Bitchain Vision It’s time for me to become the “keyboard meteorologist” again.Concepts like La Niña and El Niño flooded into my vocabulary.Predicting the…

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    You Missed

    The new harvesting method of currency circle in Polymarket

    • By jakiro
    • November 19, 2025
    • 3 views
    The new harvesting method of currency circle in Polymarket

    CZ’s private lawyer details Trump pardon controversy: Responding to political deal accusations

    • By jakiro
    • November 19, 2025
    • 3 views
    CZ’s private lawyer details Trump pardon controversy: Responding to political deal accusations

    The team spoke out after the release of Gemini3: Three major innovation points and the law of scale is still valid

    • By jakiro
    • November 19, 2025
    • 3 views
    The team spoke out after the release of Gemini3: Three major innovation points and the law of scale is still valid

    New currency hedging game with lack of liquidity: A new way for retail investors to make new profits?

    • By jakiro
    • November 19, 2025
    • 4 views
    New currency hedging game with lack of liquidity: A new way for retail investors to make new profits?

    Why BTC gave back all its gains, altcoins are underwater: The truth emerges

    • By jakiro
    • November 18, 2025
    • 3 views
    Why BTC gave back all its gains, altcoins are underwater: The truth emerges

    BTC may first fall to 85,000, and then the money printing frenzy begins to soar to 200,000 US dollars.

    • By jakiro
    • November 18, 2025
    • 3 views
    BTC may first fall to 85,000, and then the money printing frenzy begins to soar to 200,000 US dollars.
    Home
    News
    School
    Search