Rresearch / ai← Universe

ESSENTIAL KNOWLEDGE · NO CODING REQUIRED

Understand AI.
Stay curious.

A friendly field guide for researchers who want the useful ideas—not a computer-science degree.

START HERE

Follow the seven stops, search a term, or ask the guide a question.

Begin the journey ↓
context!verify ↗

THE BIG PICTURE

ENGINELLM
ApplicationToolSkillAgentMCP & connectors bring authorised tools and data into reach

One ecosystem.
Different jobs.

The model generates. The application gives you a place to work. Tools add capabilities. Skills make work repeatable. Agents coordinate steps.

SEVEN SHORT STOPS

From “what is AI?”
to working wisely.

01

MEET AI

A pattern engine, not an oracle

AI can summarise, compare, draft and transform information. It does not independently know whether a claim is true. Treat it as a capable assistant whose work still needs evidence and judgement.

Fluency ≠ truth
02

MAP THE ECOSYSTEM

Model → app → tool → skill

The model is the engine. An application is the vehicle. Tools give it capabilities. Skills provide reusable ways of working. Agents coordinate multiple steps.

Choose the smallest thing that solves the task
03

INSIDE A CHAT

Pack the context suitcase

Your instructions, conversation, files and sources form the current context. Tokens measure how much text is processed. Clear, relevant context beats a giant information dump.

Goal + context + sources + constraints + output + checks
04

GET STARTED

No coding required

Begin with ChatGPT on the web or desktop. Use Codex when you want an agent to create files, analyse data, build a site or work with code. Start with a small, reviewable task.

Ask for an explanation before a change
05

RESEARCH JOURNEY

Use AI at the right moment

Explore questions, search and read literature, organise notes, analyse data, generate figures, revise prose and prepare presentations—without outsourcing scientific decisions.

AI assists the stage; the researcher owns the claim
06

WORK WELL

Prompt, inspect, refine

Break complex work into stages. Ask for assumptions. Compare outputs with original sources. Record important prompts, model or application, date and human changes.

Verification is part of the workflow
07

BUILD & EXTEND

Turn repetition into a workflow

When a task repeats, shape it into a skill. Use connectors or MCP when authorised external data is needed. Automate only after the manual workflow is trustworthy.

Reliable first, automatic second

VISUAL EXPLAINER

Pack the
context suitcase.

The AI can work only with what is available in its current context. Pack what matters; leave out noise and sensitive material.

GoalFilesSourcesConstraintsConversationTokens measure what fits inside

AI ACROSS A RESEARCH JOURNEY

01Question02Search03Read04Design05Analyse06Figure07Write08Share

AI can assist every stage. The researcher still owns the question, method, interpretation and claim.

SEARCHABLE GLOSSARY

Jargon,
translated.

foundation

AI

Computer systems that perform tasks associated with human intelligence—without thinking exactly like a person.

foundation

Generative AI

AI that creates new text, images, audio or code from patterns learned during training.

Aafoundation

LLM

A large language model: the underlying engine that predicts and generates language.

···conversation

Token

A small unit of text processed by a model. Your prompt, files and answer all use tokens.

conversation

Context

The information currently available to the model: instructions, messages, files and tool results.

conversation

Prompt

Your request to the AI. Useful prompts clarify the goal, context, sources, constraints and output.

ecosystem

Application

A complete product such as ChatGPT, Elicit or NotebookLM.

ecosystem

Tool

A capability an AI can use—such as web search, Python, file reading or image generation.

ecosystem

Skill

A reusable workflow that tells an AI how to complete a recurring task and check its work.

ecosystem

Agent

AI that can plan steps, use tools and work toward a goal while remaining under human direction.

ecosystem

MCP

A standard way for AI systems to connect with external tools and authorised data.

ecosystem

RAG

Retrieval-augmented generation: finding relevant sources first, then using them to support an answer.

?!responsibility

Hallucination

A fluent but unsupported or incorrect AI response. Plausible wording is not evidence.

responsibility

Grounding

Connecting an AI response to supplied documents, trusted databases or verified web sources.

foundation

Multimodal

Able to work across more than one medium, such as text, images, audio and files.

YOUR FIRST 15 MINUTES

Start small.
Stay in control.

C

CHATGPT · SIMPLEST ROUTE

Open it in your browser

  1. Open ChatGPT and sign in
  2. Start a fresh conversation
  3. Describe one small research task
  4. Check the answer against a source
Open ChatGPT ↗
X

CODEX · NO-CODE FRIENDLY START

Work in a safe folder

  1. Start with the desktop experience
  2. Choose a small folder or project
  3. Ask for a plan before edits
  4. Review changes and approvals
View official quickstart ↗

A PROMPT RECIPE WORTH KEEPING

1Goal2Context3Sources4Constraints5Output6Checks

ASK THIS GUIDE · NO AI TOKEN USED

Curious about
something?

This searches a curated answer library stored inside the page. It does not call an AI model, consume API tokens or send your question elsewhere.

CURATED ANSWER

What is AI?

AI is a broad term for computer systems that perform tasks associated with human intelligence. Generative AI creates new text, images, audio or code by learning patterns—not by understanding the world exactly as a person does.