Fei-Fei Li's Team Clarifies the Concept of 'World Models', Sora Merely a Renderer

marsbitPublicado em 2026-06-04Última atualização em 2026-06-04

Resumo

"World Models" has become a widely used yet confusing term in AI. To address this, a team led by Fei-Fei Li and World Labs proposed a functional taxonomy based on the Partially Observable Markov Decision Process framework. This taxonomy categorizes systems called "world models" into three distinct projections: Renderers, Simulators, and Planners. Renderers, like OpenAI's Sora and other video generation models, focus on producing photorealistic visual outputs for human perception. They prioritize visual fidelity over physical accuracy. Simulators, such as NVIDIA Omniverse, aim to compute precise future environmental states for computational tasks like engineering analysis or digital twins. Planners, like Vision-Language-Action models, take in observations and goals to output executable actions for robots or agents. The article clarifies that most current "world models," including Sora, are primarily Renderers. They generate convincing visuals but lack the core ability to simulate state transitions based on actions, a key requirement for a true world model in classic reinforcement learning definitions. This conceptual confusion has practical implications, leading to potential misalignment in technology selection, investment, and public understanding of AI capabilities. Clear categorization is crucial. It helps enterprises avoid costly mistakes (e.g., using a renderer for robot training), allows investors to accurately assess markets, and enables researchers to build comparab...

On June 3, 2026, the World Labs team, in collaboration with Stanford University Professor Fei-Fei Li, released a conceptual analysis article with an almost unadorned title: "A Functional Taxonomy of World Models." The opening sentence punctured an industry unspoken agreement: "'World model' is one of the most important and most abused terms in the field of artificial intelligence today."

The context for this statement is familiar to anyone who has followed the AI industry.

In February 2024, OpenAI released the video generation model Sora, whose technical report prominently featured the title "Video generation models as world simulators." NVIDIA's Robotics Director, Jim Fan, commented on LinkedIn at the time, a statement later frequently quoted: Sora is essentially "a world model that only allows 'no-op' as the single allowed action." On the other hand, according to public reports, Tesla's AI team has repeatedly referred to the predictive component within its Full Self-Driving system as a "world model" or "world simulator" in public forums. Game engines, 3D generation tools, embodied intelligence models—various products and technologies are stuffed into the same basket, labeled with the same tag.

A video generator, an autonomous driving prediction network, a robot control model, a physics engine—what do they have in common? Almost nothing. Yet, they are all called "world models."

This conceptual confusion, persisting for over two years, has finally prompted a systematic attempt at clarification. Fei-Fei Li's team did not release a new model, announce a new benchmark, or demonstrate any product functionality. They did something more fundamental: returning to the theoretical source of partially observable Markov decision processes, they reduced all systems currently called "world models" on the market to three different functional projections of the same cognitive loop.

The three projections are: Renderer, Simulator, and Planner. Under World Labs' classification framework, Sora and similar video generation models belong to the Renderer category.

Why Can One Term Contain So Many Contradictory Meanings

To understand the root of this confusion, one must ask a more fundamental question: when a company says "we are building a world model," what exactly are they saying?

For OpenAI, Sora's goal is to "understand and depict the physical world in video." According to the technical report, by learning statistical patterns from vast amounts of video data, Sora can generate scenes that conform to visual common sense: a cup shatters when dropped, a paper airplane flies when released, a person's legs alternate when walking. These scenes appear to "understand physics."

For Tesla, the "world model" is the neural network within the FSD system that predicts the motion trajectories of road participants in the coming seconds. It needs to output precise 3D positions, velocities, and orientations for the path-planning module to compute safe driving decisions. This model does not need to output pixels; it outputs vectors and probability distributions.

For robotics companies, the "world model" is the internal simulation mechanism that allows a robotic arm to predict "if I push this cup 5 centimeters to the left, will it tip over?" It needs to understand object properties, contact mechanics, and stability, outputting feasibility assessments of actions.

The goals of the three types of companies are entirely different. Video generation companies care about pixel fidelity; autonomous driving companies care about the accuracy of physical state prediction; robotics companies care about the inferability of action consequences. They are all working on "world models," but they are fundamentally not doing the same thing.

World Labs gets to the heart of the matter in the article: the reason these systems are all given the same name is that they each embody a certain aspect of "understanding the world." However, they each only complete one part of the full cognitive loop, yet are packaged by marketing language, media coverage, and capital narratives as complete world models.

Another driver of conceptual confusion is the inherent tension of the term itself. "World model" carries grand narrative connotations, sounding more imaginative than "video generation model" or "video prediction model," and better able to support high valuations and funding stories. When technical capabilities cannot match public expectations, it becomes inevitable for concepts to devolve into promotional tools.

Going Back to the 1960s: What Should a Complete 'World Model' Be

World Labs' classification framework is built upon a seemingly ancient theoretical foundation: partially observable Markov decision processes.

This framework describes the complete loop of an intelligent agent interacting with its environment. The agent exists in some environmental state, executes an action, the action changes the environmental state, the agent receives a partial observation through sensors, the observation triggers an update of its internal state, and the updated cognition drives the next action. The cycle repeats.

Within this framework, the complete function of a "world model" should include three steps: generating observations from states (pixels, point clouds seen by human eyes or collected by sensors), inferring the next state from actions and the current state (predicting physical changes), and generating actions from observations and goals (decision planning).

Language models learn statistical patterns of text sequences, while world models learn statistical properties of space and time. How light reflects off different material surfaces, how objects move under gravity, how energy transfers after rigid body collisions—these are the patterns world models aim to capture.

World Labs points out in the article that all systems currently called "world models" on the market are essentially just projections of one functional component of the aforementioned complete loop. Some systems only perform rendering ("from state to observation"), some only perform state inference ("from action and current state to next state"), and some only perform planning ("from observation to action"). They each capture an arc of the loop but are labeled as representing the full circle.

The value of this analytical framework lies in providing a comparative coordinate system that transcends marketing rhetoric. Regardless of how a company packages its product, placing it back into the POMDP loop—examining what it inputs, what it outputs, and which component it lacks—exposes the true boundaries of its capabilities.

Renderer, Simulator, Planner: The Capability Boundaries of Three Projections

In World Labs' taxonomy, the first category is defined as "Renderer." Its core objective is to generate high-fidelity pixel outputs for human visual perception. The input is a representation of some environmental state (could be text description, 3D scene parameters, or implicit encoding), and the output is a sequence of continuous frames.

The Renderer optimizes for visual realism, not physical precision. The World Labs article explicitly states that a building generated by a Renderer might look "rickety" because it does not actually solve structural mechanics equations; the splashing liquid it generates might look realistic, but the liquid volume, flow rate, and impact force might not correspond to real physical quantities at all. Therefore, such models cannot be used for architectural design, robot training, or tasks requiring physically accurate simulation.

Google's Genie 3, various text-to-video models, and almost all AI video generation tools fall into this category. Sora, of course, is among them.

The second category is "Simulator." Its core objective is not to generate visuals for human consumption but to generate precise states usable for subsequent computation. The input is the current environmental state and external forces (or actions), and the output is the next state that faithfully adheres to real-world physical and geometric laws. The state output by a Simulator can be used for stress analysis, energy consumption calculations, collision detection, or as input for a Renderer to generate visualizations. However, its core value lies in the computability of the state itself.

NVIDIA Omniverse is a typical example of such a system. It is not an AI-native model but a digital twin platform integrating traditional physics engines with AI-accelerated computation. World Labs comments in the article that Simulators are bridges connecting rendering and planning, but the scarcity of high-quality 3D physical annotation data is a major bottleneck. According to World Labs' estimates in the article, the data used to train such models is orders of magnitude less than the video data available on the internet.

The third category is "Planner." Its input is observation data (camera images, LiDAR point clouds, tactile sensor readings, etc.) and target instructions, and its output is what action to execute next. VLA (Vision-Language-Action) models and World Action Models belong to this category.

The differences among the three categories are not minor divergences in technical approach but fundamental functional distinctions. Renderers output pixels for humans to see, Simulators output states for machines to calculate, Planners output actions for actuators to perform. A system can possess multiple capabilities, but when most systems called "world models" essentially only perform rendering, equating "rendering" with "understanding the world" constitutes a severe cognitive mismatch.

A Debate Lasting Two Years: Is Sora Actually a World Model

In February 2024, OpenAI released Sora, with its technical report title directly stating "Video generation models as world simulators." This wording immediately sparked intense debate in academia and the developer community.

Supporters argued that Sora-generated videos demonstrated 3D spatial consistency, object permanence, and an intuitive understanding of physical interactions. A bitten hamburger showing teeth marks, a dog running in snow kicking up flakes—such details seemed to indicate the model had learned some physical laws.

The core argument of opponents stemmed from the classical definition of world models in reinforcement learning: a world model must be capable of state transition prediction based on actions. That is, given the current state and an action input, the model should output the state following that action. Sora cannot do this. Users cannot tell Sora "push that cup from the left" and then observe whether it will tip over, in which direction, and where the pieces might fly.

Jim Fan's comment precisely captured this contradiction: "Sora is essentially a world model, just one that only allows 'no-op' as the single allowed action." This means Sora is indeed predicting how the environment changes over time, but this change process is not subject to any external intervention; it can only unfold along the inherent causal chains present in the video data. It is not performing interactive inference but rather passively continuing observed sequences.

On the r/MachineLearning subreddit, many reinforcement learning researchers expressed sharper criticism: a system that cannot predict state transitions based on actions cannot be called a world model; it can only be called a video prediction model.

World Labs' classification framework provides a definitive answer to this debate. In the POMDP loop, action is the key input driving state transition. Systems lacking this input are merely projections of the "observation generation" component in the complete cognitive loop. Sora belongs to the Renderer category; it is not a complete world model, and certainly not a world simulator.

This does not mean Sora lacks value. Renderers solve a different problem: how to generate images that meet human visual expectations. This problem itself is extremely difficult and holds immense commercial value. The issue lies in packaging rendering capability as "understanding the world," which misleads technical decision-makers and investors, making them mistakenly believe these models already possess physical inference or embodied interaction capabilities.

The Industrial Value of Conceptual Clarification

Clarifying the definitional boundaries of "world model" is not mere academic semantics. It directly impacts technology selection, investment judgment, and public understanding of AI capability levels.

For a manufacturing company evaluating whether to use a certain "world model" for robot training, understanding whether the model is a Renderer, Simulator, or Planner is a prerequisite to avoiding costly trial-and-error worth millions of dollars. A model that can only generate video, no matter how realistic, cannot replace precise calculations of object forces, motion trajectories, and collision consequences.

For investment institutions, distinguishing between the three projections allows for more accurate identification of a project's position in the technology stack. A startup claiming to be a "world model" company, if its product is essentially a Renderer, competes with video generation companies, not digital twin platforms or robot control models. This directly determines how market size is estimated and which companies serve as benchmarks.

For academia, clear classification is a prerequisite for establishing comparable benchmarks. If the term "world model" continues to be diluted, researchers will struggle to define what constitutes an improvement versus a breakthrough, and peer review will be based on ambiguity.

World Labs also notes in the article that conceptual clarification is not meant to create opposition. The future direction will involve the convergence of the three projections. A model that truly understands the physics of a cup should be able to simultaneously render its visual appearance, simulate its physical process when pushed over, and plan how a robotic hand can stably grasp it. However, until technology reaches that stage, recognizing respective boundaries is more meaningful than envisioning convergence.

According to World Labs' estimate in the article, Simulators and digital twin technologies, represented by NVIDIA Omniverse, target a potential market exceeding trillions of dollars in sectors like factories, warehouses, and supply chains. This figure comes from the vendors' own assessments; when the market will actually reach this scale depends on whether Simulators can break through the bottleneck of scarce high-quality 3D physical data.

For the AI industry at its current stage, perhaps the most important takeaway is simple: being able to generate realistic videos does not equate to understanding the physical world; being called a world model does not mean it is actually simulating the world. Penetrating marketing language and examining what a system truly inputs, outputs, and lacks within the POMDP loop is the most honest way to judge the boundaries of its technical capabilities.

Perguntas relacionadas

QAccording to Li Fei-Fei's team's framework, what are the three functional projections of a complete 'world model'?

AAccording to the framework proposed by Li Fei-Fei's team and World Labs, the three functional projections of a complete world model within a POMDP (Partially Observable Markov Decision Process) loop are: 1) **Renderer**: Generates human-viewable observations (e.g., pixels, video) from a state representation. 2) **Simulator**: Predicts the next state of the environment based on the current state and an action, focusing on physically accurate state transitions. 3) **Planner**: Generates the next action based on observations and a goal.

QWhy does the article classify OpenAI's Sora as a 'renderer' rather than a full world model or simulator?

AThe article classifies Sora as a 'renderer' because its core function is to generate visually realistic video frames (observations) from inputs like text descriptions or latent codes. Crucially, it lacks the ability to accept a specific 'action' as input to predict the resulting 'state change' in a physically precise manner—a key requirement for a simulator in the POMDP framework. As noted, Sora predicts passive video continuations but cannot perform interactive state-transition predictions based on user-specified actions.

QWhat is the fundamental source of confusion surrounding the term 'world model' in AI, as explained in the article?

AThe fundamental confusion stems from the fact that diverse systems—like video generators (Sora), autonomous vehicle predictors (Tesla FSD), and robot control models—are all labeled 'world model' despite targeting entirely different functions. This occurs because each system addresses one *aspect* of 'understanding the world' (rendering, state prediction, or planning) within the complete cognitive loop. However, marketing narratives, media reports, and capital-driven storytelling often present these specialized projections as if they were complete, general-purpose world models, leading to conceptual inflation and misalignment.

QWhat practical value does clarifying the definition of 'world model' have for industry and investment, according to the article?

AClarifying the definition has significant practical value: 1) **For enterprises (e.g., in manufacturing/robotics)**: It prevents costly misapplication—e.g., using a video renderer for tasks requiring precise physical simulation. 2) **For investors**: It enables accurate market positioning and valuation by distinguishing whether a startup's 'world model' competes in video generation, digital twins, or robot control. 3) **For academia**: It establishes clear benchmarks for research progress and peer review. Overall, it grounds expectations, informs technical procurement, and directs capital toward genuinely needed capabilities.

QHow does the article characterize the relationship and future direction among renderers, simulators, and planners?

AThe article characterizes renderers, simulators, and planners as three distinct, currently separate projections of a complete POMDP-based world model. Each has a clear boundary: renderers output pixels for humans, simulators output calculable states for machines, and planners output actions for executors. The future direction is the **fusion** of these three capabilities into integrated systems that can, for example, render an object's appearance, simulate its physical behavior when manipulated, and plan actions to interact with it. However, the article stresses that recognizing current boundaries is more pragmatically valuable than premature speculation about fusion.

Leituras Relacionadas

STRC Breaks Below $95: Why Does It Continue to Depeg? Is There Default Risk?

"STRC Falls Below $95: Why the Persistent Depegging and Is There Default Risk?" The article discusses the recent decline in the price of STRC, a perpetual preferred stock issued by Strategy (MSTR) designed to trade around a $100 par value. As of publication, STRC traded at $94.65, raising market concerns. STRC is described as a high-yield cash flow product, offering an 11.50% annual dividend paid monthly. Its "preferred" status grants it priority over common stock for dividends and in liquidation. Key reasons cited for the price depegging include: 1. **Bitcoin's Price Drop:** MSTR's assets are heavily tied to Bitcoin (BTC), which fell over 21% from its recent high, pressuring all Strategy-related products. 2. **Competitive Pressure:** Rival Strive Asset Management's similar product, SATA, offers daily dividends and has maintained its $100 par value with a ~13% yield. In response, Strategy has proposed changing STRC's dividend frequency from monthly to bi-weekly, pending shareholder vote. 3. **Technical Selling:** A break below $100 may have triggered algorithmic selling and stop-losses, exacerbating the decline. Regarding default risk, the analysis suggests it is currently low. Strategy founder Michael Saylor confirmed the June 2026 dividend rate remains at 11.50% with no cuts or suspensions. The company's massive reserve of 843,706 BTC provides a significant backstop for its obligations. Industry opinions are mixed. Some analysts view the BTC holdings as reliable support for dividends, while critics like Peter Schiff warn of potential dividend cuts leading to price crashes and lawsuits. Others highlight inflation risk and the company's ability to reduce dividends without a formal default. In summary, STRC's drop is attributed to BTC volatility, competition, and technical factors. While immediate default risk appears contained, the product faces challenges from market conditions and competitive dynamics.

marsbitHá 1h

STRC Breaks Below $95: Why Does It Continue to Depeg? Is There Default Risk?

marsbitHá 1h

AI Trading Cools, South Korean Stocks Plunge 1.8%, Spot Gold Rises 1%, Bitcoin Dives

A sell-off in AI-related stocks, triggered by Broadcom's disappointing earnings forecast, sent shockwaves through global markets. South Korea's KOSPI led Asia's decline, plunging 1.8% as the risks from concentrated chip stock gains and surging leveraged investments came to the fore. The tech-heavy Nasdaq 100 futures fell 0.5% following Broadcom's 14% after-hours plunge, which signaled a slower-than-expected transition to AI clients. This pullback extended Wall Street's weakness, halting the S&P 500's nine-day rally amid hawkish Fed signals and renewed Middle East tensions. South Korean authorities convened an emergency meeting, pledging "immediate measures" against market volatility and warning of record-high stock margin debt. The adjustment rippled across assets: Bitcoin fell to around $64,000, its lowest since February, while safe-haven gold rose 1% on bargain hunting. Oil prices dipped on Middle East ceasefire news. Market analysts noted the sell-off was driven by profit-taking after massive gains, particularly in chip stocks like Samsung and SK Hynix, which now dominate the KOSPI. Wall Street banks are divided on Korea's outlook, with Goldman Sachs raising its target while Citigroup and others warn of overvaluation and a potential bubble. Bridgewater's Ray Dalio noted that great technological shifts often create bubbles. Meanwhile, Fed officials' hints at potential future rate hikes added to the cautious mood ahead of key U.S. jobs data.

华尔街日报Há 2h

AI Trading Cools, South Korean Stocks Plunge 1.8%, Spot Gold Rises 1%, Bitcoin Dives

华尔街日报Há 2h

Trading

Spot
Futuros

Artigos em Destaque

O que é $S$

Compreender o SPERO: Uma Visão Abrangente Introdução ao SPERO À medida que o panorama da inovação continua a evoluir, o surgimento de tecnologias web3 e projetos de criptomoeda desempenha um papel fundamental na formação do futuro digital. Um projeto que tem atraído atenção neste campo dinâmico é o SPERO, denotado como SPERO,$$s$. Este artigo tem como objetivo reunir e apresentar informações detalhadas sobre o SPERO, para ajudar entusiastas e investidores a compreender as suas bases, objetivos e inovações nos domínios web3 e cripto. O que é o SPERO,$$s$? O SPERO,$$s$ é um projeto único dentro do espaço cripto que procura aproveitar os princípios da descentralização e da tecnologia blockchain para criar um ecossistema que promove o envolvimento, a utilidade e a inclusão financeira. O projeto é concebido para facilitar interações peer-to-peer de novas maneiras, proporcionando aos utilizadores soluções e serviços financeiros inovadores. No seu núcleo, o SPERO,$$s$ visa capacitar indivíduos ao fornecer ferramentas e plataformas que melhoram a experiência do utilizador no espaço das criptomoedas. Isso inclui a possibilidade de métodos de transação mais flexíveis, a promoção de iniciativas impulsionadas pela comunidade e a criação de caminhos para oportunidades financeiras através de aplicações descentralizadas (dApps). A visão subjacente do SPERO,$$s$ gira em torno da inclusão, visando fechar lacunas dentro das finanças tradicionais enquanto aproveita os benefícios da tecnologia blockchain. Quem é o Criador do SPERO,$$s$? A identidade do criador do SPERO,$$s$ permanece algo obscura, uma vez que existem recursos publicamente disponíveis limitados que fornecem informações detalhadas sobre o(s) seu(s) fundador(es). Esta falta de transparência pode resultar do compromisso do projeto com a descentralização—uma ética que muitos projetos web3 partilham, priorizando contribuições coletivas em vez de reconhecimento individual. Ao centrar as discussões em torno da comunidade e dos seus objetivos coletivos, o SPERO,$$s$ incorpora a essência do empoderamento sem destacar indivíduos específicos. Assim, compreender a ética e a missão do SPERO é mais importante do que identificar um criador singular. Quem são os Investidores do SPERO,$$s$? O SPERO,$$s$ é apoiado por uma diversidade de investidores que vão desde capitalistas de risco a investidores-anjo dedicados a promover a inovação no setor cripto. O foco desses investidores geralmente alinha-se com a missão do SPERO—priorizando projetos que prometem avanço tecnológico social, inclusão financeira e governança descentralizada. Essas fundações de investidores estão tipicamente interessadas em projetos que não apenas oferecem produtos inovadores, mas que também contribuem positivamente para a comunidade blockchain e os seus ecossistemas. O apoio desses investidores reforça o SPERO,$$s$ como um concorrente notável no domínio em rápida evolução dos projetos cripto. Como Funciona o SPERO,$$s$? O SPERO,$$s$ emprega uma estrutura multifacetada que o distingue de projetos de criptomoeda convencionais. Aqui estão algumas das características-chave que sublinham a sua singularidade e inovação: Governança Descentralizada: O SPERO,$$s$ integra modelos de governança descentralizada, capacitando os utilizadores a participar ativamente nos processos de tomada de decisão sobre o futuro do projeto. Esta abordagem promove um sentido de propriedade e responsabilidade entre os membros da comunidade. Utilidade do Token: O SPERO,$$s$ utiliza o seu próprio token de criptomoeda, concebido para servir várias funções dentro do ecossistema. Esses tokens permitem transações, recompensas e a facilitação de serviços oferecidos na plataforma, melhorando o envolvimento e a utilidade gerais. Arquitetura em Camadas: A arquitetura técnica do SPERO,$$s$ suporta modularidade e escalabilidade, permitindo a integração contínua de funcionalidades e aplicações adicionais à medida que o projeto evolui. Esta adaptabilidade é fundamental para manter a relevância no panorama cripto em constante mudança. Envolvimento da Comunidade: O projeto enfatiza iniciativas impulsionadas pela comunidade, empregando mecanismos que incentivam a colaboração e o feedback. Ao nutrir uma comunidade forte, o SPERO,$$s$ pode melhor atender às necessidades dos utilizadores e adaptar-se às tendências do mercado. Foco na Inclusão: Ao oferecer taxas de transação baixas e interfaces amigáveis, o SPERO,$$s$ visa atrair uma base de utilizadores diversificada, incluindo indivíduos que anteriormente podem não ter participado no espaço cripto. Este compromisso com a inclusão alinha-se com a sua missão abrangente de empoderamento através da acessibilidade. Cronologia do SPERO,$$s$ Compreender a história de um projeto fornece insights cruciais sobre a sua trajetória de desenvolvimento e marcos. Abaixo está uma cronologia sugerida que mapeia eventos significativos na evolução do SPERO,$$s$: Fase de Conceituação e Ideação: As ideias iniciais que formam a base do SPERO,$$s$ foram concebidas, alinhando-se de perto com os princípios de descentralização e foco na comunidade dentro da indústria blockchain. Lançamento do Whitepaper do Projeto: Após a fase conceitual, um whitepaper abrangente detalhando a visão, os objetivos e a infraestrutura tecnológica do SPERO,$$s$ foi lançado para atrair o interesse e o feedback da comunidade. Construção da Comunidade e Primeiros Envolvimentos: Esforços ativos de divulgação foram feitos para construir uma comunidade de primeiros adotantes e investidores potenciais, facilitando discussões em torno dos objetivos do projeto e angariando apoio. Evento de Geração de Tokens: O SPERO,$$s$ realizou um evento de geração de tokens (TGE) para distribuir os seus tokens nativos a apoiantes iniciais e estabelecer liquidez inicial dentro do ecossistema. Lançamento da dApp Inicial: A primeira aplicação descentralizada (dApp) associada ao SPERO,$$s$ foi lançada, permitindo que os utilizadores interagissem com as funcionalidades principais da plataforma. Desenvolvimento Contínuo e Parcerias: Atualizações e melhorias contínuas nas ofertas do projeto, incluindo parcerias estratégicas com outros players no espaço blockchain, moldaram o SPERO,$$s$ em um jogador competitivo e em evolução no mercado cripto. Conclusão O SPERO,$$s$ é um testemunho do potencial do web3 e das criptomoedas para revolucionar os sistemas financeiros e capacitar indivíduos. Com um compromisso com a governança descentralizada, o envolvimento da comunidade e funcionalidades inovadoras, abre caminho para um panorama financeiro mais inclusivo. Como em qualquer investimento no espaço cripto em rápida evolução, potenciais investidores e utilizadores são incentivados a pesquisar minuciosamente e a envolver-se de forma ponderada com os desenvolvimentos em curso dentro do SPERO,$$s$. O projeto demonstra o espírito inovador da indústria cripto, convidando a uma exploração mais aprofundada das suas inúmeras possibilidades. Embora a jornada do SPERO,$$s$ ainda esteja a desenrolar-se, os seus princípios fundamentais podem, de facto, influenciar o futuro de como interagimos com a tecnologia, as finanças e uns com os outros em ecossistemas digitais interconectados.

69 Visualizações TotaisPublicado em {updateTime}Atualizado em 2024.12.17

O que é $S$

O que é AGENT S

Agent S: O Futuro da Interação Autónoma no Web3 Introdução No panorama em constante evolução do Web3 e das criptomoedas, as inovações estão constantemente a redefinir a forma como os indivíduos interagem com plataformas digitais. Um projeto pioneiro, o Agent S, promete revolucionar a interação humano-computador através do seu framework aberto e agente. Ao abrir caminho para interações autónomas, o Agent S visa simplificar tarefas complexas, oferecendo aplicações transformadoras em inteligência artificial (IA). Esta exploração detalhada irá aprofundar-se nas complexidades do projeto, nas suas características únicas e nas implicações para o domínio das criptomoedas. O que é o Agent S? O Agent S é um framework aberto e agente, especificamente concebido para abordar três desafios fundamentais na automação de tarefas computacionais: Aquisição de Conhecimento Específico de Domínio: O framework aprende inteligentemente a partir de várias fontes de conhecimento externas e experiências internas. Esta abordagem dupla capacita-o a construir um rico repositório de conhecimento específico de domínio, melhorando o seu desempenho na execução de tarefas. Planeamento ao Longo de Longos Horizontes de Tarefas: O Agent S emprega planeamento hierárquico aumentado por experiência, uma abordagem estratégica que facilita a decomposição e execução eficientes de tarefas intrincadas. Esta característica melhora significativamente a sua capacidade de gerir múltiplas subtarefas de forma eficiente e eficaz. Gestão de Interfaces Dinâmicas e Não Uniformes: O projeto introduz a Interface Agente-Computador (ACI), uma solução inovadora que melhora a interação entre agentes e utilizadores. Utilizando Modelos de Linguagem Multimodais de Grande Escala (MLLMs), o Agent S pode navegar e manipular diversas interfaces gráficas de utilizador de forma fluida. Através destas características pioneiras, o Agent S fornece um framework robusto que aborda as complexidades envolvidas na automação da interação humana com máquinas, preparando o terreno para uma infinidade de aplicações em IA e além. Quem é o Criador do Agent S? Embora o conceito de Agent S seja fundamentalmente inovador, informações específicas sobre o seu criador permanecem elusivas. O criador é atualmente desconhecido, o que destaca ou o estágio nascente do projeto ou a escolha estratégica de manter os membros fundadores em anonimato. Independentemente da anonimidade, o foco permanece nas capacidades e no potencial do framework. Quem são os Investidores do Agent S? Como o Agent S é relativamente novo no ecossistema criptográfico, informações detalhadas sobre os seus investidores e financiadores não estão explicitamente documentadas. A falta de informações disponíveis publicamente sobre as fundações de investimento ou organizações que apoiam o projeto levanta questões sobre a sua estrutura de financiamento e roteiro de desenvolvimento. Compreender o apoio é crucial para avaliar a sustentabilidade do projeto e o seu impacto potencial no mercado. Como Funciona o Agent S? No núcleo do Agent S reside uma tecnologia de ponta que lhe permite funcionar eficazmente em diversos ambientes. O seu modelo operacional é construído em torno de várias características-chave: Interação Humano-Computador Semelhante: O framework oferece planeamento avançado em IA, esforçando-se para tornar as interações com computadores mais intuitivas. Ao imitar o comportamento humano na execução de tarefas, promete elevar as experiências dos utilizadores. Memória Narrativa: Utilizada para aproveitar experiências de alto nível, o Agent S utiliza memória narrativa para acompanhar os históricos de tarefas, melhorando assim os seus processos de tomada de decisão. Memória Episódica: Esta característica fornece aos utilizadores orientações passo a passo, permitindo que o framework ofereça suporte contextual à medida que as tarefas se desenrolam. Suporte para OpenACI: Com a capacidade de funcionar localmente, o Agent S permite que os utilizadores mantenham o controlo sobre as suas interações e fluxos de trabalho, alinhando-se com a ética descentralizada do Web3. Fácil Integração com APIs Externas: A sua versatilidade e compatibilidade com várias plataformas de IA garantem que o Agent S possa integrar-se perfeitamente em ecossistemas tecnológicos existentes, tornando-o uma escolha apelativa para desenvolvedores e organizações. Estas funcionalidades contribuem coletivamente para a posição única do Agent S no espaço cripto, à medida que automatiza tarefas complexas e em múltiplos passos com mínima intervenção humana. À medida que o projeto evolui, as suas potenciais aplicações no Web3 podem redefinir a forma como as interações digitais se desenrolam. Cronologia do Agent S O desenvolvimento e os marcos do Agent S podem ser encapsulados numa cronologia que destaca os seus eventos significativos: 27 de Setembro de 2024: O conceito de Agent S foi lançado num artigo de pesquisa abrangente intitulado “Um Framework Agente Aberto que Usa Computadores como um Humano”, mostrando a base para o projeto. 10 de Outubro de 2024: O artigo de pesquisa foi disponibilizado publicamente no arXiv, oferecendo uma exploração aprofundada do framework e da sua avaliação de desempenho com base no benchmark OSWorld. 12 de Outubro de 2024: Uma apresentação em vídeo foi lançada, proporcionando uma visão visual das capacidades e características do Agent S, envolvendo ainda mais potenciais utilizadores e investidores. Estes marcos na cronologia não apenas ilustram o progresso do Agent S, mas também indicam o seu compromisso com a transparência e o envolvimento da comunidade. Pontos-Chave Sobre o Agent S À medida que o framework Agent S continua a evoluir, várias características-chave destacam-se, sublinhando a sua natureza inovadora e potencial: Framework Inovador: Concebido para proporcionar um uso intuitivo de computadores semelhante à interação humana, o Agent S traz uma abordagem nova à automação de tarefas. Interação Autónoma: A capacidade de interagir autonomamente com computadores através de GUI significa um avanço em direção a soluções computacionais mais inteligentes e eficientes. Automação de Tarefas Complexas: Com a sua metodologia robusta, pode automatizar tarefas complexas e em múltiplos passos, tornando os processos mais rápidos e menos propensos a erros. Melhoria Contínua: Os mecanismos de aprendizagem permitem que o Agent S melhore a partir de experiências passadas, aprimorando continuamente o seu desempenho e eficácia. Versatilidade: A sua adaptabilidade em diferentes ambientes operacionais, como OSWorld e WindowsAgentArena, garante que pode servir uma ampla gama de aplicações. À medida que o Agent S se posiciona no panorama do Web3 e das criptomoedas, o seu potencial para melhorar as capacidades de interação e automatizar processos significa um avanço significativo nas tecnologias de IA. Através do seu framework inovador, o Agent S exemplifica o futuro das interações digitais, prometendo uma experiência mais fluida e eficiente para os utilizadores em diversas indústrias. Conclusão O Agent S representa um ousado avanço na união da IA e do Web3, com a capacidade de redefinir a forma como interagimos com a tecnologia. Embora ainda esteja nas suas fases iniciais, as possibilidades para a sua aplicação são vastas e cativantes. Através do seu framework abrangente que aborda desafios críticos, o Agent S visa trazer interações autónomas para o primeiro plano da experiência digital. À medida que avançamos mais profundamente nos domínios das criptomoedas e da descentralização, projetos como o Agent S desempenharão, sem dúvida, um papel crucial na formação do futuro da tecnologia e da colaboração humano-computador.

655 Visualizações TotaisPublicado em {updateTime}Atualizado em 2025.01.14

O que é AGENT S

Como comprar S

Bem-vindo à HTX.com!Tornámos a compra de Sonic (S) simples e conveniente.Segue o nosso guia passo a passo para iniciar a tua jornada no mundo das criptos.Passo 1: cria a tua conta HTXUtiliza o teu e-mail ou número de telefone para te inscreveres numa conta gratuita na HTX.Desfruta de um processo de inscrição sem complicações e desbloqueia todas as funcionalidades.Obter a minha contaPasso 2: vai para Comprar Cripto e escolhe o teu método de pagamentoCartão de crédito/débito: usa o teu visa ou mastercard para comprar Sonic (S) instantaneamente.Saldo: usa os fundos da tua conta HTX para transacionar sem problemas.Terceiros: adicionamos métodos de pagamento populares, como Google Pay e Apple Pay, para aumentar a conveniência.P2P: transaciona diretamente com outros utilizadores na HTX.Mercado de balcão (OTC): oferecemos serviços personalizados e taxas de câmbio competitivas para os traders.Passo 3: armazena teu Sonic (S)Depois de comprar o teu Sonic (S), armazena-o na tua conta HTX.Alternativamente, podes enviá-lo para outro lugar através de transferência blockchain ou usá-lo para transacionar outras criptomoedas.Passo 4: transaciona Sonic (S)Transaciona facilmente Sonic (S) no mercado à vista da HTX.Acede simplesmente à tua conta, seleciona o teu par de trading, executa as tuas transações e monitoriza em tempo real.Oferecemos uma experiência de fácil utilização tanto para principiantes como para traders experientes.

1.2k Visualizações TotaisPublicado em {updateTime}Atualizado em 2026.06.02

Como comprar S

Discussões

Bem-vindo à Comunidade HTX. Aqui, pode manter-se informado sobre os mais recentes desenvolvimentos da plataforma e obter acesso a análises profissionais de mercado. As opiniões dos utilizadores sobre o preço de S (S) são apresentadas abaixo.

活动图片