Completely Free, Open-Source Alternative to Claude Science, Use DeepSeek/GLM as You Like

marsbitPublié le 2026-07-07Dernière mise à jour le 2026-07-07

Résumé

Free, Open-Source Alternative to Claude Science: OpenScience Lets Researchers Use Any AI Model Like DeepSeek or GLM Shortly after Anthropic launched Claude Science, a specialized AI workbench for scientific research, the open-source community responded with its own solution: OpenScience. Developed by YC-backed Synthetic Sciences, this platform offers a full AI research workflow covering literature review, hypothesis generation, code experimentation, and paper writing. Unlike Claude Science, which is restricted to macOS/Linux, paid users, and only Claude models, OpenScience is model-agnostic and free. Researchers can use any AI model—DeepSeek, GLM, Claude, GPT, or local models via Ollama—simply by providing their own API keys, keeping data private. OpenScience features over 250 editable research skill packs, more than four times Claude Science's initial offering, and supports one-command installation. It emphasizes openness, arguing that scientific AI tools should not be controlled by a single company. The project includes a clear disclaimer of no affiliation with Anthropic, reflecting caution in the open-source community.

Researchers are ecstatic!!

Less than a week after Anthropic's Claude Science launched, the open-source community has presented its own answer.

An AI research team incubated by YC, has delivered 'the open-source alternative to Claude Science' — OpenScience.

It's also a full-process AI research workbench covering literature search, hypothesis generation, code experiments to paper writing, but it is not tied to any single model provider.

DeepSeek, GLM, Claude, GPT... regardless of domestic or international, use whichever one you want.

Moreover, the project adopts the developer-friendly Apache 2.0 license and can be installed with just one command.

Once the news broke, the project directly trended on X. People bluntly stated:

This is what scientific AI should look like. (Anthropic: Just say my name.)

Claude Science is powerful, but it's unusable...

About 5 days ago, Anthropic officially launched Claude Science at a closed-door event by MIT Technology Review.

This is an AI workbench specifically for scientists, providing various tools and software packages most commonly used by researchers.

For example, previously, a researcher completing a study had to search literature on PubMed, write code in Jupyter, run statistics in R, connect to a cluster via SSH to submit tasks, and then use various tools to create charts and write papers.

Switching between a dozen windows, the mere 'transitions' between tools consumed a huge amount of energy.

What Claude Science aims to do is bundle all of this into the same workbench.

Specifically, it achieves several key integrations:

At the database and toolchain level, it comes with built-in connectors to over 60 scientific databases and pre-configured skill packages, covering common research fields like genomics, single-cell analysis, proteomics, structural biology, chemoinformatics, etc.

You ask in natural language, and specialized Agents automatically perform cross-database queries — no need to manually search databases like UniProt, PDB, Ensembl, ChEMBL, GEO one by one.

It also integrates with NVIDIA's BioNeMo Agent Toolkit, allowing direct connection to life science models like Evo 2, Boltz-2, OpenFold3.

At the execution level, it introduces a multi-agent architecture.

The main Agent handles overall planning, sub-agents process different tasks in parallel, and there is a Reviewer Agent specifically responsible for fact-checking, such as verifying citations, validating calculation results, and flagging potential errors.

The generated output is not just text. It can natively render content like 3D protein structures, genome browser tracks, chemical structure formulas.

Moreover, each chart retains the generation code, runtime environment, natural language description, and complete conversation history.

In some scenarios, scientists can even modify charts with a single sentence, and the system automatically rewrites the underlying code.

At the computing power level, Claude Science can directly interface with your lab's existing infrastructure.

Be it notebooks, Linux servers, or HPC cluster login nodes, it can connect via SSH or use a Modal account to call cloud GPUs on demand, scaling from a single GPU to hundreds.

Large-scale datasets only need to be loaded once; sensitive data never leaves your own system. Only the context needed for each step of analysis is sent to Claude.

Early beta users have already produced some practical cases.

Jerome Lecoq, a neuroscientist at the Allen Institute, used it to build a multi-agent 'computational review template' containing about 20 custom skills, letting sub-agents read thousands of papers, extract core viewpoints and quantitative data, and then generate review chapters one by one.

To put it simply, writing a review used to take two years; now he has about 10 drafts in hand —

Many exceed 100 pages, and all citations have been verified by the Reviewer Agent.

Stephen Francis from the UCSF Brain Tumor Center used it for molecular epidemiological studies of glioma, running germline variant analysis.

He said Claude Science compressed the previously required time to one-tenth, and his team independently validated the results, confirming the analysis was both fast and reliable.

Combined with the evaluation of AI research capabilities by Harvard physicist Matthew Schwartz this past March, Claude's current level is roughly equivalent to a second-year graduate student.

He published a guest post titled "Vibe Physics: The AI Grad Student" on the Anthropic official blog, documenting his entire process of using Claude Opus 4.5 to complete a theoretical physics paper.

His conclusion at the time was:

Current AI research capability is roughly equivalent to a second-year grad student — can work, doesn't complain about being tired, but needs a supervisor to monitor every step.

This assessment was later incorporated by Anthropic into the Claude Science technical documentation as a calibration point for the product's positioning.

However, Claude Science currently has several hard limitations:

Only supports macOS and Linux

Only available to Pro/Max/Team/Enterprise paying users

Only Claude's own models can be used on the platform

These thresholds stacked together, especially for domestic research teams in China, make Claude Science something "visible but out of reach."

Good News: An Open-Source Alternative is Here

Targeting the above limitations, the open-source project OpenScience emerged.

The team behind it is called Synthetic Sciences, founded in San Francisco in 2025, and just graduated from the YC Winter 2026 batch this year.

The founding team's ambition is not small: to build a platform that lets scientists directly delegate complex research tasks to "AI co-scientists," enabling AI to autonomously run the entire chain from literature review to hypothesis generation to experiment execution to paper writing.

They have an internal core belief:

Scientific foundation models need to possess genuine 'research taste,' and this taste cannot be achieved by simply scaling parameters. It must be a two-pronged approach: product and model. Use the product to collect high-quality scientific process data, then use this data to train models with taste.

OpenScience is the first product landing on this path.

Although OpenScience's mission is the same as Claude Science's, they have a fundamental difference:

Model-agnostic.

In Synthetic Sciences' own words:

Scientific AI should be open. The tools humans use for exploration and discovery should not be monopolized by one company, nor should that company decide who is qualified to use them.

Therefore, on this platform, Anthropic, OpenAI, Google, DeepSeek, GLM... as long as you have an API Key, you can connect directly.

You can even run local models, deploy via Ollama, without a single byte of your data leaving your machine.

Your Key stays locally, requests go directly to the model provider, not passing through any intermediate server.

Moreover, OpenScience supports switching models per request.

Within the same workbench, you can use Claude for this step, then switch to DeepSeek for the next, without changing any configuration.

Feature-wise, OpenScience is even more aggressive than Claude Science —

Built-in with over 250 research skill packages, more than 4 times that of Claude Science, covering ML, computational biology, chemoinformatics, etc., and all are readable, editable, and extensible.

Installation is also simple, just one command in the terminal:

Open and use immediately, the workbench automatically pops up in the browser. On first run, select a model source, fill in the API Key, and you can start working.

You can also install it globally:

If configuring Keys is troublesome, the team also provides a hosted platform called Atlas —

Top up a wallet to directly call various cutting-edge models without configuring Keys one by one, plus persistent research graphs and cloud computing power.

But Atlas is not mandatory. You can use OpenScience fully for free with your own Keys, no barrier.

One More Thing

Interestingly, if you scroll to the very bottom of OpenScience's GitHub page, you'll see a statement added specifically:

OpenScience is an independent project. It is not affiliated with, endorsed by, or sponsored by Anthropic. “Claude” is a trademark of Anthropic, PBC, used here only to describe compatibility.

Translation: We are an independent project, with no relation to Anthropic whatsoever. Mentioning "Claude" is purely about describing compatibility, don't read too much into it.

It seems the impression left by the "lobster" incident on the entire open-source community is still too profound.

With OpenClaw changing names several times before, OpenScience this time directly welded the disclaimer onto the first version of the README.

Nothing else — survive first, then talk about being an alternative (doge).

Open-source address:

https://x.com/i/trending/2073904804829741364?s=20

Reference links:

[1]https://x.com/SynScience/status/2073829478393086311?s=20

[2]https://x.com/i/trending/2073904804829741364?s=20

[3]https://www.openscience.sh/

[4]https://www.anthropic.com/news/claude-science-ai-workbench

This article is from WeChat official account "QbitAI", author: Yi Shui

Cryptos en tendance

Questions liées

QWhat is OpenScience and how does it compare to Claude Science?

AOpenScience is an open-source AI scientific research workbench that serves as a free alternative to Anthropic's Claude Science. Unlike Claude Science, which is proprietary and limited to Claude models for paid users, OpenScience is model-agnostic, allowing users to freely choose and switch between various AI models like DeepSeek, GLM, Claude, or GPT via API keys or local deployments. It is released under the Apache 2.0 license and offers more than 250 research skill packages, significantly more than Claude Science's 60+.

QWhat are the key limitations of Claude Science mentioned in the article?

AClaude Science has several key limitations: 1) It only supports macOS and Linux operating systems. 2) It is exclusively available to Pro, Max, Team, and Enterprise paying users. 3) Users are restricted to using only Anthropic's proprietary Claude models on the platform. These restrictions, especially the payment requirement and model lock-in, make it inaccessible to many researchers, particularly in certain regions.

QHow does OpenScience address data privacy and local deployment?

AOpenScience prioritizes data privacy and flexibility by supporting local model deployment. Users can run models locally using tools like Ollama, ensuring that sensitive research data never leaves their own machines. API keys are also stored locally, and requests are sent directly to the model provider without passing through any intermediate servers, giving researchers full control over their data and computational environment.

QWhat was the early user feedback on Claude Science's capabilities?

AEarly internal testers reported positive results. A neuroscientist at the Allen Institute used Claude Science to create a multi-agent computational review template, enabling the generation of lengthy, citation-verified review papers in a fraction of the traditional time (e.g., producing ~10 papers over 100 pages each that previously would have taken years). A researcher at UCSF's Brain Tumor Center used it for molecular epidemiology studies, reducing the required time for germline variant analysis to one-tenth while maintaining result accuracy verified by his team.

QWhat is the stated long-term vision of the Synthetic Sciences team behind OpenScience?

AThe Synthetic Sciences team aims to build a platform where scientists can delegate complex research tasks to 'AI co-scientists' that autonomously handle the entire research pipeline from literature review to hypothesis generation, experiment execution, and paper writing. They believe that truly capable scientific foundation models require 'research taste,' which cannot be achieved by merely scaling model parameters. Instead, it requires a product-model co-development approach, where the product collects high-quality research process data to train models with genuine scientific intuition.

Lectures associées

La secrétaire au Trésor américain tente de contenir les rendements des bons du Trésor et alimente les « transactions de dépréciation monétaire » ! L'or atteint un plus haut de trois mois, le Bitcoin bondit de plus de 25 % en une semaine

La déclaration de la secrétaire américaine au Trésor, Janet Yellen, visant à contenir les rendements des obligations d'État à long terme n'a eu qu'un effet éphémère sur le marché obligataire. Cependant, elle a accentué un mouvement de marché baptisé « trade de la dépréciation monétaire », alimenté par des craintes concernant le déficit budgétaire américain et l'orientation de la politique économique. Ce scénario s'est traduit par un affaiblissement du dollar, tandis que l'or a atteint un sommet de trois mois et le bitcoin a bondi de plus de 25% en une semaine, leur corrélation étant à son niveau le plus élevé depuis la pandémie, renforçant le récit des cryptomonnaies comme couverture. Les analystes soulignent les limites de l'action du Trésor face aux pressions structurelles sur les taux : un déficit public élevé, une inflation persistante et une concurrence mondiale intense pour les capitaux, notamment en raison des emprunts publics massifs et des besoins de financement colossal du secteur de l'intelligence artificielle. Malgré la résilience des marchés actions, portés par des anticipations de bénéfices solides, le rendement des obligations américaines approchant les 5% constitue une pression concurrentielle croissante. Ray Dalio a conseillé de réduire l'exposition aux obligations et de détenir de l'or et du bitcoin pour se prémunir contre un risque de crise de la dette américaine. Si la logique du « trade de la dépréciation » reste séduisante, certains doutent de sa pérennité en l'absence de nouveau catalyseur immédiat, notant la modeste ampleur des rachats annoncés par rapport au marché obligataire global. La tension entre le souhait du Trésor de maîtriser les coûts d'emprunt et l'objectif de la Fed de réduire son intervention sur les marchés reste un point d'attention majeur pour les investisseurs.

华尔街日报Il y a 2 h

La secrétaire au Trésor américain tente de contenir les rendements des bons du Trésor et alimente les « transactions de dépréciation monétaire » ! L'or atteint un plus haut de trois mois, le Bitcoin bondit de plus de 25 % en une semaine

华尔街日报Il y a 2 h

Aleksandr Chokhine : le monde des affaires a besoin d'un taux directeur inférieur à 10 % et d'un dollar entre 90 et 95 roubles

Alexandre Chokhine, président du syndicat russe des industriels et des entrepreneurs (RSPP), évoque l'utilisation possible d'outils « non marchands » pour maintenir le rouble dans un corridor de change prédéfini. Selon lui, cette approche réduirait la volatilité excessive de la monnaie nationale et apporterait la stabilité nécessaire aux entreprises. L'idée d'un corridor de change pour le rouble n'est pas nouvelle. Chokhine l'a déjà mentionnée, soulignant que le taux de change actuel n'est pas entièrement déterminé par le marché en raison du volume limité des transactions et d'une faible demande en devises étrangères. De nombreux acteurs économiques préconisent de fixer un corridor, même par des moyens non conventionnels, pour garantir la prévisibilité. L'objectif du monde des affaires pour fin 2026 est une combinaison de taux directeur de la Banque centrale à 12%, une inflation entre 4 et 5%, et un taux de change du dollar autour de 90-95 roubles. Chokhine précise qu'une baisse du taux directeur en dessous de 10% serait idéale pour les entreprises, et souligne l'importance cruciale d'une monnaie stable pour les décisions d'investissement. Enfin, une analyse rappelle que la Russie a déjà expérimenté un corridor de change entre 1995 et 1998, un système qui a finalement cédé lors du défaut d'août 1998, illustrant la vulnérabilité de tels mécanismes en période de chocs externes. La question centrale reste la capacité à défendre un tel corridor, ce qui nécessiterait des réserves substantielles, surtout dans un marché des changes aux liquidités limitées. L'évolution de ce débat vers des propositions concrètes sera à observer dans les prochains mois.

cryptonews.ruIl y a 4 h

Aleksandr Chokhine : le monde des affaires a besoin d'un taux directeur inférieur à 10 % et d'un dollar entre 90 et 95 roubles

cryptonews.ruIl y a 4 h

Le train vers le Bitcoin a-t-il déjà quitté la gare ? L'indicateur personnalisé a cessé d'émettre des signaux !

La hausse du prix du Bitcoin a fait sortir l'indicateur AHR999, suivi par les investisseurs à long terme, de la zone d'"achat au creux". L'indicateur est revenu à sa plage d'achat normale d'environ 0,45 à 1,20 après environ 82 jours. Selon des sources, l'indicateur Ahr999 a atteint 0,5073 après la récente augmentation du Bitcoin, le faisant passer de la zone de "creux d'achat" (inférieure à 0,45) à la zone de coût moyen en dollar (DCA). Dans le cycle actuel, la période où l'indicateur est resté sous 0,45 a duré du 29 mai au 19 août, soit environ 82 jours, indiquant la fenêtre pour acheter le Bitcoin à son niveau le plus bas. L'indicateur AHR999 évalue à la fois le rendement à court terme des achats de Bitcoin et l'écart entre le prix actuel et une valorisation estimée. Il est particulièrement utile pour les investisseurs utilisant des stratégies d'achat progressif à long terme, permettant d'identifier les périodes où le marché est relativement bon marché ou cher. Historiquement, un indice inférieur à 0,45 est interprété comme un "achat au creux", entre 0,45 et 1,20 comme un achat régulier, et au-dessus de 1,20 comme une zone où le prix peut être relativement élevé. Cependant, cet indicateur seul n'est pas considéré comme un signal d'achat ou de vente définitif. *Ceci n'est pas un conseil en investissement.

cryptonews.ruIl y a 4 h

Le train vers le Bitcoin a-t-il déjà quitté la gare ? L'indicateur personnalisé a cessé d'émettre des signaux !

cryptonews.ruIl y a 4 h

Trading

Spot

Articles tendance

Comment acheter GLM

Bienvenue sur HTX.com ! Nous vous permettons d'acheter Golem (GLM) de manière simple et pratique. Suivez notre guide étape par étape pour commencer votre parcours crypto.Étape 1 : Création de votre compte HTXUtilisez votre adresse e-mail ou votre numéro de téléphone pour ouvrir un compte sur HTX gratuitement. L'inscription se fait en toute simplicité et débloque toutes les fonctionnalités.Créer mon compteÉtape 2 : Choix du mode de paiement (rubrique Acheter des cryptosCarte de crédit/débit : utilisez votre carte Visa ou Mastercard pour acheter instantanément Golem (GLM).Solde :utilisez les fonds du solde de votre compte HTX pour trader en toute simplicité.Prestataire tiers :pour accroître la commodité d'utilisation, nous avons ajouté des modes de paiement populaires tels que Google Pay et Apple Pay.P2P :tradez directement avec d'autres utilisateurs sur HTX.OTC (de gré à gré) : nous offrons des services personnalisés et des taux de change compétitifs aux traders.Étape 3 : stockage de vos Golem (GLM)Après avoir acheté vos Golem (GLM), stockez-les sur votre compte HTX. Vous pouvez également les envoyer ailleurs via un transfert sur la blockchain ou les utiliser pour trader d'autres cryptos.Étape 4 : tradez des Golem (GLM)Tradez facilement Golem (GLM) sur le marché Spot de HTX. Il vous suffit d'accéder à votre compte, de sélectionner la paire de trading, d'exécuter vos trades et de les suivre en temps réel. Nous offrons une expérience conviviale aux débutants comme aux traders chevronnés.

200 vues totalesPublié le 2024.12.10Mis à jour le 2026.06.02

Comment acheter GLM

Discussions

Bienvenue dans la Communauté HTX. Ici, vous pouvez vous tenir informé(e) des derniers développements de la plateforme et accéder à des analyses de marché professionnelles. Les opinions des utilisateurs sur le prix de GLM (GLM) sont présentées ci-dessous.

活动图片