Nathan Sarrazin
nsarrazin.com
Nathan Sarrazin
@nsarrazin.com
Sr. Software Engineer @ Apple AIML

nsarrazin.com
I've been working on a little game project recently, controlling a spacecraft using a 6502 emulator! You can read sensors and actuate the craft by doing read/writes to memory.

It's a Godot project (with a 6502 rust extension) exported to the web with a svelte interface. A lot of firsts for me 😅
August 22, 2025 at 9:52 PM
This felt like a good use case for reasoning models (better ability to detect its own mistakes especially around things like letter manipulations which are naturally challenging for LLMs) and indeed:
January 12, 2025 at 11:37 PM
So mastermind is wordle but only for one possible combination
January 8, 2025 at 9:42 PM
Worked on a little UI for displaying the outputs of reasoning models on HuggingChat...

Trying to find the right balance between letting users see the raw model output but also making the final answer easier to parse. QwQ can be *very* verbose so it seemed useful to give a summary at the end.
December 2, 2024 at 1:35 PM
Adding comments can be done with a single line of code.

Really impressed by how easy it is to build on top of the network so far!
November 26, 2024 at 7:41 PM