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...
Machine learning algorithms require both the inputs and outputs have to be numbers. On the other hand, an LLM takes text as input and returns text as output. Therefore, we need some mechanism to convert text into numbers and vice versa....