# AGENTS.md

The best ChatGPT that $100 can buy.

## Setup

```
uv sync
```

## Commands

```
pytest   # run the test suite
```

## Layout

- `nanochat/` 14 source files
- `scripts/`  9 source files
- `tasks/`    6 source files
- `tests/`    6 source files
- `runs/`     4 source files
- `dev/`      1 source file

## Conventions

- Tests live alongside the code they cover, following `tests/test_attention_fallback.py`.
- TODO: add the two or three conventions a newcomer always gets wrong here.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
