Introduction to the Concept of World Models: A Story from Psychology to the Main Battlefield of AI

marsbitОпубліковано о 2026-06-29Востаннє оновлено о 2026-06-29

Анотація

**World Models: From Psychology to AI's Core Concept** "World model" is a trending but often confusing term in AI, describing a system that allows machines to internally simulate, predict, and rehearse potential outcomes before taking real-world action—like a mental "sandbox." While definitions vary—Yann LeCun emphasizes physical understanding, OpenAI's Sora is a video-based "world simulator," Google DeepMind's Genie 3 creates interactive 3D environments, and companies like Alibaba and Tesla focus on practical applications—the core goal is consistent: reduce reliance on vast real-world data by creating an internal, predictive model for safer and more efficient AI. The concept has deep roots, tracing back to psychologist Kenneth Craik (1943). In AI, it was revitalized by researchers like David Ha and Jürgen Schmidhuber (2018). Major technical approaches include: 1) generative video models (e.g., Sora) for visual realism; 2) abstract predictive models (e.g., LeCun's JEPA) for efficiency and physical reasoning; and 3) explicit 3D simulators (e.g., NVIDIA Omniverse) for precision. Fei-Fei Li proposes a classification based on the AI action loop: renderers (output observations), simulators (output world states), and planners (output actions). The emerging "World Action Model" (WAM) paradigm aims to unify future prediction and action generation. An industry framework is forming: upstream (data, compute, sensors), midstream (general and vertical platforms), and downstream appli...

The world model is currently one of the hottest yet most confusing concepts for ordinary people in the AI circle. Some say it's the ability for AI to dream, others call it a simulator for autonomous driving, and still others describe it as the brain of a robot.

Fei-Fei Li, Yann LeCun, OpenAI, Google DeepMind, NVIDIA, as well as domestic giants like Alibaba, Tencent, Huawei, and automakers, each have their own definitions.

This article attempts to explain in plain language:

What problem world models aim to solve; why these scholars and big tech companies are fascinated by them; and why this concept has become an industrial battleground even before its name has been standardized.

I. Understanding in One Sentence: Letting AI Pre-enact the World in a 'Mental Sandbox'

Imagine you're standing at an intersection about to cross the street.

Your eyes see the green light, vehicles, pedestrians; your brain constructs a miniature scenario within milliseconds: if I walk now, will that car accelerate? Will that cyclist suddenly turn?

You haven't actually stepped out; you've first run through several possibilities in your mind.

Psychologists call this ability a 'mental model,' while AI researchers term it a 'world model.'

In other words, a world model is a 'mental sandbox' inside a machine.

It doesn't simply recognize what's in a scene; it can predict what will happen next and repeatedly trial-and-error without taking real action.

For autonomous driving, it can generate virtual test papers for heavy rain, blizzards, and irregular obstacles; for robots, it can let humanoid robots fall 100,000 times in a simulated world before going outside; for gaming and film companies, it could be an infinitely explorable parallel universe.

By 2026, the frequency of the term 'world model' appearing in tech reports had already surpassed the clarity of its definition.

Alibaba developed Qwen-AgentWorld, HappyOyster, Qwen-RobotWorld, targeting language worlds, virtual worlds, and physical worlds respectively; Tencent's HY-World 2.0 emphasizes 3D editable worlds; Nio, Xpeng, Li Auto prefer terms like 'driving world model' or 'world behavior model'; Huawei and Baidu seldom use the term alone in public materials.

The confusion in naming makes the concept seem like a catch-all basket.

But behind all the terms lies a common core:

Allowing the machine to first establish an internally deducible, reviewable environment before taking real action. This environment can be pixels, 3D structures, physical parameters, or abstract states. The goal is to reduce unlimited reliance on real data, compressing the real world into a data engine capable of infinite generation, infinite mistakes, and infinite retries.

The lack of unified naming precisely indicates that world models are in the early stage of transitioning from an academic concept to industrial infrastructure.

II. The Source of Thought: A WWII Psychologist and Several AI Pioneers

2.1 Kenneth Craik: The First to Talk About a 'Small Model in the Mind'

The idea of world models predates deep learning by most of a century. In 1943, Scottish psychologist Kenneth Craik, in his book 'The Nature of Explanation,' proposed that the human brain constructs 'small-scale models' of reality to predict and understand external events.

Craik was only 31 then, a scholar at the Cambridge University Psychological Laboratory, also engaged in applied psychology research in Britain during WWII.

His book was published two years before he died in a bicycle accident at the age of 33.

But the idea persisted: humans don't need to fully replicate the world; a sufficiently useful internal model allows pre-enactment before action.

This view aligns almost perfectly with the core of today's AI world models. Machines also don't need to remember every detail of the world but learn the laws governing it and deduce the future when needed.

After Craik, in the 1980s, British psychologist Philip Johnson-Laird further systematized this thought, proving that much human reasoning involves manipulating 'mental models' in the brain. He taught long-term at Princeton and Cambridge and is a key figure in cognitive science.

2.2 Marvin Minsky: The One Who Wanted Machines to Have a Common-Sense Framework

The field of artificial intelligence echoed this early on. In the 1960s, Marvin Minsky at MIT proposed 'frame theory.'

He was a co-founder of the MIT AI Lab, a 1969 Turing Award laureate, and often regarded as one of the founders of the AI discipline.

Frame theory attempted to capture human commonsense knowledge about the world using structured knowledge frames:

Entering a door requires finding the handle first; restaurants typically have tables and chairs; objects fall under gravity.

What Minsky aimed to do is exactly what world models today still haven't accomplished—giving machines a structured, deducible common-sense knowledge base of the world.

2.3 David Ha & Jürgen Schmidhuber: Bringing World Models Back to the Deep Learning Mainstream

The field of reinforcement learning approached the same goal from another path.

In 2018, David Ha and Jürgen Schmidhuber's NeurIPS paper, 'Recurrent World Models Facilitate Policy Evolution,' reintroduced the term 'world model' to the deep learning mainstream.

David Ha was at Google Brain then, later becoming an independent researcher. His work style leans towards engineering, skilled at creating impressive demos with concise architectures.

Jürgen Schmidhuber is a co-founder of the Swiss AI Lab IDSIA, one of the inventors of Long Short-Term Memory networks (LSTM), known in the AI field for being outspoken and holding independent views. He is sometimes called the 'father of modern AI,' though this title is debated, his academic influence is undeniable.

Their architecture was simple:

Use a VAE to compress high-dimensional frames into low-dimensional latent vectors, use an RNN to learn the changes of these vectors over time, then use a simple controller to train policies in 'imagination.'

The agent first dreams in the learned world model, then transfers the policy back to the real environment.

This paper was selected for a NeurIPS oral presentation, directly inspiring the later Dreamer series and turning 'world model' from a psychological concept into an engineering goal in deep learning.

III. World Models in the Eyes of Scholars

3.1 Yann LeCun: Don't Just Generate Videos, Understand Physics

Yann LeCun is French, a professor at New York University, and Chief AI Scientist at Meta.

He is one of the inventors of Convolutional Neural Networks (CNN), jointly awarded the 2018 Turing Award with Geoffrey Hinton (Fei-Fei Li's PhD advisor) and Yoshua Bengio; the trio is hailed as the 'Godfathers of Deep Learning.'

LeCun has consistently been critical of the current large language model path, believing that merely predicting the next word cannot produce true intelligence.

In 2022, in an article titled 'A Path Towards Autonomous Machine Intelligence,' he proposed that true intelligence requires a configurable predictive world model.

The goal is not generating text or images but understanding the laws of the physical world and predicting action consequences. He even criticized continuing to scale up large language models as 'nonsense,' arguing that the core of intelligence lies in learning the physical structure of the real world.

JEPA is the technical vehicle for this path. JEPA stands for Joint Embedding Predictive Architecture.

Unlike predicting the next frame in pixel space, JEPA simulates changes in world states in an abstract representation space.

An analogy: video generation models are drawing the next picture; JEPA is 'feeling' what will happen next in the mind.

The 2023 I-JEPA, 2024 V-JEPA, 2025 LeJEPA, and 2026 LeWorldModel form a continuously evolving system.

LeCun also introduced the 'System 1 / System 2' concept: System 1 is intuitive, fast reactions; System 2 involves invoking the world model for deliberate reasoning and planning.

Latest theoretical work even proves that under certain conditions, the representations learned by JEPA can establish a linear correspondence with real physical variables, meaning the model mathematically learns physical structure, not just a useful encoding.

3.2 Fei-Fei Li: Classifying World Models Using an 'Action-Observation' Loop

Fei-Fei Li is a professor of computer science at Stanford University, the primary creator of the ImageNet dataset. ImageNet catalyzed the deep learning revolution in 2012, earning her the title 'Godmother of AI.'

She previously served as Chief Scientist of AI at Google Cloud, founded World Labs in 2023 focusing on spatial intelligence and 3D world models. In 2024, she received multiple honors for promoting AI democratization and applications in healthcare, etc., and is one of the most influential Chinese scientists in AI today.

In June 2026, Fei-Fei Li and the World Labs team published a widely circulated article attempting to establish a taxonomy for the chaotic world model concept.

She referenced POMDP (Partially Observable Markov Decision Process) from reinforcement learning.

This concept sounds complex but describes a simple cycle: the agent takes an action, the action changes the world state, the agent obtains an observation, then takes the next action based on the observation.

She pointed out that all systems called world models are essentially projections of this cycle in different directions, each outputting a fragment of the cycle.

Based on this, she classified world models into three categories.

The first is Renderers, outputting observations—pixels for the human eye. Typical examples are video generation models and Google Genie 3, optimizing for visual fidelity.

The second is Simulators, outputting states—faithful world representations at geometric, physical, and dynamic levels. Typical examples are NVIDIA Omniverse and World Labs' Marble, optimizing for structural accuracy.

The third is Planners, outputting actions—answering 'what to do next' given observations and goals. Typical examples are VLA and World Action Models.

Li believes these three capabilities rely on the same underlying knowledge, and the ultimate trend is towards a unified world model.

3.3 Tsinghua FIB-Lab: Only Two Types of World Models—Understanding the World or Predicting the Future

Tsinghua University FIB-Lab is a team long researching AGI, embodied intelligence, and robot learning. FIB is typically understood as 'Future Intelligence and Brain' related lab, affiliated with the Institute for AI Industry Research, Tsinghua University.

The team has published numerous surveys and papers on world models and robotics, a significant force in domestic research on this direction.

In 2026, they released the survey 'Understanding World or Predicting Future: A Comprehensive Survey of World Models,' dividing the field in another way.

They classified the core functions of world models into two broad categories: Understanding the World and Predicting the Future.

Understanding the World emphasizes constructing implicit representations of the external environment to support decision-making, represented by the Dreamer series and world knowledge based on large language models.

Predicting the Future emphasizes explicitly generating future states, typified by video or 3D environment generation models like Sora, Genie 3, Cosmos.

This classification's advantage is being closer to engineering practice: the former serves reinforcement learning and decision-making, the latter serves generation and simulation.

3.4 Peking University OpenWorldLib: Making a Standardized Toolbox for World Models

In April 2026, Peking University jointly with institutions like Kuaishou released OpenWorldLib. Peking University is a domestic powerhouse in AI foundational research, housing institutions like the Key Laboratory of Machine Perception and Intelligence (MoE); Kuaishou is a domestic short-video giant, investing heavily in large models and multimodal generation in recent years.

Their joint release of OpenWorldLib shows both academia and industry are realizing world models need unified standards and reusable components.

OpenWorldLib first attempted a standardized definition for world models: a model or framework with perception as its core, possessing interactive and long-term memory capabilities, used for understanding and predicting the complex world.

They criticized equating world models simply with 'predicting the next frame' as too narrow, believing true world models must embody genuine understanding of physical laws.

OpenWorldLib splits world models into five core modules: Operator, Synthesis, Reasoning, Representation, Memory, coordinated by a pipeline module.

This framework resembles a toolbox, aiming to let different research teams combine modules like building blocks.

IV. World Models in the Eyes of Big Tech

4.1 OpenAI: Sora as a 'World Simulator'

OpenAI is currently one of the most influential AI companies globally. It is famous for the GPT series of large language models and ChatGPT. After releasing Sora in 2024, it again sparked global attention on video generation and world simulation.

In February 2024, OpenAI released Sora's technical report titled 'Video Generation Models as World Simulators,' directly positioning video generation models as world simulators. Sora doesn't rely on explicit 3D modeling or physics engines but trains generative models on massive video data, enabling emergent abilities like 3D consistency, long-term coherence, object permanence, and simple world interactions.

OpenAI believes large-scale scaling of video generation models is a promising path to building a general simulator of the physical world.

But Sora's limitations are evident: inability to accurately simulate basic physics like glass breaking, inconsistencies in long samples, objects appearing uncontrollably. So it's more a directional statement than a mature definition.

4.2 Google DeepMind: Genie 3 as a Real-Time, Interactive General World Model

Google DeepMind was formed after Google acquired the UK AI company DeepMind in 2014; Demis Hassabis is the co-founder and CEO.

DeepMind developed milestone systems like AlphaGo and AlphaFold, one of the global frontiers in AI research. Demis Hassabis himself is a computer scientist, neuroscientist, and game designer, long focused on AGI.

In August 2025, Google DeepMind released Genie 3, officially defined as 'the first real-time, interactive, photorealistic world model.'

It can generate explorable 3D environments from simple text descriptions, runs at 20-24 fps, supports character control, promptable world events, and interactive memory up to one minute. Genie 3 generates frames autoregressively, anchors the real world using Google Maps street view data, and is positioned as a key milestone towards AGI.

4.3 NVIDIA: Cosmos as the 'World Foundation Model' for Physical AI

NVIDIA was founded in 1993 by Jensen Huang, Chris Malachowsky, and Curtis Priem, with Jensen Huang long serving as CEO. The company started with graphics chips (GPUs) and became the core supplier of global AI infrastructure over the past decade due to exploding demand for AI training compute.

Jensen Huang frequently proposes judgments like 'Physical AI' and 'The next wave of AI is robotics.' NVIDIA also continuously launches software/hardware platforms for robotics, autonomous driving, and simulation.

In January 2025, NVIDIA released Cosmos, positioned as a 'World Foundation Model Platform.' It's not a single model but a series of physics-aware video models that can predict and generate future states of virtual environments, divided into Nano, Super, Ultra tiers, trained on 20 million hours of real-world data.

Cosmos's ambition is to become the underlying infrastructure for Physical AI, serving robotics, autonomous driving, industrial simulation, etc.

NVIDIA also open-sourced it, allowing commercial use.

4.4 Domestic Giants: Not Calling It World Models, But Doing World Models

Domestic enterprises rarely provide philosophical definitions in public materials, instead directly landing on products and scenarios.

Alibaba's three products cover language world simulation, virtual world generation, and robot physical world respectively;

Tencent's HY-World 2.0 focuses on 3D editable worlds; ByteDance's Seed world model aims to reach Genie 3's SOTA level by year-end;

Huawei's Pangu Model Intelligent Driving Edition emphasizes physical law learning and closed-loop simulation; Baidu Apollo ADFM integrates world model capabilities into the autonomous driving large model; Xiaomi's OneVL attempts to unify VLA with world models.

Among automakers, Nio's NWM, Li Auto's reconstruction plus generation world model, Xpeng's X-World, Geely's WAM, BYD's pre-research, Great Wall's VLA plus world model, core uses are end-to-end intelligent driving training and long-tail scenario generation.

V. Three Technical Paths: Drawing, Mental Calculation, Building Blocks

From an engineering perspective, current world models roughly have three main technical paths, understandable through three metaphors.

The first is the 'Drawing' path, i.e., generative video models. Sora, Genie 3, Cosmos, Kuaishou's Kling, Pika belong here. Core ability is generating future frames in pixel space; advantage is strong visual realism, low data threshold, easily understandable. Disadvantage is weak physical consistency; watching longer reveals object distortion, gravity failure, timeline confusion.

The second is the 'Mental Calculation' path, represented by LeCun's JEPA and Ha & Schmidhuber's RNN world model. Core idea is not predicting pixels but predicting abstract representations. Advantage is high efficiency, more stable learning of physical structure; disadvantage is poor interpretability of representation space, long engineering implementation cycles. It's more like an athlete's intuition: not needing to mentally play the action frame-by-frame to anticipate the ball's landing.

The third is the 'Building Blocks' path, represented by NVIDIA Omniverse, World Labs Marble, Tencent HY-World. Core idea is directly generating 3D environments with geometric, physical, dynamic properties. Advantage is precise, controllable, editable, verifiable; disadvantage is scarce data, high computational cost, limited generalization. It's more like an engineer's CAD software—precisely measurable, repeatedly adjustable, but distant from the natural world.

The three paths currently have their own territories, but boundaries are blurring. Video generation models are adding physical constraints; 3D simulators are introducing generative capabilities; JEPA architectures are merging with VLA into WAM. The unified world model predicted by Fei-Fei Li is precisely the result of their fusion.

VI. World Action Model: From 'Seeing the World' to 'Taking Action'

In May 2026, the Fudan OpenMOSS team jointly with multiple institutions released a WAM survey, formally proposing the World Action Models paradigm.

Fudan OpenMOSS is one of the earliest teams promoting the large model open-source ecosystem domestically; the Mooss series models have high recognition in the Chinese community.

WAM's core definition: Future state prediction and action generation must be jointly learned within the same policy, not training a VLA first then attaching a world model as an auxiliary.

A通俗对比: VLA is 'see the scene, understand the instruction, then take action'; world model is 'know the current state and action, can imagine the next frame'; WAM is 'see the scene, understand the instruction, simultaneously imagine the next frame and take action.'

These three combined are the true 'unity of knowledge and action' ability robots need.

WAM is divided into Cascaded and Joint architectures.

Cascaded generates future frames first then decodes actions, easier to build engineering-wise but higher latency, errors easily propagate. Joint uses a single model to simultaneously output future and action, theoretically more robust but complex training objective design.

NVIDIA's Jim Fan even asserted at the 2026 Sequoia AI Ascent conference, 'VLA is dead, world action models are the future.' Jim Fan is a senior research scientist at NVIDIA, head of the GEAR team, researching robotics, simulation, embodied intelligence.

Though controversial, this statement highlights the field's热度.

VII. Industry Framework: A Three-Tier Structure Has Formed

The world model industry chain is transitioning from papers and demos to layered infrastructure. Imagine building a house: some mine and smelt steel, some produce prefabricated panels, some build residences, malls, factories on top.

The upstream is the Basic Support Layer, including high-precision data collection, computing services, and sensor hardware.

Data collection involves HD maps, spatial scanning, video采集, teleoperation; computing services center on GPUs and cloud servers; sensor hardware includes LiDAR, cameras, IMUs. NVIDIA, with GPUs, holds an invisible霸主 position here; almost all world model training relies on its computing power.

Cost is the core pain point: training trillion-parameter world models requires thousands of GPUs, single training costs can reach millions of dollars.

The midstream is the Technology Platform Layer, divided into general-purpose platforms and vertical platforms.

General-purpose platforms provide cross-industry通用能力, represented by NVIDIA Omniverse, SenseTime OpenDIL, Huawei Pangu, Alibaba Tongyi series. Vertical platforms focus on specific industries, like autonomous driving world models, architectural world models, embodied intelligence world models. Platform companies are gaining dominance through ecosystem integration,预计到2030年 may occupy over 50% of the industrial chain's market share.

The downstream is the Scenario Application Layer, covering autonomous driving, embodied intelligence, smart construction, gaming/entertainment, spatial services, medical simulation, climate prediction, etc.

Automotive, electronics, healthcare are believed to contribute over 60% of current industry revenue. Autonomous driving is the most mature application scenario;几乎所有主流车企 have incorporated world models into core R&D processes; embodied intelligence is the most promising新兴方向; over 60% of industrial robots use world models for辅助训练.

VIII. Why Lack of Conceptual Unity is Actually Good

The chaos surrounding the world model concept often makes outsiders think it's a hyped-up trend.

But from an industrial history perspective, lack of conceptual unity is often the norm in the early stages of a technological revolution.

Early cloud computing had IaaS, PaaS, SaaS debates; early big data had Hadoop, NoSQL, data warehouse debates; early AI even had symbolism, connectionism, behaviorism debates. Naming分歧 reflects different groups approaching the same宏大问题 from different angles.

The current分歧 in world models is essentially a debate over what form the 'world' should be compressed into.

Video generation folks see the world as pixel sequences; 3D engine folks see it as geometry and physics; autonomous driving folks see it as traffic rules and driving behaviors; robotics folks see it as action consequences.

Each compression method corresponds to different data, compute, and application scenarios. In the industry's early stage, such分歧 is necessary, allowing parallel exploration of different paths.

But beneath the分歧, goals have converged.

Whether it's LeCun's JEPA, Fei-Fei Li's POMDP loop, Sora's video generation, Genie 3's 3D interaction, or various domestic giants' products, all ultimately point to the same capability: endowing machines with an internal world that is deducible, reviewable, and generalizable, enabling them to act safer, more efficiently, and more generally in the real world.

Language models gave machines the ability to talk about the world; world models attempt to give them the ability to understand, imagine, reason, and interact with the world.

The concept will unify, but that will happen after the landscape settles. Until then, the chaos in naming is precisely the标志 of world models entering the main battlefield.

This article is from the WeChat public account 'IT桔子' (ID: itjuzi521), author: Judy

Трендові криптовалюти

Пов'язані питання

QWhat is the core idea behind a 'World Model' in AI, according to the article?

AThe core idea is to enable machines to have an internal 'sandbox' or model of the world where they can predict what will happen next and simulate different actions and their consequences without actually acting in the real world. This allows for trial-and-error learning and planning before real-world execution.

QHow does the article categorize different types of World Models based on the work of Fei-Fei Li?

ABased on Fei-Fei Li's framework, the article categorizes World Models into three types: 1) Renderer (outputs observations/pixels, like video generation models), 2) Simulator (outputs states/accurate world representations, like 3D simulation platforms), and 3) Planner (outputs actions, answering 'what to do next' given observations and a goal).

QWhat are the three main technical approaches to building World Models mentioned in the article?

AThe three main technical approaches are: 1) The 'Drawing' route (Generative video models like Sora, focusing on pixel-space generation), 2) The 'Mental Calculation' route (Models like JEPA that predict abstract representations, not pixels), and 3) The 'Building Blocks' route (Systems like NVIDIA Omniverse that generate precise 3D environments with geometry and physics).

QWhat is a World Action Model (WAM) and how does it differ from a Vision-Language-Action (VLA) model?

AA World Action Model (WAM) integrates future state prediction and action generation within a single policy. Unlike a VLA model, which 'sees a scene, understands an instruction, and then produces an action,' a WAM 'sees a scene, understands an instruction, simultaneously imagines the next frame, *and* produces an action.' It aims for a more unified 'knowledge-action' capability essential for robots.

QWhy does the article suggest that the current lack of a unified definition for 'World Model' is actually a good sign for the field?

AThe article suggests the lack of a unified definition is a sign of an early-stage technological revolution. Different groups (video generation, 3D simulation, autonomous driving, robotics) are approaching the same grand problem from different angles, focusing on different data and application needs. This parallel exploration allows for necessary experimentation. The underlying goal—enabling machines to have a predictable, simulatable internal world—is already converging despite the surface-level naming confusion.

Пов'язані матеріали

Quantum Computing Approaches "Q-Day": How Encryption Policy, Investment Logic, and Risk Management Are Reshaping the Landscape

Quantum Computing Nears 'Q-Day': Shaping Encryption Policy, Investment Logic, and Risk Management Quantum technology is increasingly intersecting with cryptocurrency policy and cybersecurity discussions as the potential 'Q-Day'—when quantum computers could break current encryption—approaches. While summer brings fast-paced crypto market dynamics, new U.S. legislation, and AI debates, the emerging dimension is how quantum advancements will reshape the digital asset landscape. The next phase of crypto investment is being shaped by two converging forces: clearer regulatory frameworks and cryptographic evolution driven by quantum computing. Investors stand to benefit from reduced uncertainty, but must also recognize that quantum readiness is becoming a core risk factor. Public blockchains rely on cryptography for security, and sufficiently advanced quantum machines could undermine these foundations. This does not mean imminent network collapse, but investors can no longer dismiss the timeline as irrelevant. Key questions now include whether projects have identified their cryptographic dependencies, formulated migration plans to post-quantum cryptography, and established governance for upgrades. For policymakers, the link is clear. Effective crypto policy must look beyond token classification and disclosure to address the underlying infrastructure. As stablecoins, tokenized assets, and blockchain payments integrate deeper into finance, cryptographic resilience becomes a systemic issue. Failure to prepare could lead to investor losses, operational failures, and legal disputes. Policy should encourage risk disclosure, require major intermediaries to maintain upgrade and response plans, and foster coordination across the ecosystem—rather than impose a single technical fix. The sustainability of cryptocurrencies will increasingly depend on their security infrastructure's ability to adapt to these accelerating technological pressures.

Foresight News26 хв тому

Quantum Computing Approaches "Q-Day": How Encryption Policy, Investment Logic, and Risk Management Are Reshaping the Landscape

Foresight News26 хв тому

Bitcoin's Five-Wave Adjustment Nears End, Opportunities Emerge in HYPE Support Zone | Invited Analysis

**Bitcoin's Five-Wave Adjustment Nears End, HYPE Support Zone Presents Opportunity | Guest Analysis** This week, Bitcoin (BTC) is in the final stage of a five-wave corrective structure. The formation of 'Endpoint 44' is key: a level above $58,110 suggests a high probability of a technical rebound, leading likely to wide-range consolidation. A break below $58,110 without bullish divergence warrants caution for further downside. Mid-term bearish positions are maintained at 20%, with 30% of capital reserved for short-term scalping opportunities based on predefined support/resistance levels and three scenario-based plans (A/B/C). Simultaneously, HYPE has entered the 55-56 segment of its own five-wave correction from its $76.94 high. If 'Endpoint 56' forms above the prior low (Endpoint 54), creating a double-bottom pattern, a rebound is significantly likely. A light long position (under 30% allocation) can be considered upon stabilization in the support zone. Last week's BTC short-term strategy, guided by proprietary quantitative models, successfully executed two short trades (1x leverage), yielding a total return of approximately 6.21%. The market move validated the prior weekly forecast of a retest towards the $59,100 support. **Core Trading Views Summary:** * **BTC:** Focus on the formation of 'Endpoint 44'. A scenario above $58,110 allows for tentative longs. Key resistances: $60,900-$62,300, ~$65,500, $67,300-$69,500. Key supports: ~$58,100, ~$55,000. * **HYPE:** Monitor the final position of 'Endpoint 56'. Key resistances: ~$65.5, ~$71.5. Key supports: ~$58.5, $52-$54 zone. Strategy favors buying on dips upon stabilization in support areas with confirmed model signals, with strict position control. **Risk Disclaimer:** Financial markets are volatile. All analysis, models, and strategies herein are based on personal technical analysis for journaling purposes only, not investment advice. Trade at your own risk.

Odaily星球日报40 хв тому

Bitcoin's Five-Wave Adjustment Nears End, Opportunities Emerge in HYPE Support Zone | Invited Analysis

Odaily星球日报40 хв тому

AI Sweeps the Globe, So Why Is Crypto + AI Facing Gloom?

The article "AI Sweeps the Globe, But Why Is Crypto + AI So Bleak?" analyzes the disconnect between the booming AI industry and the struggling crypto+AI sector. It argues the issue is not flawed logic but severe demand-supply mismatch across four key sub-sectors. Decentralized compute and storage projects offer theoretical benefits like cost savings and data sovereignty but lack a decisive technical edge over entrenched cloud providers (AWS, GCP). Enterprises are unwilling to risk migration for unproven infrastructure that can't guarantee the performance and reliability needed for critical AI workloads. ZKML and privacy solutions address important issues like model verification but solve non-urgent, long-term concerns for most businesses currently focused on core performance and ROI. Demand here is likely to be regulation-driven (e.g., EU AI Act) rather than organic. AI agent infrastructure is developing foundational tech for a future multi-agent economy. However, the current market phase is dominated by internal process automation within single companies, making this technology premature. AI agent payments is highlighted as the only sub-sector where blockchain competes on a level playing field with traditional finance, as neither has adequately solved the challenges of machine-to-machine micropayments and real-time settlement. Overall, crypto+AI projects are building for future needs (data ownership, decentralization, transparency) that don't align with the industry's immediate priorities (performance, cost, stability). The absence of a flagship, large-scale use case further hinders mainstream adoption and capital inflow. The path forward requires either adapting to current market demands or patiently building the foundational infrastructure for the next phase of AI.

marsbit53 хв тому

AI Sweeps the Globe, So Why Is Crypto + AI Facing Gloom?

marsbit53 хв тому

"King of Pump Calls" Arthur Hayes Strikes Again, This Time Targeting Deribit

On June 29, BitMEX co-founder Arthur Hayes purchased approximately 6.16 million SYN tokens via OTC platform Flowdesk for around $2.2 million. Hayes subsequently declared on X that SYN represents one of the most asymmetric investments he has seen since HYPE, stating it's time for an options DEX to challenge the dominant platform Deribit, and identifying Hypercall as that challenger. SYN's price surged over 40% following his comments, with a tenfold increase in June 2026 alone, bringing its FDV to roughly $110 million. The article details Synapse Protocol's evolution from a cross-chain messaging and liquidity network into the chain-based options trading protocol Hypercall. Hypercall, built on the Hyperliquid ecosystem's HyperEVM, aims to be a universal options exchange supporting any asset size with capped loss (limited to premium paid) and no forced liquidations. Deribit, established in 2016, remains the centralized leader in crypto options with an estimated 85% market share in BTC and ETH options and $3.588 billion in assets. Its strengths include deep liquidity and professional tools, but it faces criticisms over custody risk, KYC requirements, and regulatory uncertainty. The analysis positions Hypercall not as an immediate replacement for Deribit's entrenched network effects, but as a potential complementary and differentiated competitor, particularly for DeFi-native assets and new asset classes like RWA. The article concludes by noting Hayes's recent mixed "call" record, including fully exiting and later re-buying HYPE, and the controversial price target for CARDS from his family office Maelstrom, which was followed by a significant price drop.

marsbit1 год тому

"King of Pump Calls" Arthur Hayes Strikes Again, This Time Targeting Deribit

marsbit1 год тому

Торгівля

Спот

Популярні статті

Що таке GROK AI

Grok AI: Революція в розмовних технологіях ери Web3 Вступ У швидко змінюваному ландшафті штучного інтелекту Grok AI вирізняється як помітний проєкт, що поєднує сфери передових технологій та взаємодії з користувачами. Розроблений компанією xAI, яку очолює відомий підприємець Ілон Маск, Grok AI прагне переосмислити, як ми взаємодіємо зі штучним інтелектом. Оскільки рух Web3 продовжує процвітати, Grok AI має на меті використати потужність розмовного ШІ для відповіді на складні запитання, надаючи користувачам досвід, який є не лише інформативним, але й розважальним. Що таке Grok AI? Grok AI — це складний розмовний чат-бот, розроблений для динамічної взаємодії з користувачами. На відміну від багатьох традиційних систем ШІ, Grok AI охоплює ширший спектр запитів, включаючи ті, які зазвичай вважаються недоречними або виходять за межі стандартних відповідей. Основні цілі проєкту включають: Надійне міркування: Grok AI акцентує увагу на здоровому глузді, щоб надавати логічні відповіді на основі контекстуального розуміння. Масштабоване управління: Інтеграція допоміжних інструментів забезпечує моніторинг та оптимізацію взаємодій користувачів для покращення якості. Формальна верифікація: Безпека є пріоритетом; Grok AI впроваджує методи формальної верифікації для підвищення надійності своїх результатів. Розуміння довгого контексту: Модель ШІ відзначається здатністю зберігати та згадувати обширну історію розмов, що сприяє змістовним та контекстуально обізнаним дискусіям. Стійкість до атак: Зосереджуючись на покращенні своїх захистів від маніпульованих або зловмисних вхідних даних, Grok AI прагне зберегти цілісність взаємодій з користувачами. По суті, Grok AI — це не просто пристрій для отримання інформації; це занурюючий розмовний партнер, який заохочує динамічний діалог. Творець Grok AI Геній, що стоїть за Grok AI, — це ніхто інший, як Ілон Маск, особа, яка стала синонімом інновацій у різних сферах, включаючи автомобільну промисловість, космічні подорожі та технології. Під егідою xAI, компанії, що зосереджена на розвитку технологій ШІ на користь суспільства, бачення Маска прагне переосмислити розуміння взаємодій з ШІ. Лідерство та основоположна етика глибоко впливають на прагнення Маска розширити технологічні межі. Інвестори Grok AI Хоча конкретні деталі щодо інвесторів, які підтримують Grok AI, залишаються обмеженими, загальновідомо, що xAI, інкубатор проєкту, заснований і підтримується переважно самим Ілоном Маском. Попередні підприємства та активи Маска забезпечують надійну підтримку, що додатково зміцнює довіру до Grok AI та потенціал для зростання. Однак наразі інформація про додаткові інвестиційні фонди або організації, що підтримують Grok AI, не є доступною, що позначає область для потенційного майбутнього дослідження. Як працює Grok AI? Операційна механіка Grok AI є такою ж інноваційною, як і його концептуальна структура. Проєкт інтегрує кілька передових технологій, які сприяють його унікальним функціональним можливостям: Надійна інфраструктура: Grok AI побудований з використанням Kubernetes для оркестрації контейнерів, Rust для продуктивності та безпеки, і JAX для високопродуктивних числових обчислень. Ця трійка забезпечує ефективну роботу чат-бота, його масштабованість та швидке обслуговування користувачів. Доступ до знань у реальному часі: Однією з відмінних рис Grok AI є його здатність отримувати дані в реальному часі через платформу X — раніше відому як Twitter. Ця можливість надає ШІ доступ до останньої інформації, що дозволяє надавати своєчасні відповіді та рекомендації, які можуть бути пропущені іншими моделями ШІ. Два режими взаємодії: Grok AI пропонує користувачам вибір між “Розважальним режимом” та “Звичайним режимом”. Розважальний режим дозволяє більш ігровий та гумористичний стиль взаємодії, тоді як Звичайний режим зосереджується на наданні точних і правильних відповідей. Ця універсальність забезпечує індивідуальний досвід, що відповідає різним уподобанням користувачів. По суті, Grok AI поєднує продуктивність із залученням, створюючи досвід, який є одночасно збагачуючим і розважальним. Хронологія Grok AI Шлях Grok AI відзначений важливими етапами, які відображають його розвиток та етапи впровадження: Початковий розвиток: Фундаментальна фаза Grok AI тривала приблизно два місяці, протягом яких проводилося початкове навчання та налаштування моделі. Випуск бета-версії Grok-2: У значному досягненні була оголошена бета-версія Grok-2. Цей випуск представив дві версії чат-бота — Grok-2 та Grok-2 mini — кожна з яких оснащена можливостями для спілкування, кодування та міркування. Публічний доступ: Після бета-розробки Grok AI став доступним для користувачів платформи X. Ті, хто має акаунти, підтверджені номером телефону та активні принаймні сім днів, можуть отримати доступ до обмеженої версії, що робить технологію доступною для ширшої аудиторії. Ця хронологія відображає систематичний розвиток Grok AI від початку до публічної взаємодії, підкреслюючи його прагнення до постійного вдосконалення та взаємодії з користувачами. Ключові особливості Grok AI Grok AI охоплює кілька ключових особливостей, які сприяють його інноваційній ідентичності: Інтеграція знань у реальному часі: Доступ до актуальної та релевантної інформації відрізняє Grok AI від багатьох статичних моделей, забезпечуючи захоплюючий та точний досвід для користувачів. Універсальні стилі взаємодії: Пропонуючи різні режими взаємодії, Grok AI задовольняє різноманітні уподобання користувачів, запрошуючи до творчості та персоналізації у спілкуванні з ШІ. Передова технологічна основа: Використання Kubernetes, Rust та JAX надає проєкту надійну основу для забезпечення надійності та оптимальної продуктивності. Етичні міркування в дискурсі: Включення функції генерації зображень демонструє інноваційний дух проєкту. Однак це також піднімає етичні питання, пов'язані з авторським правом та поважним зображенням впізнаваних фігур — триваюча дискусія в спільноті ШІ. Висновок Як піонер у сфері розмовного ШІ, Grok AI втілює потенціал трансформаційних користувацьких досвідів в цифрову епоху. Розроблений компанією xAI та керований візією Ілона Маска, Grok AI інтегрує знання в реальному часі з передовими можливостями взаємодії. Він прагне розширити межі того, що може досягти штучний інтелект, зберігаючи при цьому акцент на етичних міркуваннях та безпеці користувачів. Grok AI не лише втілює технологічний прогрес, але й представляє нову парадигму спілкування в ландшафті Web3, обіцяючи залучити користувачів як глибокими знаннями, так і ігровою взаємодією. Оскільки проєкт продовжує розвиватися, він слугує свідченням того, що може досягти перетин технологій, творчості та людської взаємодії.

470 переглядів усьогоОпубліковано 2024.12.26Оновлено 2024.12.26

Що таке GROK AI

Що таке ERC AI

Euruka Tech: Огляд $erc ai та його амбіцій у Web3 Вступ У швидко змінюваному ландшафті технології блокчейн та децентралізованих додатків нові проекти з'являються часто, кожен з унікальними цілями та методологіями. Одним з таких проектів є Euruka Tech, який працює у широкій сфері криптовалют та Web3. Основна увага Euruka Tech, зокрема його токена $erc ai, зосереджена на представленні інноваційних рішень, розроблених для використання зростаючих можливостей децентралізованих технологій. Ця стаття має на меті надати всебічний огляд Euruka Tech, дослідження його цілей, функціональності, ідентичності його творця, потенційних інвесторів та його значення в ширшому контексті Web3. Що таке Euruka Tech, $erc ai? Euruka Tech характеризується як проект, який використовує інструменти та функціональність, що пропонуються середовищем Web3, зосереджуючи увагу на інтеграції штучного інтелекту у своїй діяльності. Хоча конкретні деталі про структуру проекту дещо неясні, він розроблений для покращення залучення користувачів та автоматизації процесів у крипто-просторі. Проект має на меті створити децентралізовану екосистему, яка не лише полегшує транзакції, але й включає прогностичні функції через штучний інтелект, звідси і назва його токена, $erc ai. Мета полягає в тому, щоб надати інтуїтивно зрозумілу платформу, яка сприяє розумнішим взаємодіям та ефективній обробці транзакцій у зростаючій сфері Web3. Хто є творцем Euruka Tech, $erc ai? На даний момент інформація про творця або засновницьку команду Euruka Tech залишається невизначеною та дещо непрозорою. Ця відсутність даних викликає занепокоєння, оскільки знання про бекграунд команди часто є важливим для встановлення довіри в секторі блокчейн. Тому ми класифікували цю інформацію як невідому, поки конкретні деталі не стануть доступними в публічному домені. Хто є інвесторами Euruka Tech, $erc ai? Аналогічно, ідентифікація інвесторів або організацій, які підтримують проект Euruka Tech, не надається через доступні дослідження. Аспект, який є критично важливим для потенційних зацікавлених сторін або користувачів, які розглядають можливість співпраці з Euruka Tech, - це впевненість, що походить від встановлених фінансових партнерств або підтримки від авторитетних інвестиційних компаній. Без розкриття інформації про інвестиційні зв'язки важко зробити всебічні висновки про фінансову безпеку або довговічність проекту. Відповідно до знайденої інформації, цей розділ також має статус невідомий. Як працює Euruka Tech, $erc ai? Незважаючи на відсутність детальних технічних специфікацій для Euruka Tech, важливо враховувати його інноваційні амбіції. Проект прагне використовувати обчислювальну потужність штучного інтелекту для автоматизації та покращення досвіду користувачів у середовищі криптовалют. Інтегруючи ШІ з технологією блокчейн, Euruka Tech має на меті надати такі функції, як автоматизовані угоди, оцінка ризиків та персоналізовані інтерфейси користувачів. Інноваційна суть Euruka Tech полягає в його меті створити безшовний зв'язок між користувачами та величезними можливостями, які пропонують децентралізовані мережі. Завдяки використанню алгоритмів машинного навчання та ШІ, він має на меті мінімізувати труднощі для нових користувачів і спростити транзакційні досвіди в рамках Web3. Ця симбіоз між ШІ та блокчейном підкреслює значення токена $erc ai, який виступає як міст між традиційними інтерфейсами користувачів та розвиненими можливостями децентралізованих технологій. Хронологія Euruka Tech, $erc ai На жаль, через обмежену інформацію про Euruka Tech ми не можемо представити детальну хронологію основних подій або досягнень у подорожі проекту. Ця хронологія, яка зазвичай є безцінною для відстеження еволюції проекту та розуміння його траєкторії зростання, наразі недоступна. Як тільки інформація про значні події, партнерства або функціональні доповнення стане очевидною, оновлення, безумовно, підвищать видимість Euruka Tech у крипто-сфері. Роз'яснення щодо інших проектів “Eureka” Варто зазначити, що кілька проектів та компаній мають схожу назву з “Eureka”. Дослідження виявило ініціативи, такі як AI-агент від NVIDIA Research, який зосереджується на навчанні роботів складним завданням за допомогою генеративних методів, а також Eureka Labs та Eureka AI, які покращують користувацький досвід в освіті та аналітиці обслуговування клієнтів відповідно. Однак ці проекти відрізняються від Euruka Tech і не повинні бути змішані з його цілями чи функціональністю. Висновок Euruka Tech, разом із його токеном $erc ai, представляє обіцяючого, але наразі невідомого гравця в ландшафті Web3. Хоча деталі про його творця та інвесторів залишаються невідомими, основна амбіція поєднання штучного інтелекту з технологією блокчейн є центром інтересу. Унікальні підходи проекту до сприяння залученню користувачів через передову автоматизацію можуть виділити його на фоні прогресу екосистеми Web3. Оскільки крипто-ринок продовжує еволюціонувати, зацікавлені сторони повинні уважно стежити за новинами, пов'язаними з Euruka Tech, оскільки розвиток задокументованих інновацій, партнерств або визначеного дорожньої карти може представити значні можливості в найближчому майбутньому. На даний момент ми чекаємо на більш суттєві інсайти, які можуть розкрити потенціал Euruka Tech та його позицію в конкурентному крипто-ландшафті.

449 переглядів усьогоОпубліковано 2025.01.02Оновлено 2025.01.02

Що таке ERC AI

Що таке DUOLINGO AI

DUOLINGO AI: Інтеграція вивчення мов з Web3 та інноваціями штучного інтелекту В епоху, коли технології змінюють освіту, інтеграція штучного інтелекту (ШІ) та блокчейн-мереж відкриває нові горизонти для вивчення мов. З'являється DUOLINGO AI та його асоційована криптовалюта, $DUOLINGO AI. Цей проект прагне об'єднати освітні можливості провідних платформ для вивчення мов з перевагами децентралізованих технологій Web3. У цій статті розглядаються ключові аспекти DUOLINGO AI, його цілі, технологічна структура, історичний розвиток та майбутній потенціал, зберігаючи чіткість між оригінальним освітнім ресурсом та цією незалежною криптовалютною ініціативою. Огляд DUOLINGO AI В основі DUOLINGO AI лежить прагнення створити децентралізоване середовище, де учні можуть отримувати криптографічні винагороди за досягнення освітніх етапів у мовній компетенції. Застосовуючи смарт-контракти, проект має на меті автоматизувати процеси перевірки навичок та розподілу токенів, дотримуючись принципів Web3, які підкреслюють прозорість та власність користувачів. Модель відрізняється від традиційних підходів до вивчення мов, акцентуючи увагу на структурі управління, що базується на спільноті, що дозволяє власникам токенів пропонувати поліпшення змісту курсів та розподілу винагород. Деякі з помітних цілей DUOLINGO AI включають: Гейміфіковане навчання: Проект інтегрує досягнення на блокчейні та невзаємозамінні токени (NFT), щоб представляти рівні мовної компетенції, сприяючи мотивації через захоплюючі цифрові винагороди. Децентралізоване створення контенту: Це відкриває можливості для викладачів та мовних ентузіастів вносити свої курси, сприяючи моделі розподілу доходів, яка вигідна всім учасникам. Персоналізація на основі ШІ: Використовуючи сучасні моделі машинного навчання, DUOLINGO AI персоналізує уроки, щоб адаптуватися до індивідуального прогресу навчання, подібно до адаптивних функцій, що є в усталених платформах. Творці проекту та управління Станом на квітень 2025 року команда, що стоїть за $DUOLINGO AI, залишається псевдонімною, що є поширеною практикою в децентралізованому криптовалютному середовищі. Ця анонімність має на меті сприяти колективному розвитку та залученню зацікавлених сторін, а не зосереджуватися на окремих розробниках. Смарт-контракт, розгорнутий на блокчейні Solana, зазначає адресу гаманця розробника, що свідчить про зобов'язання до прозорості щодо транзакцій, незважаючи на те, що особи творців залишаються невідомими. Згідно з його дорожньою картою, DUOLINGO AI прагне перетворитися на Децентралізовану Автономну Організацію (DAO). Ця структура управління дозволяє власникам токенів голосувати з важливих питань, таких як реалізація функцій та розподіл скарбниці. Ця модель узгоджується з етикою розширення прав і можливостей спільноти, що спостерігається в різних децентралізованих додатках, підкреслюючи важливість колективного прийняття рішень. Інвестори та стратегічні партнерства На даний момент немає публічно відомих інституційних інвесторів або венчурних капіталістів, пов'язаних з $DUOLINGO AI. Натомість ліквідність проекту в основному походить з децентралізованих бірж (DEX), що є різким контрастом до стратегій фінансування традиційних компаній у сфері освітніх технологій. Ця модель знизу вгору вказує на підхід, орієнтований на спільноту, що відображає зобов'язання проекту до децентралізації. У своєму білому документі DUOLINGO AI згадує про формування співпраці з неуточненими “блокчейн-освітніми платформами”, спрямованими на збагачення своїх курсів. Хоча конкретні партнерства ще не були розкриті, ці спільні зусилля натякають на стратегію поєднання інновацій блокчейну з освітніми ініціативами, розширюючи доступ та залучення користувачів у різноманітні навчальні напрямки. Технологічна архітектура Інтеграція ШІ DUOLINGO AI включає два основні компоненти на основі ШІ для покращення своїх освітніх пропозицій: Адаптивний навчальний двигун: Цей складний двигун навчається на основі взаємодій користувачів, подібно до власних моделей великих освітніх платформ. Він динамічно регулює складність уроків, щоб вирішувати конкретні проблеми учнів, зміцнюючи слабкі місця через цілеспрямовані вправи. Розмовні агенти: Використовуючи чат-боти на базі GPT-4, DUOLINGO AI надає платформу для користувачів, щоб брати участь у симульованих розмовах, сприяючи більш інтерактивному та практичному досвіду вивчення мови. Інфраструктура блокчейну Побудований на блокчейні Solana, $DUOLINGO AI використовує комплексну технологічну структуру, яка включає: Смарт-контракти для перевірки навичок: Ця функція автоматично нагороджує токенами користувачів, які успішно проходять тести на компетентність, підкріплюючи структуру стимулів для справжніх навчальних результатів. NFT значки: Ці цифрові токени позначають різні етапи, яких досягають учні, такі як завершення розділу курсу або оволодіння конкретними навичками, що дозволяє їм обмінюватися або демонструвати свої досягнення в цифровому форматі. Управління DAO: Члени спільноти, наділені токенами, можуть брати участь в управлінні, голосуючи за ключові пропозиції, що сприяє культурі участі, яка заохочує інновації в курсах та функціях платформи. Історичний хронологічний графік 2022–2023: Концептуалізація Основи DUOLINGO AI закладаються з створення білого документа, що підкреслює синергію між досягненнями ШІ у вивченні мов та децентралізованим потенціалом блокчейн-технологій. 2024: Бета-реліз Обмежений бета-реліз представляє пропозиції з популярних мов, винагороджуючи ранніх користувачів токенами в рамках стратегії залучення спільноти проекту. 2025: Перехід до DAO У квітні відбувається повний запуск основної мережі з обігом токенів, що спонукає обговорення в спільноті щодо можливих розширень на азійські мови та інші розробки курсів. Виклики та майбутні напрямки Технічні труднощі Незважаючи на свої амбітні цілі, DUOLINGO AI стикається з суттєвими викликами. Масштабованість залишається постійною проблемою, особливо в балансуванні витрат, пов'язаних із обробкою ШІ, та підтриманням чутливої, децентралізованої мережі. Крім того, забезпечення якості створення контенту та модерації в умовах децентралізованої пропозиції створює складнощі у підтримці освітніх стандартів. Стратегічні можливості Дивлячись у майбутнє, DUOLINGO AI має потенціал використовувати партнерства з мікрокреденційними академічними установами, надаючи блокчейн-верифіковані підтвердження мовних навичок. Крім того, розширення через різні блокчейни може дозволити проекту залучити ширші бази користувачів та додаткові екосистеми блокчейну, покращуючи його взаємодію та охоплення. Висновок DUOLINGO AI представляє інноваційне злиття штучного інтелекту та блокчейн-технологій, пропонуючи альтернативу, орієнтовану на спільноту, традиційним системам вивчення мов. Хоча його псевдонімна розробка та нова економічна модель несуть певні ризики, зобов'язання проекту до гейміфікованого навчання, персоналізованої освіти та децентралізованого управління освітлює шлях вперед для освітніх технологій у сфері Web3. Оскільки ШІ продовжує розвиватися, а екосистема блокчейну еволюціонує, ініціативи на кшталт DUOLINGO AI можуть переосмислити, як користувачі взаємодіють з мовною освітою, наділяючи спільноти та винагороджуючи залучення через інноваційні механізми навчання.

476 переглядів усьогоОпубліковано 2025.04.11Оновлено 2025.04.11

Що таке DUOLINGO AI

Обговорення

Ласкаво просимо до спільноти HTX. Тут ви можете бути в курсі останніх подій розвитку платформи та отримати доступ до професійної ринкової інформації. Нижче представлені думки користувачів щодо ціни AI (AI).

活动图片