In this article, I'll explain the steps that I took to get the Qwen 3.6 35B A3B model running on my desktop....
In the previous article, I mentioned how I used the Pi coding harness and connected it to a Qwen 3.6 35 billion parameter model that was running locally on my desktop. In...
Last month I did a session at the local ChennaiPy meetup about "Pi and Py: Using the Pi agent for Python coding". Pi is a coding agent harness. If you'...
It's been a while since I sent out this newsletter. The last twelve months have probably been the most hectic that I've seen in the last decade. AI has...
Which words should the next word depend on? Every sentence has certain key words. Change those key words and the entire meaning could change....
We need some way to represent meaning. Some way for the LLM to know that certain words are related. We do that by converting the tokens into embeddings...