Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 23 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,32 @@
# Friday
Friday is an AI that helps you with your computer and your daily life.

Host-neutral, local-first personal intelligence product.
Okay but every AI does that so what are we building?

**Friday is an internal product codename. Each future host selects the assistant's identity.**
Most AI tools solve one problem.
- One AI writes code.
- Another automates your browser.
- Another remembers past conversations.
- Another searches the web.

> [!IMPORTANT]
> **OWNER-RATIFIED FLAGSHIP CAPABILITY RULE:** A.L.I.C.E. is the flagship and mandatory default capability upstream. Through at least completion of A.L.I.C.E. Phase 15, Friday must receive every transferable A.L.I.C.E. capability. Friday may gain a new capability only after A.L.I.C.E. has implemented, evaluated, approved, and gained it, unless MK Rayan records an explicit exact-scope owner override.
Friday combines these capabilities into one personal AI. Friday will understand you and your whole life.

## Current state
These are some capabilities we are developing for Friday.

Friday is foundation-only and awaiting A.L.I.C.E. Phase 6.5 readiness certification.
## Core Capabilities

The repository exists independently, but no production personal-intelligence runtime or real host state is activated.
| Capability | Core Idea | Example |
|------------|-----------|---------|
| 💬 **Conversation** | Talk with Friday. | "Summarize this PDF." |
| 🧠 **Memory** | Remember important things. | Remembers your projects and preferences. |
| 🏠 **Personal Life** | Understand your life over time. | Remembers or infers why you made a decision on June, 2022. |
| 📋 **Planning** | Turn goals into steps. | "Help me get an NVIDIA internship." |
| 🔍 **Knowledge** | Find information. | Searches your notes or the web. |
| 🔧 **Tools** | Use software and services. | Runs Git, Python, or an API. |
| 🖥️ **Computer Control** | Use your computer. | Opens Chrome and fills out a form. |
| 💻 **Coding** | Help write software. | Fixes bugs or writes a new function. |
| ⚙️ **Automation** | Do work without being asked again. | Applies for 5 jobs everyday. |

## Capability authority

- A.L.I.C.E. is the flagship and default capability-precedent product.
- Friday-originated capability ideas are submitted upstream first.
- A.L.I.C.E. must implement, evaluate, approve, and gain the capability before Friday becomes eligible by default.
- After formal team handover, the team may manage maintenance and roadmap planning, but every new capability still requires A.L.I.C.E. and Rayan permission.
- Rayan may explicitly authorize a recorded Friday-first exception.

## Governing documents

- `docs/ALICE_FRIDAY_FLAGSHIP_GOVERNANCE.md`
- `docs/PRODUCT_FAMILY_CAPABILITY_PARITY.md`
- `docs/FRIDAY_PRODUCTION_GOVERNANCE.md`
- `docs/FRIDAY_PRE_PHASE_6_5_READINESS.md`

## Privacy boundary

Friday never receives A.L.I.C.E.'s private memories, personality state, credentials, adapters, weights, owner-specific policies, or private integrations.

## Validation

Run `python -B -m pytest tests/governance -q -p no:cacheprovider`.
## Current State
We are still in the process of building our core functionalities.
Loading