Ethereum's Narrative Is Being Rewritten: When L1 zkEVM Becomes the Endgame, When Will the Next Revolution Arrive?

marsbitPubblicato 2026-03-07Pubblicato ultima volta 2026-03-07

Introduzione

Ethereum's narrative is undergoing a significant rewrite, shifting from a programmable ledger (2015-2020) to an L2-centric settlement layer (2021-2023), and now toward becoming a verifiable computer with L1 zkEVM as its endgame (2024 onward). The newly proposed Strawmap roadmap outlines an ambitious technical direction, targeting faster L1 confirmation, "Gigagas"-level throughput (10,000 TPS), quantum resistance, and native privacy. This transformation is driven by eight core technical workstreams: formalizing EVM specifications, replacing Keccak with ZK-friendly hashes, transitioning to Verkle Trees, enabling stateless clients, standardizing ZK proof systems, decoupling execution and consensus layers, implementing recursive proof aggregation, and ensuring developer toolchain compatibility. L1 zkEVM aims to integrate zero-knowledge proofs directly into Ethereum’s consensus layer, fundamentally upgrading its trust model. While full implementation may take until 2028-2029, this shift repositions Ethereum as the verifiable trust root for the entire Web3 ecosystem—enhancing scalability without compromising decentralization. The move also redefines the role of L2s, evolving them from scaling solutions to specialized execution environments. Ethereum’s structured, multi-year effort reflects its unique capacity for coordinated innovation and may ultimately establish it as a global settlement layer—fast, secure, and private.

From a purely experiential perspective, since 2025, the update frequency of the Ethereum core developer community has been unusually intense.

From the Fusaka upgrade to Glamsterdam, and then to long-term planning around issues like kEVM, quantum-resistant cryptography systems, and Gas Limit over the next three years, Ethereum has densely released multiple roadmap documents covering three to five years within just a few months.

This pace itself is a signal.

If you carefully read the latest roadmap, you will find a clearer and more radical direction emerging: Ethereum is transforming itself into a verifiable computer, and the end point of this path is L1 zkEVM.

I. The Three Shifts in Ethereum's Narrative Focus

On February 26, Ethereum Foundation researcher Justin Drake posted on a social platform stating that the Ethereum Foundation had proposed a roadmap draft named Strawmap, outlining the upgrade direction for the Ethereum L1 protocol in the coming years.

This roadmap proposes five core goals: a faster L1 (second-level finality), a "Gigagas" L1 achieving 10,000 TPS through zkEVM, high-throughput L2 based on Data Availability Sampling (DAS), a quantum-resistant cryptography system, and native private transaction functionality; the roadmap also plans for seven protocol forks by 2029, averaging about one every six months.

It can be said that over the past decade, Ethereum's development has always been accompanied by the continuous evolution of its narrative and technical路线.

The first stage (2015–2020) was the programmable ledger.

This was the initial core narrative of Ethereum, namely "Turing-complete smart contracts." At that time, Ethereum's biggest advantage was that it could do more things compared to Bitcoin, such as DeFi, NFTs, and DAOs, all products of this narrative. A large number of decentralized financial protocols began operating on-chain, from lending and DEXs to stablecoins. Ethereum gradually became the main settlement network for the crypto economy.

The second stage (2021–2023) saw the narrative taken over by L2.

As Gas fees on the Ethereum mainnet soared, making transaction costs unaffordable for ordinary users, Rollups began to take the lead in scaling. Ethereum also gradually repositioned itself as a settlement layer, aiming to be the foundational base providing security for L2s.

Simply put, this involved migrating most of the execution layer's computation to L2, scaling through Rollups, while L1 was only responsible for data availability and final settlement. During this period, The Merge and EIP-4844 served this narrative, aiming to make L2s cheaper and safer to use Ethereum's trust.

The third stage (2024–2025) focused on narrative introspection and reflection.

As is well known, the prosperity of L2 brought an unexpected problem: Ethereum L1 itself became less important. Users began operating more on Arbitrum, Base, Optimism, etc., rarely interacting directly with L1. The price performance of ETH also reflected this anxiety.

This led the community to debate: if L2s capture all the users and activity, where is the value capture for L1? It wasn't until the internal turbulence within Ethereum in 2025 and the series of roadmaps laid out in 2026 that this logic began to evolve profoundly.

In fact,梳理 (sorting out) the core technical directions since 2025, Verkle Trees, Stateless Clients, EVM Formal Verification, native ZK support, etc., have repeatedly appeared. These technical directions all point to the same thing: making Ethereum L1 itself verifiable. It is important to note that this is not just about allowing L2 proofs to be verified on L1, but about enabling every step of L1's state transition to be compressed and verified via zero-knowledge proofs.

This is the ambition of L1 zkEVM. Different from L2 zkEVM, L1 zkEVM (in-protocol zkEVM) means integrating zero-knowledge proof technology directly into the Ethereum consensus layer.

It is not a replica of L2 zkEVMs (like zkSync, Starknet, Scroll), but rather transforming Ethereum's execution layer itself into a ZK-friendly system. So, if L2 zkEVM is about building a ZK world on top of Ethereum, then L1 zkEVM is about turning Ethereum itself into that ZK world.

Once this goal is achieved, Ethereum's narrative will upgrade from being L2's settlement layer to the "root trust for verifiable computation."

This will be a qualitative change, not the quantitative change of the past few years.

II. What is the True L1 zkEVM?

It's worth reiterating a common point: in the traditional model, validators need to "re-execute" every transaction to verify a block, whereas in the zkEVM model, validators only need to verify a ZK Proof. This allows Ethereum to increase the Gas Limit to 100 million or even higher without increasing the burden on nodes (Further reading: 'The Dawn of the ZK Route: Is the Roadmap for Ethereum's Endgame Accelerating?').

However, transforming Ethereum L1 into a zkEVM is by no means a matter of a single breakthrough; it requires simultaneous progress in eight directions, each being a multi-year engineering effort.

Workstream 1: EVM Formalization

The prerequisite for any ZK proof is that the object being proven has a precise mathematical definition. However, today's EVM behavior is defined by client implementations (Geth, Nethermind, etc.), not by a strict formal specification. The behavior of different clients might be inconsistent in edge cases, making it extremely difficult to write ZK circuits for the EVM—after all, you can't write proofs for an ambiguously defined system.

Therefore, the goal of this workstream is to write every EVM instruction, every state transition rule, into a machine-verifiable formal specification. This is the foundation of the entire L1 zkEVM project. Without it, everything that follows is building on sand.

Workstream 2: ZK-Friendly Hash Function Replacement

Ethereum currently uses Keccak-256 extensively as its hash function. Keccak is extremely unfriendly to ZK circuits, with huge computational overhead, significantly increasing proof generation time and cost.

The core task of this workstream is to gradually replace the use of Keccak inside Ethereum with ZK-friendly hash functions (like Poseidon, Blake series), especially on the state tree and Merkle proof paths. This is a change that affects everything, as the hash function permeates every corner of the Ethereum protocol.

Workstream 3: Verkle Tree Replacing Merkle Patricia Tree

This is one of the most anticipated changes in the 2025–2027 roadmap. Ethereum currently uses the Merkle Patricia Tree (MPT) to store the global state. Verkle Trees replace hash linkages with vector commitments, which can compress witness size by tens of times.

For L1 zkEVM, this means the amount of data needed to prove each block is drastically reduced, and proof generation speed is significantly improved. It also means the introduction of Verkle Trees is a key infrastructure prerequisite for the feasibility of L1 zkEVM.

Workstream 4: Stateless Clients

Stateless clients refer to nodes that, when verifying blocks, do not need to locally store the complete Ethereum state database; they only need the witness data附带 (attached) with the block itself to complete verification.

This workstream is deeply bound with Verkle Trees because stateless clients are only practically feasible if the witness is small enough. Thus, the significance of stateless clients for L1 zkEVM is twofold: on one hand, it greatly reduces the hardware threshold for running nodes, aiding decentralization; on the other hand, it provides a clear input boundary for ZK proofs, allowing the prover to only need to process the data contained in the witness, not the entire world state.

Workstream 5: ZK Proof System Standardization and Integration

L1 zkEVM needs a mature ZK proof system to generate proofs for block execution. However, the current technical landscape in the ZK field is highly fragmented, with no公认 (consensus) optimal solution. The goal of this workstream is to define a standardized proof interface at the Ethereum protocol layer, allowing different proof systems to接入 (access/be integrated) through competition, rather than designating a specific one.

This maintains technological openness while also leaving room for the continuous evolution of proof systems. The Ethereum Foundation's PSE (Privacy and Scaling Explorations) team has substantial preliminary积累 (accumulation) in this direction.

Workstream 6: Decoupling Execution Layer and Consensus Layer (Engine API Evolution)

Currently, Ethereum's Execution Layer (EL) and Consensus Layer (CL) communicate via the Engine API. Under the L1 zkEVM architecture, every state transition of the execution layer requires generating a ZK proof, and the generation time for this proof may far exceed a block's出块间隔 (block time).

The core problem this workstream needs to solve is how to decouple execution and proof generation without breaking the consensus mechanism—execution can be completed quickly first, proof generation can be滞后异步 (generated asynchronously later), and then validators can complete final confirmation at an appropriate time. This involves a deep改造 (overhaul) of the block finality model.

Workstream 7: Recursive Proofs and Proof Aggregation

The cost of generating a ZK proof for a single block is high, but if proofs for multiple blocks can be recursively aggregated into one proof, the verification cost can be significantly reduced. Progress in this workstream will directly determine how低成本 (low-cost) L1 zkEVM can operate.

Workstream 8: Developer Toolchain and EVM Compatibility Guarantee

All underlying technical transformations must ultimately be transparent to smart contract developers on Ethereum. The existing hundreds of thousands of contracts cannot fail due to the introduction of zkEVM. Developers' toolchains cannot be forced to rewrite.

This workstream is the most easily underestimated but often the most time-consuming. Historically, every EVM upgrade required extensive backward compatibility testing and toolchain adaptation work. The scale of changes for L1 zkEVM is far greater than previous upgrades, so the workload for toolchains and compatibility will be an order of magnitude higher.

III. Why is Now the Right Time to Understand This?

The release of Strawmap coincides with a time when the market has doubts about ETH's price performance. From this perspective, the most important value of this roadmap lies in redefining Ethereum as "infrastructure."

For builders, represented by developers, Strawmap provides directional certainty. For users, these technical upgrades will ultimately translate into perceptible experiences: transactions finalized within seconds, assets seamlessly flowing between L1 and L2, privacy protection becoming a built-in feature rather than a plugin.

Objectively speaking, L1 zkEVM is not a product that will be launched in the near future; its complete implementation may take until 2028-2029 or even later.

But at least it redefines Ethereum's value proposition. If L1 zkEVM succeeds, Ethereum will no longer be just the settlement layer for L2, but the verifiable trust root for the entire Web3 world, allowing any on-chain state to ultimately be traced back mathematically to Ethereum's ZK proof chain. This is decisive (决定性) for Ethereum's long-term value capture.

Secondly, it also affects the long-term positioning of L2. After all, when L1 itself possesses ZK capabilities, the role of L2 will change—evolving from "secure scaling solutions" to "specialized execution environments." Which L2s can find their place in this new landscape will be the most值得观察 (worth observing) ecological evolution in the coming years.

Most importantly, the author feels it is also an excellent window to observe Ethereum's developer culture—the ability to simultaneously advance eight interdependent technical workstreams, each being a multi-year engineering effort, while maintaining a decentralized coordination method, is itself Ethereum's unique capability as a protocol.

Understanding this helps to more accurately assess Ethereum's true position in various competitive narratives.

Overall, from the "Rollup-centric" approach of 2020 to the Strawmap of 2026, the evolution of Ethereum's narrative reflects a clear trajectory: scaling cannot rely solely on L2; L1 and L2 must co-evolve.

Therefore, the eight workstreams of L1 zkEVM are the technical mapping of this cognitive shift. They collectively point to one goal: enabling the Ethereum mainnet to achieve an order-of-magnitude performance improvement without sacrificing decentralization. This is not a negation of the L2 route, but its perfection and supplement.

In the next three years, this "Ship of Theseus" will undergo seven forks and replace countless "planks." When it arrives at the next stop in 2029, we may see a truly "global settlement layer"—fast, secure, private, and as open as ever.

Let's wait and see together.

Domande pertinenti

QWhat is the ultimate goal of Ethereum's latest roadmap, Strawmap, as described in the article?

AThe ultimate goal is to transform Ethereum into a verifiable computer, with L1 zkEVM as the endgame. This involves making Ethereum L1 itself a ZK-friendly system, turning it into the root of verifiable trust for the entire Web3 world, rather than just a settlement layer for L2s.

QWhat are the three major shifts in Ethereum's narrative focus from 2015 to the present?

A1. 2015-2020: Programmable Ledbger - Focus on Turing-complete smart contracts enabling DeFi, NFTs, and DAOs. 2. 2021-2023: L2 Narrative - Ethereum repositioned as a settlement layer for L2 Rollups to scale. 3. 2024-2025: Introspection and Inward Focus - A shift towards making L1 itself verifiable with zkEVM to address value capture concerns.

QWhat is the key difference between an L2 zkEVM and the proposed L1 zkEVM?

AAn L2 zkEVM (like zkSync or Starknet) builds a ZK world on top of Ethereum. In contrast, L1 zkEVM (in-protocol zkEVM) integrates zero-knowledge proof technology directly into Ethereum's consensus layer, transforming Ethereum itself into that ZK world.

QName at least three of the eight key workstreams required to implement L1 zkEVM.

AThree of the eight workstreams are: 1. EVM Formalization: Creating a precise mathematical definition of the EVM. 2. ZK-Friendly Hash Function Replacement: Substituting Keccak-256 with ZK-friendly alternatives like Poseidon. 3. Verkle Tree Replacement: Replacing the Merkle Patricia Tree with Verkle Trees to compress witness data.

QHow does the article suggest the role of L2s will change if L1 zkEVM is successfully implemented?

AThe role of L2s will evolve from being security and scaling solutions to becoming specialized execution environments. Their long-term positioning will shift as L1 itself takes on the core role of providing verifiable trust.

Letture associate

Trading

Spot
Futures

Articoli Popolari

Cosa è $S$

Comprendere SPERO: Una Panoramica Completa Introduzione a SPERO Mentre il panorama dell'innovazione continua a evolversi, l'emergere delle tecnologie web3 e dei progetti di criptovaluta gioca un ruolo fondamentale nel plasmare il futuro digitale. Un progetto che ha attirato l'attenzione in questo campo dinamico è SPERO, denotato come SPERO,$$s$. Questo articolo mira a raccogliere e presentare informazioni dettagliate su SPERO, per aiutare gli appassionati e gli investitori a comprendere le sue basi, obiettivi e innovazioni nei domini web3 e crypto. Che cos'è SPERO,$$s$? SPERO,$$s$ è un progetto unico all'interno dello spazio crypto che cerca di sfruttare i principi della decentralizzazione e della tecnologia blockchain per creare un ecosistema che promuove l'impegno, l'utilità e l'inclusione finanziaria. Il progetto è progettato per facilitare interazioni peer-to-peer in modi nuovi, fornendo agli utenti soluzioni e servizi finanziari innovativi. Al suo interno, SPERO,$$s$ mira a responsabilizzare gli individui fornendo strumenti e piattaforme che migliorano l'esperienza dell'utente nello spazio delle criptovalute. Questo include la possibilità di metodi di transazione più flessibili, la promozione di iniziative guidate dalla comunità e la creazione di percorsi per opportunità finanziarie attraverso applicazioni decentralizzate (dApps). La visione sottostante di SPERO,$$s$ ruota attorno all'inclusività, cercando di colmare le lacune all'interno della finanza tradizionale mentre sfrutta i vantaggi della tecnologia blockchain. Chi è il Creatore di SPERO,$$s$? L'identità del creatore di SPERO,$$s$ rimane piuttosto oscura, poiché ci sono risorse pubblicamente disponibili limitate che forniscono informazioni dettagliate sul suo fondatore o fondatori. Questa mancanza di trasparenza può derivare dall'impegno del progetto per la decentralizzazione—un ethos che molti progetti web3 condividono, dando priorità ai contributi collettivi rispetto al riconoscimento individuale. Centrando le discussioni attorno alla comunità e ai suoi obiettivi collettivi, SPERO,$$s$ incarna l'essenza dell'empowerment senza mettere in evidenza individui specifici. Pertanto, comprendere l'etica e la missione di SPERO rimane più importante che identificare un creatore singolo. Chi sono gli Investitori di SPERO,$$s$? SPERO,$$s$ è supportato da una varietà di investitori che vanno dai capitalisti di rischio agli investitori angelici dedicati a promuovere l'innovazione nel settore crypto. Il focus di questi investitori generalmente si allinea con la missione di SPERO—dando priorità a progetti che promettono avanzamenti tecnologici sociali, inclusività finanziaria e governance decentralizzata. Queste fondazioni di investitori sono tipicamente interessate a progetti che non solo offrono prodotti innovativi, ma contribuiscono anche positivamente alla comunità blockchain e ai suoi ecosistemi. Il supporto di questi investitori rafforza SPERO,$$s$ come un concorrente degno di nota nel dominio in rapida evoluzione dei progetti crypto. Come Funziona SPERO,$$s$? SPERO,$$s$ impiega un framework multifunzionale che lo distingue dai progetti di criptovaluta convenzionali. Ecco alcune delle caratteristiche chiave che sottolineano la sua unicità e innovazione: Governance Decentralizzata: SPERO,$$s$ integra modelli di governance decentralizzati, responsabilizzando gli utenti a partecipare attivamente ai processi decisionali riguardanti il futuro del progetto. Questo approccio favorisce un senso di proprietà e responsabilità tra i membri della comunità. Utilità del Token: SPERO,$$s$ utilizza il proprio token di criptovaluta, progettato per servire varie funzioni all'interno dell'ecosistema. Questi token abilitano transazioni, premi e la facilitazione dei servizi offerti sulla piattaforma, migliorando l'impegno e l'utilità complessivi. Architettura Stratificata: L'architettura tecnica di SPERO,$$s$ supporta la modularità e la scalabilità, consentendo un'integrazione fluida di funzionalità e applicazioni aggiuntive man mano che il progetto evolve. Questa adattabilità è fondamentale per mantenere la rilevanza nel panorama crypto in continua evoluzione. Coinvolgimento della Comunità: Il progetto enfatizza iniziative guidate dalla comunità, impiegando meccanismi che incentivano la collaborazione e il feedback. Nutrendo una comunità forte, SPERO,$$s$ può affrontare meglio le esigenze degli utenti e adattarsi alle tendenze di mercato. Focus sull'Inclusione: Offrendo basse commissioni di transazione e interfacce user-friendly, SPERO,$$s$ mira ad attrarre una base utenti diversificata, inclusi individui che potrebbero non aver precedentemente interagito nello spazio crypto. Questo impegno per l'inclusione si allinea con la sua missione generale di empowerment attraverso l'accessibilità. Cronologia di SPERO,$$s$ Comprendere la storia di un progetto fornisce preziose intuizioni sulla sua traiettoria di sviluppo e sui traguardi. Di seguito è riportata una cronologia suggerita che mappa eventi significativi nell'evoluzione di SPERO,$$s$: Fase di Concettualizzazione e Ideazione: Le idee iniziali che formano la base di SPERO,$$s$ sono state concepite, allineandosi strettamente con i principi di decentralizzazione e focus sulla comunità all'interno dell'industria blockchain. Lancio del Whitepaper del Progetto: Dopo la fase concettuale, è stato rilasciato un whitepaper completo che dettaglia la visione, gli obiettivi e l'infrastruttura tecnologica di SPERO,$$s$ per suscitare interesse e feedback dalla comunità. Costruzione della Comunità e Prime Interazioni: Sono stati effettuati sforzi attivi di outreach per costruire una comunità di early adopters e potenziali investitori, facilitando discussioni attorno agli obiettivi del progetto e ottenendo supporto. Evento di Generazione del Token: SPERO,$$s$ ha condotto un evento di generazione del token (TGE) per distribuire i propri token nativi ai primi sostenitori e stabilire una liquidità iniziale all'interno dell'ecosistema. Lancio della Prima dApp: La prima applicazione decentralizzata (dApp) associata a SPERO,$$s$ è stata attivata, consentendo agli utenti di interagire con le funzionalità principali della piattaforma. Sviluppo Continuo e Partnership: Aggiornamenti e miglioramenti continui alle offerte del progetto, inclusi partnership strategiche con altri attori nello spazio blockchain, hanno plasmato SPERO,$$s$ in un concorrente competitivo e in evoluzione nel mercato crypto. Conclusione SPERO,$$s$ rappresenta una testimonianza del potenziale del web3 e delle criptovalute di rivoluzionare i sistemi finanziari e responsabilizzare gli individui. Con un impegno per la governance decentralizzata, il coinvolgimento della comunità e funzionalità progettate in modo innovativo, apre la strada verso un panorama finanziario più inclusivo. Come per qualsiasi investimento nello spazio crypto in rapida evoluzione, si incoraggiano potenziali investitori e utenti a ricercare approfonditamente e a impegnarsi in modo riflessivo con gli sviluppi in corso all'interno di SPERO,$$s$. Il progetto mostra lo spirito innovativo dell'industria crypto, invitando a ulteriori esplorazioni delle sue innumerevoli possibilità. Mentre il percorso di SPERO,$$s$ è ancora in fase di sviluppo, i suoi principi fondamentali potrebbero effettivamente influenzare il futuro di come interagiamo con la tecnologia, la finanza e tra di noi in ecosistemi digitali interconnessi.

75 Totale visualizzazioniPubblicato il 2024.12.17Aggiornato il 2024.12.17

Cosa è $S$

Cosa è AGENT S

Agent S: Il Futuro dell'Interazione Autonoma in Web3 Introduzione Nel panorama in continua evoluzione di Web3 e criptovalute, le innovazioni stanno costantemente ridefinendo il modo in cui gli individui interagiscono con le piattaforme digitali. Uno di questi progetti pionieristici, Agent S, promette di rivoluzionare l'interazione uomo-computer attraverso il suo framework agentico aperto. Aprendo la strada a interazioni autonome, Agent S mira a semplificare compiti complessi, offrendo applicazioni trasformative nell'intelligenza artificiale (AI). Questa esplorazione dettagliata approfondirà le complessità del progetto, le sue caratteristiche uniche e le implicazioni per il dominio delle criptovalute. Cos'è Agent S? Agent S si presenta come un innovativo framework agentico aperto, progettato specificamente per affrontare tre sfide fondamentali nell'automazione dei compiti informatici: Acquisizione di Conoscenze Specifiche del Dominio: Il framework apprende in modo intelligente da varie fonti di conoscenza esterne ed esperienze interne. Questo approccio duale gli consente di costruire un ricco repository di conoscenze specifiche del dominio, migliorando le sue prestazioni nell'esecuzione dei compiti. Pianificazione su Lungo Orizzonte di Compiti: Agent S impiega una pianificazione gerarchica potenziata dall'esperienza, un approccio strategico che facilita la suddivisione e l'esecuzione efficiente di compiti complessi. Questa caratteristica migliora significativamente la sua capacità di gestire più sottocompiti in modo efficiente ed efficace. Gestione di Interfacce Dinamiche e Non Uniformi: Il progetto introduce l'Interfaccia Agente-Computer (ACI), una soluzione innovativa che migliora l'interazione tra agenti e utenti. Utilizzando Modelli Linguistici Multimodali di Grandi Dimensioni (MLLM), Agent S può navigare e manipolare senza sforzo diverse interfacce grafiche utente. Attraverso queste caratteristiche pionieristiche, Agent S fornisce un framework robusto che affronta le complessità coinvolte nell'automazione dell'interazione umana con le macchine, preparando il terreno per innumerevoli applicazioni nell'AI e oltre. Chi è il Creatore di Agent S? Sebbene il concetto di Agent S sia fondamentalmente innovativo, informazioni specifiche sul suo creatore rimangono elusive. Il creatore è attualmente sconosciuto, il che evidenzia sia la fase embrionale del progetto sia la scelta strategica di mantenere i membri fondatori sotto anonimato. Indipendentemente dall'anonimato, l'attenzione rimane sulle capacità e sul potenziale del framework. Chi sono gli Investitori di Agent S? Poiché Agent S è relativamente nuovo nell'ecosistema crittografico, informazioni dettagliate riguardanti i suoi investitori e sostenitori finanziari non sono documentate esplicitamente. La mancanza di approfondimenti pubblicamente disponibili sulle fondazioni di investimento o sulle organizzazioni che supportano il progetto solleva interrogativi sulla sua struttura di finanziamento e sulla roadmap di sviluppo. Comprendere il supporto è cruciale per valutare la sostenibilità del progetto e il suo potenziale impatto sul mercato. Come Funziona Agent S? Al centro di Agent S si trova una tecnologia all'avanguardia che gli consente di funzionare efficacemente in contesti diversi. Il suo modello operativo è costruito attorno a diverse caratteristiche chiave: Interazione Uomo-Computer Simile a Quella Umana: Il framework offre una pianificazione AI avanzata, cercando di rendere le interazioni con i computer più intuitive. Mimando il comportamento umano nell'esecuzione dei compiti, promette di elevare le esperienze degli utenti. Memoria Narrativa: Utilizzata per sfruttare esperienze di alto livello, Agent S utilizza la memoria narrativa per tenere traccia delle storie dei compiti, migliorando così i suoi processi decisionali. Memoria Episodica: Questa caratteristica fornisce agli utenti una guida passo-passo, consentendo al framework di offrire supporto contestuale mentre i compiti si sviluppano. Supporto per OpenACI: Con la capacità di funzionare localmente, Agent S consente agli utenti di mantenere il controllo sulle proprie interazioni e flussi di lavoro, allineandosi con l'etica decentralizzata di Web3. Facile Integrazione con API Esterne: La sua versatilità e compatibilità con varie piattaforme AI garantiscono che Agent S possa adattarsi senza problemi agli ecosistemi tecnologici esistenti, rendendolo una scelta attraente per sviluppatori e organizzazioni. Queste funzionalità contribuiscono collettivamente alla posizione unica di Agent S all'interno dello spazio crittografico, poiché automatizza compiti complessi e multi-fase con un intervento umano minimo. Man mano che il progetto evolve, le sue potenziali applicazioni in Web3 potrebbero ridefinire il modo in cui si svolgono le interazioni digitali. Cronologia di Agent S Lo sviluppo e le tappe di Agent S possono essere riassunti in una cronologia che evidenzia i suoi eventi significativi: 27 Settembre 2024: Il concetto di Agent S è stato lanciato in un documento di ricerca completo intitolato “Un Framework Agentico Aperto che Usa i Computer Come un Umano”, mostrando le basi per il progetto. 10 Ottobre 2024: Il documento di ricerca è stato reso pubblicamente disponibile su arXiv, offrendo un'esplorazione approfondita del framework e della sua valutazione delle prestazioni basata sul benchmark OSWorld. 12 Ottobre 2024: È stata rilasciata una presentazione video, fornendo un'idea visiva delle capacità e delle caratteristiche di Agent S, coinvolgendo ulteriormente potenziali utenti e investitori. Questi indicatori nella cronologia non solo illustrano i progressi di Agent S, ma indicano anche il suo impegno per la trasparenza e il coinvolgimento della comunità. Punti Chiave su Agent S Man mano che il framework Agent S continua a evolversi, diversi attributi chiave si distinguono, sottolineando la sua natura innovativa e il potenziale: Framework Innovativo: Progettato per fornire un uso intuitivo dei computer simile all'interazione umana, Agent S porta un approccio nuovo all'automazione dei compiti. Interazione Autonoma: La capacità di interagire autonomamente con i computer attraverso GUI segna un passo avanti verso soluzioni informatiche più intelligenti ed efficienti. Automazione di Compiti Complessi: Con la sua metodologia robusta, può automatizzare compiti complessi e multi-fase, rendendo i processi più veloci e meno soggetti a errori. Miglioramento Continuo: I meccanismi di apprendimento consentono ad Agent S di migliorare dalle esperienze passate, migliorando continuamente le sue prestazioni e la sua efficacia. Versatilità: La sua adattabilità attraverso diversi ambienti operativi come OSWorld e WindowsAgentArena garantisce che possa servire un'ampia gamma di applicazioni. Man mano che Agent S si posiziona nel panorama di Web3 e delle criptovalute, il suo potenziale per migliorare le capacità di interazione e automatizzare i processi segna un significativo avanzamento nelle tecnologie AI. Attraverso il suo framework innovativo, Agent S esemplifica il futuro delle interazioni digitali, promettendo un'esperienza più fluida ed efficiente per gli utenti in vari settori. Conclusione Agent S rappresenta un audace passo avanti nell'unione tra AI e Web3, con la capacità di ridefinire il modo in cui interagiamo con la tecnologia. Sebbene sia ancora nelle sue fasi iniziali, le possibilità per la sua applicazione sono vaste e coinvolgenti. Attraverso il suo framework completo che affronta sfide critiche, Agent S mira a portare le interazioni autonome al centro dell'esperienza digitale. Man mano che ci addentriamo nei regni delle criptovalute e della decentralizzazione, progetti come Agent S giocheranno senza dubbio un ruolo cruciale nel plasmare il futuro della tecnologia e della collaborazione uomo-computer.

318 Totale visualizzazioniPubblicato il 2025.01.14Aggiornato il 2025.01.14

Cosa è AGENT S

Come comprare S

Benvenuto in HTX.com! Abbiamo reso l'acquisto di Sonic (S) semplice e conveniente. Segui la nostra guida passo passo per intraprendere il tuo viaggio nel mondo delle criptovalute.Step 1: Crea il tuo Account HTXUsa la tua email o numero di telefono per registrarti il tuo account gratuito su HTX. Vivi un'esperienza facile e sblocca tutte le funzionalità,Crea il mio accountStep 2: Vai in Acquista crypto e seleziona il tuo metodo di pagamentoCarta di credito/debito: utilizza la tua Visa o Mastercard per acquistare immediatamente SonicS.Bilancio: Usa i fondi dal bilancio del tuo account HTX per fare trading senza problemi.Terze parti: abbiamo aggiunto metodi di pagamento molto utilizzati come Google Pay e Apple Pay per maggiore comodità.P2P: Fai trading direttamente con altri utenti HTX.Over-the-Counter (OTC): Offriamo servizi su misura e tassi di cambio competitivi per i trader.Step 3: Conserva Sonic (S)Dopo aver acquistato Sonic (S), conserva nel tuo account HTX. In alternativa, puoi inviare tramite trasferimento blockchain o scambiare per altre criptovalute.Step 4: Scambia Sonic (S)Scambia facilmente Sonic (S) nel mercato spot di HTX. Accedi al tuo account, seleziona la tua coppia di trading, esegui le tue operazioni e monitora in tempo reale. Offriamo un'esperienza user-friendly sia per chi ha appena iniziato che per i trader più esperti.

380 Totale visualizzazioniPubblicato il 2025.01.15Aggiornato il 2025.03.21

Come comprare S

Discussioni

Benvenuto nella Community HTX. Qui puoi rimanere informato sugli ultimi sviluppi della piattaforma e accedere ad approfondimenti esperti sul mercato. Le opinioni degli utenti sul prezzo di S S sono presentate come di seguito.

活动图片