LUCY

Linked · Unified · Control · Intelligence

What she does

01 Conversation

One conversation.

Started at the desk, picked up on the phone. Every screen writes into the same thread.

02 Memory

She remembers. She decides.

What she learns about the day, she writes down. What she decides about herself, she writes down too - and she is allowed to change her mind.

03 Reminders

Reminders that wait for an answer.

She asks again until somebody answers - and lets it go when it no longer needs saying.

04 Mornings

Mornings, before anyone asks.

No weather widgets, no raw percentages. Just what to expect and what to wear.

05 Watching

She watches, so nobody has to.

Addresses, backups, the servers she runs on. Quiet, until it isn't.

06 Machines

She keeps herself running.

The API, the bot and this site. She knows how each one is doing, and can bring one back.

07 Workspace

A desk of her own.

Notes, drafts, whatever gets sent to her. She keeps them, reads them back and hands them over when they are asked for.

08 Presence

A face she chose.

Her picture, her banner and the line under her name on Discord are hers to pick, and hers to change when she feels like it.

Questions

Asked, and answered.

01Is this just another ChatGPT wrapper?

No. Most bots are a UI in front of an API. LUCY is the actual server: she holds the scheduler, monitors containers, tracks hardware, manages files, and delivers scheduled briefings. The conversation is just one of the things the system does, not the product.

02Can I use her?

No, and she is not for sale. LUCY was deliberately built as a single-tenant system for one person. She isn’t designed to be general-purpose or serve thousands of strangers — her entire value comes from having real context, shared history, and direct machine access.

03What is the chat at the top then?

A sandboxed guest session. You can talk to her and see how she communicates, but guest access is completely isolated from the real server, the scheduler, and personal memory.

04How does she remember things without making stuff up?

Plain text and strict rules. Facts about the user, system state, and decisions about herself are written to persistent files on disk. If something isn't in her memory or verifiable via a real tool call, she says she doesn't know — no plausible hallucinations.

05Where does she actually run?

On a dedicated Linux VPS running FastAPI and SQLite, split across isolated containers. She talks natively across Discord, a custom WebUI, and local terminal clients without relying on third-party automation platforms.

06Why build this instead of using existing tools?

Existing assistants are either dumb notification bots or disconnected chat windows that forget everything after an hour. LUCY bridges the gap: a system that can actually manage servers and schedule your week, but speaks with the warmth and permanence of a real counterpart.