--- title: Things I Learned - 19 Nov 2023 date: 2023-11-19T00:00:00+00:00 categories: - til description: I explored recent AI updates including Microsoft's Everything of Thought, fine-tuning datasets without inputs, and Tamil-Llama. I also checked out Voyager's Minecraft agent, Langchain's evaluators, and the power of using Pydantic to unify code, data, and text. keywords: [xot, fine-tuning, tamil-llama, voyager, langchain, pydantic] --- This week, I learned: - [XOT - Everything of Thought](https://arxiv.org/abs//2311.04254) is a new prompt from Microsoft but I don't understand it - [Creating Fine-Tuning datasets WITHOUT inputs](https://andrewmayne.com/2023/11/14/is-the-reversal-curse-real/) - [Tamil-Llama](https://github.com/abhinand5/tamil-llama) - [Voyager plays Minecraft!](https://voyager.minedojo.org/) - [Langchain supports evaluators](https://python.langchain.com/docs/guides/evaluation/). - [Pydantic is all you need](https://youtu.be/yj-wSRJwrrc) drives towards code = data = text!