AI @ MCS

Start Here

Welcome to AI at MCS.

Two paths below — pick the one that fits. No background assumed.

New to AI

Just getting started. What is this thing, actually.

What a model actually is

An LLM (large language model) predicts the next word — repeatedly, very fast. It doesn't reason or retrieve facts the way a database would. It learned patterns from a massive amount of text, and it generates responses that fit those patterns. That's it.

Three terms worth knowing

Prompt Your input to the model. Everything the model sees before it starts writing.
Context window The total amount of text the model can hold in memory at once — your messages, its replies, any documents you've attached.
System prompt Instructions set before the conversation begins. Defines the model's role, tone, and constraints. You rarely write this directly — tools like Synapse or Claude Code set it for you.

Assistant vs. agent vs. tool

Assistant You ask, it answers. One turn at a time. Synapse Chat is an assistant.
Agent Given a goal, it plans and executes steps on its own — reading files, calling APIs, running commands — until it's done or stuck.
Tool / skill A capability given to an agent: a function it can call, a file it can read, a command it can run. Skills in Claude Code are tools.

One thing to remember

Models hallucinate. They can state wrong information with full confidence. Never trust a factual claim without checking a primary source — especially for names, dates, versions, or regulations.

New to MCS AI

Already know AI basics. What does MCS use, and how.

Your toolkit

Synapse Chat ↗

Quick questions, ideation, drafting documents, exploring an unfamiliar topic.

Web UI. Works in any browser. No setup.

Claude Code ↗

Writing, reading, and modifying code and files in a real project.

CLI tool. Lives in your terminal. Reads your actual files. Runs commands.

Cline ↗

Same as Claude Code, but embedded inside VS Code.

VS Code extension. Uses the same Synapse Gateway endpoint.

Where things live

This portal Browse the catalog of skills, tools, assistants, and projects the team has built.
Confluence AIMCS Setup guides, skill documentation, technical references, and the skills library.