China's 'Bio DeepSeek' Emerges: 4 Oxford Prodigies Let AI Take Over Life Science

marsbitPubblicato 2026-08-04Pubblicato ultima volta 2026-08-04

Introduzione

China's 'Biology DeepSeek' Emerges: Four Oxford Alumni Aim to Let AI Take Over Life Sciences Following DeepSeek-V4-Flash's global impact, a Chinese counterpart for life sciences has arrived. Jindu Bio, founded by four Oxford University alumni, has developed GeneLLM, a multi-omics large language model. Published in top journals *Nature Communications* and *Advanced Science*, GeneLLM is the first model pre-trained directly on raw omics data, aiming to understand the "language" and "system" of life. GeneLLM treats the four RNA bases (A, U, G, C) as fundamental tokens, learning from raw sequencing data without relying on pre-defined annotations. It uses a Transformer architecture to predict the next base, processing trillions of RNA reads. With versions ranging from 1.5 billion to 30 billion parameters, it achieves high accuracy in disease prediction with significantly lower-cost, shallow-depth sequencing, making precision medicine more accessible. Beyond the model, Jindu Bio is building BioFord Harness, an infrastructure to connect AI with physical labs. This system translates scientific intent into executable commands for various lab equipment, manages scheduling, and creates a data feedback loop. Its platform features five collaborative AI agents for literature review, experimental design, scientific reasoning, lab scheduling, and data analysis, drastically speeding up research cycles. Crucially, it turns all experimental data—including failures—into valuable learning mater...

Just as DeepSeek-V4-Flash's official release shook the global general-purpose large model community, China's life science version of DeepSeek followed closely behind.

Recently, GeneLLM, a life science vertical multi-omics large model independently developed by Kindu Biology (founded by 4 Oxford University returnees), has been successively published in top-tier international academic journals – Nature Communications and Advanced Science.

As the world's first multi-omics large model pre-trained directly on raw omics data, GeneLLM is another heavyweight model following Google's AlphaFold and Stanford's EVO 2, filling the gap in China's life science foundational large models. It can be called China's life science version of DeepSeek, allowing AI to begin understanding the multiple 'languages' and the entire 'system' of life.

Predicting the Next Piece of Life Information Like Predicting the Next Token

Disease recognition is just one application scenario for GeneLLM. What Kindu Biology truly aims to do is build the "Claude Code" for the life science field.

The core of large language models like ChatGPT, Claude, and DeepSeek is next-token prediction.

GeneLLM adopts a similar approach, but what it predicts is not text, but life information.

The four bases in RNA sequences – Adenine (A), Uracil (U), Guanine (G), and Cytosine (C) – become the basic tokens for GeneLLM to understand the language of life.

Traditional bioinformatics analysis typically relies on gene annotation, sequence alignment, and manually defined labels. While accurate, this method prematurely limits the model's cognitive scope and may lose vast amounts of unknown biological signals hidden in raw data.

GeneLLM, however, charts a different path, learning life's patterns directly from unprocessed raw sequencing data.

It uses multi-omics raw data such as RNA-seq, proteomics, and metabolomics as training data, allowing the model to autonomously discover disease-related patterns.

Currently, GeneLLM has completed pre-training of a 1.5 billion parameter model with 3.5 trillion base sequences, and the XLarge version has achieved pre-training of a 30 billion parameter model, continuously expanding the technological barrier.

As the world's first multi-omics large model pre-trained on raw sequencing data, GeneLLM includes two main stages:

(1) Unsupervised Pre-training & Prototype Discovery

(2) Patient-level Disease Fine-tuning (Disease Tuning)

GeneLLM first needs to solve a problem:

How to transform complex life data into a language AI can understand?

In natural language processing, the BPE algorithm splits sentences into Tokens; GeneLLM, however, splits RNA sequencing fragments of about 150bp length into life Tokens using a sliding window of 7 bases (7-mer).

Subsequently, the model utilizes the Transformer architecture to directly predict the next base without gene annotation or human labels.

This means the AI is not first consulting a human-compiled "dictionary," but learning directly from the raw signals of life.

During training, GeneLLM processed approximately tens of trillions of RNA reads, trained on a hundred-card cluster of NVIDIA A100 GPUs.

At this point, GeneLLM's generalization and other capabilities began to "emerge."

As a major innovative breakthrough in the life science field, this domestically produced life science model, GeneLLM, can be applied to various fields including new drug R&D, precision medicine, synthetic biology, environmental monitoring, microbiology & bio-agriculture, and protein & molecule design. It is one of the few large models globally that has achieved real-world scenario deployment.

Only after examining the underlying innovations of GeneLLM in "data, architecture, training," can we truly understand: why it represents China's "Bio Version of DeepSeek."

Silicon Valley stacks tens of thousands of H100s for trillion-parameter models, DeepSeek improves computing efficiency through algorithmic innovation, and GeneLLM similarly moves massive life science data with a deft touch.

If AlphaFold allowed AI to see life's "structure" for the first time, and EVO2 allowed AI to begin understanding life's "code," then GeneLLM attempts to further understand life's "system."

What's more remarkable is efficiency. Traditional methods rely on 6Gb deep sequencing, with high costs making deployment difficult. GeneLLM maintains AUC > 0.8 even at an extremely shallow depth of 1Gb (cost reduced by 83%).

This truly holds the promise of making affordable precision medicine a reality.

A new research paradigm begins to emerge: letting AI learn from life data, bringing life science into a new stage of predictable, computable, and scalable exploration.

Not Just a Model, but the "Last Mile" Intelligent Infrastructure

But Kindu Biology's strategy extends beyond the foundational model.

Using the GeneLLM multi-omics large model as the life cognition base, Kindu Biology further constructs an execution system connecting AI intelligence with the physical world. Through the Harness intelligent experiment execution layer and the DBTL (Design-Build-Test-Learn) data feedback loop, it achieves a complete AI for Science closed loop—from understanding life patterns and generating scientific hypotheses, to automated experimental validation and continuous iterative optimization.

As Liam Fedus, former OpenAI VP and head of post-training, said, current LLMs have exhausted the limited text and code on the internet. The next major advance in scientific discovery must rely on experimental iteration.

In other words, AI cannot discover new knowledge solely by reading what humans have already written; it must conduct experiments itself.

But here's the problem—

Internet services inherently have APIs; network information is inherently digital. But research equipment comes from different vendors with varying protocols, complex and expensive. No one can rebuild everything from scratch in a few months.

Most labs today are designed for humans: instrument panels, pipetting actions, sample states, on-the-spot judgments—the vast majority are not translated into machine-readable signals.

For AI to enter the lab, the current challenge is not just model capability; it requires a new set of infrastructure.

Therefore, for AI to enter the lab, the current issue is not just a model capability problem; it also requires a physical Harness: turning the lab into a system that can be compiled, scheduled, monitored, and traced.

This is the true last mile of AI4S.

BioFord Harness, Making the Lab Start "Running Itself"

For this purpose, Kindu developed a system called BioFord Harness.

This is an infrastructure that connects AI with the physical lab.

They are not making robotic arms imitate human hands, but transforming the lab into a system that can be compiled, scheduled, monitored, and traced.

In this process, the physical Harness must accomplish at least three things:

1. Compile scientific intent or experimental DSL into instructions executable by different devices;

2. Complete scheduling, resource and safety constraint management among multiple devices, and handle exceptions;

3. Let experimental results, device logs, and environmental parameters flow back, becoming inputs for the next round of model and experimental design.

Scientific question → AI understanding → experimental plan → device scheduling → execution → data feedback → model optimization → next round.

A flywheel for scientific experimental data is thus set in motion.

Five Intelligent Agents, Turning Research Workflow into an Assembly Line

The BioFord Agent embodied intelligent research platform connects downward to the physical lab layer and upward to the scientist's cognitive layer, bridging the gap between reasoning and execution with physical AI.

At the cognitive layer, BioFord Agent consists of a collaborative network of five intelligent agents, spanning the entire life science research workflow, potentially multiplying research efficiency.

Literature Retrieval Agent

Experimental Design Agent

Science Agent

Experiment Scheduling Agent

Data Analysis Agent

For example, the Literature Retrieval Agent can quickly help you search and read vast amounts of literature, complete literature reviews, and assist in hypothesis generation.

The Experimental Design Agent enabled the research team to shorten the experimental design cycle from several months to one week.

The Experiment Scheduling Agent launched by Kindu Biology, relying on the Universal Instrument Abstraction Layer, breaks protocol barriers between various heterogeneous devices.

Whether it's PCR machines, microplate readers, flow cytometers, or automated liquid handling workstations, they can all achieve unified management and scheduling. The system has built-in dynamic scheduling algorithms, enabling automatic batch scheduling, real-time conflict avoidance, and full recording of experimental parameters, forming a traceable audit trail.

This means AI is no longer stuck in the "suggestions" stage, but truly enters the lab, operates equipment, executes tasks, and becomes a trustworthy "research assistant."

Failure Data Might Be More Valuable Than Success Data

The deeper value this system addresses is: making every experiment—whether successful or failed—data that the system can digest.

In a traditional lab, a failed record might just be a line saying "results not as expected." The experience resides in people's minds; when they leave, the experience is gone.

But in the BioFord system, every failure is valuable training data—the logic of parameter selection, records of environmental conditions, proofs of erroneous paths... all are deposited, becoming part of the system's "experience."

Next time, AI knows: this path is blocked.

Interestingly, in this field, it's not the one with the strongest computing power that wins, nor the one with the largest model.

Computing power can be bought, but research data cannot.

Jin Yongcheng, Founder & CEO of Kindu Biology, stated: "During the R&D process, we gradually realized that AI for BioScience is not simply about stacking models and data. For those doing experiments, the ultimate problem to solve remains the dilemma of not knowing how to proceed after calculation, and not getting it right when proceeding."

This is the most important, and hardest-to-replicate, moat in the AI4S field.

Four Oxford People, Including a Senior Fellow of Luo Fuli

In 2022, when Jin Yongcheng received his PhD in Bioengineering from the University of Oxford, he faced a choice.

His supervisor was Hagan Bayley, a Fellow of the Royal Society and founder of the UK-listed third-generation sequencing giant Oxford Nanopore. The lab had a strong tradition of "translating research into practice." Staying in the UK was a clear, smooth path.

But he chose another path—packing a "prototype technology" from the lab into his suitcase and bringing it back to China. Accompanying him were three Oxford alumni: Biology PhD Deng Siwei, Computer Science Associate Researcher Sha Lei (PhD in Computer Science from Peking University, senior fellow of Luo Fuli, head of Xiaomi's large model), and Zhou Tianyao, skilled in product commercialization. The four possess complementary backgrounds in bioengineering, AI, computational biology, and business operations, forming a perfect team for highly interdisciplinary research. They had previously collaborated on joint research projects, achieving disease prediction and detection by combining AI and transcriptomics technology.

The company name "Kindu Biology": "Kin" is taken from "Oxford," symbolizing their starting point from top-tier academic institutions like Oxford labs; "du" (渡) signifies ferrying or helping others, representing the destination they believe AI for Science should reach.

Currently, Kindu Biology's BioFord Agent physical AI research platform has been deployed in several prestigious domestic universities with significant results, reducing research cycles from several months to one week.

The Wind Rises: 4 Funding Rounds in 1 Year, A Capital "Enchantment" Scene

However, walking a path "untrodden by predecessors" inevitably comes with solitude.

The early days of entrepreneurship were full of difficulties. At that time, AI startups were booming, but "AI+" attempts in the biological sciences were rare. "Those who understand AI may not understand biological science, and most who understand biological science don't understand AI."

Jin Yongcheng admitted: "Investors once couldn't understand what we were doing."

The team chose the "hardest path": starting from a biological foundational large model, a direction pursued by only a handful of companies globally.

In 2025, a turning point emerged.

That year, the State Council issued the "Opinions on Deepening the Implementation of the 'AI+' Initiative," listing AI for Science among the key areas. The field began to gain momentum.

Kindu Biology achieved the feat of "completing 4 funding rounds in one year." The company's main funding timeline is a benchmark for the industry.

Angel+ Round: Led by Sequoia Capital China Seed Fund;

Pre-A+ Round: Led by Chuangdongfang Investment with tens of millions;

Pre-A+ Round: Received tens of millions in investment from Nanshan Zhanxintou;

Series A Round: Led by Gaotejia Investment with nearly 100 million RMB.

Teng Yuhang, Executive Partner at Gaotejia Investment, stated: "Kindu Biology has transformed life science basic research into a subscribable, scalable 'computing power + experiment' infrastructure."

Jin Yongcheng's goal is even more ambitious: "We are not satisfied with just selling software; we want to build the intelligent operating system for the life science field. Just as Intel defined computing power in the PC era, we hope to define the new R&D paradigm for life science in the AI era."

From Oxford labs to Shenzhen, from being misunderstood to receiving heavy investment from top-tier capital, the story of the four Oxford graduates is not just a startup legend, but a soul-searching inquiry about "what we can do for humanity."

When AI learns to "stay up all night" doing research on its own, scientific discovery may no longer rely on the serendipitous inspiration of geniuses, but become a predictable inevitability. This journey has just begun for them.

Industry Landscape: Kindu Charts a Lightweight Physical AI Path

In the broader AI for BioScience landscape, Kindu is not alone, but its entry point is distinctly different.

The first category is Digital AI Scientists.

Stanford-incubated Biomni (commercialized as Phylo) possesses over 150 specialized tools, capable of automatically performing literature review, hypothesis generation, and bioinformatics analysis.

FutureHouse, backed by Eric Schmidt, is dedicated to building AI scientists that can autonomously generate hypotheses and write papers.

However, while powerful, they remain confined to the digital world.

The second category is the Full-stack Autonomous route.

XtalPi deploys over 300 "AI + robotics" workstations globally.

Lila Sciences, incubated by Flagship Pioneering, with $550 million in funding, attempts to let AI completely take over the design, execution, and redesign of experiments, aiming for "scientific superintelligence."

But these approaches are extremely capital-intensive.

The third category is the End-to-end Pipeline route.

Insilico Medicine pushes AI directly into its own innovative drug pipelines, with its first AI-discovered drug entering Phase III clinical trials, but they are "car builders" rather than "road pavers."

Kindu Biology's choice is: focus on building the physical Harness, creating the "last mile" infrastructure between models and physical experimental systems.

Not engaging in the foundational model race, not pursuing end-to-end pipelines, not creating pure digital AI scientists. Focusing only on that last mile is undoubtedly a more lightweight approach.

Jin Yongcheng articulated this judgment clearly: "The true watershed for AI for Science is not how well the model mimics a scientist's answers, but whether the lab can start functioning like a continuously learning system."

Moreover, in the global AI for Science field, Kindu is not simply "only doing the last mile."

More accurately, it uses the last mile as an entry point to compete for the orchestration rights of the entire scientific workflow.

Compared to pure digital AI scientists, it can interact with the physical world; compared to building heavy-asset science factories from scratch, it has the opportunity to take over clients' existing labs; compared to end-to-end AI drug discovery companies, it doesn't have to bet its fate on a single clinical pipeline.

Its true moat will not be parameter count, but the continuously accumulated experimental trajectories, device interfaces, failure experiences, and cross-laboratory execution network.

As Jin Yongcheng said, the myriad signaling pathways within organisms and the reaction mechanisms full of unknowns are fascinating. "As rich as biology is, so is the prospect of AI for Science."

Exploring the mysteries of life with AI's intelligence—the vast universe for these Oxford prodigies has just begun to unfold.

This article is from the WeChat public account "Xinzhiyuan", author: Xinzhiyuan; Editor: Aeneas KingHZ

Crypto di tendenza

Domande pertinenti

QWhat is GeneLLM, and how does it represent a significant advancement in China's life science AI field?

AGeneLLM is a multi-omics foundation model developed by Jindu Biotechnology, created by four Oxford University returnees. It is hailed as China's 'DeepSeek for Life Sciences.' Its significance lies in being the first multi-omics foundation model in the world trained directly on raw omics data (like RNA, proteomics, metabolomics) without relying on pre-defined gene annotations or labels. This allows it to autonomously learn patterns and 'understand' the language and systems of life from primary biological signals, filling a key gap in China's life science foundation model landscape. It has been published in top journals like Nature Communications and Advanced Science.

QHow does GeneLLM's core training approach mimic Large Language Models (LLMs) like ChatGPT?

AGeneLLM's core approach mirrors that of text-based LLMs. Just as LLMs predict the next 'token' (word piece) in a sequence, GeneLLM predicts the next 'life information token.' It treats the four RNA bases (A, U, G, C) as fundamental tokens. The model processes raw RNA sequencing data by splitting it into fragments using a sliding 7-mer window, creating these biological tokens. It then uses a Transformer architecture to predict the next base in a sequence, learning directly from the raw data without human-curated 'dictionaries' of biological knowledge.

QWhat is BioFord Harness, and what role does it play in the AI for Science (AI4S) ecosystem according to the article?

ABioFord Harness is a physical infrastructure system developed by Jindu Biotech. Its role is to bridge the gap between AI models and the physical laboratory—solving the 'last-mile' problem in AI4S. It transforms a lab into a 'compilable, schedulable, observable, and traceable' system. It does this by 1) compiling scientific intent into executable instructions for diverse lab equipment, 2) managing scheduling, resources, and safety constraints across multiple devices, and 3) ensuring experimental results, logs, and environmental data flow back to optimize the next round of AI models and experimental designs, creating a continuous learning loop.

QWhat distinguishes Jindu Biotech's strategic approach from other major players in the AI for BioScience field?

AJindu Biotech carves out a distinct, 'lightweight' strategic niche by focusing on the 'last mile' infrastructure (BioFord Harness) rather than competing directly in other established approaches. It does not aim to be a pure 'digital AI scientist' (like Biomni), build capital-intensive fully autonomous labs (like Lila Sciences or XtalPi), or develop end-to-end proprietary drug pipelines (like Insilico Medicine). Instead, it specializes in building the physical harness that connects AI models to existing laboratory equipment, allowing it to orchestrate the entire scientific workflow without the massive capital expenditure of rebuilding labs from scratch.

QHow did the founding team's background and the 2025 policy shift contribute to Jindu Biotech's development?

AThe founding team comprised four Oxford alumni with complementary expertise in bioengineering (CEO Jin Yongcheng), biology, computer science (a former colleague of DeepSeek's Luo Fuli), and business operations. This interdisciplinary 'puzzle' was crucial for tackling the highly cross-disciplinary AI for Science challenge. Despite initial investor skepticism, a major turning point came in 2025 when the Chinese State Council issued guidelines prioritizing 'AI+', including AI for Science. This policy tailwind helped validate the field, leading Jindu Biotech to secure an impressive four rounds of funding in one year from top-tier investors like Sequoia Capital China and Gaotejia Investment, fueling its rapid growth.

Letture associate

Trading

Spot

Articoli Popolari

Cosa è $S$

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

229 Totale visualizzazioniPubblicato il 2024.12.17Aggiornato il 2024.12.17

Cosa è $S$

Cosa è AGENT S

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

681 Totale visualizzazioniPubblicato il 2025.01.14Aggiornato il 2025.01.14

Cosa è AGENT S

Come comprare S

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

1.4k Totale visualizzazioniPubblicato il 2025.01.15Aggiornato il 2026.06.02

Come comprare S

Discussioni

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

活动图片