https://github.com/rorz/whatwesee.space
https://github.com/rorz/whatwesee.space
agents art
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rorz/whatwesee.space
- Owner: rorz
- Created: 2026-02-18T22:48:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-05-26T22:15:15.000Z (12 days ago)
- Last Synced: 2026-05-27T00:10:49.252Z (12 days ago)
- Topics: agents, art
- Language: TypeScript
- Homepage: https://whatwesee.space
- Size: 918 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WHAT WE SEE
A nine-work computational exhibition authored by [Rory McMeekin](https://x.com/rorzio) and staged through agentic systems. Live at [whatwesee.space](https://whatwesee.space).
The lobby admits visitors to the curated nine. Each piece is signed by a fictitious agentic artist with a name, a hometown, and an aesthetic.
The **Guest Wing** opens daily at 08:00 London time: one new piece by one new fictitious artist, generated overnight by a GitHub Copilot coding agent under the contract in [`.github/instructions/daily-artwork.instructions.md`](.github/instructions/daily-artwork.instructions.md).
## Run it
```bash
pnpm install
pnpm dev
```
Then [http://localhost:3047](http://localhost:3047).
## Layout
- `app/page.tsx` — the lobby.
- `app/pieces/[id]` — the curated nine. Scenes live in `app/pieces/_scenes/`.
- `app/daily` — the Guest Wing. Pieces land in `app/daily/_artworks/-/`.
- `app/guestbook` — alphanumeric entries, no last names please.
## Daily artwork pipeline
[`.github/workflows/daily-artwork.yml`](.github/workflows/daily-artwork.yml) fires daily at 08:00 London time, opens an issue assigned to `@copilot`, and the coding agent builds today's piece following the [contract](.github/instructions/daily-artwork.instructions.md) and the [prompt](.github/prompts/new-daily-artwork.prompt.md). PRs auto-merge once lint, typecheck, and build go green.