You Know Copilot. But What Should You Use When You Need AI for Research?

Generative AI is no longer just an experiment for enthusiasts at Masaryk University. Students use it in their studies, teachers in preparing their courses, and researchers when working with texts, data and code. Most of us are already familiar with Microsoft Copilot, an assistant integrated into the Microsoft 365 environment.

16 Sep 2026 Ivana Křenková

Copilot Is Not the Only AI Infrastructure Available to the MUNI Academic Community

CERIT-SC at the Institute of Computer Science of Masaryk University, part of the national e-INFRA CZ infrastructure, also offers AIaaS (AI as a Service). The service provides access to large language models operated on infrastructure located in the Czech Republic, giving researchers another option for using generative AI when working with data, text or code.

Two AI Tools, Two Different Worlds

If you need to write an email, summarise a Word document, prepare a presentation or work with content in Microsoft 365, Copilot is a natural choice. Its main advantage lies in its integration with the tools already used across the university.

For research, programming or working with your own data, however, you often need something different: the ability to control the model programmatically, connect it to your own tools, experiment with different models or work with data in an environment over which you have greater control.

This is precisely what the CERIT-SC AI infrastructure, AIaaS, is designed for.

  Microsoft Copilot CERIT-SC AIaaS
Typical use Emails, documents, presentations, everyday research and information searches Research, programming, data analysis, teaching
Integration Word, Excel, PowerPoint, Outlook and other Microsoft 365 applications API, JupyterHub, IDEs, custom applications and tools
Data Enterprise Data Protection in the Microsoft cloud Operated on e-INFRA CZ infrastructure in the Czech Republic
API Primarily within the Copilot/Azure ecosystem OpenAI-compatible API
Models Commercial Microsoft/OpenAI models A selection of leading open-source models
Programming Assistance in chat and Microsoft 365 Scripts, pipelines, Jupyter, agentic tools and IDEs
Working with your own documents Yes, within the Microsoft 365 ecosystem RAG and other options for working with your own data
Scientific resources Web search For example, arXiv and GitHub integration
Cost for MUNI users Copilot Chat is available; advanced licences may require payment Available to MUNI students and staff

It’s Not About Competition. It’s About Choosing the Right Tool.

Copilot has one major advantage: it is already where you work. If you have Word or Outlook open and need to quickly create, edit or summarise something, there is no additional setup required.

CERIT-SC, on the other hand, comes into its own when you do not want to simply use AI, but integrate it into your own workflows.

1) When Data Are Sensitive, Where the AI Runs Matters

One of the most important differences lies in the underlying infrastructure. The university version of Copilot provides Enterprise Data Protection. Among other things, this means that organisational data are protected from being used to train public models. For everyday work, this is an important and useful safeguard.

However, the data are still processed within Microsoft’s cloud infrastructure. CERIT-SC offers a different model: AI services run on e-INFRA CZ’s own physical infrastructure in the Czech Republic. The service is based on NVIDIA accelerator clusters and is designed, among other things, for working with research data and developing custom solutions.

This can be particularly important when working with:

  • unpublished research results,
  • data generated within research projects,
  • internal experimental data,
  • data subject to restrictions arising from grant conditions.

If it matters to you not only that your data are not used to train a model, but also where they are physically processed, CERIT-SC offers a fundamentally different option.

2) When You Want to Integrate AI into Your Own Program, Copilot Is Not Enough

Imagine you have a Python script that processes thousands of records every day. You want AI to classify the results, generate a structured output and then pass it on to the next step in the analysis. In a standard Copilot chat, you can of course ask it to write or modify the code you need. But what if you want to call the AI directly from your own program?

CERIT-SC provides an OpenAI-compatible API at llm.ai.e-infra.cz. For developers, this makes a crucial difference: the LLM does not have to remain confined to a web chat window. You can integrate it directly into your own program, script, research pipeline or application.

The same principle can be used, for example, in Python or R, in automated data processing, when developing custom applications, or when experimenting with AI agents.And this is one of the key differences: Copilot helps you work. CERIT-SC lets you integrate AI into the way you work.

3) AI Directly in Jupyter: From Question to Result Without Switching Windows

For many researchers and students, the main working environment is not Word or Excel, but JupyterLab. That is why CERIT-SC offers AI integration directly in Jupyter Notebook. AI can assist with writing, explaining, debugging and optimising code in Python or R.

Instead of the workflow: Jupyter → copy code → AI chat → copy response → back to Jupyter

you can work with AI directly in the environment where you perform your analysis.

This is useful not only for experienced programmers. For students, AI can also serve as a guide when learning to code, explaining errors or suggesting the next step directly while they work in the notebook.

4) More Than Just Chat: arXiv, GitHub, Your Own Documents and Python

CERIT-SC AIaaS is more than just another website where you type in a question. The Chat AI environment, built on Open WebUI, includes tools tailored to the needs of researchers and developers. These include working with scientific resources from arXiv, searching GitHub, running Python in a sandbox environment, and working with your own documents using RAG.

It is precisely this combination of a language model and additional tools that matters. A research question often does not simply sound like: “Write me a text about quantum physics.” It may instead be: “Find relevant papers, compare their approaches, extract the methods and results they used, and prepare the material for further analysis.” In such cases, a simple chatbot becomes a working tool for research.

5) What About New AI Models?

Another key difference lies in access to models. Copilot is built around the ecosystem of commercial Microsoft and OpenAI models. Users do not need to decide which model to choose, which can be an advantage for everyday use.

CERIT-SC takes a different approach. It provides access to powerful open-source models and allows users to work with different models depending on the specific task. The available portfolio includes, for example, recent models from the Kimi, GLM, Qwen, DeepSeek and GPT-OSS families.

This is particularly important for research and development: you can experiment, compare models and identify the solution best suited to a specific task, rather than being limited to a single predefined AI product.

6) AI for Programmers: From Code Generation to Agents

AI is no longer just about generating a few lines of Python. Modern development is increasingly moving towards so-called agentic systems – tools that can work with repositories, run commands, modify files, or interact with other services.

CERIT-SC therefore also supports tools and integrations designed for this way of working, including environments such as Claude Code, OpenCode, other agentic and IDE tools, as well as support for MCP servers.

For developers, AI no longer has to be “a window next to the editor”. It can become part of the development environment itself. This opens up opportunities for faster prototyping, code refactoring, automation of routine tasks, and the development of custom research applications.


So: Copilot or an LLM from CERIT-SC?

The simplest answer is: it depends on what you are doing.

Choose Copilot when you…

  • are writing or editing an email,
  • work in Word, Excel or PowerPoint,
  • need to quickly summarise a document,
  • are preparing a presentation,
  • are doing a general information search,
  • want to use AI without any technical setup.

Choose an LLM from CERIT-SC when you…

  • work with sensitive or unpublished research data,
  • want AI infrastructure operated in the Czech Republic,
  • need to call an LLM from Python, R or your own application,
  • want to integrate AI into a research pipeline,
  • develop software and want AI directly in your IDE,
  • want to build your own AI agents,
  • want to connect an LLM with your own tools and data.

AI Doesn’t Have to Be Just a Chatbot

For academia, perhaps the most important shift is a change in perspective. An LLM does not have to be just a place where you enter a question and receive an answer. It can become part of an experiment. It can analyse data, assist with programming, work with documents, form part of a research workflow, or power a custom application. And this is where the AI services provided by CERIT-SC play a key role.

Microsoft Copilot offers MUNI users a convenient way to access AI directly in their everyday work. CERIT-SC adds something different: open AI infrastructure that gives the academic community significantly more room for experimentation, programming and research.

There is therefore no need to decide which tool “wins”. Use Copilot where its integration with Microsoft 365 serves you best. And when you need AI for research, data, code or your own application, try CERIT-SC.


AI Community on Its Own Infrastructure

AI tools are evolving rapidly. New models, features and ways of using them are constantly emerging, which makes it valuable to have a place where users can ask questions, seek advice and share experiences with others.

CERIT-SC provides its own communication environment for this purpose on the Matrix platform. Like the AI services themselves, Matrix runs on infrastructure operated in-house rather than as a standard public communication service provided by a third party.

Two main rooms are available to users of CERIT-SC LLM services:

  • LLM – General is a space for questions, discussion and exchanging experiences. Users can ask about CERIT-SC AI services, share tips on working with models or prompt engineering, and see how other students, researchers and developers are using AI.
  • LLM – Status serves as the official information channel. It provides updates on service availability, planned maintenance, new models and possible outages.s serves as the official information channel. It provides updates on service availability, planned maintenance, new models and possible outages.

The advantage is that the community and technical support are built directly around the infrastructure you use. If you run into a problem or have an idea for using AI in research or teaching, you do not have to rely solely on documentation or figure it out on your own.

Matrix therefore adds another important layer to the AI services themselves: a community of people who use them and explore new ways of working with AI together.​


How to Get Started

CERIT-SC AI LLM services are available to MUNI students and staff, as well as MetaCentrum users. Detailed information, guides and the latest updates are available in the CERIT-SC documentation. Communication rooms on the Matrix platform are also available to the user community, providing a space to share experiences, tips and questions.

AIaaS Documentation Matrix Microsoft Copilot at MUNI


More articles

All articles

You are running an old browser version. We recommend updating your browser to its latest version.