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

marsbitОпубликовано 2026-07-07Обновлено 2026-07-07

Введение

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

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

Связанные с этим вопросы

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.

Похожее

‘Поощрять демократию’ ценой безопасности? Внутри эксплойта Bonk на $20 млн

Мемкоин-проект BonkDAO стал жертвой взлома, в результате которого было похищено 20 миллионов долларов. Инцидент произошел из-за вредоносного предложения по управлению (governance proposal). Злоумышленник, приобретя достаточно токенов BONK, создал предложение, которое с минимальным порогом одобрения в 1% позволило вывести средства из казны проекта. Аналитики безопасности раскритиковали слабые настройки управления BonkDAO, указав на отсутствие необходимых мер защиты, таких как период блокировки или требование множественных подтверждений для транзакций казны. Исследователь Тейлор Монахан отметила, что данный случай демонстрирует проблему приоритета «демократизации» через DAO в ущерб безопасности. После новости о взломе цена токена BONK упала на 10%. Несмотря на это, данные on-chain-аналитики показывают, что крупные держатели (киты) продолжают накопление токена с середины июня, что может поддержать цену. Однако если рыночные условия ухудшатся, мемкоин может обновить годовой минимум. Проект сотрудничает с правоохранительными органами и биржами для расследования инцидента.

ambcrypto33 мин. назад

‘Поощрять демократию’ ценой безопасности? Внутри эксплойта Bonk на $20 млн

ambcrypto33 мин. назад

Zoomex X Space: Итоги встречи с Дэвидом Джеймсом и Панелью трейдеров Чемпионата мира

Zoomex провел третий эпизод X Space в рамках своей благотворительной инициативы «World Cup Impact Pledge», собрав на одной виртуальной сцене голкипера сборной Англии Дэвида Джеймса и панель трейдеров. Обсуждались плей-офф, психология пенальти, философия вратарского искусства и шансы Англии на победу, в которую Джеймс верит безоговорочно. Ключевой темой стала параллель между подготовкой вратаря и трейдера. Джеймс объяснил, что давление возникает не от частых ударов, а от необходимости сделать ключевой сейв после долгого бездействия, когда концентрация должна быть на пике. Подобно трейдеру, который не боится следующего движения рынка благодаря своей стратегии, подготовленный вратарь не боится удара — он к нему готов. Особое внимание уделили пенальти. Джеймс описал два режима: чистую подготовку (анализ данных, привычек бьющего) и чистый инстинкт, который может подвести. Он подчеркнул, что ритуалы и мысленные репетиции — это всегда результат практики, а не спонтанность. Эта идея напрямую соотносится с трейдингом, где глубокий анализ данных оттачивает интуицию для прогнозирования рынков. Джеймс также затронул эволюцию вратарской позиции, отметив, что изменения в правилах (например, ввод мяча в игру от ворот) превратили качественный первый пас из опции в обязательное требование, в то время как физические аспекты игры остались прежними. В завершение Джеймс подтвердил свой прогноз на победу Англии, выбранную им благотворительной организацией стала UEFA Foundation, в пользу которой Zoomex выделит 1000 USDT, а в случае верного прогноза — дополнительно 5000 USDT.

TheNewsCrypto44 мин. назад

Zoomex X Space: Итоги встречи с Дэвидом Джеймсом и Панелью трейдеров Чемпионата мира

TheNewsCrypto44 мин. назад

Глубокое изучение списка партнеров Open USD: посмотрите, кто вошел, и вы поймете, куда направляются деньги

**Open USD: Анализ альянса партнеров и направления финансовых потоков** Стабильная монета Open USD дебютировала с беспрецедентной коалицией из более чем 150 партнеров, включая BlackRock, Visa, Mastercard, Stripe, Coinbase, крупные банки (BNY Mellon, Bank of America), технологических гигантов (Google, IBM), торговые платформы (Shopify) и криптокомпании (Ripple, Aave, MetaMask). Этот список раскрывает, кто видит в стейблкоинах будущее критической финансовой инфраструктуры и стремится не остаться в стороне. **Мотивы ключевых игроков:** * **Управляющие активами (BlackRock):** Стремятся управлять огромными резервами стейблкоина, получая комиссию. * **Торговцы и банки (Shopify, банки):** Для торговцев — снижение комиссий за прием платежей и доход с остатков. Для банков — защитная стратегия: вместо того чтобы терять депозиты, они присоединяются к альянсу, чтобы сохранить роль в расчетах и получить долю дохода от резервов. * **Технологические компании (Google, IBM):** Видят в открыто управляемом стейблкоине идеальный инструмент для программируемых платежей между машинами в будущем. * **Криптосектор:** Получает доступ к мейнстрим-партнерам и ликвидности, обеспечивая новой монете реальную полезность с первого дня. **Парадокс и проблема:** В альянс вступили прямые конкуренты (Visa/Mastercard, Coinbase/Ripple). Их объединяет страх остаться вне новой инфраструктуры, даже если она угрожает их текущему бизнесу (как в случае с карточными сетями). Однако общее управление может замедлить принятие решений. **Вывод:** Список партнеров Open USD показывает сдвиг парадигмы: стейблкоин больше не продукт одной компании (как у Circle или Tether), а общая инфраструктура, которой индустрия предпочитает коллективно владеть. Главная угроза для существующих игроков — не технология, а то, что их потенциальные клиенты объединились, чтобы создать альтернативу.

Foresight News1 ч. назад

Глубокое изучение списка партнеров Open USD: посмотрите, кто вошел, и вы поймете, куда направляются деньги

Foresight News1 ч. назад

IOSG: Обратный отсчет до Q‑Day — Положит ли квантовый вычисления конец криптовалюте?

Квантовые вычисления представляют долгосрочную системную угрозу для криптографии, лежащей в основе блокчейнов и активов Web3, а не мгновенный "конец". Ключевой риск заключается в том, что будущие устойчивые к ошибкам квантовые компьютеры (CRQC) смогут взломать текущие алгоритмы с открытым ключом (например, ECDSA, BLS) с помощью алгоритма Шора, позволяя восстановить закрытые ключи из публичных, обнародованных в блокчейне (например, в старых биткойн-транзакциях). В ответ разрабатывается постквантовая криптография (PQC). NIST уже стандартизировал алгоритмы на основе решёток (ML-KEM, ML-DSA) и хэшей (SLH-DSA). Однако переход для блокчейнов — это сложнейшая задача скоординированного обновления всей экосистемы (протоколы, кошельки, биржи), осложнённая такими проблемами, как увеличение размера подписей PQC. Основные испытания для ведущих сетей: * **Биткойн**: Главный вызов — социальный консенсус и управление. Необходимо решить, как безопасно перенести активы, особенно "спящие" монеты с обнародованными ключами, не нарушая принцип "код — закон". * **Эфириум**: Основная сложность — техническая: необходимо согласованно обновить криптографию на нескольких уровнях (учётные записи, консенсус, данные) с помощью стратегий вроде абстракции счетов и повышения "криптографической гибкости". Отрасль имеет "окно комфорта" в 5-8 лет для подготовки. Хотя квантовый апокалипсис маловероятен, рынок может переоценить активы раньше срока, если прогнозы появления CRQC сдвинутся или крупные игроки начнут активный переход на PQC.

marsbit1 ч. назад

IOSG: Обратный отсчет до Q‑Day — Положит ли квантовый вычисления конец криптовалюте?

marsbit1 ч. назад

Торговля

Спот

Популярные статьи

Как купить GLM

Добро пожаловать на HTX.com! Мы сделали приобретение Golem (GLM) простым и удобным. Следуйте нашему пошаговому руководству и отправляйтесь в свое крипто-путешествие.Шаг 1: Создайте аккаунт на HTXИспользуйте свой адрес электронной почты или номер телефона, чтобы зарегистрироваться и бесплатно создать аккаунт на HTX. Пройдите удобную регистрацию и откройте для себя весь функционал.Создать аккаунтШаг 2: Перейдите в Купить криптовалюту и выберите свой способ оплатыКредитная/Дебетовая Карта: Используйте свою карту Visa или Mastercard для мгновенной покупки Golem (GLM).Баланс: Используйте средства с баланса вашего аккаунта HTX для простой торговли.Третьи Лица: Мы добавили популярные способы оплаты, такие как Google Pay и Apple Pay, для повышения удобства.P2P: Торгуйте напрямую с другими пользователями на HTX.Внебиржевая Торговля (OTC): Мы предлагаем индивидуальные услуги и конкурентоспособные обменные курсы для трейдеров.Шаг 3: Хранение Golem (GLM)После приобретения вами Golem (GLM) храните их в своем аккаунте на HTX. В качестве альтернативы вы можете отправить их куда-либо с помощью перевода в блокчейне или использовать для торговли с другими криптовалютами.Шаг 4: Торговля Golem (GLM)С легкостью торгуйте Golem (GLM) на спотовом рынке HTX. Просто зайдите в свой аккаунт, выберите торговую пару, совершайте сделки и следите за ними в режиме реального времени. Мы предлагаем удобный интерфейс как для начинающих, так и для опытных трейдеров.

276 просмотров всегоОпубликовано 2024.05.07Обновлено 2026.06.02

Как купить GLM

Обсуждения

Добро пожаловать в Сообщество HTX. Здесь вы сможете быть в курсе последних новостей о развитии платформы и получить доступ к профессиональной аналитической информации о рынке. Мнения пользователей о цене на GLM (GLM) представлены ниже.

活动图片