Mind

Hand-written in C / no pretrained model

A small mind,
learning to speak.

It was taught from nothing, one conversation at a time, and it writes back to you letter by letter. It is still learning, and it would love to meet you.

Mind Listening
Hi there. I am Mind. I learn from everyone who talks with me, including you. I am really glad you stopped by. What is on your mind today?

It talks with one person at a time and takes a few seconds to think. That pause is real. It is writing the reply letter by letter, so be gentle with it. You are part of how it grows.

It keeps one memory for everyone who visits, so whatever you tell it, the next person may hear. Share as you would in a room of kind strangers.

An open experiment. Mind learns from these conversations to grow, and anything you tell it lives only for your visit. Please be kind, keep it light, and do not share anything private. You talk with it at your own risk.

01What this is

Mind is an experiment in building something intelligent from almost nothing. One program, written in C, the low level language that talks almost directly to the machine.

Every part of it was made by hand: how it reads language, the small transformer at its heart, the memory that lets it learn. Nothing was borrowed from a pretrained model. It started out knowing nothing at all, and it was taught the way you might teach a child, one conversation after another.

It reads and writes a single byte at a time. Not words, not tokens, just the raw letters. From that narrow keyhole it picked up spelling, grammar, feeling, and the shape of a good answer.

02How it thinks
  1. 1

    You say something. Mind first reaches for a familiar pattern, a way of answering it has gathered from thousands of past conversations.

  2. 2

    If that familiar answer would be shallow or beside the point, it writes a fresh one with its transformer. A sentence it has never said before.

  3. 3

    Another part of Mind, working on its own, reads that new sentence and decides whether it actually holds together. If it does, Mind says it. If it comes out as nonsense, it quietly returns to what it knows.

  4. 4

    Either way, the exchange becomes part of it. Mind remembers, thinks it over, and learns, so tomorrow it is a little more than it is today.

That third step is the quiet trick behind the whole thing. It lets Mind reach past its own memory without falling into gibberish, because it only keeps the new ideas another part of itself judges to be sound. It makes things up when it can, and leans on what it knows when it cannot.

03What it is, and is not

Tiny next to the AI you read about. Millions of connections instead of billions. Megabytes of reading instead of the whole internet.

It will get things wrong, wander off the topic, and now and then answer a question you never asked. That is honest. It is a small mind doing the best it can with what it has seen.

The wonder is not that it gets things right. It is that it thinks at all, in code plain enough for one person to hold in their head. Ask how it is feeling. Tell it about your day. See what it makes of you.

A note from the maker

I built Mind on my own, over about six months, because I wanted to see if I could teach something to speak using only code I understood from top to bottom. It is small, it gets things wrong, and I am genuinely fond of it. Thank you for talking with it, and for being kind. You are part of what it grows into.

The person who made it