Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

Running this project daily doesn't make sense if GPT-4 is not being constantly updated #2

@simonw

Description

@simonw

This project seems to be based around the idea that the GPT-4 model will get constant updates.

GPT-4 was trained over several months against a fixed pool of training data with a September 2021 cut-off date. It's not being re-trained on a regular basis.

GPT-4 output is also random, so any differences in unicorn pictures are far more likely to result from that randomness than changes to the underlying model.

Something that might make more sense: run this project once a month, and have it generate 16 unicorn images. You can then compare that 4x4 grid over time.

Bonus: you could use the API to render a 4x4 grid using GPT3 and GPT3.5 first.

You could even watch the https://api.openai.com/v1/models API and render unicorns for every model there - then keep an eye out for new models listed there.

Here's the current output of that endpoint: https://gist.github.com/simonw/07148ee63e127959507c231401b144b0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions