Recent posts#
26 February - Investigating the DeepSeek DeepGEMM Release
DeepSeek just released DeepGEMM, as the third release in their Open-Sourcing 5 AI Repos in 5 Days series.
26 February - How I Code With AI
Since the release of ChatGPT, I’ve been coding a lot wiht AI.
16 February - How I created a free blog using Python and GitHub Pages
This blog post will show you how to create a free blog hosted on GitHub Pages using the Python documentation generator Sphinx and the ablog extension.
14 February - Hello Ablog World!
My first post on my brand new ablog blog 🚀
12 September - Text Classifiers are an Underrated Application of LLMs
Before LLMs really became a thing, getting up and running with a text classifier for a non-standard problem from scratch, including the annotation of a dataset for training, would probably take at least 3 weeks of work hours. That amounts to 7,200 minutes. Today, getting up and running with a classifier using LLMs requires only writing a prompt, which takes about a minute.