justinhj's profile picture

Functional[Justin]

Principal Software Engineer. Streaming data at scale. Generative AI. Functional Programming. Neovim. Emacs.

  • All Posts
  • Popular Posts
  • YouTube Channel
  • Speaking Events
  • Privacy

Posts about 'Ai'

  • Jul 30, 2025

    Optimizing training a GPT style Tokenizer with C++

    ai cpp c++ python optimization performance llm tokenizer
  • Oct 9, 2007

    Avoiding Ten Common Game AI Mistakes

    1) Moonwalking into walls or objectsOften this is a symptom of the interface between the AI and the game world being too complex, and therefore hard to debug. Sometimes it...

    game-development ai