Tag: AI

Articles

  • Some Thoughts? - Andrew Aylettv1.2, 2023:Worth whatever you paid for them.
    Introducing a new section for shorter, less formal writing that doesn't warrant a full article. Metadata and tags may be LLM-assisted, but the content remains Andrew's responsibility. ?

Thoughts

  • Site metadata like titles and descriptions are now generated with GPT. The output is committed to the repository, not generated dynamically, and is subject to review before publishing. ?
  • A driving analogy for why LLM-generated text deserves specific rules: just as we ban drink-driving rather than only 'dangerous driving', we can target LLM spam directly because the output contains no more information than the prompt. ?
  • LLMs are deterministic in principle -- the model is immutable at inference time. Non-reproducibility is a design choice, not an inherent property, and a deterministic API would be technically possible even if expensive. ?