A "concept" is one piece of knowledge in your brain — and it's just one plain-text file with a few little labels at the top. Write one now and you've made your first real building block.
.md instead of
.txt. The .md on the end is just a label that says "this is markdown." That's all a
"file type" means here.---. It tells your AI what the file is. We'll show you exactly what to type.Every concept file has two parts: a frontmatter block (the few labels between the two ---
lines) and a body (the actual content, written as plain text underneath). That's the whole format.
---
type: profile ← the frontmatter (labels)
title: About Me
---
I'm Jake — I build... ← the body (plain markdown)
A "field" is just one of those labels at the top (like title:). Only one field is required. The rest
are optional but worth adding — they help your AI find and use the concept later.
profile, faq, tools. Your choice of label.[identity] or [identity, work].Take the first item from your Brain Plan (Lobe 02) and write it. Copy the template below into any text box you
like for now (a plain note, an empty document, or even a chat message to yourself), then fill in the blanks. We'll
turn it into a real .md file in Step 5 — for now it's just text.
Keep the two --- lines exactly as they are, and keep the
spacing — a label, a colon, a space, then your text (like title: About Me).
---
type:
title:
description:
tags: [ ]
---
(write the content here, in plain language — facts your
AI should know, kept tight and useful)
---
type: profile
title: About Me
description: Who I am and what I do
tags: [identity]
---
I'm Jake — I build and teach practical AI for non-developers.
I run the JakeDoesAI newsletter and the AI Frontier Builders
community.
Keep advice concrete and beginner-friendly.
Before you turn it into a file, glance over what you wrote:
--- line and closes the labels with a second --- line.type: line (that's the one required label).--- line..md fileNow make it a real file. Pick whichever way feels easiest — they all give the same result:
Paste your finished concept into ChatGPT or Claude (the free web version is fine) and send this exact message:
Save the text above as a downloadable file
named profile.md (plain markdown, nothing changed).
It'll give you a file to download. Click it, and it lands in your computer's Downloads folder. Done.
profile.md (the
.md on the end is what matters) → Save.profile.md as the name → Save.Use a lowercase name like profile.md — not
Profile.MD. Lowercase keeps things tidy and predictable.
.md file with the labels on top
and your content below. That's a real concept — your first building block. Next up — Lobe 04: write the rest and
gather them into a brain.
Tip: don't aim for perfect — aim for true and useful. You'll refine every concept once you see how your agent uses it in Lobe 05.