by cryptopensioner | Sep 27, 2023 | AI
Large language models (LLMs) have the potential to revolutionize many industries and applications, but they can also be complex and challenging to use. AutoGen, a new framework developed by Microsoft Research, makes it easier than ever to build and deploy LLM...
by cryptopensioner | Jul 14, 2023 | Programming
I’m lazy. Like every lazy person, I can dedicate a lot of time and effort to something that will allow me to stay lazy (a little counter-intuitive – I know). So what is the problem now? I like to use markdown language for all my notes, plans, documents,...
by cryptopensioner | Jul 6, 2023 | Programming
There are many “AI coding” tools, including GitHub’s Copilot – but none of them are able to work with multiple files at a time. AIDER project can! It is a “GPT-powered coding in your terminal”. GitHub:...
by cryptopensioner | Jun 22, 2023 | Programming, Uncategorized
Python is a versatile and widely used programming language known for its simplicity and readability. Whether you are a beginner or an experienced programmer, Python offers a range of tools and libraries that make it a popular choice for various projects. In this...
by cryptopensioner | Jun 19, 2023 | ChatGPT as Python Teacher
JSON (JavaScript Object Notation) is a popular data interchange format that is widely used for data storage and transmission. Python provides built-in support for working with JSON data through the json module. Let’s explore working with JSON in Python: import...